Searched refs:device (Results 276 - 300 of 805) sorted by relevance

<<11121314151617181920>>

/freebsd-9.3-release/sys/dev/isci/scil/
H A Dscic_sds_remote_node_context.h77 * This constant represents an invalid remote device id, it is used to program
240 * the remote device information necessary to manage the
252 * This pointer simply points to the remote device object containing
255 * @todo Consider making the device pointer the associated object of the
258 struct SCIC_SDS_REMOTE_DEVICE * device; member in struct:SCIC_SDS_REMOTE_NODE_CONTEXT
321 struct SCIC_SDS_REMOTE_DEVICE * device,
H A Dscif_sas_io_request_state_handlers.c227 fw_request->parent.device->domain->controller->core_object,
228 fw_request->parent.device->core_object,
H A Dscif_sas_stp_task_request.c157 SCIF_SAS_REMOTE_DEVICE_T * fw_device = fw_task->parent.device;
201 * @param[in] fw_device This parameter specifies the target device the
234 if ( pending_request->device == fw_device
H A Dscif_sas_high_priority_request_queue.c140 if (fw_io->parent.device->domain != fw_domain)
151 // The request was intended for a device in the domain. Put it
H A Dscif_sas_request.h142 * This field represents the remote device object to which this IO
145 struct SCIF_SAS_REMOTE_DEVICE * device; member in struct:SCIF_SAS_REQUEST
/freebsd-9.3-release/sys/i386/pci/
H A Dpci_cfgreg.c284 * to probe beyond that device, you only get garbage, which
401 uint8_t device; local
407 for (device = 0; device < maxdev; device++) {
409 printf("%d ", device);
411 port = pci_cfgenable(0, device, 0, 0, 4);
416 port = pci_cfgenable(0, device, 0, 8, 4);
423 port = pci_cfgenable(0, device, 0, 14, 1);
/freebsd-9.3-release/sys/mips/idt/
H A Didtpci.c407 idtpci_route_interrupt(device_t pcib, device_t device, int pin) argument
416 dev = pci_get_slot(device);
417 bus = pci_get_bus(device);
420 device_get_nameunit(device));
426 pci_get_bus(device), dev, pci_get_function(device),
431 pci_get_bus(device), dev, pci_get_function(device));
/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Dumem.c72 struct device *dev;
98 struct device *dev;
277 chunk->nmap = ib_dma_map_sg_attrs(context->device,
301 __ib_umem_release(context->device, umem, 0);
408 chunk->nmap = ib_dma_map_sg_attrs(context->device,
424 __ib_umem_release(context->device, umem, 0);
457 __ib_umem_release(umem->context->device, umem, 1);
495 __ib_umem_release(umem->context->device, umem, 1);
H A Dlocal_sa.c90 static void sa_db_add_dev(struct ib_device *device);
91 static void sa_db_remove_dev(struct ib_device *device);
131 struct ib_device *device; member in struct:sa_db_device
593 port->dev->device,
609 port->dev->device,
646 ret = ib_query_port(port->dev->device, port->port_num, &port_attr);
843 static int ib_create_path_iter(struct ib_device *device, u8 port_num, argument
850 dev = ib_get_client_data(device, &sa_db_client);
991 * @device:device t
1013 ib_sa_path_rec_get(struct ib_sa_client *client, struct ib_device *device, u8 port_num, struct ib_sa_path_rec *rec, ib_sa_comp_mask comp_mask, int timeout_ms, gfp_t gfp_mask, void (*callback)(int status, struct ib_sa_path_rec *resp, void *context), void *context, struct ib_sa_query **sa_query) argument
1178 sa_db_add_dev(struct ib_device *device) argument
1224 sa_db_remove_dev(struct ib_device *device) argument
[all...]
H A Duser_mad.c38 #include <linux/device.h>
68 * device special file is opened, we look up the corresponding struct
90 struct device *dev;
93 struct device *sm_dev;
142 static void ib_umad_add_one(struct ib_device *device);
143 static void ib_umad_remove_one(struct ib_device *device);
243 ib_init_ah_from_wc(agent->device, agent->port_num,
965 static ssize_t show_ibdev(struct device *dev, struct device_attribute *attr,
977 static ssize_t show_port(struct device *dev, struct device_attribute *attr,
995 static int ib_umad_init_port(struct ib_device *device, in argument
1114 ib_umad_add_one(struct ib_device *device) argument
1160 ib_umad_remove_one(struct ib_device *device) argument
[all...]
/freebsd-9.3-release/usr.sbin/bluetooth/bthidd/
H A Dlexer.l54 device_word device
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dicom.c69 * 1 (short write to device)
140 const char *device, /* device name/link */
149 fd = tty_open(device, O_RDWR, 0777);
139 icom_init( const char *device, int speed, int trace ) argument
/freebsd-9.3-release/contrib/libpcap/
H A Dpcap-can-linux.c79 * There are no platform-specific devices since each device
88 can_create(const char *device, char *ebuf, int *is_ours) argument
95 /* Does this look like a CANbus device? */
96 cp = strrchr(device, '/');
98 cp = device;
127 p = pcap_create_common(device, ebuf);
192 snprintf(handle->errbuf, PCAP_ERRBUF_SIZE, "Can't attach to device %d %d:%s",
H A Dpcap-dlpi.c356 ** Remove any "/dev/" on the front of the device.
365 * Split the device name into a device type name and a unit number;
366 * chop off the unit number, so "dname" is just a device type name.
376 * Use "/dev/dlpi" as the device.
383 * search "/dev" for the appropriate device with that major
384 * device number, rather than hardwiring "/dev/dlpi".
403 * to open the BPF device for reading and writing, we just try
411 * Get a table of all PPAs for that device, and search that
412 * table for the specified device typ
784 split_dname(char *device, int *unitp, char *ebuf) argument
1432 get_dlpi_ppa(register int fd, register const char *device, register int unit, register char *ebuf) argument
1696 pcap_create_interface(const char *device, char *ebuf) argument
[all...]
/freebsd-9.3-release/contrib/ofed/libibcm/include/infiniband/
H A Dcm.h92 struct ib_cm_device *device; member in struct:ib_cm_id
252 * @device: CM device to retrieve the event.
263 int ib_cm_get_event(struct ib_cm_device *device, struct ib_cm_event **event);
276 * ib_cm_open_device - Returns the device the CM uses to submit requests
277 * and retrieve events, corresponding to the specified verbs device.
279 * The CM device contains the file descriptor that the CM uses to
291 * ib_cm_close_device - Close a CM device.
292 * @device: Device to close.
294 void ib_cm_close_device(struct ib_cm_device *device);
[all...]
/freebsd-9.3-release/contrib/ofed/usr.lib/libibverbs/
H A DMakefile17 SRCS= device.c init.c marshall.c verbs.c cmd.c enum_strs.c kern_abi.h \
/freebsd-9.3-release/gnu/usr.bin/groff/src/devices/xditview/
H A DMakefile4 SRCS= device.c draw.c Dvi.c font.c lex.c page.c parse.c xditview.c
/freebsd-9.3-release/gnu/usr.bin/groff/src/libs/libgroff/
H A DMakefile6 device.cpp errarg.cpp error.cpp fatal.cpp filename.cpp\
/freebsd-9.3-release/lib/libdisk/
H A Dwrite_amd64_disk.c91 char device[64]; local
97 strcpy(device, _PATH_DEV);
98 strcat(device, d1->name);
100 fd = open(device, O_RDWR);
H A Dwrite_i386_disk.c91 char device[64]; local
97 strcpy(device, _PATH_DEV);
98 strcat(device, d1->name);
100 fd = open(device, O_RDWR);
/freebsd-9.3-release/sbin/atm/atmconfig/
H A Datmconfig.help83 atmconfig [common-options] diag config [options] [<device> ...]
87 atmconfig [common-options] diag phy print [options] <device>
88 atmconfig [common-options] diag phy show <device>
89 atmconfig [common-options] diag phy set <device> <reg> <msk> <val>
90 atmconfig [common-options] diag phy set stats [options] <device>
94 atmconfig [common-options] diag vcc [<device> ...]
98 atmconfig [common-options] diag stats <device>
106 usage: atmconfig [common-options] diag config [-hardware] [-atm] [device ...]
111 If now device is given as argument information about all devices is shown.
117 atmconfig [common-options] diag phy show <device>
[all...]
/freebsd-9.3-release/sys/boot/pc98/libpc98/
H A Dbioscd.c32 * BIOS CD device handling for CD's that have been booted off of via no
111 * Translate between BIOS device numbers and our private unit numbers.
118 DEBUG("looking for bios device 0x%x", biosdev);
120 DEBUG("bc unit %d is BIOS device 0x%x", i, bcinfo[i].bc_unit);
136 * We can't quiz, we have to be told what device to use, so this functoin
138 * device number to add.
355 int biosdev, unit, device; local
361 DEBUG("unit %d BIOS device %d", unit, biosdev);
362 if (biosdev == -1) /* not a BIOS device */
365 device
[all...]
/freebsd-9.3-release/sys/dev/cxgb/common/
H A Dcxgb_ctl_defs.h127 struct device *pdev; /* associated PCI device */
/freebsd-9.3-release/sys/dev/fdc/
H A Dfdcvar.h67 struct device *fdc_dev;
/freebsd-9.3-release/sys/dev/ipmi/
H A Dipmi_pci.c55 u_int16_t device; member in struct:ipmi_ident
63 ipmi_pci_match(uint16_t vendor, uint16_t device) argument
68 if (m->vendor == vendor && m->device == device)

Completed in 248 milliseconds

<<11121314151617181920>>