Lines Matching refs:etp
665 char *etp) /* end pointer input position */ in vpd_mod_endtag() argument
673 ("VPD modify endtag at 0x%x = '%c%c'\n",etp,etp[0],etp[1])); in vpd_mod_endtag()
677 p = (SK_VPD_KEY *) etp; in vpd_mod_endtag()
685 if (etp > pAC->vpd.vpd_buf + vpd_size/2) { in vpd_mod_endtag()
687 p->p_len = (unsigned char)(pAC->vpd.vpd_buf+vpd_size-etp-3-1); in vpd_mod_endtag()
690 etp += 3; in vpd_mod_endtag()
694 p->p_len = (unsigned char)(pAC->vpd.vpd_buf+vpd_size/2-etp-3); in vpd_mod_endtag()
703 etp += 4; in vpd_mod_endtag()
706 *etp++ = 0x00; in vpd_mod_endtag()
736 char *etp; /* end tag position */ in VpdSetupPara() local
754 etp = pAC->vpd.vpd_buf + (vpd_size - free - 1 - 3); in VpdSetupPara()
759 etp = pAC->vpd.vpd_buf + (vpd_size/2 - free - 4); in VpdSetupPara()
782 ip = etp; in VpdSetupPara()
800 vpd_move_para(ip + vp.p_len + found, etp+2, len-vp.p_len+head); in VpdSetupPara()
802 if (vpd_mod_endtag(pAC, etp + len - vp.p_len + head)) { in VpdSetupPara()
1076 char *etp; in VpdDelete() local
1098 etp = pAC->vpd.vpd_buf + (vpd_size-pAC->vpd.v.vpd_free_rw-1-3); in VpdDelete()
1100 vpd_move_para(vp.p_val+vp.p_len, etp+2, in VpdDelete()
1102 if (vpd_mod_endtag(pAC, etp - vp.p_len - 3)) { in VpdDelete()