Searched refs:cdevsw_lookup (Results 1 – 25 of 27) sorted by relevance
12
791 cdevsw_lookup(dev_t dev) in cdevsw_lookup() function1456 if ((d = cdevsw_lookup(dev)) == NULL) in cdev_cancel()1476 if ((d = cdevsw_lookup(dev)) == NULL) in cdev_close()1494 if ((d = cdevsw_lookup(dev)) == NULL) in cdev_read()1512 if ((d = cdevsw_lookup(dev)) == NULL) in cdev_write()1530 if ((d = cdevsw_lookup(dev)) == NULL) in cdev_ioctl()1548 if ((d = cdevsw_lookup(tp->t_dev)) == NULL) in cdev_stop()1563 if ((d = cdevsw_lookup(dev)) == NULL) in cdev_tty()1579 if ((d = cdevsw_lookup(dev)) == NULL) in cdev_poll()1598 if ((d = cdevsw_lookup(dev)) == NULL) in cdev_mmap()[all …]
1104 cdev = cdevsw_lookup(dev); in ptyioctl()
1493 cdev = cdevsw_lookup(dev); in rawdev_mounted()
126 cdev = cdevsw_lookup(device); in udv_attach()411 if (cdevsw_lookup(device) == NULL) { in udv_fault()
63 const struct cdevsw *cd = cdevsw_lookup(dev); in compat50_clockctlioctl()
76 const struct cdevsw *cd = cdevsw_lookup(dev); in compat_60_ptmget_ioctl()
1179 else if (cdevsw_lookup(dev) == &racd_cdevsw) { in ra_putonline()1203 if (cdevsw_lookup(dev) == &ra_cdevsw) in mscp_device_lookup()1208 if (cdevsw_lookup(dev) == &racd_cdevsw) in mscp_device_lookup()1213 if (cdevsw_lookup(dev) == &rx_cdevsw) in mscp_device_lookup()
134 if (cdevsw_lookup(kgdb_dev) != &zstty_cdevsw) in zs_kgdb_init()
285 if (cdevsw_lookup(kgdb_dev) == &zstty_cdevsw) in consinit()
136 if (cdevsw_lookup(kgdb_dev) != &zstty_cdevsw) in zs_kgdb_init()
139 if (cdevsw_lookup(kgdb_dev) != &zstty_cdevsw) in zs_kgdb_init()
138 if (cdevsw_lookup(kgdb_dev) != &zstty_cdevsw) in zs_kgdb_init()
146 if (cdevsw_lookup(kgdb_dev) != &zstty_cdevsw) in zs_kgdb_init()
178 cdevsw_lookup(va.va_rdev) == &sequencer_cdevsw) { in linux_sys_ioctl()
116 const struct cdevsw *cdevsw_lookup(dev_t);
218 cdev = cdevsw_lookup(dev); in coda_mount()
287 const struct cdevsw *cd = cdevsw_lookup(dev); in linux_fakedev()
1076 if (cdevsw_lookup(kgdb_dev) == &ctty_cdevsw) in sercnprobe()
633 const struct cdevsw *cd = cdevsw_lookup(dev); in linux_fakedev()
936 cdev = cdevsw_lookup(dev); in irt_ioctl()
885 cdev = cdevsw_lookup(dev); in spec_open()
458 if (cdevsw_lookup(kgdb_dev) == &dcm_cdevsw && in dcmattach()
328 devsw_attach.9 cdevsw_lookup.9 \