/freebsd/sys/dev/null/ |
H A D | null.c | 176 full_dev = make_dev_credf(MAKEDEV_ETERNAL_KLD, &full_cdevsw, 0, in null_modevent() 178 null_dev = make_dev_credf(MAKEDEV_ETERNAL_KLD, &null_cdevsw, 0, in null_modevent() 180 zero_dev = make_dev_credf(MAKEDEV_ETERNAL_KLD, &zero_cdevsw, 0, in null_modevent()
|
/freebsd/sys/kern/ |
H A D | tty_tty.c | 90 ctty = make_dev_credf(MAKEDEV_ETERNAL, &ctty_cdevsw, 0, NULL, UID_ROOT, in ctty_drvinit()
|
H A D | subr_log.c | 302 make_dev_credf(MAKEDEV_ETERNAL, &log_cdevsw, 0, NULL, UID_ROOT, in log_drvinit()
|
H A D | subr_devstat.c | 531 make_dev_credf(MAKEDEV_ETERNAL | MAKEDEV_CHECKNAME, in devstat_alloc()
|
H A D | kern_devctl.c | 148 devctl_dev = make_dev_credf(MAKEDEV_ETERNAL, &dev_cdevsw, 0, NULL, in devctl_init()
|
H A D | kern_descrip.c | 5461 dev = make_dev_credf(MAKEDEV_ETERNAL, &fildesc_cdevsw, 0, NULL, in fildesc_drvinit() 5464 dev = make_dev_credf(MAKEDEV_ETERNAL, &fildesc_cdevsw, 1, NULL, in fildesc_drvinit() 5467 dev = make_dev_credf(MAKEDEV_ETERNAL, &fildesc_cdevsw, 2, NULL, in fildesc_drvinit()
|
H A D | kern_conf.c | 904 make_dev_credf(int flags, struct cdevsw *devsw, int unit, struct ucred *cr, in make_dev_credf() function
|
H A D | tty.c | 2265 dev_console = make_dev_credf(MAKEDEV_ETERNAL, &ttyconsdev_cdevsw, 0, in ttyconsdev_init()
|
H A D | subr_bus.c | 6029 make_dev_credf(MAKEDEV_ETERNAL, &devctl2_cdevsw, 0, NULL, in devctl2_init()
|
/freebsd/sys/dev/pty/ |
H A D | pty.c | 148 make_dev_credf(MAKEDEV_ETERNAL_KLD, &ptmx_cdevsw, 0, NULL, in pty_modevent()
|
/freebsd/sys/dev/random/ |
H A D | randomdev.c | 404 random_dev = make_dev_credf(MAKEDEV_ETERNAL_KLD, &random_cdevsw, in randomdev_modevent()
|
/freebsd/sys/dev/tcp_log/ |
H A D | tcp_log_dev.c | 504 tcp_log_dev = make_dev_credf(MAKEDEV_ETERNAL_KLD, in tcp_log_dev_modevent()
|
/freebsd/sys/sys/ |
H A D | conf.h | 293 struct cdev *make_dev_credf(int _flags,
|
/freebsd/sys/dev/xen/evtchn/ |
H A D | evtchn_dev.c | 577 make_dev_credf(MAKEDEV_ETERNAL, &evtchn_devsw, 0, NULL, UID_ROOT, in evtchn_attach()
|
/freebsd/sys/dev/xen/xenstore/ |
H A D | xenstore_dev.c | 525 xs_cdev = make_dev_credf(MAKEDEV_ETERNAL, &xs_dev_cdevsw, 0, NULL, in xs_dev_attach()
|
/freebsd/sys/dev/xen/privcmd/ |
H A D | privcmd.c | 575 make_dev_credf(MAKEDEV_ETERNAL, &privcmd_devsw, 0, NULL, UID_ROOT, in privcmd_attach()
|
/freebsd/sys/geom/ |
H A D | geom_ctl.c | 71 make_dev_credf(MAKEDEV_ETERNAL, &g_ctl_cdevsw, 0, NULL, in g_ctl_init()
|
/freebsd/sys/dev/vkbd/ |
H A D | vkbd.c | 191 *dev = make_dev_credf(MAKEDEV_REF, &vkbd_dev_cdevsw, unit, in vkbd_dev_clone()
|
/freebsd/sys/dev/firewire/ |
H A D | fwdev.c | 939 *dev = make_dev_credf(MAKEDEV_REF, &firewire_cdevsw, in fwdev_clone()
|
/freebsd/sys/dev/xen/gntdev/ |
H A D | gntdev.c | 1248 make_dev_credf(MAKEDEV_ETERNAL, &gntdev_devsw, 0, NULL, UID_ROOT, in gntdev_attach()
|
/freebsd/sys/fs/cuse/ |
H A D | cuse.c | 1298 pcsd->kern_dev = make_dev_credf(MAKEDEV_CHECKNAME, in cuse_server_ioctl()
|
/freebsd/share/man/man9/ |
H A D | Makefile | 1485 make_dev.9 make_dev_credf.9 \
|
/freebsd/sys/dev/netmap/ |
H A D | netmap.c | 4617 netmap_dev = make_dev_credf(MAKEDEV_ETERNAL_KLD, in netmap_init()
|