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

/freebsd-current/usr.sbin/bhyve/
H A Dsmbiostbl.c659 const char *guest_uuid_str; local
665 guest_uuid_str = get_config_value("uuid");
666 if (guest_uuid_str != NULL) {
670 uuid_from_string(guest_uuid_str, &uuid, &status);

Completed in 61 milliseconds