Searched refs:CDEV_MAJOR (Results 1 – 8 of 8) sorted by relevance
| /trueos/contrib/ipfilter/ |
| HD | mlf_ipl.c | 186 static int ipf_major = CDEV_MAJOR; 378 MOD_DEV(if_ipf, LM_DT_CHAR, CDEV_MAJOR, &ipf_cdevsw); 387 CDEV_MAJOR, 418 dev = makedev(CDEV_MAJOR, 0); in ipf_drvinit() 467 SYSINIT(ipfdev,SI_SUB_DRIVERS,SI_ORDER_MIDDLE+CDEV_MAJOR,ipf_drvinit,NULL)
|
| HD | mlfk_ipl.c | 128 #define CDEV_MAJOR 79 macro 147 .d_maj = CDEV_MAJOR, 163 /* maj */ CDEV_MAJOR,
|
| /trueos/sys/contrib/ipfilter/netinet/ |
| HD | mlfk_ipl.c | 108 #define CDEV_MAJOR 79 macro 127 .d_maj = CDEV_MAJOR, 143 /* maj */ CDEV_MAJOR,
|
| HD | ip_fil.h | 1445 #if !defined(CDEV_MAJOR) && defined (__FreeBSD_version) && \ 1447 # define CDEV_MAJOR 79 macro
|
| /trueos/sys/dev/firewire/ |
| HD | fwdev.c | 86 #define CDEV_MAJOR 127 macro 87 "fw", CDEV_MAJOR, D_MEM, NULL, 0, 103 #define CDEV_MAJOR 127 105 fw_poll, fw_mmap, fw_strategy, "fw", CDEV_MAJOR,
|
| /trueos/sys/dev/ce/ |
| HD | if_ce.c | 136 #define CDEV_MAJOR 185 macro 245 "ce", CDEV_MAJOR, nodump, nopsize, 252 "ce", CDEV_MAJOR, nodump, nopsize, 266 .d_maj = CDEV_MAJOR, 276 .d_maj = CDEV_MAJOR, 286 .d_maj = CDEV_MAJOR, 2561 dev = makedev (CDEV_MAJOR, 0); 2569 cdsw->d_maj == CDEV_MAJOR) {
|
| /trueos/sys/dev/xen/console/ |
| HD | console.c | 81 #define CDEV_MAJOR 12 macro
|
| /trueos/share/examples/drivers/ |
| HD | make_pseudo_driver.sh | 364 SYSINIT(${1}dev, SI_SUB_DRIVERS, SI_ORDER_MIDDLE+CDEV_MAJOR,
|