Searched refs:guid_seq (Results 1 – 1 of 1) sorted by relevance
472 char guid_seq[sizeof(struct guid) * 2]; in str_to_guid() local476 while (*buf && i < sizeof(guid_seq)) { in str_to_guid()486 guid_seq[i] = *buf - '0'; in str_to_guid()488 guid_seq[i] = *buf - 'A' + 10; in str_to_guid()490 guid_seq[i] = *buf - 'a' + 10; in str_to_guid()501 if (i < sizeof(guid_seq)) { in str_to_guid()505 buf = guid_seq; in str_to_guid()