Searched refs:uuid_is_nil (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/boot/lib/libc/uuid/
H A Duuid_equal.c49 return (uuid_is_nil(b, NULL));
51 return (uuid_is_nil(a, NULL));
H A Duuid_is_nil.c33 * uuid_is_nil() - return whether the UUID is a nil UUID.
35 * http://www.opengroup.org/onlinepubs/009629399/uuid_is_nil.htm
38 uuid_is_nil(const uuid_t *u, uint32_t *status) function
/illumos-gate/usr/src/boot/include/
H A Duuid.h55 int32_t uuid_is_nil(const uuid_t *, uint32_t *);
/illumos-gate/usr/src/boot/sys/boot/userboot/libstand/
H A DMakefile60 SRCS+= uuid_equal.c uuid_is_nil.c

Completed in 43 milliseconds