Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/disk/dm/
H A Ddm_dev.c53 static dm_dev_t *dm_dev_alloc(const char *, const char *);
231 if ((dmv = dm_dev_alloc(name, uuid)) == NULL) in dm_dev_create()
351 dm_dev_alloc(const char *name, const char*uuid) in dm_dev_alloc() function