Searched refs:device (Results 76 - 100 of 805) sorted by relevance

1234567891011>>

/freebsd-9.3-release/sys/contrib/rdma/
H A Dcore_priv.h45 int ib_device_register_sysfs(struct ib_device *device);
46 void ib_device_unregister_sysfs(struct ib_device *device);
H A Drdma_verbs.c104 struct ib_pd *ib_alloc_pd(struct ib_device *device) argument
108 pd = device->alloc_pd(device, NULL, NULL);
111 pd->device = device;
124 return pd->device->dealloc_pd(pd);
133 ah = pd->device->create_ah(pd, ah_attr);
136 ah->device = pd->device;
145 int ib_init_ah_from_wc(struct ib_device *device, u argument
595 ib_create_cq(struct ib_device *device, ib_comp_handler comp_handler, void (*event_handler)(struct ib_event *, void *), void *cq_context, int cqe, int comp_vector) argument
[all...]
/freebsd-9.3-release/sys/i386/conf/
H A DXENHVM22 device xenpci
/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Dcore_priv.h41 int ib_device_register_sysfs(struct ib_device *device);
42 void ib_device_unregister_sysfs(struct ib_device *device);
H A Dagent.c57 __ib_get_agent_port(struct ib_device *device, int port_num) argument
62 if (entry->agent[1]->device == device &&
70 ib_get_agent_port(struct ib_device *device, int port_num) argument
76 entry = __ib_get_agent_port(device, port_num);
82 struct ib_wc *wc, struct ib_device *device,
91 if (device->node_type == RDMA_NODE_IB_SWITCH)
92 port_priv = ib_get_agent_port(device, 0);
94 port_priv = ib_get_agent_port(device, port_num);
119 if (device
81 agent_send_response(struct ib_mad *mad, struct ib_grh *grh, struct ib_wc *wc, struct ib_device *device, int port_num, int qpn) argument
144 ib_agent_port_open(struct ib_device *device, int port_num) argument
195 ib_agent_port_close(struct ib_device *device, int port_num) argument
[all...]
H A Dsmi.h66 struct ib_device *device)
70 return ((device->process_mad &&
81 struct ib_device *device)
85 return ((device->process_mad &&
65 smi_check_local_smp(struct ib_smp *smp, struct ib_device *device) argument
80 smi_check_local_returning_smp(struct ib_smp *smp, struct ib_device *device) argument
H A Dverbs.c97 enum rdma_link_layer rdma_port_get_link_layer(struct ib_device *device, u8 port_num) argument
99 if (device->get_link_layer)
100 return device->get_link_layer(device, port_num);
102 switch (rdma_node_get_transport(device->node_type)) {
115 struct ib_pd *ib_alloc_pd(struct ib_device *device) argument
119 pd = device->alloc_pd(device, NULL, NULL);
122 pd->device = device;
159 ib_init_ah_from_wc(struct ib_device *device, u8 port_num, struct ib_wc *wc, struct ib_grh *grh, struct ib_ah_attr *ah_attr) argument
723 ib_create_cq(struct ib_device *device, ib_comp_handler comp_handler, void (*event_handler)(struct ib_event *, void *), void *cq_context, int cqe, int comp_vector) argument
891 ib_alloc_fast_reg_page_list(struct ib_device *device, int max_page_list_len) argument
1056 ib_alloc_xrcd(struct ib_device *device) argument
[all...]
/freebsd-9.3-release/release/scripts/
H A Dtar.sh39 device=""
96 device="-F ${archive}"
105 exec cpio -it $verbose $device --block-size="$blocksize" "$@"
108 exec cpio -idmu $verbose $device --block-size="$blocksize" "$@"
116 cpio -o -H ustar $verbose $device --block-size="$blocksize"
/freebsd-9.3-release/usr.sbin/lptcontrol/
H A Dlptcontrol.c59 const char *device; local
64 device = DEFAULT_DEVICE;
69 device = optarg;
90 /* POLA: DTRT if -d was forgotten, but device name was specified. */
92 device = argv[0];
99 if ((fd = open(device, O_WRONLY)) < 0)
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Diopattern12 # USAGE: iopattern [-v] [-d device] [-f filename] [-m mount_point]
16 # -d device # instance name to snoop (eg, dad0)
34 # DEVICE device name
78 filter=0; device=.; filename=.; mount=.; interval=1; count=-1
84 d) opt_device=1; device=$OPTARG ;;
89 USAGE: iopattern [-v] [-d device] [-f filename] [-m mount_point]
93 -d device # instance name to snoop
134 inline string DEVICE = "'$device'";
H A Diopending12 # USAGE: iopending [-c] [-d device] [-f filename]
16 # -d device # instance name to snoop (eg, dad0)
65 opt_def=1; filter=0; device=.; filename=.; mount=.
73 d) opt_device=1; device=$OPTARG ;;
77 USAGE: iopending [-c] [-d device] [-f filename]
81 -d device # instance name to snoop
129 inline string DEVICE = "'$device'";
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/
H A Diopattern12 # USAGE: iopattern [-v] [-d device] [-f filename] [-m mount_point]
16 # -d device # instance name to snoop (eg, dad0)
34 # DEVICE device name
78 filter=0; device=.; filename=.; mount=.; interval=1; count=-1
84 d) opt_device=1; device=$OPTARG ;;
89 USAGE: iopattern [-v] [-d device] [-f filename] [-m mount_point]
93 -d device # instance name to snoop
134 inline string DEVICE = "'$device'";
/freebsd-9.3-release/etc/defaults/
H A DMakefile3 FILES= bluetooth.device.conf devfs.rules periodic.conf rc.conf
/freebsd-9.3-release/sys/dev/isci/scil/
H A Dscic_remote_device.h61 * by an SCIC user on the device object.
90 * store a remote device object.
93 * remote device object.
101 * remote device objects.
104 * device objects that have only called this method for construction.
110 * corresponding to the port through which this device
115 * @param[out] new_remote_device_handle An opaque remote device handle to
116 * be used by the SCIC user for all subsequent remote device
129 * direct attached (da) device. The information (e.g. IAF, Signature
130 * FIS, etc.) necessary to build the device i
[all...]
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Disk/
H A Diopending12 # USAGE: iopending [-c] [-d device] [-f filename]
16 # -d device # instance name to snoop (eg, dad0)
65 opt_def=1; filter=0; device=.; filename=.; mount=.
73 d) opt_device=1; device=$OPTARG ;;
77 USAGE: iopending [-c] [-d device] [-f filename]
81 -d device # instance name to snoop
129 inline string DEVICE = "'$device'";
/freebsd-9.3-release/sys/cam/
H A Dcam_xpt.c147 typedef int xpt_devicefunc_t (struct cam_ed *device, void *arg);
226 static union ccb *xpt_get_ccb(struct cam_ed *device);
227 static void xpt_run_dev_allocq(struct cam_ed *device);
253 struct cam_ed *device);
273 static int xptperiphtraverse(struct cam_ed *device,
290 struct cam_ed *device,
300 static __inline int device_is_queued(struct cam_ed *device);
311 * The priority of a device waiting for controller
332 device_is_queued(struct cam_ed *device) argument
334 return (device
663 struct cam_ed *device; local
969 struct cam_ed *device; local
1001 struct cam_ed *device; local
1302 xptdevicematch(struct dev_match_pattern *patterns, u_int num_patterns, struct cam_ed *device) argument
1665 xptedtdevicefunc(struct cam_ed *device, void *arg) argument
2110 struct cam_ed *device; local
2170 struct cam_ed *device, *next_device; local
2204 xptperiphtraverse(struct cam_ed *device, struct cam_periph *start_periph, xpt_periphfunc_t *tr_func, void *arg) argument
2383 xptdefdevicefunc(struct cam_ed *device, void *arg) argument
2448 xptsetasyncfunc(struct cam_ed *device, void *arg) argument
2522 struct cam_ed *device; local
2611 struct cam_ed *device; local
2740 struct cam_ed *device; local
3131 struct cam_ed *device; local
3213 xpt_run_dev_allocq(struct cam_ed *device) argument
3266 struct cam_ed *device; local
3467 struct cam_ed *device; local
3698 xpt_print_device(struct cam_ed *device) argument
3853 struct cam_ed *device; local
4123 struct cam_ed *device, *next_device; local
4219 xpt_dev_async_default(u_int32_t async_code, struct cam_eb *bus, struct cam_et *target, struct cam_ed *device, void *async_arg) argument
4255 struct cam_ed *device; local
4443 xpt_get_ccb(struct cam_ed *device) argument
4544 struct cam_ed *device; local
4559 struct cam_ed *cur_device, *device; local
4614 xpt_acquire_device(struct cam_ed *device) argument
4622 xpt_release_device(struct cam_ed *device) argument
4718 struct cam_ed *device; local
4736 struct cam_ed *device; local
4766 struct cam_ed *device; local
4859 xptpassannouncefunc(struct cam_ed *device, void *arg) argument
5052 struct cam_ed *device; local
[all...]
/freebsd-9.3-release/sys/cam/ata/
H A Data_xpt.c173 static void ata_find_quirk(struct cam_ed *device);
185 struct cam_ed *device,
190 struct cam_ed *device,
229 "can't register device\n");
236 printf("proberegister: Unable to probe new device. "
265 if ((periph->path->device->flags & CAM_DEV_UNCONFIGURED) ||
266 periph->path->device->protocol == PROTO_SATAPM ||
267 periph->path->device->protocol == PROTO_SEMB)
296 ident_buf = &periph->path->device->ident_data;
300 if ((path->device
1285 ata_find_quirk(struct cam_ed *device) argument
1558 struct cam_ed *device; local
1655 struct cam_ed *device; local
1755 struct cam_ed *device; local
1793 struct cam_ed *device; local
1835 ata_set_transfer_settings(struct ccb_trans_settings *cts, struct cam_ed *device, int async_update) argument
1967 ata_dev_async(u_int32_t async_code, struct cam_eb *bus, struct cam_et *target, struct cam_ed *device, void *async_arg) argument
[all...]
/freebsd-9.3-release/sys/cam/scsi/
H A Dscsi_xpt.c381 * so we need to limit maxtags to what the device
562 struct cam_ed *device);
569 static void scsi_find_quirk(struct cam_ed *device);
580 struct cam_ed *device,
586 struct cam_ed *device,
619 "can't register device\n");
626 printf("proberegister: Unable to probe new device. "
645 * delay before attempting to probe the device.
669 * If a device has gone away and another device, o
859 struct cam_ed *device; local
924 struct cam_ed* device; local
989 proberequestbackoff(struct cam_periph *periph, struct cam_ed *device) argument
1786 scsi_find_quirk(struct cam_ed *device) argument
1979 struct cam_ed *device; local
2294 struct cam_ed *device; local
2419 struct cam_ed *device; local
2564 scsi_set_transfer_settings(struct ccb_trans_settings *cts, struct cam_ed *device, int async_update) argument
2869 scsi_dev_async(u_int32_t async_code, struct cam_eb *bus, struct cam_et *target, struct cam_ed *device, void *async_arg) argument
[all...]
/freebsd-9.3-release/lib/libcam/
H A Dcamlib.c53 struct cam_device *device,
59 struct cam_device *device);
62 * Send a ccb to a passthrough device.
65 cam_send_ccb(struct cam_device *device, union ccb *ccb) argument
67 return(ioctl(device->fd, CAMIOCOMMAND, ccb));
99 * Take a device name or path passed in by the user, and attempt to figure
100 * out the device name and unit number. Some possible device name formats are:
105 * Some peripheral drivers create separate device nodes with 'n' prefix for
107 * We extract pure peripheral name as device nam
268 cam_open_btl(path_id_t path_id, target_id_t target_id, lun_id_t target_lun, int flags, struct cam_device *device) argument
396 cam_open_spec_device(const char *dev_name, int unit, int flags, struct cam_device *device) argument
403 cam_open_pass(const char *path, int flags, struct cam_device *device) argument
409 cam_lookup_pass(const char *dev_name, int unit, int flags, const char *given_path, struct cam_device *device) argument
492 cam_real_open_device(const char *path, int flags, struct cam_device *device, const char *given_path, const char *given_dev_name, int given_unit_number) argument
706 cam_device_dup(struct cam_device *device) argument
[all...]
/freebsd-9.3-release/contrib/libpcap/tests/
H A Dopentest.c53 register char *cp, *device; local
59 device = NULL;
75 device = optarg;
117 pd = pcap_create(device, ebuf);
123 device, pcap_statustostr(status));
128 device, pcap_statustostr(status));
134 device, pcap_statustostr(status));
139 device, pcap_statustostr(status));
144 device, pcap_statustostr(status));
151 error("%s: %s\n(%s)", device,
[all...]
/freebsd-9.3-release/share/examples/hast/
H A Ducarp_up.sh41 device="/dev/hast/${resource}"
65 [ -c "${device}" ] && break
68 if [ ! -c "${device}" ]; then
69 logger -p local0.error -t hast "Device ${device} didn't appear."
77 fsck -y -t ufs "${device}" >/dev/null 2>&1
84 out=`mount -t ufs "${device}" "${mountpoint}" 2>&1`
/freebsd-9.3-release/sys/mips/conf/
H A DOCTEON115 # device lines is also present in the ../../conf/NOTES and NOTES files.
53 options MD_ROOT # MD is a potential root device
96 device pci
99 device ahci # AHCI-compatible SATA controllers
100 device ata # Legacy ATA/SATA controllers
102 options ATA_STATIC_ID # Static device numbering
103 device mvs # Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA
104 device siis # SiliconImage SiI3124/SiI3132/SiI3531 SATA
107 device cf
111 device ah
[all...]
H A DTP-WN1043ND23 # Just make sure the thing boots off of the first attached SCSI device for now!
28 device geom_uzip
/freebsd-9.3-release/contrib/traceroute/
H A Difaddrlist.c83 char device[sizeof(ifr.ifr_name) + 1]; local
145 (void)strncpy(device, ifr.ifr_name, sizeof(ifr.ifr_name));
146 device[sizeof(device) - 1] = '\0';
149 if (strchr(device, ':') != NULL)
154 device, strerror(errno));
167 al->device = strdup(device);
/freebsd-9.3-release/sys/dev/drm2/ttm/
H A Dttm_page_alloc.h83 extern int ttm_dma_populate(struct ttm_dma_tt *ttm_dma, struct device *dev);
84 extern void ttm_dma_unpopulate(struct ttm_dma_tt *ttm_dma, struct device *dev);

Completed in 383 milliseconds

1234567891011>>