| /xnu-8020.140.41/bsd/kern/ |
| H A D | bsd_stubs.c | 229 cdevsw_add(int index, const struct cdevsw * csw) in cdevsw_add() function 275 index = cdevsw_add(index, csw); in cdevsw_add_with_bdev()
|
| H A D | tty_ptmx.c | 205 if ((ptmx_major = cdevsw_add(-15, &ptmx_cdev)) == -1) { in ptmx_init() 215 if ((ptsd_major = cdevsw_add(-15, &ptsd_cdev)) == -1) { in ptmx_init()
|
| /xnu-8020.140.41/bsd/dev/random/ |
| H A D | randomdev.c | 104 ret = cdevsw_add(RANDOM_MAJOR, &random_cdevsw); in random_init()
|
| /xnu-8020.140.41/bsd/sys/ |
| H A D | conf.h | 304 int cdevsw_add(int, const struct cdevsw *);
|
| /xnu-8020.140.41/bsd/dev/dtrace/ |
| H A D | lockstat.c | 285 int majdevno = cdevsw_add(-1, &lockstat_cdevsw); in lockstat_init()
|
| H A D | lockprof.c | 410 int majorno = cdevsw_add(-1, &lockprof_cdevsw); in lockprof_init()
|
| H A D | fbt.c | 610 int majdevno = cdevsw_add(FBT_MAJOR, &fbt_cdevsw); in fbt_init()
|
| H A D | profile_prvd.c | 732 int majdevno = cdevsw_add(PROFILE_MAJOR, &profile_cdevsw); in profile_init()
|
| H A D | sdt.c | 700 int majdevno = cdevsw_add(SDT_MAJOR, &sdt_cdevsw); in sdt_init()
|
| H A D | systrace.c | 990 int majdevno = cdevsw_add(SYSTRACE_MAJOR, &systrace_cdevsw); in systrace_init()
|
| H A D | fasttrap.c | 2754 int majdevno = cdevsw_add(FASTTRAP_MAJOR, &fasttrap_cdevsw); in fasttrap_init()
|
| H A D | dtrace.c | 19141 helper_majdevno = cdevsw_add(HELPER_MAJOR, &helper_cdevsw); in helper_init() 19280 gMajDevNo = cdevsw_add(DTRACE_MAJOR, &dtrace_cdevsw); in dtrace_init()
|
| /xnu-8020.140.41/bsd/dev/ |
| H A D | dev_perfmon.c | 329 int dmaj = cdevsw_add(-1, &perfmon_cdevsw); in perfmon_dev_init()
|
| H A D | monotonic.c | 101 mt_dev_major = cdevsw_add(-1 /* allocate a major number */, &mt_cdevsw); in mt_dev_init()
|
| /xnu-8020.140.41/san/coverage/ |
| H A D | kcov_ksancov.c | 743 dev_major = cdevsw_add(-1, &ksancov_cdev); in ksancov_init_dev()
|
| /xnu-8020.140.41/bsd/security/audit/ |
| H A D | audit_pipe.c | 1089 audit_pipe_major = cdevsw_add(-1, &audit_pipe_cdevsw); in audit_pipe_init()
|
| H A D | audit_session.c | 2043 audit_sdev_major = cdevsw_add(-1, &audit_sdev_cdevsw); in audit_sdev_init()
|
| /xnu-8020.140.41/bsd/net/ |
| H A D | bpf.c | 3795 maj = cdevsw_add(CDEV_MAJOR, &bpf_cdevsw); in bpf_init() 3807 cdevsw_add(&bpf_cdevsw); in bpf_init()
|
| H A D | pf_ioctl.c | 498 maj = cdevsw_add(PF_CDEV_MAJOR, &pf_cdevsw); in pfinit()
|
| /xnu-8020.140.41/bsd/vfs/ |
| H A D | vfs_fsevents.c | 2598 ret = cdevsw_add(-1, &fsevents_cdevsw); in fsevents_init()
|
| /xnu-8020.140.41/bsd/nfs/ |
| H A D | nfs_vfsops.c | 6040 ret = cdevsw_add(-1, &nfsclnt_cdevsw); in nfsclnt_device_add()
|