Searched refs:smbios_info_strtab (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libsmbios/common/ |
H A D | mapfile-vers | 137 smbios_info_strtab;
|
/illumos-gate/usr/src/uts/intel/os/ |
H A D | fmsmb.c | 564 cnt = smbios_info_strtab(shp, id, 0, NULL); in fm_smb_fmacompat() 568 (void) smbios_info_strtab(shp, id, cnt, oem_strings); in fm_smb_fmacompat()
|
/illumos-gate/usr/src/cmd/smbios/ |
H A D | smbios.c | 286 cnt = smbios_info_strtab(shp, oem_id, 0, NULL); in check_oem() 289 (void) smbios_info_strtab(shp, oem_id, cnt, oem_str); in check_oem() 940 if ((argc = smbios_info_strtab(shp, id, 0, NULL)) > 0) { in print_strtab() 942 if (smbios_info_strtab(shp, id, argc, argv) == -1) { in print_strtab()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | smbios.h | 2144 extern int smbios_info_strtab(smbios_hdl_t *, id_t, int, const char *[]);
|
/illumos-gate/usr/src/common/smbios/ |
H A D | smb_info.c | 1036 smbios_info_strtab(smbios_hdl_t *shp, id_t id, int argc, const char *argv[]) in smbios_info_strtab() function
|