Searched refs:device (Results 176 - 200 of 805) sorted by relevance

1234567891011>>

/freebsd-9.3-release/sys/dev/isci/scil/
H A Dsati_device.h60 * device object. Some translations require information to be
61 * remembered on a per device basis. This information is stored
72 * translation remote device object.
91 * These constants define the various capabilities that a remote device may
119 * @brief The SATI_DEVICE structure define the state of the remote device
125 * This field simply dictates the state of the SATI device.
130 * This field indicates features supported by the remote device that
137 * by the device.
161 * descriptor entries the device supports in blocks.
166 * The field is the reported logical block size for the device
[all...]
H A Dsati_move.c240 if (sequence->device->capabilities & SATI_DEVICE_CAP_48BIT_ENABLE)
392 * written to the device head register.
436 if (sequence->device->capabilities & SATI_DEVICE_CAP_NCQ_SUPPORTED_ENABLE)
444 else if (sequence->device->capabilities & SATI_DEVICE_CAP_48BIT_ENABLE)
461 else if (sequence->device->capabilities & SATI_DEVICE_CAP_UDMA_ENABLE)
496 * written to the device head register.
500 * supported by the target device.
516 if (sequence->device->capabilities & SATI_DEVICE_CAP_NCQ_SUPPORTED_ENABLE)
519 if((sequence->device->capabilities & SATI_DEVICE_CAP_IGNORE_FUA)==0)
534 else if (sequence->device
[all...]
H A Dsati_request_sense.c100 switch(sequence->device->state)
120 sequence->device->unit_attention_asc,
121 sequence->device->unit_attention_ascq
168 //Check if the device has SMART support & SMART enabled
169 if(sequence->device->capabilities & SATI_DEVICE_CAP_SMART_SUPPORT)
171 if(sequence->device->capabilities & SATI_DEVICE_CAP_SMART_ENABLE)
H A Dscic_sds_smp_remote_device.c59 * @brief This file contains This file contains the SMP remote device
78 * This method will handle the start io operation for a SMP device that is in
81 * @param [in] device The device the io is sent to.
88 SCI_BASE_REMOTE_DEVICE_T * device,
93 SCIC_SDS_REMOTE_DEVICE_T * this_device = (SCIC_SDS_REMOTE_DEVICE_T *)device;
134 * This device is already handling a command it can not accept new commands
137 * @param[in] device This is the device object that is receiving the IO.
145 SCI_BASE_REMOTE_DEVICE_T * device,
87 scic_sds_smp_remote_device_ready_idle_substate_start_io_handler( SCI_BASE_REMOTE_DEVICE_T * device, SCI_BASE_REQUEST_T * request ) argument
144 scic_sds_smp_remote_device_ready_cmd_substate_start_io_handler( SCI_BASE_REMOTE_DEVICE_T * device, SCI_BASE_REQUEST_T * request ) argument
162 scic_sds_smp_remote_device_ready_cmd_substate_complete_io_handler( SCI_BASE_REMOTE_DEVICE_T * device, SCI_BASE_REQUEST_T * request ) argument
[all...]
H A Dscif_sas_sati_binding.h133 * address for the remote device associated with the supplied IO
142 = scif_remote_device_get_scic_handle(fw_request->device); \
149 SCIF_SAS_REMOTE_DEVICE_T* fw_device = fw_request->device; \
156 SCIF_SAS_REMOTE_DEVICE_T* fw_device = fw_request->device; \
191 fw_request->device->domain->controller, &mde \
207 fw_request->device->domain->controller, &mde \
/freebsd-9.3-release/sys/mips/conf/
H A DPB9246 device geom_uzip
51 device pci
52 device ar724x_pci
55 device nvram2env
61 device wlan # 802.11 support
62 device wlan_wep # 802.11 WEP support
63 device wlan_ccmp # 802.11 CCMP support
64 device wlan_tkip # 802.11 TKIP support
65 device wlan_xauth # 802.11 hostap support
67 device at
[all...]
/freebsd-9.3-release/sys/modules/nxge/
H A DMakefile35 SRCS+= xgehal-device.c xgehal-mm.c xge-queue.c
44 CWARNFLAGS.xgehal-device.c= ${NO_WSELF_ASSIGN}
/freebsd-9.3-release/sys/ofed/include/linux/
H A Ddmapool.h35 #include <linux/device.h>
43 dma_pool_create(char *name, struct device *dev, size_t size,
52 * and physical address requirements of the device.
/freebsd-9.3-release/usr.sbin/apmd/contrib/
H A Dpccardq.c154 **device, int *state)
209 if ((*device = strdup(_device)) == NULL) {
213 if (*manuf == NULL || *version == NULL || *device == NULL) {
262 char *device; local
265 if (get_slot_info(so, i, &manuf, &version, &device,
268 if (manuf == NULL || version == NULL || device == NULL)
271 i, manuf, version, device, strstate(state));
274 free(device);
153 get_slot_info(int so, int slot, char **manuf, char **version, char **device, int *state) argument
/freebsd-9.3-release/usr.sbin/bluetooth/hcsecd/
H A Dlexer.l47 device_word device
/freebsd-9.3-release/usr.sbin/bsnmpd/modules/snmp_atm/
H A Datm_sys.c52 const char *device; member in struct:hwinfo
255 if (aif->pub.mib->device >= sizeof(hwinfo) / sizeof(hwinfo[0]))
257 return (string_get(value, hwinfo[aif->pub.mib->device].vendor, -1));
261 * Get device string
267 if (aif->pub.mib->device >= sizeof(hwinfo) / sizeof(hwinfo[0]))
269 return (string_get(value, hwinfo[aif->pub.mib->device].device, -1));
289 aif->pub.mib->device = mib->device;
/freebsd-9.3-release/sys/arm/xscale/ixp425/
H A Dixdp425_pci.c146 ixp425_md_route_interrupt(device_t bridge, device_t device, int pin) argument
158 dev = pci_get_slot(device);
161 device_get_nameunit(device));
167 pci_get_bus(device), dev, pci_get_function(device));
/freebsd-9.3-release/usr.sbin/sade/
H A Dwizard.c32 char device[64]; local
36 strcpy(device,"/dev/");
37 strcat(device,d->name);
39 fd = open(device,O_RDWR);
41 msgWarn("open(%s) failed", device);
/freebsd-9.3-release/usr.sbin/sysinstall/
H A Dwizard.c33 char device[64]; local
37 strcpy(device,"/dev/");
38 strcat(device,d->name);
40 fd = open(device,O_RDWR);
42 msgWarn("open(%s) failed", device);
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_zyfer.c80 #define DEVICE "/dev/zyfer%d" /* device name and unit */
133 char device[20]; local
139 snprintf(device, sizeof(device), DEVICE, unit);
140 fd = refclock_open(device, SPEED232, LDISC_RAW);
144 msyslog(LOG_NOTICE, "zyfer(%d) fd: %d dev <%s>", unit, fd, device);
H A Drefclock_tpro.c24 * tpro.o device driver be installed and loaded.
30 #define DEVICE "/dev/tpro%d" /* device name and unit */
64 * tpro_start - open the TPRO device and initialize data for processing
74 char device[20]; local
78 * Open TPRO device
80 snprintf(device, sizeof(device), DEVICE, unit);
81 fd = open(device, O_RDONLY | O_NDELAY, 0777);
83 msyslog(LOG_ERR, "tpro_start: open of %s: %m", device);
/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Dmad.c85 * Returns a ib_mad_port_private structure or NULL for a device/port
89 __ib_get_mad_port(struct ib_device *device, int port_num) argument
94 if (entry->device == device && entry->port_num == port_num)
102 * for a device/port
105 ib_get_mad_port(struct ib_device *device, int port_num) argument
111 entry = __ib_get_mad_port(device, port_num);
199 struct ib_mad_agent *ib_register_mad_agent(struct ib_device *device, argument
281 /* Validate device and port */
282 port_priv = ib_get_mad_port(device, port_nu
447 ib_register_mad_snoop(struct ib_device *device, u8 port_num, enum ib_qp_type qp_type, int mad_snoop_flags, ib_mad_snoop_handler snoop_handler, ib_mad_recv_handler recv_handler, void *context) argument
693 struct ib_device *device = mad_agent_priv->agent.device; local
1712 struct ib_device *device = mad_agent_priv->agent.device; local
2793 ib_mad_port_open(struct ib_device *device, int port_num) argument
2902 ib_mad_port_close(struct ib_device *device, int port_num) argument
2932 ib_mad_init_device(struct ib_device *device) argument
2982 ib_mad_remove_device(struct ib_device *device) argument
[all...]
H A Dsa_query.c68 struct ib_device *device; member in struct:ib_sa_port
111 static void ib_sa_add_one(struct ib_device *device);
112 static void ib_sa_remove_one(struct ib_device *device);
530 if (ib_query_port(port->agent->device, port->port_num, &port_attr)) {
545 if (ib_find_pkey(port->agent->device, port->port_num,
583 if (rdma_port_get_link_layer(handler->device, port->port_num) != IB_LINK_LAYER_INFINIBAND)
639 static u8 get_src_path_mask(struct ib_device *device, u8 port_num) argument
646 sa_dev = ib_get_client_data(device, &sa_client);
658 int ib_init_ah_from_path(struct ib_device *device, u8 port_num, argument
669 get_src_path_mask(device, port_nu
805 ib_sa_path_rec_query(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
921 ib_sa_service_rec_query(struct ib_sa_client *client, struct ib_device *device, u8 port_num, u8 method, struct ib_sa_service_rec *rec, ib_sa_comp_mask comp_mask, int timeout_ms, gfp_t gfp_mask, void (*callback)(int status, struct ib_sa_service_rec *resp, void *context), void *context, struct ib_sa_query **sa_query) argument
1017 ib_sa_mcmember_rec_query(struct ib_sa_client *client, struct ib_device *device, u8 port_num, u8 method, struct ib_sa_mcmember_rec *rec, ib_sa_comp_mask comp_mask, int timeout_ms, gfp_t gfp_mask, void (*callback)(int status, struct ib_sa_mcmember_rec *resp, void *context), void *context, struct ib_sa_query **sa_query) argument
1133 ib_sa_informinfo_query(struct ib_sa_client *client, struct ib_device *device, u8 port_num, struct ib_sa_inform *rec, int timeout_ms, gfp_t gfp_mask, void (*callback)(int status, struct ib_sa_inform *resp, void *context), void *context, struct ib_sa_query **sa_query) argument
1312 ib_sa_add_one(struct ib_device *device) argument
1401 ib_sa_remove_one(struct ib_device *device) argument
[all...]
/freebsd-9.3-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex45 device tree supplied by Open Firmware on IBM\R servers and Apple\R
48 The ``blob'' representing the device tree can be created using \dtc
63 \subsection{OF and the device tree}
67 Among other boot-time services, OF maintains a device tree that
70 the Linux kernel uses OF calls to scan the device tree and transfer it
72 various device information.
74 The device tree consists of nodes representing devices or
77 information about the device. The values are arbitrary byte strings,
85 but nothing as detailed or complete as the OF device tree. This has
88 device tre
[all...]
/freebsd-9.3-release/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_cma.c78 struct ib_device *device = id->device; local
85 ssk->max_sge = sdp_get_max_dev_sge(device);
96 ssk->sdp_dev = ib_get_client_data(device, &sdp_client);
98 sdp_warn(sk, "SDP not available on device %s\n", device->name);
103 rc = sdp_rx_ring_create(ssk, device);
107 rc = sdp_tx_ring_create(ssk, device);
120 ssk->ib_device = device;
122 ssk->context.device
[all...]
/freebsd-9.3-release/sys/ofed/drivers/infiniband/util/
H A Dmadeye.c36 #include <linux/device.h>
47 static void madeye_remove_one(struct ib_device *device);
48 static void madeye_add_one(struct ib_device *device);
517 static void madeye_add_one(struct ib_device *device) argument
523 if (device->node_type == RDMA_NODE_IB_SWITCH) {
528 e = device->phys_port_cnt;
537 port[i].smi_agent = ib_register_mad_snoop(device, i + s,
543 port[i].gsi_agent = ib_register_mad_snoop(device, i + s,
552 ib_set_client_data(device, &madeye_client, port);
555 static void madeye_remove_one(struct ib_device *device) argument
[all...]
/freebsd-9.3-release/contrib/ntp/scripts/monitoring/
H A Dntptrap381 if (($device) = ($data =~ /device=\"([^\"]+)\"/))
387 $msg .= " \"$device\" \"$timecode\"";
406 if (($device) = ($data =~ /device=\"([^\"]+)\"/))
413 $msg .= " \"$device\" \"$timecode\"";
448 ($device) = ($data =~ /device=\"([^\"]+)\"/);
450 $msg .= " \"$device\" \"$timecode\"";
/freebsd-9.3-release/contrib/groff/src/preproc/eqn/
H A Dmain.cpp24 #include "device.h"
303 device = optarg;
304 if (strcmp(device, "ps:html") == 0) {
305 device = "ps";
352 init_table(device);
355 ".if !'\\*(.T'html' " // the html device uses `-Tps' to render
358 device, program_name);
362 device, program_name);
366 device);
/freebsd-9.3-release/contrib/ofed/libibcm/src/
H A Dcm.c195 index = ucm_get_dev_index(device_context->device->name);
223 void ib_cm_close_device(struct ib_cm_device *device) argument
225 close(device->fd);
226 free(device);
236 static struct cm_id_private *ib_cm_alloc_id(struct ib_cm_device *device, argument
246 cm_id_priv->id.device = device;
258 int ib_cm_create_id(struct ib_cm_device *device, argument
268 cm_id_priv = ib_cm_alloc_id(device, context);
275 result = write(device
821 ib_cm_get_event(struct ib_cm_device *device, struct ib_cm_event **event) argument
[all...]
/freebsd-9.3-release/sys/compat/linsysfs/
H A Dlinsysfs.c117 * Filler function for device sym-link
153 char *device, *host, *new_path = path; local
163 device = malloc(MAXPATHLEN, M_TEMP, M_WAITOK);
169 device[0] = '\000';
170 sprintf(device, "%s:%02x:%02x.%x",
176 strcat(new_path, device);
177 dir = pfs_create_dir(dir, device,
200 pfs_create_link(sub_dir, "device",
211 free(device, M_TEMP);
249 /* /sys/device */
[all...]

Completed in 130 milliseconds

1234567891011>>