Searched refs:vpd_start (Results 1 – 1 of 1) sorted by relevance
778 int vpd_start, vpd_len, kw_start, kw_len, kw_ptr; in hme_get_oldvpd_props() local785 vpd_start = vpd_base; in hme_get_oldvpd_props()787 if ((GET_ROM8(&hmep->hme_romp[vpd_start]) & 0xff) != 0x90) { in hme_get_oldvpd_props()794 kw_start = vpd_start + 3; /* Location of 1st keyword */ in hme_get_oldvpd_props()826 int vpd_start, vpd_len, kw_start, kw_len, kw_ptr; in hme_get_newvpd_props() local835 vpd_start = (int)((GET_ROM8(&(hmep->hme_romp[vpd_base+1])) & 0xff) | in hme_get_newvpd_props()837 vpd_start = vpd_base + vpd_start; in hme_get_newvpd_props()838 while (vpd_start < (vpd_base + maxvpdsize)) { /* Get all VPDs */ in hme_get_newvpd_props()839 if ((GET_ROM8(&hmep->hme_romp[vpd_start]) & 0xff) != 0x90) { in hme_get_newvpd_props()842 vpd_len = (int)((GET_ROM8(&hmep->hme_romp[vpd_start in hme_get_newvpd_props()[all …]