Home
last modified time | relevance | path

Searched refs:cdevsw (Results 1 – 25 of 44) sorted by relevance

12

/f-stack/freebsd/sys/
H A Dconf.h53 struct cdevsw;
84 struct cdevsw *si_devsw;
197 struct cdevsw { struct
222 struct cdevsw *gianttrick; argument
223 SLIST_ENTRY(cdevsw) postfree_list;
263 struct cdevsw *mda_devsw;
280 void destroy_dev_drain(struct cdevsw *csw);
282 struct cdevsw *dev_refthread(struct cdev *_dev, int *_ref);
291 struct cdev *make_dev_cred(struct cdevsw *_devsw, int _unit,
295 struct cdevsw *_devsw, int _unit,
[all …]
/f-stack/freebsd/kern/
H A Dkern_conf.c89 struct cdevsw *csw; in dev_unlock_and_free()
178 struct cdevsw *
181 struct cdevsw *csw; in dev_refthread()
204 struct cdevsw *
207 struct cdevsw *csw; in devvn_refthread()
353 struct cdevsw *dsw; in giant_open()
369 struct cdevsw *dsw; in giant_fdopen()
385 struct cdevsw *dsw; in giant_close()
401 struct cdevsw *dsw; in giant_strategy()
420 struct cdevsw *dsw; in giant_ioctl()
[all …]
H A Dtty_tty.c45 static struct cdevsw ctty_cdevsw = {
H A Dkern_physio.c47 struct cdevsw *csw; in physio()
H A Dsubr_log.c68 static struct cdevsw log_cdevsw = {
/f-stack/freebsd/net/
H A Dif_tuntap.c268 struct cdevsw cdevsw; member
278 .cdevsw = {
295 .cdevsw = {
312 .cdevsw = {
429 if (strcmp(name, drv->cdevsw.d_name) == 0) { in tuntap_name2info()
600 i = clone_create(&drv->clones, &drv->cdevsw, &u, dev, 0); in tunclone()
676 drvc->cloner = if_clone_advanced(drv->cdevsw.d_name, 0, in vnet_tun_init()
740 if (strcmp(ifp->if_dname, drv->cdevsw.d_name) == 0) in tuntap_driver_from_ifnet()
812 args.mda_devsw = &drv->cdevsw; in tun_create_device()
954 drv->cdevsw.d_name, dev2unit(dev)); in tuncreate()
[all …]
/f-stack/freebsd/vm/
H A Dvm_extern.h46 struct cdevsw;
107 int *, struct cdev *, struct cdevsw *, vm_ooffset_t *, vm_object_t *);
H A Ddevice_pager.c339 struct cdevsw *csw; in old_dev_pager_fault()
430 struct cdevsw *csw; in old_dev_pager_ctor()
/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_vcio.c45 static struct cdevsw vcio_devsw = {
/f-stack/freebsd/security/audit/
H A Daudit_trigger.c153 static struct cdevsw audit_cdevsw = {
/f-stack/freebsd/contrib/rdma/krping/
H A Dkrping_dev.c47 static struct cdevsw krping_cdevsw = {
/f-stack/freebsd/arm64/intel/
H A Dstratix10-soc-fpga-mgr.c196 static struct cdevsw fpga_cdevsw = {
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dmlfk_ipl.c142 static struct cdevsw ipf_cdevsw = {
156 static struct cdevsw ipf_cdevsw = {
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dkmod_core.c256 static struct cdevsw zfs_cdevsw = {
/f-stack/freebsd/i386/i386/
H A Dperfmon.c74 static struct cdevsw perfmon_cdevsw = {
H A Delan-mmcr.c460 static struct cdevsw elan_cdevsw = {
/f-stack/freebsd/i386/bios/
H A Dsmapi.c81 static struct cdevsw smapi_cdevsw = {
/f-stack/freebsd/arm/altera/socfpga/
H A Dsocfpga_manager.c364 static struct cdevsw fpga_cdevsw = {
H A Dsocfpga_a10_manager.c374 static struct cdevsw fpga_cdevsw = {
/f-stack/dpdk/kernel/freebsd/contigmem/
H A Dcontigmem.c104 static struct cdevsw contigmem_ops = {
/f-stack/dpdk/kernel/freebsd/nic_uio/
H A Dnic_uio.c54 static struct cdevsw uio_cdevsw = {
/f-stack/freebsd/netgraph/
H A Dng_device.c121 static struct cdevsw ngd_cdevsw = {
/f-stack/freebsd/arm/ti/
H A Dti_pruss.c121 static struct cdevsw ti_pruss_cdevirq = {
143 static struct cdevsw ti_pruss_cdevsw = {
/f-stack/freebsd/x86/acpica/
H A Dacpi_apm.c72 static struct cdevsw apm_cdevsw = {
/f-stack/freebsd/arm/ti/am335x/
H A Dam335x_dmtpps.c377 static struct cdevsw dmtpps_cdevsw = {

12