Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dkern_conf.c123 return devfs_find_device_by_devid(x); in dev_from_devid()
/dragonfly/sys/sys/
H A Ddevfs.h415 cdev_t devfs_find_device_by_devid(dev_t);
/dragonfly/sys/vfs/devfs/
H A Ddevfs_core.c941 devfs_find_device_by_devid(dev_t udev) in devfs_find_device_by_devid() function
2786 if ((found = devfs_find_device_by_devid(udev)) == NULL) in devfs_sysctl_devname_helper()