Searched refs:UUID_SIZE (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dsmbios.c145 #define UUID_SIZE 16 macro
148 #define UUID_ALL_BITS (UUID_SIZE / UUID_STEP)
160 for (i = 0, ones = 0, zeros = 0; i < UUID_SIZE; i += UUID_STEP) {
211 #undef UUID_SIZE macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Duds_daemon.c150 char uuid[UUID_SIZE];
3709 for (i = 0; i < UUID_SIZE; i++)
4134 len = UUID_SIZE;
4926 for (i = 0; i < UUID_SIZE; i++)
H A DmDNSEmbeddedAPI.h1889 #define UUID_SIZE 16 macro
2011 mDNSu8 uuid[UUID_SIZE]; // Unique ID of the client that is requesting the question (valid only if pid is zero)

Completed in 117 milliseconds