Searched refs:element (Results 126 - 150 of 172) sorted by relevance

1234567

/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Dib_sa_query.c563 &sa_dev->port[event->element.port_num - sa_dev->start_port];
581 queue_work(ib_wq, &sa_dev->port[event->element.port_num -
H A Dib_cache.c126 event.element.port_num = port;
1167 work->port_num = event->element.port_num;
/freebsd-current/contrib/bmake/mk/
H A Ddpadd.mk322 # We don't want to assume that we need to .PATH every element of
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1475 const DummySignalElement &element);
1477 const DummySignalElement &element);
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp922 // See if we can emit each element.
969 // If necessary, get a pointer to the element and emit it.
984 // If necessary, get a pointer to the element and emit it.
1808 // them, so emit a memcpy with the VLA size to initialize each element.
2295 /// \param begin - a type* denoting the first element of the array
2297 /// \param elementType - the element type of the array
2301 /// element throws
2312 // need to check for the zero-element case.
2329 // Shift the address back by one element.
2332 llvm::Value *element local
[all...]
/freebsd-current/sys/dev/bnxt/bnxt_re/
H A Dmain.c2277 event.element.qp = &qp->ib_qp;
2360 ibevent.element.cq = &cq->ibcq;
2438 ib_event.element.srq = &srq->ibsrq;
2532 ib_event.element.qp = qp;
2537 ib_event.element.port_num = port_num;
/freebsd-current/sys/dev/ixl/
H A Di40e_adminq_cmd.h119 I40E_AQ_RC_ENOENT = 2, /* No such element */
716 struct i40e_aqc_switch_config_element_resp element[1]; member in struct:i40e_aqc_get_switch_config_resp
1502 struct i40e_aqc_cloud_filters_element_data element; member in struct:i40e_aqc_add_rm_cloud_filt_elem_ext
1543 struct i40e_aqc_cloud_filters_element_data element; member in struct:i40e_aqc_cloud_filters_element_bb
H A Di40e_common.c4673 * i40e_aq_delete_element - Delete switch element
4678 * This deletes a switch element from the switch.
5762 tnl_type = (LE16_TO_CPU(filters[i].element.flags) &
5771 ti = LE32_TO_CPU(filters[i].element.tenant_id);
5772 filters[i].element.tenant_id = CPU_TO_LE32(ti << 8);
5858 tnl_type = (LE16_TO_CPU(filters[i].element.flags) &
5867 ti = LE32_TO_CPU(filters[i].element.tenant_id);
5868 filters[i].element.tenant_id = CPU_TO_LE32(ti << 8);
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_write_set_format_xar.c62 * - When writing an XML element <link type="<file-type>">, <file-type>
1033 const char *element, const char *fflags_text)
1093 if (strcmp(element, "ext2") == 0)
1122 r = xmlTextWriterStartElement(writer, BAD_CAST_CONST(element));
1032 make_fflags_entry(struct archive_write *a, xmlTextWriterPtr writer, const char *element, const char *fflags_text) argument
/freebsd-current/contrib/ofed/libibverbs/
H A Dkern-abi.h167 __u64 element; member in struct:ibv_kern_async_event
H A Dverbs.h379 } element; member in struct:ibv_async_event
/freebsd-current/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_core.c1190 VCHIQ_ELEMENT_T element = { &bulk->actual, 4 }; local
1194 msgid, &element, 1, 4, 0);
3386 VCHIQ_ELEMENT_T element = { payload, sizeof(payload) }; local
3391 &element, 1, sizeof(payload),
/freebsd-current/sys/dev/mthca/
H A Dmthca_cq.c259 event.element.cq = &cq->ibcq;
H A Dmthca_eq.c255 record.element.port_num = port;
/freebsd-current/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_cq.c65 event.element.cq = ibcq;
/freebsd-current/sys/dev/iser/
H A Diser_verbs.c49 event->element.port_num);
/freebsd-current/sys/ofed/include/uapi/rdma/
H A Dib_user_verbs.h125 __aligned_u64 element; member in struct:ib_uverbs_async_event_desc
/freebsd-current/sys/cam/scsi/
H A Dscsi_all.h1074 uint8_t element[2]; member in struct:scsi_read_attribute
1091 uint8_t element[3]; member in struct:scsi_write_attribute
4339 uint32_t element, uint8_t elem_type,
4345 uint8_t tag_action, uint32_t element,
H A Dscsi_all.c1311 "Warning - Physical element status change") },
1686 "Invalid element address") },
1881 "Import or export element accessed") },
1887 "Import/export element accessed, medium changed") },
2252 "Medium destination element full") },
2255 "Medium source element empty") },
2570 "Medium removal prevented by data transfer element") },
9021 uint32_t element, uint8_t elem_type, int logical_volume,
9033 scsi_ulto2b(element, scsi_cmd->element);
9018 scsi_read_attribute(struct ccb_scsiio *csio, uint32_t retries, void (*cbfcnp)(struct cam_periph *, union ccb *), uint8_t tag_action, uint8_t service_action, uint32_t element, uint8_t elem_type, int logical_volume, int partition, uint32_t first_attribute, int cache, uint8_t *data_ptr, uint32_t length, int sense_len, uint32_t timeout) argument
9055 scsi_write_attribute(struct ccb_scsiio *csio, uint32_t retries, void (*cbfcnp)(struct cam_periph *, union ccb *), uint8_t tag_action, uint32_t element, int logical_volume, int partition, int wtc, uint8_t *data_ptr, uint32_t length, int sense_len, uint32_t timeout) argument
[all...]
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dscan.c522 "Failed to allocate space for FILS Request Parameters element");
526 /* FILS Request Parameters element */
1922 * wpa_scan_get_ie - Fetch a specified information element from a scan result
1924 * @ie: Information element identitifier (WLAN_EID_*)
1925 * Returns: Pointer to the information element (id field) or %NULL if not found
1927 * This function returns the first matching information element in the scan
1943 * wpa_scan_get_vendor_ie - Fetch vendor information element from a scan result
1946 * Returns: Pointer to the information element (id field) or %NULL if not found
1948 * This function returns the first matching information element in the scan
1955 const struct element *ele
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1268 uptr element = interceptor_ctx()->AtExitStack.Size() - 1; local
1269 r = interceptor_ctx()->AtExitStack[element];
/freebsd-current/crypto/openssl/util/perl/OpenSSL/
H A DOrdinals.pm261 is every OpenSSL::Ordinals::Item element available.
/freebsd-current/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStub.cpp1050 element(IO &IO, std::vector<const InterfaceFile *> &Seq, size_t Index) { function in struct:llvm::yaml::DocumentListTraits
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmcu.c446 const struct element *elem;
1803 const struct element *elem;
1820 const struct element *sub_elem;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2658 StructuredData::Dictionary *element = *maybe_element; local
2661 element->GetValueForKey(llvm::StringRef("port")))
2666 element->GetValueForKey(llvm::StringRef("socket_name")))

Completed in 353 milliseconds

1234567