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

  /src/sbin/gpt/
gpt_uuid.h 78 } gpt_type_t; typedef in typeref:enum:__anon0826b2590103
101 void gpt_uuid_create(gpt_type_t, gpt_uuid_t, uint16_t *, size_t);
migrate.c 121 static gpt_type_t
141 static gpt_type_t
172 gpt_type_t (*convert)(gpt_t, u_int, u_int))
178 gpt_type_t type;
244 gpt_type_t type = GPT_TYPE_INVALID;
gpt_uuid.c 68 /* Must match the gpt_type_t enum in gpt_uuid.h */
267 gpt_uuid_create(gpt_type_t t, gpt_uuid_t u, uint16_t *b, size_t s)

Completed in 15 milliseconds