Home
last modified time | relevance | path

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

/dragonfly/stand/boot/pc32/libi386/
H A Dsmbios.c120 #define UUID_TYPE uint32_t macro
121 #define UUID_STEP sizeof(UUID_TYPE)
123 #define UUID_GET(base, off) (*(UUID_TYPE *)((base) + (off)))
130 UUID_TYPE n; in smbios_setuuid()
182 #undef UUID_TYPE