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

1234567891011>>

/netbsd-current/sys/kern/
H A Dsubr_devsw.c102 #define CDEVSW_SIZE (sizeof(struct cdevsw *))
109 /* XXX bdevsw, cdevsw, max_bdevsws, and max_cdevsws should be volatile */
111 extern const struct cdevsw **cdevsw, *cdevsw0[];
121 static int cdevsw_attach(const struct cdevsw *, devmajor_t *);
122 static void devsw_detach_locked(const struct bdevsw *, const struct cdevsw *);
228 "struct cdevsw *"/*cdevsw*/,
235 "struct cdevsw *"/*cdevsw*/,
[all...]
/netbsd-current/sys/rump/net/lib/libtun/
H A Dtun_component.c43 extern const struct cdevsw tun_cdevsw;
/netbsd-current/sys/rump/net/lib/libnpf/
H A Dnpf_component.c18 extern const struct cdevsw npf_cdevsw;
/netbsd-current/sys/rump/net/lib/libtap/
H A Dtap_component.c42 extern const struct cdevsw tap_cdevsw;
/netbsd-current/sys/rump/dev/lib/libdrvctl/
H A Ddrvctl_component.c41 extern const struct cdevsw drvctl_cdevsw;
/netbsd-current/sys/rump/dev/lib/libulpt/
H A Dulpt_at_usb.c19 extern struct cdevsw ulpt_cdevsw;
/netbsd-current/sys/rump/kern/lib/libtty/
H A Dtty_component.c52 extern const struct cdevsw ctty_cdevsw, ptc_cdevsw, pts_cdevsw;
53 extern const struct cdevsw ptm_cdevsw;
/netbsd-current/sys/rump/fs/lib/libzfs/
H A Dzfs_component.c42 extern const struct cdevsw zfs_cdevsw;
/netbsd-current/sys/rump/dev/lib/libcgd/
H A Dcgd_component.c42 extern const struct cdevsw cgd_cdevsw;
/netbsd-current/sys/rump/dev/lib/libfss/
H A Dfss_component.c42 extern const struct cdevsw fss_cdevsw;
/netbsd-current/sys/rump/dev/lib/libdm/
H A Ddm_component.c45 extern const struct cdevsw dm_cdevsw;
/netbsd-current/sys/rump/dev/lib/libraidframe/
H A Draidframe_component.c45 extern const struct cdevsw raid_cdevsw;
/netbsd-current/sys/rump/dev/lib/libsysmon/
H A Dsysmon_component.c45 extern const struct cdevsw sysmon_cdevsw;
/netbsd-current/sys/rump/dev/lib/libvnd/
H A Dvnd_component.c42 extern const struct cdevsw vnd_cdevsw;
/netbsd-current/sys/rump/dev/lib/libopencrypto/
H A Dopencrypto_component.c47 extern const struct cdevsw crypto_cdevsw;
/netbsd-current/sys/rump/dev/lib/librnd/
H A Drnd_component.c45 extern const struct cdevsw rnd_cdevsw;
/netbsd-current/sys/rump/net/lib/libaltq/
H A Daltq_component.c48 extern const struct cdevsw altq_cdevsw;
/netbsd-current/sys/rump/dev/lib/libbpf/
H A Dbpf_component.c44 extern const struct cdevsw bpf_cdevsw;
/netbsd-current/sys/rump/dev/lib/libmd/
H A Dmd_component.c48 extern const struct cdevsw md_cdevsw;
/netbsd-current/sys/rump/dev/lib/libucom/
H A Ducom_at_usb.c22 extern struct cdevsw ucom_cdevsw;
/netbsd-current/sys/rump/dev/lib/libscsipi/
H A Dscsipi_component.c20 extern struct cdevsw sd_cdevsw, cd_cdevsw;
/netbsd-current/sys/rump/dev/lib/libwscons/
H A Dwscons_component.c19 extern struct cdevsw wskbd_cdevsw, wsmouse_cdevsw;
/netbsd-current/sys/dev/
H A Dmidi_seq_mod.c66 extern struct cdevsw midi_cdevsw;
67 extern struct cdevsw sequencer_cdevsw;
/netbsd-current/sys/sys/
H A Dconf.h89 struct cdevsw { struct
113 const struct cdevsw *, devmajor_t *);
114 void devsw_detach(const struct bdevsw *, const struct cdevsw *);
116 const struct cdevsw *cdevsw_lookup(dev_t);
118 devmajor_t cdevsw_lookup_major(const struct cdevsw *);
/netbsd-current/sys/arch/amiga/dev/
H A Dgrf_cc.c88 extern const struct cdevsw view_cdevsw;
176 extern const struct cdevsw view_cdevsw;
198 extern const struct cdevsw view_cdevsw;

Completed in 392 milliseconds

1234567891011>>