Lines Matching refs:sp

207 	smbios_struct_t sp;  in smbios_test_slot_verify()  local
213 if (smbios_lookup_type(hdl, SMB_TYPE_SLOT, &sp) == -1) { in smbios_test_slot_verify()
219 if (smbios_info_slot(hdl, sp.smbstr_id, &slot) != 0) { in smbios_test_slot_verify()
235 if (smbios_info_slot_peers(hdl, sp.smbstr_id, &npeers, &peers) != 0) { in smbios_test_slot_verify()
318 smbios_test_slot_common_nopeers(smbios_hdl_t *hdl, smbios_struct_t *sp, in smbios_test_slot_common_nopeers() argument
331 if (smbios_info_slot_peers(hdl, sp->smbstr_id, &npeers, &peers) != 0) { in smbios_test_slot_common_nopeers()
373 smbios_struct_t sp; in smbios_test_slot_verify_34_nopeers() local
377 if (smbios_lookup_type(hdl, SMB_TYPE_SLOT, &sp) == -1) { in smbios_test_slot_verify_34_nopeers()
383 if (smbios_info_slot(hdl, sp.smbstr_id, &slot) != 0) { in smbios_test_slot_verify_34_nopeers()
393 if (!smbios_test_slot_common_nopeers(hdl, &sp, &slot)) { in smbios_test_slot_verify_34_nopeers()
412 smbios_struct_t sp; in smbios_test_slot_verify_34_overrun() local
422 if (smbios_lookup_type(hdl, SMB_TYPE_SLOT, &sp) == -1) { in smbios_test_slot_verify_34_overrun()
428 if (smbios_info_slot(hdl, sp.smbstr_id, &slot) != 0) { in smbios_test_slot_verify_34_overrun()
444 if (!smbios_test_slot_common_nopeers(hdl, &sp, &slot)) { in smbios_test_slot_verify_34_overrun()
458 smbios_struct_t sp; in smbios_test_slot_verify_35() local
462 if (smbios_lookup_type(hdl, SMB_TYPE_SLOT, &sp) == -1) { in smbios_test_slot_verify_35()
468 if (smbios_info_slot(hdl, sp.smbstr_id, &slot) != 0) { in smbios_test_slot_verify_35()
478 if (!smbios_test_slot_common_nopeers(hdl, &sp, &slot)) { in smbios_test_slot_verify_35()
498 smbios_struct_t sp; in smbios_test_slot_verify_34_peers() local
504 if (smbios_lookup_type(hdl, SMB_TYPE_SLOT, &sp) == -1) { in smbios_test_slot_verify_34_peers()
510 if (smbios_info_slot(hdl, sp.smbstr_id, &slot) != 0) { in smbios_test_slot_verify_34_peers()
526 if (smbios_info_slot_peers(hdl, sp.smbstr_id, &npeers, &peers) != 0) { in smbios_test_slot_verify_34_peers()