Searched refs:d_open_t (Results 1 - 25 of 136) sorted by relevance

123456

/freebsd-12-stable/sys/powerpc/include/
H A Dmemdev.h37 d_open_t memopen;
/freebsd-12-stable/sys/riscv/include/
H A Dmemdev.h35 d_open_t memopen;
/freebsd-12-stable/sys/sparc64/include/
H A Dmemdev.h37 d_open_t memopen;
/freebsd-12-stable/sys/mips/include/
H A Dmemdev.h38 d_open_t memopen;
/freebsd-12-stable/sys/i386/include/
H A Dmemdev.h37 d_open_t memopen;
/freebsd-12-stable/sys/arm/include/
H A Dmemdev.h37 d_open_t memopen;
/freebsd-12-stable/sys/arm64/include/
H A Dmemdev.h35 d_open_t memopen;
/freebsd-12-stable/sys/amd64/include/
H A Dmemdev.h37 d_open_t memopen;
/freebsd-12-stable/share/examples/kld/cdev/module/
H A Dcdev.h77 d_open_t mydev_open;
/freebsd-12-stable/sys/dev/firewire/
H A Dfwmem.h48 d_open_t fwmem_open;
/freebsd-12-stable/sys/dev/tdfx/
H A Dtdfx_pci.h50 static d_open_t tdfx_open;
/freebsd-12-stable/sys/kern/
H A Dtty_tty.c42 static d_open_t cttyopen;
/freebsd-12-stable/sys/cddl/dev/
H A Dprototype.c18 static d_open_t prototype_open;
/freebsd-12-stable/sys/dev/nvram/
H A Dnvram.c65 static d_open_t nvram_open;
/freebsd-12-stable/sys/contrib/rdma/krping/
H A Dkrping_dev.c39 static d_open_t krping_open;
/freebsd-12-stable/sys/cddl/dev/dtmalloc/
H A Ddtmalloc.c42 static d_open_t dtmalloc_open;
/freebsd-12-stable/sys/dev/hyperv/vmbus/amd64/
H A Dhyperv_machdep.c60 static d_open_t hyperv_tsc_open;
/freebsd-12-stable/sys/dev/ofw/
H A Dopenpromio.c54 static d_open_t openprom_open;
/freebsd-12-stable/sys/dev/pccard/
H A Dpccard_device.c49 static d_open_t pccard_open;
/freebsd-12-stable/sys/dev/mlx/
H A Dmlxvar.h202 extern d_open_t mlx_open;
/freebsd-12-stable/sys/dev/cardbus/
H A Dcardbus_device.c54 static d_open_t cardbus_open;
/freebsd-12-stable/sys/sys/
H A Dconf.h113 typedef int d_open_t(struct cdev *dev, int oflags, int devtype, struct thread *td); typedef
183 d_open_t *d_open;
/freebsd-12-stable/sys/dev/fb/
H A Dfbd.c78 static d_open_t fb_open;
/freebsd-12-stable/sys/dev/iir/
H A Diir_ctrl.c66 static d_open_t iir_open;
/freebsd-12-stable/sys/dev/joy/
H A Djoy.c64 static d_open_t joyopen;

Completed in 282 milliseconds

123456