Searched refs:empty_uuid (Results 1 – 1 of 1) sorted by relevance
32 static uint8_t empty_uuid[16]; in is_uuid_empty() local33 return uuid == NULL || memcmp(uuid, empty_uuid, sizeof(empty_uuid)) == 0; in is_uuid_empty()