Lines Matching defs:uuid
114 struct uuid_private uuid; in kern_uuidgen() local
186 snprintf_uuid(char *buf, size_t sz, struct uuid *uuid) in snprintf_uuid()
199 printf_uuid(struct uuid *uuid) in printf_uuid()
208 sbuf_printf_uuid(struct sbuf *sb, struct uuid *uuid) in sbuf_printf_uuid()
263 kuuid_is_nil(const struct uuid *uuid) in kuuid_is_nil()
275 kuuid_is_ccd(const struct uuid *uuid) in kuuid_is_ccd()
282 kuuid_is_vinum(const struct uuid *uuid) in kuuid_is_vinum()
306 le_uuid_enc(void *buf, struct uuid const *uuid) in le_uuid_enc()
322 le_uuid_dec(void const *buf, struct uuid *uuid) in le_uuid_dec()
338 be_uuid_enc(void *buf, struct uuid const *uuid) in be_uuid_enc()
354 be_uuid_dec(void const *buf, struct uuid *uuid) in be_uuid_dec()
370 parse_uuid(const char *str, struct uuid *uuid) in parse_uuid()