Searched refs:cdevsw (Results 1 - 25 of 195) sorted by relevance

12345678

/freebsd-9.3-release/sys/dev/sound/pcm/
H A Ddsp.h34 extern struct cdevsw dsp_cdevsw;
/freebsd-9.3-release/sys/sys/
H A Dconf.h51 struct cdevsw;
84 struct cdevsw *si_devsw;
189 #define D_INIT 0x80000000 /* cdevsw initialized */
194 struct cdevsw { struct
219 struct cdevsw *gianttrick;
220 SLIST_ENTRY(cdevsw) postfree_list;
247 int clone_create(struct clonedevs **, struct cdevsw *, int *unit, struct cdev **dev, int extra);
253 void destroy_dev_drain(struct cdevsw *csw);
255 struct cdevsw *dev_refthread(struct cdev *_dev, int *_ref);
256 struct cdevsw *devvn_refthrea
[all...]
/freebsd-9.3-release/sys/kern/
H A Dkern_conf.c58 static int make_dev_credv(int flags, struct cdev **dres, struct cdevsw *devsw,
64 static SLIST_HEAD(free_cdevsw, cdevsw) cdevsw_gt_post_list =
86 struct cdevsw *csw;
122 cdevsw_free_devlocked(struct cdevsw *csw)
179 struct cdevsw *
182 struct cdevsw *csw;
204 struct cdevsw *
207 struct cdevsw *csw;
307 static struct cdevsw dead_cdevsw = {
353 struct cdevsw *ds
[all...]
H A Dtty_tty.c42 static struct cdevsw ctty_cdevsw = {
/freebsd-9.3-release/share/examples/kld/cdev/module/
H A Dcdevmod.c78 static struct cdevsw my_devsw = {
/freebsd-9.3-release/sys/dev/vt/
H A Dvt_consolectl.c42 static struct cdevsw consolectl_cdevsw = {
/freebsd-9.3-release/sys/dev/null/
H A Dnull.c56 static struct cdevsw null_cdevsw = {
64 static struct cdevsw zero_cdevsw = {
/freebsd-9.3-release/sys/dev/pty/
H A Dpty.c90 static struct cdevsw ptydev_cdevsw = {
132 static struct cdevsw ptmx_cdevsw = {
/freebsd-9.3-release/sys/dev/lindev/
H A Dfull.c45 static struct cdevsw full_cdevsw = {
/freebsd-9.3-release/sys/dev/mem/
H A Dmemdev.c52 static struct cdevsw mem_cdevsw = {
/freebsd-9.3-release/sys/dev/qlxgb/
H A Dqla_ioctl.c44 static struct cdevsw qla_cdevsw = {
/freebsd-9.3-release/sys/dev/qlxge/
H A Dqls_ioctl.c47 static struct cdevsw qla_cdevsw = {
/freebsd-9.3-release/sys/dev/fb/
H A Dfb.c68 static struct cdevsw *vidcdevsw_ini;
69 static struct cdevsw **vidcdevsw = &vidcdevsw_ini;
80 struct cdevsw **new_cdevsw;
364 static struct cdevsw fb_cdevsw = {
403 fb_attach(int unit, video_adapter_t *adp, struct cdevsw *cdevsw) argument
414 vidcdevsw[adp->va_index] = cdevsw;
422 fb_detach(int unit, video_adapter_t *adp, struct cdevsw *cdevsw) argument
430 if (vidcdevsw[adp->va_index] != cdevsw)
[all...]
/freebsd-9.3-release/contrib/ipfilter/
H A Dmlf_ipl.c146 static struct cdevsw ipldevsw =
163 extern struct cdevsw cdevsw[];
168 static struct cdevsw ipl_cdevsw = {
212 if (cdevsw[i].d_open == lkmenodev ||
213 cdevsw[i].d_open == iplopen)
216 printf("IP Filter: No free cdevsw slots\n");
221 args->lkm_offset = i; /* slot in cdevsw[] */
/freebsd-9.3-release/sys/dev/watchdog/
H A Dwatchdog.c112 static struct cdevsw wd_cdevsw = {
/freebsd-9.3-release/sys/ofed/include/linux/
H A Dcdev.h40 extern struct cdevsw linuxcdevsw;
/freebsd-9.3-release/sys/cddl/dev/
H A Dprototype.c27 static struct cdevsw prototype_cdevsw = {
/freebsd-9.3-release/sys/dev/ieee488/
H A Dupd7210.h225 extern struct cdevsw gpib_ib_cdevsw;
/freebsd-9.3-release/sys/dev/nvram/
H A Dnvram.c70 static struct cdevsw nvram_cdevsw = {
/freebsd-9.3-release/sys/dev/usb/
H A Dusb_dev.h145 extern struct cdevsw usb_devsw;
/freebsd-9.3-release/sys/fs/coda/
H A Dcoda_fbsd.c53 static struct cdevsw codadevsw = {
/freebsd-9.3-release/sys/security/audit/
H A Daudit_trigger.c151 static struct cdevsw audit_cdevsw = {
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_stats.c111 struct cdevsw *cdevsw;
119 cdevsw = dev_refthread(dev);
120 if (cdevsw != NULL) {
121 if (cdevsw->d_flags & D_DISK) {
/freebsd-9.3-release/sys/cddl/dev/dtmalloc/
H A Ddtmalloc.c48 static struct cdevsw dtmalloc_cdevsw = {
/freebsd-9.3-release/sys/contrib/rdma/krping/
H A Dkrping_dev.c21 #include <sys/conf.h> /* cdevsw struct */
36 static struct cdevsw krping_cdevsw = {

Completed in 213 milliseconds

12345678