Home
last modified time | relevance | path

Searched refs:CDEV_MAJOR (Results 1 – 8 of 8) sorted by relevance

/trueos/contrib/ipfilter/
HDmlf_ipl.c186 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)
HDmlfk_ipl.c128 #define CDEV_MAJOR 79 macro
147 .d_maj = CDEV_MAJOR,
163 /* maj */ CDEV_MAJOR,
/trueos/sys/contrib/ipfilter/netinet/
HDmlfk_ipl.c108 #define CDEV_MAJOR 79 macro
127 .d_maj = CDEV_MAJOR,
143 /* maj */ CDEV_MAJOR,
HDip_fil.h1445 #if !defined(CDEV_MAJOR) && defined (__FreeBSD_version) && \
1447 # define CDEV_MAJOR 79 macro
/trueos/sys/dev/firewire/
HDfwdev.c86 #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/
HDif_ce.c136 #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/
HDconsole.c81 #define CDEV_MAJOR 12 macro
/trueos/share/examples/drivers/
HDmake_pseudo_driver.sh364 SYSINIT(${1}dev, SI_SUB_DRIVERS, SI_ORDER_MIDDLE+CDEV_MAJOR,