| /f-stack/freebsd/sys/ |
| H A D | conf.h | 53 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 D | kern_conf.c | 89 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 D | tty_tty.c | 45 static struct cdevsw ctty_cdevsw = {
|
| H A D | kern_physio.c | 47 struct cdevsw *csw; in physio()
|
| H A D | subr_log.c | 68 static struct cdevsw log_cdevsw = {
|
| /f-stack/freebsd/net/ |
| H A D | if_tuntap.c | 268 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 D | vm_extern.h | 46 struct cdevsw; 107 int *, struct cdev *, struct cdevsw *, vm_ooffset_t *, vm_object_t *);
|
| H A D | device_pager.c | 339 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 D | bcm2835_vcio.c | 45 static struct cdevsw vcio_devsw = {
|
| /f-stack/freebsd/security/audit/ |
| H A D | audit_trigger.c | 153 static struct cdevsw audit_cdevsw = {
|
| /f-stack/freebsd/contrib/rdma/krping/ |
| H A D | krping_dev.c | 47 static struct cdevsw krping_cdevsw = {
|
| /f-stack/freebsd/arm64/intel/ |
| H A D | stratix10-soc-fpga-mgr.c | 196 static struct cdevsw fpga_cdevsw = {
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | mlfk_ipl.c | 142 static struct cdevsw ipf_cdevsw = { 156 static struct cdevsw ipf_cdevsw = {
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | kmod_core.c | 256 static struct cdevsw zfs_cdevsw = {
|
| /f-stack/freebsd/i386/i386/ |
| H A D | perfmon.c | 74 static struct cdevsw perfmon_cdevsw = {
|
| H A D | elan-mmcr.c | 460 static struct cdevsw elan_cdevsw = {
|
| /f-stack/freebsd/i386/bios/ |
| H A D | smapi.c | 81 static struct cdevsw smapi_cdevsw = {
|
| /f-stack/freebsd/arm/altera/socfpga/ |
| H A D | socfpga_manager.c | 364 static struct cdevsw fpga_cdevsw = {
|
| H A D | socfpga_a10_manager.c | 374 static struct cdevsw fpga_cdevsw = {
|
| /f-stack/dpdk/kernel/freebsd/contigmem/ |
| H A D | contigmem.c | 104 static struct cdevsw contigmem_ops = {
|
| /f-stack/dpdk/kernel/freebsd/nic_uio/ |
| H A D | nic_uio.c | 54 static struct cdevsw uio_cdevsw = {
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_device.c | 121 static struct cdevsw ngd_cdevsw = {
|
| /f-stack/freebsd/arm/ti/ |
| H A D | ti_pruss.c | 121 static struct cdevsw ti_pruss_cdevirq = { 143 static struct cdevsw ti_pruss_cdevsw = {
|
| /f-stack/freebsd/x86/acpica/ |
| H A D | acpi_apm.c | 72 static struct cdevsw apm_cdevsw = {
|
| /f-stack/freebsd/arm/ti/am335x/ |
| H A D | am335x_dmtpps.c | 377 static struct cdevsw dmtpps_cdevsw = {
|