Searched refs:devtype (Results 1 - 25 of 113) sorted by last modified time

12345

/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_freebsd.c1140 netmap_close(struct cdev *dev, int fflag, int devtype, struct thread *td) argument
1143 nm_prinf("dev %p fflag 0x%x devtype %d td %p",
1144 dev, fflag, devtype, td);
1150 netmap_open(struct cdev *dev, int oflags, int devtype, struct thread *td) argument
1157 (void)devtype;
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dmlfk_ipl.c483 , devtype, p)
484 int devtype;
523 , devtype, p)
524 int devtype;
/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/usb/
H A Dusb_dev.c872 usb_open(struct cdev *dev, int fflags, int devtype, struct thread *td) argument
/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));
H A Dkern_conf.c346 giant_open(struct cdev *dev, int oflags, int devtype, struct thread *td) argument
355 retval = dsw->d_gianttrick->d_open(dev, oflags, devtype, td);
378 giant_close(struct cdev *dev, int fflag, int devtype, struct thread *td) argument
387 retval = dsw->d_gianttrick->d_close(dev, fflag, devtype, td);
H A Dsubr_bus.c433 devopen(struct cdev *dev, int oflags, int devtype, struct thread *td) argument
448 devclose(struct cdev *dev, int fflag, int devtype, struct thread *td) argument
/freebsd-11-stable/sys/dev/sound/pcm/
H A Ddsp.c454 int i, error, rderror, wrerror, devtype, wdevunit, rdevunit; local
500 devtype = PCMDEV(i_dev);
508 if (devtype != dsp_cdevs[i].type || dsp_cdevs[i].alias != NULL)
550 /* No matching devtype? */
552 panic("impossible devtype %d", devtype);
964 int j, devtype, ret; local
989 devtype = PCMDEV(dev);
993 (devtype == SND_DEV_DSPHW_PLAY || devtype
2344 int i, unit, udcmask, cunit, devtype, devhw, devcmax, tumax; local
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c17089 dtrace_open(struct cdev *dev, int oflags, int devtype, struct thread *td)
/freebsd-11-stable/sys/dev/evdev/
H A Dcdev.c102 evdev_open(struct cdev *dev, int oflags, int devtype, struct thread *td) argument
/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/uart/
H A Duart_subr.c201 uart_getenv(int devtype, struct uart_devinfo *di, struct uart_class *class) argument
221 switch (devtype) {
/freebsd-11-stable/sys/opencrypto/
H A Dcryptodev.c1423 cryptoopen(struct cdev *dev, int oflags, int devtype, struct thread *td) argument
/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/cfi/
H A Dcfi_dev.c153 cfi_devopen(struct cdev *dev, int oflags, int devtype, struct thread *td) argument
166 cfi_devclose(struct cdev *dev, int fflag, int devtype, struct thread *td) argument
/freebsd-11-stable/sys/sys/
H A Dconf.h109 typedef int d_open_t(struct cdev *dev, int oflags, int devtype, struct thread *td);
111 typedef int d_close_t(struct cdev *dev, int fflag, int devtype, struct thread *td);
/freebsd-11-stable/sys/contrib/rdma/krping/
H A Dkrping_dev.c94 krping_open(struct cdev *dev, int oflags, int devtype, struct thread *p) argument
101 krping_close(struct cdev *dev, int fflag, int devtype, struct thread *p) argument
/freebsd-11-stable/sys/dev/filemon/
H A Dfilemon.c414 filemon_open(struct cdev *dev, int oflags __unused, int devtype __unused,
/freebsd-11-stable/sys/dev/mlx5/mlx5_fpga_tools/
H A Dmlx5fpga_tools_char.c56 tools_char_open(struct cdev *dev, int oflags, int devtype, struct thread *td) argument
/freebsd-11-stable/sys/dev/mrsas/
H A Dmrsas.c243 mrsas_open(struct cdev *dev, int oflags, int devtype, struct thread *td) argument
252 mrsas_close(struct cdev *dev, int fflag, int devtype, struct thread *td) argument
/freebsd-11-stable/sys/dev/smartpqi/
H A Dsmartpqi_cam.c236 (device->devtype != DISK_DEVICE) ||
/freebsd-11-stable/sys/dev/wtap/
H A Dif_wtap.c68 wtap_node_open(struct cdev *dev, int oflags, int devtype, struct thread *p) argument
77 wtap_node_close(struct cdev *dev, int fflag, int devtype, struct thread *p) argument
/freebsd-11-stable/sys/dev/spibus/
H A Dspigen.c166 spigen_open(struct cdev *cdev, int oflags, int devtype, struct thread *td) argument
347 spigen_close(struct cdev *cdev, int fflag, int devtype, struct thread *td) argument
/freebsd-11-stable/sys/dev/iicbus/
H A Dicee.c232 icee_open(struct cdev *dev, int oflags, int devtype, struct thread *td) argument
244 icee_close(struct cdev *dev, int fflag, int devtype, struct thread *td) argument
/freebsd-11-stable/sys/dev/nand/
H A Dnand_cdev.c126 nand_open(struct cdev *dev, int oflags, int devtype, struct thread *td) argument

Completed in 397 milliseconds

12345