Searched refs:device (Results 376 - 400 of 834) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/sys/dev/usb/serial/
H A Dubser.c222 if ((strcmp(usb_get_manufacturer(uaa->device), "BWCT") == 0) &&
245 sc->sc_udev = uaa->device;
254 error = usbd_do_request_flags(uaa->device, NULL,
269 error = usbd_transfer_setup(uaa->device, &sc->sc_iface_index,
383 * because of delayed reaction due to device buffering.
/freebsd-11-stable/sys/dev/vxge/vxgehal/
H A Dvxgehal.h56 #include <dev/vxge/vxgehal/vxgehal-device.h>
/freebsd-11-stable/tools/tools/drm/
H A Dgen-drm_pciids148 my $name = $pciids_db{$vendor_id}{'devices'}{$device_id} || "Unknown device name";
/freebsd-11-stable/sys/dev/virtio/
H A Dvirtio.h84 * Read/write a variable amount from the device specific (ie, network)
93 /* Inlined device specific read/write functions for common lengths. */
128 VIRTIO_READ_IVAR(device, VIRTIO_IVAR_DEVICE);
/freebsd-11-stable/sys/dev/liquidio/base/
H A Dlio_device.h36 * \brief Host Driver: This file defines the octeon device structure.
87 * Each octeon device goes through each of these states
268 uint32_t max_nic_ports; /* max nic ports for the device */
297 * Each interface in the Octeon device has a network
298 * device pointer (used for OS specific calls).
346 /* Actual rings left for PF device */
367 * The Octeon device.
368 * Each Octeon device has this structure to represent all its
378 /* PCI device pointer */
379 device_t device; member in struct:octeon_device
[all...]
/freebsd-11-stable/sys/dev/mlx4/
H A Dcq.h38 #include <dev/mlx4/device.h>
/freebsd-11-stable/contrib/netbsd-tests/fs/tmpfs/
H A Dt_vnd.sh32 MD_DEVICE_FILE=md.device
/freebsd-11-stable/sbin/fsck/
H A Dfsck.c197 char device[MAXPATHLEN]; local
204 (void)snprintf(device, sizeof(device), "%s%s",
206 spec = device;
/freebsd-11-stable/stand/i386/libi386/
H A Dlibi386.h31 * i386 fully-qualified device descriptor.
87 extern struct devdesc currdev; /* our current device */
101 int bd_bios2unit(int biosdev); /* xlate BIOS device -> biosdisk unit */
102 int bd_unit2bios(struct i386_devdesc *); /* xlate biosdisk -> BIOS device */
139 uint32_t biospci_locator(int8_t bus, uint8_t device, uint8_t function);
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dnetdevice.h45 #include <linux/device.h>
/freebsd-11-stable/sys/dev/mlx5/mlx5_fpga/
H A Dsdk.h61 * @create: Informs the client that an Innova device was created.
62 * The device is not yet operational at this stage
64 * @fdev: The FPGA device
68 * @add: Informs the client that a core device is ready and operational.
69 * @fdev: The FPGA device
77 * @remove: Informs the client that a core device is not operational
79 * @fdev: The FPGA device
85 * @destroy: Informs the client that a core device is being destroyed.
86 * @fdev: The FPGA device
87 * The device i
[all...]
/freebsd-11-stable/sbin/newfs/
H A Dnewfs.c97 off_t mediasize; /* device size */
115 static char device[MAXPATHLEN]; variable
117 static int is_file; /* work on a file, not a device */
315 snprintf(device, sizeof(device), "%s%s", _PATH_DEV, special);
316 special = device;
338 warn("%s: not a character-special device", special);
418 errx(1, "%s: reserved not less than device size %jd",
458 "usage: %s [ -fsoptions ] special-device%s\n",
460 " [device
[all...]
/freebsd-11-stable/sbin/fsck_ffs/
H A Dmain.c643 char device[sizeof(_PATH_DEV) - 1 + MNAMELEN]; local
662 strcpy(device, _PATH_DEV);
663 strcat(device, ddevname);
664 strcpy(statfsp->f_mntfromname, device);
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_mpfs.c32 #include <dev/mlx5/device.h>
/freebsd-11-stable/contrib/netbsd-tests/dev/scsipi/libscsitest/
H A Dscsitest.c43 #include <sys/device.h>
124 inqbuf->device = T_CDROM;
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_arc.c289 /* device. */
472 /* Flags for a raw open() of the clock serial device. */
634 char device[20]; local
647 snprintf(device, sizeof(device), DEVICE, unit);
648 temp_fd = refclock_open(device, SPEED, LDISC_CLK);
652 fd = tty_open(device, OPEN_FLAGS, 0777);
655 unit, device);
674 unit, device);
688 unit, device);
[all...]
/freebsd-11-stable/sys/dev/advansys/
H A Dadw_pci.c149 adw_compose_id(u_int device, u_int vendor, u_int subdevice, u_int subvendor) argument
156 | ((u_int64_t)device << 48);
235 * this really is an AdvanSys device.
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_ev.c124 event.device = chp->ibcq.device;
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dev.c72 event.device = chp->ibcq.device;
/freebsd-11-stable/sys/cam/ata/
H A Data_all.h56 u_int8_t device; member in struct:ata_cmd
78 u_int8_t device; member in struct:ata_res
/freebsd-11-stable/sys/cam/
H A Dcam.h62 * one of these for each device they wish to communicate with and pass it into
63 * the xpt layer when they wish to schedule work on that device via the
394 char * cam_error_string(struct cam_device *device, union ccb *ccb, char *str,
397 void cam_error_print(struct cam_device *device, union ccb *ccb,
/freebsd-11-stable/sys/dev/bktr/
H A Dbktr_os.c160 #include <sys/device.h>
332 /* build the device name for bktr_name() */
336 * Enable bus mastering and Memory Mapped device
357 * Disable the brooktree device
438 /* read the pci device id and revision id */
445 /* make the device entries */
489 /* Disable the brooktree device */
530 /* Disable the brooktree device */
562 ** BrookTree 848 character device driver routines
586 /* Get the device dat
[all...]
/freebsd-11-stable/release/doc/share/mk/
H A Ddoc.relnotes.mk29 # Automatic device list generation:
/freebsd-11-stable/sys/mips/nlm/hal/
H A Diomap.h126 /* PCI IDs for SoC device */
195 * Find node on which a given Soc device is located.
196 * input is the pci device (slot) number.
199 nlm_get_device_node(int device) argument
201 return (device / 8);
/freebsd-11-stable/sys/dev/isci/scil/
H A Dsati_util.h61 * by a user to construct ATA/ATAPI commands, copy ATA device
105 ((SATA_FIS_REG_D2H_T*)(the_reg_fis))->device
141 ((SATA_FIS_REG_H2D_T*)(the_reg_fis))->device = (value)

Completed in 277 milliseconds

<<11121314151617181920>>