Home
last modified time | relevance | path

Searched refs:le_uuid_enc (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/sys/
H A Duuid.h86 void le_uuid_enc(void *buf, struct uuid const *uuid);
/freebsd/sys/geom/part/
H A Dg_part_bsd64.c630 le_uuid_enc(&dlp->d_stor_uuid, &table->d_stor_uuid); in g_part_bsd64_write()
649 le_uuid_enc(&dlp->d_partitions[index].p_type_uuid, in g_part_bsd64_write()
651 le_uuid_enc(&dlp->d_partitions[index].p_stor_uuid, in g_part_bsd64_write()
H A Dg_part_gpt.c1232 le_uuid_enc(buf + 56, &table->hdr->hdr_uuid); in g_part_gpt_write()
1242 le_uuid_enc(bp, &entry->ent.ent_type); in g_part_gpt_write()
1243 le_uuid_enc(bp + 16, &entry->ent.ent_uuid); in g_part_gpt_write()
/freebsd/sys/kern/
H A Dkern_uuid.c319 le_uuid_enc(void *buf, struct uuid const *uuid) in le_uuid_enc() function