Searched refs:SMBIOS_UUID_NSET (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/sys/arch/arm64/dev/
H A Dsmbios.c444 uuidf = SMBIOS_UUID_NPRESENT|SMBIOS_UUID_NSET;
447 uuidf &= ~SMBIOS_UUID_NSET;
454 else if (uuidf & SMBIOS_UUID_NSET)
/openbsd-current/sys/arch/amd64/include/
H A Dsmbiosvar.h36 #define SMBIOS_UUID_NSET 0x2 macro
/openbsd-current/sys/arch/arm64/include/
H A Dsmbiosvar.h33 #define SMBIOS_UUID_NSET 0x2 macro
/openbsd-current/sys/arch/powerpc64/include/
H A Dsmbiosvar.h33 #define SMBIOS_UUID_NSET 0x2 macro
/openbsd-current/sys/arch/i386/include/
H A Dsmbiosvar.h36 #define SMBIOS_UUID_NSET 0x2 macro
/openbsd-current/sys/arch/amd64/amd64/
H A Dbios.c504 uuidf = SMBIOS_UUID_NPRESENT|SMBIOS_UUID_NSET;
507 uuidf &= ~SMBIOS_UUID_NSET;
514 else if (uuidf & SMBIOS_UUID_NSET)
/openbsd-current/sys/arch/i386/i386/
H A Dbios.c1061 uuidf = SMBIOS_UUID_NPRESENT|SMBIOS_UUID_NSET;
1064 uuidf &= ~SMBIOS_UUID_NSET;
1071 else if (uuidf & SMBIOS_UUID_NSET)

Completed in 141 milliseconds