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

/freebsd-12-stable/sys/sys/
H A Duuid.h87 void le_uuid_dec(void const *buf, struct uuid *uuid);
/freebsd-12-stable/sys/geom/part/
H A Dg_part_bsd64.c544 le_uuid_dec(&dlp->d_stor_uuid, &table->d_stor_uuid);
562 le_uuid_dec(&dlp->d_partitions[index].p_type_uuid,
564 le_uuid_dec(&dlp->d_partitions[index].p_stor_uuid,
H A Dg_part_gpt.c498 le_uuid_dec(&buf->hdr_uuid, &hdr->hdr_uuid);
560 le_uuid_dec(p, &ent->ent_type);
561 le_uuid_dec(p + 16, &ent->ent_uuid);
/freebsd-12-stable/sys/kern/
H A Dkern_uuid.c337 le_uuid_dec(void const *buf, struct uuid *uuid) function

Completed in 100 milliseconds