Searched refs:sbuf_printf_uuid (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/sys/sys/ |
| H A D | uuid.h | 68 int sbuf_printf_uuid(struct sbuf *, struct uuid *);
|
| /freebsd-13.1/sys/geom/part/ |
| H A D | g_part_bsd64.c | 388 sbuf_printf_uuid(sb, &entry->type_uuid); in g_part_bsd64_dumpconf() 392 sbuf_printf_uuid(sb, &entry->stor_uuid); in g_part_bsd64_dumpconf() 403 sbuf_printf_uuid(sb, &table->d_stor_uuid); in g_part_bsd64_dumpconf()
|
| H A D | g_part_gpt.c | 751 sbuf_printf_uuid(sb, &entry->ent.ent_type); in g_part_gpt_dumpconf() 769 sbuf_printf_uuid(sb, &entry->ent.ent_type); in g_part_gpt_dumpconf() 772 sbuf_printf_uuid(sb, &entry->ent.ent_uuid); in g_part_gpt_dumpconf() 776 sbuf_printf_uuid(sb, &entry->ent.ent_uuid); in g_part_gpt_dumpconf()
|
| /freebsd-13.1/sys/kern/ |
| H A D | kern_uuid.c | 295 sbuf_printf_uuid(struct sbuf *sb, struct uuid *uuid) in sbuf_printf_uuid() function
|
| /freebsd-13.1/sys/compat/linprocfs/ |
| H A D | linprocfs.c | 1885 sbuf_printf_uuid(sb, &uuid); in linprocfs_douuid()
|