Searched refs:smbios_open (Results 1 – 14 of 14) sorted by relevance
/titanic_44/usr/src/lib/libsmbios/common/ |
H A D | mapfile-vers | 138 smbios_open;
|
H A D | smb_lib.c | 250 smbios_open(const char *file, int version, int flags, int *errp) in smbios_open() function
|
/titanic_44/usr/src/lib/libscf/common/ |
H A D | highlevel.c | 68 if ((shp = smbios_open(NULL, SMB_VERSION, 0, &err)) == NULL) in scf_is_fb_blacklisted()
|
/titanic_44/usr/src/cmd/prtdiag/i386/ |
H A D | smbios.c | 198 if ((shp = smbios_open(NULL, SMB_VERSION, 0, &err)) == NULL) { in do_prominfo()
|
/titanic_44/usr/src/uts/i86pc/os/ |
H A D | smb_dev.c | 63 smbios_open(const char *file, int version, int flags, int *errp) in smbios_open() function
|
H A D | startup.c | 1616 ksmbios = smbios_open(NULL, SMB_VERSION, ksmbios_flags, NULL); in startup_modules()
|
/titanic_44/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_snap.c | 183 if ((shp = smbios_open(NULL, SMB_VERSION, 0, NULL)) != NULL) { in topo_open()
|
H A D | topo_mod.c | 724 thp->th_smbios = smbios_open(NULL, SMB_VERSION, 0, NULL); in topo_mod_smbios()
|
/titanic_44/usr/src/uts/i86pc/io/acpi_drv/ |
H A D | acpi_video.c | 740 smhdl = smbios_open(NULL, SMB_VERSION, ksmbios_flags, NULL); in acpi_video_check_blacklist()
|
/titanic_44/usr/src/uts/i86pc/io/ |
H A D | immu.c | 670 smhdl = smbios_open(NULL, SMB_VERSION, ksmbios_flags, NULL); in blacklisted_smbios()
|
/titanic_44/usr/src/cmd/fm/fmd/common/ |
H A D | fmd.c | 389 if ((shp = smbios_open(NULL, SMB_VERSION, 0, NULL)) != NULL) { in fmd_create()
|
/titanic_44/usr/src/cmd/power/ |
H A D | handlers.c | 281 if ((shp = smbios_open(NULL, in S3_helper()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | smbios.h | 1704 extern smbios_hdl_t *smbios_open(const char *, int, int, int *);
|
/titanic_44/usr/src/cmd/smbios/ |
H A D | smbios.c | 1788 if ((shp = smbios_open(ifile, SMB_VERSION, oflags, &err)) == NULL) { in main()
|