HomeSort by: relevance | last modified time | path
    Searched defs:dm_dev_lookup_uuid (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/dm/
dm_dev.c 46 static dm_dev_t *dm_dev_lookup_uuid(const char *);
92 if ((dmv = dm_dev_lookup_uuid(dm_dev_uuid)) != NULL) {
149 dm_dev_lookup_uuid(const char *dm_dev_uuid) function in typeref:typename:dm_dev_t *
185 if (((dmv = dm_dev_lookup_uuid(dev->uuid)) == NULL) &&

Completed in 66 milliseconds