Home
last modified time | relevance | path

Searched refs:SMB_SMBIOS_DEVICE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsmbios/common/
H A Dsmb_lib.c255 if ((fd = open64(file ? file : SMB_SMBIOS_DEVICE, O_RDONLY)) == -1) { in smbios_open()
257 (file == NULL || strcmp(file, SMB_SMBIOS_DEVICE) == 0)) in smbios_open()
/illumos-gate/usr/src/uts/common/sys/
H A Dsmbios_impl.h807 #define SMB_SMBIOS_DEVICE "/dev/smbios" /* device w/ SMBIOS image */ macro