HomeSort by: relevance | last modified time | path
    Searched refs:gpt_uuid_t (Results 1 - 10 of 10) sorted by relevancy

  /src/sbin/gpt/
gpt_uuid.h 80 typedef uint8_t gpt_uuid_t[16]; typedef in typeref:typename:uint8_t[16]
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...]
uuid.c 70 gpt_uuid_t *uuid;
77 static gpt_uuid_t uuidstore;
92 static gpt_uuid_t uuidstore;
104 gpt_uuid_t new_uuid;
type.c 72 gpt_uuid_t *newtype = v;
80 gpt_uuid_t newtype;
add.c 71 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)
169 gpt_uuid_t type;
gpt_uuid.c 52 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)
361 gpt_uuid_generate(gpt_t gpt, gpt_uuid_t t)
gpt.h 115 gpt_uuid_t type;
137 int gpt_uuid_get(gpt_t, gpt_uuid_t *);
show.c 78 gpt_uuid_t uuid;
339 static uint8_t unused_uuid[sizeof(gpt_uuid_t)];
restore.c 174 gpt_uuid_t gpt_guid, uuid;
gpt.c 1364 gpt_uuid_get(gpt_t gpt, gpt_uuid_t *uuid)
  /src/sbin/efi/
gptsubr.c 162 gpt_uuid_t gpt_uuid;
205 gpt_uuid_t gpt_uuid;

Completed in 16 milliseconds