Searched refs:smbios_open (Results 1 - 14 of 14) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libsmbios/common/
H A Dmapfile-vers120 smbios_open;
H A Dsmb_lib.c160 smbios_open(const char *file, int version, int flags, int *errp) function
/opensolaris-onvv-gate/usr/src/uts/i86pc/os/
H A Dsmb_dev.c64 smbios_open(const char *file, int version, int flags, int *errp) function
H A Dstartup.c1629 ksmbios = smbios_open(NULL, SMB_VERSION, ksmbios_flags, NULL);
/opensolaris-onvv-gate/usr/src/cmd/prtdiag/i386/
H A Dsmbios.c198 if ((shp = smbios_open(NULL, SMB_VERSION, 0, &err)) == NULL) {
/opensolaris-onvv-gate/usr/src/lib/libscf/common/
H A Dhighlevel.c68 if ((shp = smbios_open(NULL, SMB_VERSION, 0, &err)) == NULL)
/opensolaris-onvv-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_snap.c183 if ((shp = smbios_open(NULL, SMB_VERSION, 0, NULL)) != NULL) {
H A Dtopo_mod.c724 thp->th_smbios = smbios_open(NULL, SMB_VERSION, 0, NULL);
/opensolaris-onvv-gate/usr/src/uts/i86pc/io/acpi_drv/
H A Dacpi_video.c740 smhdl = smbios_open(NULL, SMB_VERSION, ksmbios_flags, NULL);
/opensolaris-onvv-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd.c389 if ((shp = smbios_open(NULL, SMB_VERSION, 0, NULL)) != NULL) {
/opensolaris-onvv-gate/usr/src/cmd/power/
H A Dhandlers.c280 if ((shp = smbios_open(NULL,
284 mesg(MDEBUG, "smbios_open failed %d\n", errno);
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dsmbios.h1185 extern smbios_hdl_t *smbios_open(const char *, int, int, int *);
1320 * ksmbios_flags tunable is the set of flags for use with smbios_open().
/opensolaris-onvv-gate/usr/src/uts/i86pc/io/
H A Dimmu.c670 smhdl = smbios_open(NULL, SMB_VERSION, ksmbios_flags, NULL);
/opensolaris-onvv-gate/usr/src/cmd/smbios/
H A Dsmbios.c1237 if ((shp = smbios_open(ifile, SMB_VERSION, oflags, &err)) == NULL) {

Completed in 140 milliseconds