Home | History | Annotate | Download | only in sys

Lines Matching defs:uuid

1 /*	$NetBSD: uuid.h,v 1.8 2022/08/20 11:27:09 riastradh Exp $	*/
28 * $FreeBSD: /repoman/r/ncvs/src/sys/sys/uuid.h,v 1.3 2003/05/31 16:47:07 phk Exp $
40 /* Length of a printed UUID. */
50 struct uuid {
64 int uuid_snprintf(char *, size_t, const struct uuid *);
65 int uuid_printf(const struct uuid *);
66 void uuid_dec_be(const void *, struct uuid *);
67 void uuid_dec_le(const void *, struct uuid *);
68 void uuid_enc_be(void *, const struct uuid *);
69 void uuid_enc_le(void *, const struct uuid *);
70 int uuidgen(struct uuid *, int);
74 typedef struct uuid uuid_t;
77 int uuidgen(struct uuid *, int);