Searched refs:d_ioctl_t (Results 1 - 25 of 144) sorted by relevance

123456

/freebsd-12-stable/sys/powerpc/include/
H A Dmemdev.h39 d_ioctl_t memioctl_md;
/freebsd-12-stable/sys/riscv/include/
H A Dmemdev.h37 d_ioctl_t memioctl_md;
/freebsd-12-stable/sys/sparc64/include/
H A Dmemdev.h39 d_ioctl_t memioctl_md;
/freebsd-12-stable/sys/mips/include/
H A Dmemdev.h40 d_ioctl_t memioctl_md;
/freebsd-12-stable/sys/i386/include/
H A Dmemdev.h39 d_ioctl_t memioctl_md;
/freebsd-12-stable/sys/arm/include/
H A Dmemdev.h40 d_ioctl_t memioctl_md;
/freebsd-12-stable/sys/arm64/include/
H A Dmemdev.h37 d_ioctl_t memioctl_md;
/freebsd-12-stable/sys/amd64/include/
H A Dmemdev.h39 d_ioctl_t memioctl_md;
/freebsd-12-stable/share/examples/kld/cdev/module/
H A Dcdev.h79 d_ioctl_t mydev_ioctl;
/freebsd-12-stable/sys/dev/firewire/
H A Dfwmem.h50 d_ioctl_t fwmem_ioctl;
/freebsd-12-stable/sys/dev/vt/
H A Dvt_consolectl.c42 static d_ioctl_t consolectl_ioctl;
/freebsd-12-stable/sys/dev/tdfx/
H A Dtdfx_pci.h53 static d_ioctl_t tdfx_ioctl;
/freebsd-12-stable/sys/dev/null/
H A Dnull.c56 static d_ioctl_t null_ioctl;
57 static d_ioctl_t zero_ioctl;
/freebsd-12-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_vcio.c43 static d_ioctl_t vcio_ioctl;
/freebsd-12-stable/sys/cam/
H A Dcam_compat.c58 int flag, struct thread *td, d_ioctl_t *cbfnp);
60 int flag, struct thread *td, d_ioctl_t *cbfnp);
65 struct thread *td, d_ioctl_t *cbfnp)
120 struct thread *td, d_ioctl_t *cbfnp)
258 struct thread *td, d_ioctl_t *cbfnp)
/freebsd-12-stable/sys/dev/etherswitch/
H A Detherswitch.c77 static d_ioctl_t etherswitchioctl;
/freebsd-12-stable/sys/dev/ofw/
H A Dopenpromio.c56 static d_ioctl_t openprom_ioctl;
/freebsd-12-stable/sys/dev/pccard/
H A Dpccard_device.c52 static d_ioctl_t pccard_ioctl;
/freebsd-12-stable/sys/dev/mem/
H A Dmemdev.c61 static d_ioctl_t memioctl;
/freebsd-12-stable/sys/dev/mlx/
H A Dmlxvar.h204 extern d_ioctl_t mlx_ioctl;
/freebsd-12-stable/sys/dev/wtap/
H A Dif_wtap_module.c99 static d_ioctl_t wtap_ioctl;
/freebsd-12-stable/sys/dev/cardbus/
H A Dcardbus_device.c57 static d_ioctl_t cardbus_ioctl;
/freebsd-12-stable/sys/sys/
H A Dconf.h117 typedef int d_ioctl_t(struct cdev *dev, u_long cmd, caddr_t data, typedef
188 d_ioctl_t *d_ioctl;
/freebsd-12-stable/sys/dev/efidev/
H A Defidev.c41 static d_ioctl_t efidev_ioctl;
/freebsd-12-stable/sys/dev/fb/
H A Dfbd.c82 static d_ioctl_t fb_ioctl;

Completed in 304 milliseconds

123456