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

/systemd/src/udev/
H A Dudev-builtin-path_id.c445 const char *guid_str; local
461 guid_str = udev_device_get_sysattr_value(vmbusdev, "device_id");
462 if (!guid_str)
465 if (strlen(guid_str) < 37 || guid_str[0] != '{' || guid_str[36] != '}')
469 if (guid_str[i] == '-')
471 guid[k++] = guid_str[i];

Completed in 610 milliseconds