Searched refs:device (Results 451 - 475 of 834) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/sys/sys/
H A Dpcpu.h163 struct device *pc_device;
H A Dsoundcard.h124 * AIOGSIZE/AIOSSIZE are used to change the behaviour of the device,
125 * from a character device (default) to a block device. In block mode,
128 * block can be read/written to the device, whereas in character mode
288 * The following is used to return device capabilities. If the structure
469 #define PS_NO_PATCHES 0 /* No patch support on device */
480 * associated with a synthesizer device (ioctl(SNDCTL_PMGR_ACCESS)).
483 * a patch manager daemon to read and write device parameters. This
496 int device; member in struct:patmgr_info
521 * Commands above 0xffff reserved for device specifi
712 short device; /* Synth# (0-4) */ member in struct:sbi_instrument
720 int device; /* 0-N. INITIALIZE BEFORE CALLING */ member in struct:synth_info
753 int device; /* 0-N. INITIALIZE BEFORE CALLING */ member in struct:midi_info
[all...]
/freebsd-11-stable/sys/dev/hptmv/
H A DmvStorageDev.h188 MV_U16 lbaHigh, MV_U8 device,
/freebsd-11-stable/sys/dev/isci/scil/
H A Dsati.c236 // Update the device capabilities in the odd/crazy event something changed.
238 sequence->device, (ATA_IDENTIFY_DEVICE_DATA_T*) ata_input_data
397 sequence->device = sati_device;
435 * a device fault should receive INTERNAL TARGET FAILURE sense data.
721 sequence->device = sati_device;
802 * If the device fault bit is set in the status register, then
817 sequence->device->state = SATI_DEVICE_STATE_DEVICE_FAULT_OCCURRED;
1132 * If the device fault bit is set in the status register, then
H A Dscif_sas_remote_device.h83 * to start/stop it's remote device object.
90 * @brief This enumeration depicts all the substates for the remote device's
115 * device READY substate machine.
120 * The Operational sub-state indicates that the remote device object
126 * This substate indicates that core remote device is not ready.
132 * This substate indicates that task management to this device is
138 * This substate indicates that core remote device is not ready due
166 * substates applicable for the framework remote device object.
182 * @brief The SCI SAS Framework remote device object abstracts the SAS remote
183 * device leve
[all...]
/freebsd-11-stable/sys/dev/fxp/
H A Dif_fxpvar.h147 uint16_t device; member in struct:fxp_ident
/freebsd-11-stable/sys/dev/ixgb/
H A Dif_ixgb_osdep.h93 struct device *dev;
/freebsd-11-stable/sys/dev/usb/
H A Dusb_util.c68 * device supplied textual description for the given device.
89 udev = uaa->device;
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-enet.c148 initdevice(char *device, int pflag, int *linktype) argument
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dmad_priv.h201 struct ib_device *device; member in struct:ib_mad_port_private
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_vlan.c46 static ssize_t show_parent(struct device *d, struct device_attribute *attr,
71 * First ensure this isn't a duplicate. We check the parent device and
115 "device %s, port %d",
/freebsd-11-stable/sys/dev/mfi/
H A Dmfi_cam.c304 device_printf(sc->mfi_dev, "Couldn't find mfip child device!\n");
417 uint8_t command, device; local
426 device = csio->data_ptr[0] & 0x1f;
427 if ((!mfi_allow_disks && device == T_DIRECT) ||
428 (device == T_PROCESSOR))
/freebsd-11-stable/sys/dev/mlx5/
H A Dfs.h34 #include <dev/mlx5/device.h>
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_catas.c96 event.device = &dev->ib_dev;
H A Dmthca_reset.c69 * find the associated bridge device and save off its PCI
74 /* Look for the bridge -- its device ID will be 2 more
75 than HCA's device ID. */
78 mdev->pdev->device + 2,
90 * Didn't find a bridge for a Tavor device --
173 /* Docs say to wait one second before accessing device */
176 /* Now wait for PCI device to start responding again */
196 mthca_err(mdev, "PCI device did not come back after reset, "
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_true.c277 char device[40]; local
283 snprintf(device, sizeof(device), DEVICE, unit);
284 fd = refclock_open(device, SPEED232, LDISC_CLK);
/freebsd-11-stable/sys/ofed/include/rdma/
H A Drdma_cm.h45 * Upon receiving a device removal event, users must destroy the associated
46 * RDMA identifier and release all resources allocated with the device.
152 struct ib_device *device; member in struct:rdma_cm_id
191 * associated RDMA device, if needed.
198 * be bound to a local RDMA device.
205 * rdma_cm_id will be bound to a local device.
/freebsd-11-stable/sys/cam/
H A Dcam_xpt.h107 void xpt_print_device(struct cam_ed *device);
/freebsd-11-stable/sbin/camcontrol/
H A Dpersist.c279 " The device server allows the TEST UNIT READY command through Write\n"
291 " The device server allows the TEST UNIT READY command through Write\n"
300 " The device server does not allow the RECEIVE COPY RESULTS command\n"
306 " The device server allows the TEST UNIT READY command through Write\n"
315 " The device server does not allow the RECEIVE COPY RESULTS command\n"
321 " The device server allows the TEST UNIT READY command and the RECEIVE\n"
427 scsipersist(struct cam_device *device, int argc, char **argv, char *combinedopt, argument
449 ccb = cam_getccb(device);
852 /* Disable freezing the device queue */
858 if (cam_send_ccb(device, cc
[all...]
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_all.h71 SS_START = 0x030000, /* Send a Start Unit command to the device,
75 * device, then retry the original command.
1440 u_int8_t device; member in struct:ata_pass_12
2002 u_int8_t device; member in struct:ata_pass_16
2020 uint8_t device; member in struct:ata_pass_32
2156 u_int8_t device; member in struct:scsi_inquiry_data
2157 #define SID_TYPE(inq_data) ((inq_data)->device & 0x1f)
2158 #define SID_QUAL(inq_data) (((inq_data)->device & 0xE0) >> 5)
2160 * The specified peripheral device
2164 * device i
2294 u_int8_t device; member in struct:scsi_vpd_supported_page_list
2310 u_int8_t device; member in struct:scsi_vpd_supported_pages
2321 u_int8_t device; member in struct:scsi_vpd_unit_serial_number
2332 u_int8_t device; member in struct:scsi_vpd_device_id
2486 uint8_t device; member in struct:scsi_vpd_extended_inquiry_data
2574 uint8_t device; member in struct:scsi_vpd_mode_page_policy
2606 u_int8_t device; member in struct:scsi_vpd_scsi_ports
2754 uint8_t device; member in struct:scsi_vpd_tpc
2767 u_int8_t device; member in struct:scsi_vpd_block_characteristics
2790 uint8_t device; member in struct:scsi_vpd_block_device_characteristics
2819 u_int8_t device; member in struct:scsi_vpd_logical_block_prov
2847 u_int8_t device; member in struct:scsi_vpd_block_limits
2876 uint8_t device; member in struct:scsi_vpd_zoned_bdc
3511 uint8_t device; member in struct:scsi_sense_ata_ret_desc
[all...]
/freebsd-11-stable/sys/dev/ixl/
H A Dixlv.h119 struct device *dev;
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Deswitch.h32 #include <dev/mlx5/device.h>
/freebsd-11-stable/contrib/apr/include/
H A Dapr_file_info.h66 APR_CHR, /**< a character device */
67 APR_BLK, /**< a block device */
128 * Structure for determining the device the file is on.
133 * Structure for determining the device the file is on.
193 /** The id of the device the file is on. */
194 apr_dev_t device; member in struct:apr_finfo_t
/freebsd-11-stable/sys/contrib/rdma/krping/
H A Dkrping.c44 #include <linux/device.h>
120 * the RDMA device (iw%d):
305 printk(KERN_ERR PFX "cma detected device removal!!!!\n");
521 cb->recv_dma_addr = ib_dma_map_single(cb->pd->device,
525 cb->send_dma_addr = ib_dma_map_single(cb->pd->device,
530 cb->rdma_buf = ib_dma_alloc_coherent(cb->pd->device, cb->size,
553 cb->start_buf = ib_dma_alloc_coherent(cb->pd->device, cb->size,
575 ib_dma_free_coherent(cb->pd->device, cb->size, cb->rdma_buf,
579 ib_dma_free_coherent(cb->pd->device, cb->size, cb->start_buf,
598 dma_unmap_single(cb->pd->device
[all...]
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_sysctl.c91 /* Add the hw.dri.x for our device */
175 (uintmax_t)dev2udev(minor->device));
366 devtoname(priv->minor->device),

Completed in 398 milliseconds

<<11121314151617181920>>