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

12345678910

/freebsd-11-stable/sys/dev/sound/pcm/
H A Ddsp.h34 extern struct cdevsw dsp_cdevsw;
/freebsd-11-stable/sys/sys/
H A Dconf.h51 struct cdevsw;
82 struct cdevsw *si_devsw;
167 #define D_INIT 0x80000000 /* cdevsw initialized */
172 struct cdevsw { struct
197 struct cdevsw *gianttrick;
198 SLIST_ENTRY(cdevsw) postfree_list;
227 int clone_create(struct clonedevs **, struct cdevsw *, int *unit, struct cdev **dev, int extra);
238 struct cdevsw *mda_devsw;
256 void destroy_dev_drain(struct cdevsw *csw);
258 struct cdevsw *dev_refthrea
[all...]
/freebsd-11-stable/sys/kern/
H A Dkern_conf.c59 static int make_dev_credv(int flags, struct cdev **dres, struct cdevsw *devsw,
65 static SLIST_HEAD(free_cdevsw, cdevsw) cdevsw_gt_post_list =
87 struct cdevsw *csw;
125 cdevsw_free_devlocked(struct cdevsw *csw)
176 struct cdevsw *
179 struct cdevsw *csw;
201 struct cdevsw *
204 struct cdevsw *csw;
302 static struct cdevsw dead_cdevsw = {
348 struct cdevsw *ds
[all...]
H A Dtty_tty.c42 static struct cdevsw ctty_cdevsw = {
/freebsd-11-stable/sys/dev/vt/
H A Dvt_consolectl.c42 static struct cdevsw consolectl_cdevsw = {
/freebsd-11-stable/share/examples/kld/cdev/module/
H A Dcdevmod.c78 static struct cdevsw my_devsw = {
/freebsd-11-stable/sys/dev/null/
H A Dnull.c58 static struct cdevsw full_cdevsw = {
66 static struct cdevsw null_cdevsw = {
74 static struct cdevsw zero_cdevsw = {
/freebsd-11-stable/sys/dev/pty/
H A Dpty.c85 static struct cdevsw ptydev_cdevsw = {
136 static struct cdevsw ptmx_cdevsw = {
/freebsd-11-stable/sys/vm/
H A Dvm_extern.h44 struct cdevsw;
95 int *, struct cdev *, struct cdevsw *, vm_ooffset_t *, vm_object_t *);
/freebsd-11-stable/sys/dev/qlxge/
H A Dqls_ioctl.c47 static struct cdevsw qla_cdevsw = {
/freebsd-11-stable/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-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_vcio.c45 static struct cdevsw vcio_devsw = {
/freebsd-11-stable/sys/fs/fuse/
H A Dfuse_main.c83 extern struct cdevsw fuse_cdevsw;
/freebsd-11-stable/sys/dev/mem/
H A Dmemdev.c53 static struct cdevsw mem_cdevsw = {
/freebsd-11-stable/sys/dev/qlxgb/
H A Dqla_ioctl.c44 static struct cdevsw qla_cdevsw = {
/freebsd-11-stable/sys/dev/nvram/
H A Dnvram.c70 static struct cdevsw nvram_cdevsw = {
/freebsd-11-stable/sys/security/audit/
H A Daudit_trigger.c151 static struct cdevsw audit_cdevsw = {
/freebsd-11-stable/sys/dev/usb/
H A Dusb_dev.h147 extern struct cdevsw usb_devsw;
/freebsd-11-stable/sys/dev/xen/xenstore/
H A Dxenstored_dev.c58 static struct cdevsw xsd_dev_cdevsw = {
/freebsd-11-stable/sys/cddl/dev/
H A Dprototype.c27 static struct cdevsw prototype_cdevsw = {
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dcdev.h45 extern struct cdevsw linuxcdevsw;
/freebsd-11-stable/sys/dev/cardbus/
H A Dcardbus_device.c57 static struct cdevsw cardbus_cdevsw = {
/freebsd-11-stable/sys/dev/beri/
H A Dberi_mem.c119 static struct cdevsw mem_cdevsw = {
/freebsd-11-stable/sys/dev/pccard/
H A Dpccard_device.c52 static struct cdevsw pccard_cdevsw = {
/freebsd-11-stable/sys/dev/ofw/
H A Dopenpromio.c60 static struct cdevsw openprom_cdevsw = {

Completed in 160 milliseconds

12345678910