Home
last modified time | relevance | path

Searched refs:smb_lookup_type (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/common/smbios/
H A Dsmb_info.c391 const smb_struct_t *stp = smb_lookup_type(shp, SMB_TYPE_BIOS); in smbios_info_bios()
486 const smb_struct_t *stp = smb_lookup_type(shp, SMB_TYPE_SYSTEM); in smbios_info_system()
1025 const smb_struct_t *stp = smb_lookup_type(shp, SMB_TYPE_LANG); in smbios_info_lang()
1044 const smb_struct_t *stp = smb_lookup_type(shp, SMB_TYPE_EVENTLOG); in smbios_info_eventlog()
1282 const smb_struct_t *stp = smb_lookup_type(shp, SMB_TYPE_SECURITY); in smbios_info_hwsec()
1302 const smb_struct_t *stp = smb_lookup_type(shp, SMB_TYPE_BOOT); in smbios_info_boot()
1322 const smb_struct_t *stp = smb_lookup_type(shp, SMB_TYPE_IPMIDEV); in smbios_info_ipmi()
1437 if ((stp = smb_lookup_type(shp, SMB_TYPE_SYSTEM)) == NULL || in smb_get_sn()
1442 if ((stp = smb_lookup_type(shp, SMB_TYPE_CHASSIS)) == NULL || in smb_get_sn()
H A Dsmb_open.c455 const smb_struct_t *stp = smb_lookup_type(shp, type); in smbios_lookup_type()
483 smb_lookup_type(smbios_hdl_t *shp, uint_t type) in smb_lookup_type() function
/illumos-gate/usr/src/uts/common/sys/
H A Dsmbios_impl.h841 extern const smb_struct_t *smb_lookup_type(smbios_hdl_t *, uint_t);