/freebsd-src/sys/dev/uart/ |
H A D | uart_cpu_arm64.c | 81 uart_cpu_fdt_setup(struct uart_class *class, int devtype, struct uart_devinfo *di) in uart_cpu_fdt_setup() 115 uart_cpu_getdev(int devtype, struct uart_devinfo *di) in uart_cpu_getdev()
|
H A D | uart_cpu_acpi.c | 142 uart_cpu_acpi_spcr(int devtype, struct uart_devinfo *di) in uart_cpu_acpi_spcr() argument 289 uart_cpu_acpi_setup(int devtype,struct uart_devinfo * di) uart_cpu_acpi_setup() argument
|
H A D | uart_cpu_x86.c | 54 uart_cpu_getdev(int devtype, struct uart_devinfo *di) in uart_cpu_getdev()
|
H A D | uart_cpu_fdt.c | 73 uart_cpu_getdev(int devtype, struct uart_devinfo *di) in uart_cpu_getdev() argument
|
H A D | uart_cpu_powerpc.c | 109 uart_cpu_getdev(int devtype, struct uart_devinfo *di) in uart_cpu_getdev()
|
H A D | uart_subr.c | 195 uart_getenv(int devtype,struct uart_devinfo * di,struct uart_class * class) uart_getenv() argument
|
/freebsd-src/contrib/wpa/src/p2p/ |
H A D | p2p_parse.c | 41 char devtype[WPS_DEV_TYPE_BUFSIZE]; in p2p_parse_attribute() local 480 char devtype[WPS_DEV_TYPE_BUFSIZE]; p2p_parse_wps_ie() local 720 char devtype[WPS_DEV_TYPE_BUFSIZE]; p2p_group_info_text() local 804 char devtype[WPS_DEV_TYPE_BUFSIZE]; p2p_attr_text() local [all...] |
/freebsd-src/sys/security/audit/ |
H A D | audit_trigger.c | 63 audit_open(struct cdev *dev, int oflags, int devtype, struct thread *td) in audit_open() 80 audit_close(struct cdev *dev, int fflag, int devtype, struct thread *td) in audit_close()
|
/freebsd-src/sbin/camcontrol/ |
H A D | epc.c | 189 epc_list(struct cam_device *device, camcontrol_devtype devtype, union ccb *ccb, in epc_list() 270 epc_getmode(struct cam_device *device, camcontrol_devtype devtype, in epc_getmode() 520 epc_set_features(struct cam_device *device, camcontrol_devtype devtype, in epc_set_features() 616 camcontrol_devtype devtype; in epc() local
|
H A D | fwdownload.c | 660 fw_check_device_ready(struct cam_device *dev, camcontrol_devtype devtype, in fw_check_device_ready() 827 camcontrol_devtype devtype) in fw_download_img() 986 camcontrol_devtype devtype; in fwdownload() local
|
/freebsd-src/sys/dev/cardbus/ |
H A D | cardbus_device.c | 134 cardbus_open(struct cdev *dev, int oflags, int devtype, struct thread *td) in cardbus_open() 141 cardbus_close(struct cdev *dev, int fflags, int devtype, struct thread *td) in cardbus_close()
|
/freebsd-src/sys/dev/scc/ |
H A D | scc_bfe_quicc.c | 49 uintptr_t devtype, rclk; in scc_quicc_probe() local
|
/freebsd-src/sys/contrib/rdma/krping/ |
H A D | krping_dev.c | 95 krping_open(struct cdev *dev, int oflags, int devtype, struct thread *p) in krping_open() argument 102 krping_close(struct cdev *dev, int fflag, int devtype, struct thread *p) in krping_close() argument
|
/freebsd-src/sys/dev/dpaa2/ |
H A D | dpaa2_mc.c | 494 dpaa2_mc_get_free_dev(device_t mcdev,device_t * dpaa2_dev,enum dpaa2_dev_type devtype) dpaa2_mc_get_free_dev() argument 522 dpaa2_mc_get_dev(device_t mcdev,device_t * dpaa2_dev,enum dpaa2_dev_type devtype,uint32_t obj_id) dpaa2_mc_get_dev() argument 553 dpaa2_mc_get_shared_dev(device_t mcdev,device_t * dpaa2_dev,enum dpaa2_dev_type devtype) dpaa2_mc_get_shared_dev() argument 592 dpaa2_mc_reserve_dev(device_t mcdev,device_t dpaa2_dev,enum dpaa2_dev_type devtype) dpaa2_mc_reserve_dev() argument 622 dpaa2_mc_release_dev(device_t mcdev,device_t dpaa2_dev,enum dpaa2_dev_type devtype) dpaa2_mc_release_dev() argument
|
/freebsd-src/sys/dev/cfi/ |
H A D | cfi_dev.c | 153 cfi_devopen(struct cdev *dev, int oflags, int devtype, struct thread *td) in cfi_devopen() 166 cfi_devclose(struct cdev *dev, int fflag, int devtype, struct thread *td) in cfi_devclose()
|
/freebsd-src/sys/dev/smartpqi/ |
H A D | smartpqi_ioctl.c | 57 smartpqi_open(struct cdev *cdev, int flags, int devtype, in smartpqi_open() 67 smartpqi_close(struct cdev *cdev, int flags, int devtype, in smartpqi_close()
|
/freebsd-src/sys/dev/bnxt/bnxt_en/ |
H A D | bnxt_mgmt.c | 428 bnxt_mgmt_close(struct cdev * dev,int flags,int devtype,struct thread * td) bnxt_mgmt_close() argument 434 bnxt_mgmt_open(struct cdev * dev,int flags,int devtype,struct thread * td) bnxt_mgmt_open() argument
|
/freebsd-src/sys/dev/vt/ |
H A D | vt_sysmouse.c | 283 sysmouse_open(struct cdev *dev, int oflags, int devtype, struct thread *td) in sysmouse_open() 303 sysmouse_close(struct cdev *dev, int fflag, int devtype, struct thread *td) in sysmouse_close()
|
/freebsd-src/sys/dev/spibus/ |
H A D | spigen.c | 164 spigen_open(struct cdev *cdev, int oflags, int devtype, struct thread *td) in spigen_open() 346 spigen_close(struct cdev *cdev, int fflag, int devtype, struct thread *td) in spigen_close()
|
/freebsd-src/sys/dev/fb/ |
H A D | fbd.c | 95 fb_open(struct cdev *dev, int oflags, int devtype, struct thread *td) in fb_open() 102 fb_close(struct cdev *dev, int fflag, int devtype, struct thread *td) in fb_close()
|
/freebsd-src/sys/dev/tws/ |
H A D | tws.c | 111 tws_open(struct cdev *dev, int oflags, int devtype, struct thread *td) in tws_open() 121 tws_close(struct cdev *dev, int fflag, int devtype, struct thread *td) in tws_close()
|
/freebsd-src/sys/kern/ |
H A D | kern_kcov.c | 301 kcov_open(struct cdev *dev, int oflags, int devtype, struct thread *td) in kcov_open() 318 kcov_close(struct cdev *dev, int fflag, int devtype, struct thread *td) in kcov_close()
|
H A D | kern_devctl.c | 219 devopen(struct cdev *dev, int oflags, int devtype, struct thread *td) in devopen() argument 233 devclose(struct cdev *dev, int fflag, int devtype, struct thread *td) in devclose() argument
|
/freebsd-src/sys/dev/proto/ |
H A D | proto_core.c | 280 proto_open(struct cdev *cdev, int oflags, int devtype, struct thread *td) in proto_open() 303 proto_close(struct cdev *cdev, int fflag, int devtype, struct thread *td) in proto_close()
|
/freebsd-src/sys/dev/virtio/ |
H A D | virtio.h | 77 #define VIRTIO_SIMPLE_PNPINFO(driver, devtype, desc) \ argument
|