Searched refs:devtype (Results 76 - 100 of 113) sorted by relevance

12345

/freebsd-11-stable/share/examples/drivers/
H A Dmake_device_driver.sh848 ${1}open(struct cdev *dev, int oflags, int devtype, struct thread *td)
860 ${1}close(struct cdev *dev, int fflag, int devtype, struct thread *td)
/freebsd-11-stable/sys/dev/nand/
H A Dnand_cdev.c126 nand_open(struct cdev *dev, int oflags, int devtype, struct thread *td) argument
/freebsd-11-stable/sys/fs/cuse/
H A Dcuse.c764 cuse_server_open(struct cdev *dev, int fflags, int devtype, struct thread *td) argument
798 cuse_server_close(struct cdev *dev, int fflag, int devtype, struct thread *td) argument
1410 cuse_client_open(struct cdev *dev, int fflags, int devtype, struct thread *td) argument
1512 cuse_client_close(struct cdev *dev, int fflag, int devtype, struct thread *td) argument
/freebsd-11-stable/sys/dev/tws/
H A Dtws.c116 tws_open(struct cdev *dev, int oflags, int devtype, struct thread *td) argument
126 tws_close(struct cdev *dev, int fflag, int devtype, struct thread *td) argument
/freebsd-11-stable/sys/dev/pci/
H A Dpci_user.c81 pci_open(struct cdev *dev, int oflags, int devtype, struct thread *td) argument
95 pci_close(struct cdev *dev, int flag, int devtype, struct thread *td) argument
/freebsd-11-stable/sys/arm/ti/
H A Dti_pruss.c177 ti_pruss_irq_open(struct cdev *dev, int oflags, int devtype, struct thread *td) argument
694 int devtype __unused, struct thread *td __unused)
/freebsd-11-stable/sys/dev/agp/
H A Dagp.c800 agp_open(struct cdev *kdev, int oflags, int devtype, struct thread *td) argument
814 agp_close(struct cdev *kdev, int fflag, int devtype, struct thread *td) argument
/freebsd-11-stable/sys/dev/hyperv/utilities/
H A Dhv_kvp.c696 hv_kvp_dev_open(struct cdev *dev, int oflags, int devtype, argument
713 hv_kvp_dev_close(struct cdev *dev __unused, int fflag __unused, int devtype __unused,
/freebsd-11-stable/sys/kern/
H A Dtty.c264 ttydev_open(struct cdev *dev, int oflags, int devtype __unused,
363 ttydev_close(struct cdev *dev, int fflag, int devtype __unused,
787 ttyil_open(struct cdev *dev, int oflags __unused, int devtype __unused,
2135 ttyconsdev_open(struct cdev *dev, int oflags, int devtype, struct thread *td) argument
2157 return (ttydev_open(dev, oflags, devtype, td));
/freebsd-11-stable/sbin/camcontrol/
H A Dcamcontrol.c208 {"devtype", CAM_CMD_DEVTYPE, CAM_ARG_NONE, ""},
5309 * devtype is filled in with the type of device.
5314 int verbosemode, camcontrol_devtype *devtype)
5329 *devtype = CC_DT_ATA;
5333 *devtype = CC_DT_NVME;
5337 *devtype = CC_DT_UNKNOWN;
5350 *devtype = CC_DT_SATL;
5352 *devtype = CC_DT_SCSI;
5366 *devtype = CC_DT_SATL;
5368 *devtype
5313 get_device_type(struct cam_device *dev, int retry_count, int timeout, int verbosemode, camcontrol_devtype *devtype) argument
5377 build_ata_cmd(union ccb *ccb, uint32_t retry_count, uint32_t flags, uint8_t tag_action, uint8_t protocol, uint8_t ata_flags, uint16_t features, uint16_t sector_count, uint64_t lba, uint8_t command, uint32_t auxiliary, uint8_t *data_ptr, uint32_t dxfer_len, uint8_t *cdb_storage, size_t cdb_storage_len, uint8_t sense_len, uint32_t timeout, int is48bit, camcontrol_devtype devtype) argument
6442 sanitize_wait_ata(struct cam_device *device, union ccb *ccb, int quiet, camcontrol_devtype devtype) argument
[all...]
/freebsd-11-stable/sys/dev/tdfx/
H A Dtdfx_pci.c400 tdfx_close(struct cdev *dev, int fflag, int devtype, struct thread *td) argument
/freebsd-11-stable/sys/dev/cp/
H A Dif_cp.c172 static int cp_open (struct cdev *dev, int oflags, int devtype, struct thread *td);
173 static int cp_close (struct cdev *dev, int fflag, int devtype, struct thread *td);
957 static int cp_open (struct cdev *dev, int oflags, int devtype, struct thread *td) argument
971 static int cp_close (struct cdev *dev, int fflag, int devtype, struct thread *td) argument
/freebsd-11-stable/sys/dev/evdev/
H A Duinput.c205 uinput_open(struct cdev *dev, int oflags, int devtype, struct thread *td) argument
H A Dcdev.c102 evdev_open(struct cdev *dev, int oflags, int devtype, struct thread *td) argument
/freebsd-11-stable/sys/cddl/dev/profile/
H A Dprofile.c718 profile_open(struct cdev *dev __unused, int oflags __unused, int devtype __unused, struct thread *td __unused)
/freebsd-11-stable/sys/dev/ctau/
H A Dif_ct.c176 static int ct_open (struct cdev *dev, int oflags, int devtype, struct thread *td);
177 static int ct_close (struct cdev *dev, int fflag, int devtype, struct thread *td);
1177 static int ct_open (struct cdev *dev, int oflags, int devtype, struct thread *td) argument
1188 static int ct_close (struct cdev *dev, int fflag, int devtype, struct thread *td) argument
/freebsd-11-stable/sys/dev/hptrr/
H A Dhptrr_osm_bsd.c1220 static int hpt_open(struct cdev *dev, int flags, int devtype, struct thread *td) argument
1225 static int hpt_close(struct cdev *dev, int flags, int devtype, struct thread *td) argument
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dwps_supplicant.c1438 char devtype[WPS_DEV_TYPE_BUFSIZE]; local
1447 wps_dev_type_bin2str(dev->pri_dev_type, devtype,
1448 sizeof(devtype)));
/freebsd-11-stable/sys/dev/hptnr/
H A Dhptnr_osm_bsd.c1573 static int hpt_open(struct cdev *dev, int flags, int devtype, struct thread *td) argument
1578 static int hpt_close(struct cdev *dev, int flags, int devtype, struct thread *td) argument
/freebsd-11-stable/sys/dev/hpt27xx/
H A Dhpt27xx_osm_bsd.c1391 static int hpt_open(struct cdev *dev, int flags, int devtype, struct thread *td)
1396 static int hpt_close(struct cdev *dev, int flags, int devtype, struct thread *td)
/freebsd-11-stable/sys/dev/smartpqi/
H A Dsmartpqi_structures.h687 device_type_t devtype; /* as reported by INQUIRY commmand */ member in struct:pqi_scsi_device
690 valid for devtype = TYPE_DISK */
H A Dsmartpqi_cam.c236 (device->devtype != DISK_DEVICE) ||
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_hpet.c382 hpet_open(struct cdev *cdev, int oflags, int devtype, struct thread *td) argument
/freebsd-11-stable/sys/cddl/dev/fbt/
H A Dfbt.c1149 fbt_open(struct cdev *dev __unused, int oflags __unused, int devtype __unused, struct thread *td __unused)
/freebsd-11-stable/sys/security/audit/
H A Daudit_pipe.c672 audit_pipe_open(struct cdev *dev, int oflags, int devtype, struct thread *td) argument

Completed in 413 milliseconds

12345