Home
last modified time | relevance | path

Searched refs:parse_uuid (Results 1 – 8 of 8) sorted by relevance

/dragonfly/sbin/gpt/
H A Dadd.c160 if (parse_uuid("EFI System", &type) != 0) { in add_defaults()
168 if (parse_uuid("DragonFly Label64", &type) != 0) { in add_defaults()
208 if (parse_uuid(optarg, &type) != 0) in cmd_add()
H A Dgpt.h40 int parse_uuid(const char *, uuid_t *);
H A Dremove.c179 if (parse_uuid(optarg, &type) != 0) in cmd_remove()
H A Dlabel.c218 if (parse_uuid(optarg, &type) != 0) in cmd_label()
H A Dgpt.c261 parse_uuid(const char *s, uuid_t *uuid) in parse_uuid() function
/dragonfly/sys/sys/
H A Duuid.h74 int parse_uuid(const char *, struct uuid *);
/dragonfly/sys/kern/
H A Dkern_uuid.c370 parse_uuid(const char *str, struct uuid *uuid) in parse_uuid() function
/dragonfly/sys/dev/acpica/
H A Dacpi.c1277 if (parse_uuid(uuidstr, &uuid) != 0) in acpi_eval_osc()