Searched refs:smbios_info_strtab (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/smbios/
H A Dsmbios.c161 cnt = smbios_info_strtab(shp, oem_id, 0, NULL);
164 (void) smbios_info_strtab(shp, oem_id, cnt, oem_str);
655 if ((argc = smbios_info_strtab(shp, id, 0, NULL)) > 0) {
657 (void) smbios_info_strtab(shp, id, argc, argv);
/illumos-gate/usr/src/uts/intel/os/
H A Dfmsmb.c564 cnt = smbios_info_strtab(shp, id, 0, NULL);
568 (void) smbios_info_strtab(shp, id, cnt, oem_strings);
/illumos-gate/usr/src/common/smbios/
H A Dsmb_info.c660 * Therefore, smbios_info_strtab() can be used to retrieve the table size and
664 smbios_info_strtab(smbios_hdl_t *shp, id_t id, int argc, const char *argv[]) function
/illumos-gate/usr/src/uts/common/sys/
H A Dsmbios.h989 * information. The smbios_info_strtab() function can be applied using a
1418 extern int smbios_info_strtab(smbios_hdl_t *, id_t, int, const char *[]);

Completed in 101 milliseconds