Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dcdev.h104 cdev_add_ext(struct linux_cdev *cdev, dev_t dev, uid_t uid, gid_t gid, int mode) in cdev_add_ext() function
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c2549 ret = cdev_add_ext(cdev, makedev(major, i), uid, gid, mode); in __register_chrdev_p()