Searched refs:gpt_uuid_t (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/sbin/gpt/
H A Dgpt_uuid.h80 typedef uint8_t gpt_uuid_t[16]; typedef
81 extern const gpt_uuid_t gpt_uuid_nil;
85 gpt_uuid_is_nil(const gpt_uuid_t u) {
86 return memcmp(u, gpt_uuid_nil, sizeof(gpt_uuid_t)) == 0;
90 gpt_uuid_equal(const gpt_uuid_t u1, const gpt_uuid_t u2) {
91 return memcmp(u1, u2, sizeof(gpt_uuid_t)) == 0;
95 gpt_uuid_copy(gpt_uuid_t u1, const gpt_uuid_t u2) {
96 memcpy(u1, u2, sizeof(gpt_uuid_t));
[all...]
H A Duuid.c71 static gpt_uuid_t uuidstore;
84 static gpt_uuid_t uuidstore;
96 gpt_uuid_t new_uuid;
H A Dtype.c72 gpt_uuid_t *newtype = v;
80 gpt_uuid_t newtype;
H A Dadd.c71 ent_set(struct gpt_ent *ent, const map_t map, const gpt_uuid_t xtype,
85 u_int entry, uint8_t *name, gpt_uuid_t type)
163 gpt_uuid_t type;
H A Dgpt_uuid.c52 const gpt_uuid_t gpt_uuid_nil;
99 gpt_uuid_to_dce(const gpt_uuid_t buf, struct dce_uuid *uuid)
163 const gpt_uuid_t uu)
224 gpt_uuid_parse(const char *s, gpt_uuid_t uuid)
267 gpt_uuid_create(gpt_type_t t, gpt_uuid_t u, uint16_t *b, size_t s)
323 gpt_uuid_generate(gpt_t gpt, gpt_uuid_t t)
H A Dgpt.h115 gpt_uuid_t type;
137 int gpt_uuid_get(gpt_t, gpt_uuid_t *);
H A Drestore.c174 gpt_uuid_t gpt_guid, uuid;
H A Dgpt.c1363 gpt_uuid_get(gpt_t gpt, gpt_uuid_t *uuid)

Completed in 183 milliseconds