Home
last modified time | relevance | path

Searched refs:uuidcmp (Results 1 – 3 of 3) sorted by relevance

/src/sys/sys/
H A Duuid.h87 int uuidcmp(const struct uuid *, const struct uuid *);
/src/sys/kern/
H A Dkern_uuid.c448 uuidcmp(const struct uuid *uuid1, const struct uuid *uuid2) in uuidcmp() function
/src/sys/dev/nvdimm/
H A Dnvdimm_spa.c149 if (uuidcmp(uuid, &nvdimm_SPA_uuid_list[j].u_id) != 0) in nvdimm_spa_type_from_uuid()