Lines Matching refs:sep
134 uint32_t *sep = smbios_pt_addr; in get_smbios_pt_struct() local
138 if ( sep == NULL ) in get_smbios_pt_struct()
143 ptr = (uint8_t*)(sep + 1); in get_smbios_pt_struct()
146 *length_out = *sep; in get_smbios_pt_struct()
150 total += (*sep + sizeof(uint32_t)); in get_smbios_pt_struct()
151 sep = (uint32_t*)(ptr + *sep); in get_smbios_pt_struct()
903 uint32_t *sep = smbios_pt_addr; in smbios_type_vendor_oem_init() local
907 if ( sep == NULL ) in smbios_type_vendor_oem_init()
912 ptr = (uint8_t*)(sep + 1); in smbios_type_vendor_oem_init()
921 memcpy(start, ptr, *sep); in smbios_type_vendor_oem_init()
922 start += *sep; in smbios_type_vendor_oem_init()
925 total += (*sep + sizeof(uint32_t)); in smbios_type_vendor_oem_init()
926 sep = (uint32_t*)(ptr + *sep); in smbios_type_vendor_oem_init()