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

/freebsd-13-stable/sys/geom/part/
H A Dg_part_bsd64.c119 struct uuid type_uuid; member in struct:g_part_bsd64_entry
231 entry->type_uuid = bsd64_uuid_unused;
243 entry->type_uuid = bsd64_uuid_unused;
248 entry->type_uuid = tmp;
256 entry->type_uuid = *uap->uuid;
264 entry->type_uuid = bsd64_uuid_unused;
386 if (!EQUUID(&bsd64_uuid_unused, &entry->type_uuid)) {
387 sbuf_printf(sb, "%s<type_uuid>", indent);
388 sbuf_printf_uuid(sb, &entry->type_uuid);
389 sbuf_cat(sb, "</type_uuid>\
[all...]

Completed in 34 milliseconds