Searched refs:element (Results 51 - 75 of 152) sorted by relevance

1234567

/freebsd-10.0-release/sys/ofed/drivers/infiniband/core/
H A Dsysfs.c515 struct port_table_attribute *element; local
523 element = kzalloc(sizeof(struct port_table_attribute),
525 if (!element)
528 if (snprintf(element->name, sizeof(element->name),
529 "%d", i) >= sizeof(element->name)) {
530 kfree(element);
534 element->attr.attr.name = element->name;
535 element
[all...]
H A Duverbs_main.c451 __u64 element, __u64 event,
470 entry->desc.async.element = element;
487 struct ib_ucq_object *uobj = container_of(event->element.cq->uobject,
499 uobj = container_of(event->element.qp->uobject,
511 uobj = container_of(event->element.srq->uobject,
525 ib_uverbs_async_handler(file, event->element.port_num, event->event,
532 ib_uverbs_async_handler(context_ptr, event->element.xrc_qp_num,
450 ib_uverbs_async_handler(struct ib_uverbs_file *file, __u64 element, __u64 event, struct list_head *obj_list, u32 *counter) argument
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dskel.c281 svn_skel_t *element;
299 /* Parse the next element in the list. */
300 element = parse(data, end - data, pool);
301 if (! element)
304 /* Link that element into our list. */
305 element->next = NULL;
306 *tail = element;
307 tail = &element->next;
309 /* Advance past that element. */
310 data = element
277 svn_skel_t *element; local
[all...]
/freebsd-10.0-release/sys/dev/cxgbe/iw_cxgbe/
H A Dev.c74 event.element.cq = &chp->ibcq;
76 event.element.qp = &qhp->ibqp;
/freebsd-10.0-release/sys/dev/mps/
H A Dmps_mapping.c554 * @element: IR configuration change element
563 Mpi2EventIrConfigElement_t *element, u64 wwid)
566 u8 missing_cnt, reason = element->ReasonCode;
2085 * @wwid_table: world wide name for volumes in the element table
2100 Mpi2EventIrConfigElement_t *element; local
2109 element = (Mpi2EventIrConfigElement_t *)
2111 element_flags = le16toh(element->ElementFlags);
2116 if (element->ReasonCode == MPI2_EVENT_IR_CHANGE_RC_ADDED ||
2117 element
562 _mapping_update_ir_missing_cnt(struct mps_softc *sc, u32 map_idx, Mpi2EventIrConfigElement_t *element, u64 wwid) argument
2150 Mpi2EventIrConfigElement_t *element; local
[all...]
H A Dmps_sas_lsi.c266 Mpi2EventIrConfigElement_t *element; local
277 element =
280 (sc, element->VolDevHandle);
284 for (i = 0; i < event_data->NumElements; i++, element++) {
285 switch (element->ReasonCode) {
289 if (mpssas_volume_add(sc, le16toh(element->VolDevHandle))){
292 __func__, le16toh(element->
307 le16toh(element->VolDevHandle));
329 targ = mpssas_find_target_by_handle(sassc, 0, element->PhysDiskDevHandle);
352 le16toh(element
[all...]
/freebsd-10.0-release/contrib/ofed/libibverbs/src/
H A Dcompat-1_0.c472 event->element.cq = event->element.cq->cq_context;
483 event->element.qp = event->element.qp->qp_context;
488 event->element.srq = event->element.srq->srq_context;
505 real_event.element.cq =
506 ((struct ibv_cq_1_0 *) event->element.cq)->real_cq;
517 real_event.element.qp =
518 ((struct ibv_qp_1_0 *) event->element
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/hx509/
H A Dca.c479 name.element = choice_DistributionPointName_fullName;
483 gn.element = choice_GeneralName_uniformResourceIdentifier;
519 gn.element = choice_GeneralName_directoryName;
526 gn.u.directoryName.element = n.element;
575 gn.element = choice_GeneralName_otherName;
784 gn.element = choice_GeneralName_dNSName;
812 gn.element = choice_GeneralName_rfc822Name;
1116 tbsc->validity.notBefore.element = choice_Time_generalTime;
1118 tbsc->validity.notAfter.element
[all...]
H A Dcert.c774 if (sa.val[j].element == choice_GeneralName_otherName &&
970 if (ai.authorityCertIssuer->val[0].element != choice_GeneralName_directoryName)
973 name.element =
974 ai.authorityCertIssuer->val[0].u.directoryName.element;
1640 switch(t->element) {
1727 if (c->element != choice_Name_rdnSequence
1728 || n->element != choice_Name_rdnSequence)
1748 assert(c->element == n->element);
1750 switch(c->element) {
[all...]
H A Dreq.c145 name.element = choice_GeneralName_dNSName;
160 name.element = choice_GeneralName_rfc822Name;
/freebsd-10.0-release/libexec/bootpd/
H A Dhash.c218 * Insert the data item "element" into the hash table using "hashcode"
228 hash_Insert(hashtable, hashcode, compare, key, element)
232 hash_datum *key, *element;
244 temp->data = element;
255 * element is found and the deletion is successful, 0 is returned.
/freebsd-10.0-release/contrib/gcc/
H A Dstor-layout.c1551 For an array type, calculate the element separation as well.
1710 tree element = TREE_TYPE (type);
1712 build_pointer_type (element);
1716 && TYPE_SIZE (element))
1732 element_size = TYPE_SIZE (element);
1733 if (TYPE_PACKED (type) && INTEGRAL_TYPE_P (element)
1734 && (integer_zerop (TYPE_MAX_VALUE (element))
1735 || integer_onep (TYPE_MAX_VALUE (element)))
1736 && host_integerp (TYPE_MIN_VALUE (element), 1))
1739 = tree_low_cst (TYPE_MAX_VALUE (element),
1705 tree element = TREE_TYPE (type); local
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Ddigest.c428 ireq.element = choice_DigestReqInner_init;
436 if (irep.element == choice_DigestRepInner_error) {
443 if (irep.element != choice_DigestRepInner_initReply) {
718 ireq.element = choice_DigestReqInner_digestRequest;
740 if (irep.element == choice_DigestRepInner_error) {
748 if (irep.element != choice_DigestRepInner_response) {
891 ireq.element = choice_DigestReqInner_ntlmInit;
899 if (irep.element == choice_DigestRepInner_error) {
906 if (irep.element != choice_DigestRepInner_ntlmInitReply) {
1012 ireq.element
[all...]
/freebsd-10.0-release/sys/cam/scsi/
H A Dscsi_enc_ses.c152 * valid element..
163 * element indexes that, instead of memoizing in the softc, we calculate
164 * on the fly during the traversal of the element objects. The various
173 * you may also seek to any particular element by either it's global or
174 * individual element index via the ses_iter_seek_to() function. You may
175 * also return an iterator to the position just before the first element
190 * \brief Index of the type of the current element within the
196 * \brief The position (0 based) of this element relative to all other
205 * \brief The position (0 based) of this element relative to all
210 * an overall status element, individual_element_inde
519 enc_element_t *element; local
1327 enc_element_t *element; local
1523 enc_element_t *element; local
1717 enc_element_t *element, *telement; local
1892 enc_element_t *element; local
1940 enc_element_t *element; local
2062 enc_element_t *element; local
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/asn1/
H A Dcheck-gen.c313 COMPARE_INTEGER(aa,ab,element);
346 n1.element = choice_Name_rdnSequence;
354 atv1[0].value.element = choice_DirectoryString_printableString;
360 atv1[1].value.element = choice_DirectoryString_printableString;
365 n2.element = choice_Name_rdnSequence;
373 atv2[0].value.element = choice_DirectoryString_printableString;
379 atv2[1].value.element = choice_DirectoryString_printableString;
787 c1.element = choice_TESTChoice1_i1;
792 c2_1.element = choice_TESTChoice1_i2;
805 c2_2.element
[all...]
/freebsd-10.0-release/sbin/geom/class/part/
H A Dgeom_part.c581 gpart_show_geom(struct ggeom *gp, const char *element, int show_providers) argument
635 find_provcfg(pp, element), fmtattrib(pp),
641 find_provcfg(pp, element), fmtattrib(pp),
674 const char *element, *name; local
677 element = NULL;
678 if (gpart_show_hasopt(req, "show_label", element))
679 element = "label";
680 if (gpart_show_hasopt(req, "show_rawtype", element))
681 element = "rawtype";
682 if (element
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprAgg.cpp381 QualType element = GetStdInitializerListElementType(initList->getType()); local
383 QualType array = ctx.getConstantArrayType(element, size, ArrayType::Normal,0);
389 EmitArrayInit(alloc, cast<llvm::ArrayType>(LTy), element, initList);
399 QualType elementPtr = ctx.getPointerType(element.withConst());
474 // The 'current element to initialize'. The invariants on this
476 // the loop, it points to the last initialized element, except
479 llvm::Value *element = begin; local
483 // Advance to the next element.
485 element = Builder.CreateInBoundsGEP(element, on
1585 QualType element = GetStdInitializerListElementType(init->getType()); local
[all...]
/freebsd-10.0-release/crypto/heimdal/kadmin/
H A Dmod.c69 ext.data.element = choice_HDB_extension_data_allowed_to_delegate_to;
118 ext.data.element = choice_HDB_extension_data_aliases;
160 ext.data.element = choice_HDB_extension_data_pkinit_acl;
/freebsd-10.0-release/contrib/mknod/
H A Dpack_dev.c267 compare_format(const void *key, const void *element) argument
273 format = element;
/freebsd-10.0-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_ev.c126 event.element.cq = &chp->ibcq;
128 event.element.qp = &qhp->ibqp;
/freebsd-10.0-release/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_verbs.c278 if (record->element.port_num != priv->port)
282 record->device->name, record->element.port_num);
/freebsd-10.0-release/sys/security/mac_biba/
H A Dmac_biba.c238 struct mac_biba_element *element; local
242 element = &mb->mb_effective;
244 return (element->mbe_type == MAC_BIBA_TYPE_EQUAL ||
245 element->mbe_type == MAC_BIBA_TYPE_HIGH);
541 * biba_element_to_string() accepts an sbuf and Biba element. It converts
542 * the Biba element to a string and stores the result in the sbuf; if there
546 biba_element_to_string(struct sbuf *sb, struct mac_biba_element *element) argument
550 switch (element->mbe_type) {
561 if (sbuf_printf(sb, "%d", element->mbe_grade) == -1)
566 if (MAC_BIBA_BIT_TEST(i, element
639 biba_parse_element(struct mac_biba_element *element, char *string) argument
[all...]
/freebsd-10.0-release/bin/chio/
H A Dchio.c92 /* Valid changer element types. */
192 * where ET == element type and EU == element unit.
225 errx(1,"%s: voltag only makes sense as an element source",
270 * where ET == element type and EU == element unit.
326 errx(1,"%s %s: voltag only makes sense as an element source",
379 * where ET == element type and EU == element unit.
585 * where ET == element typ
955 uint16_t type, element; local
1015 get_element_status(unsigned int type, unsigned int element, int use_voltags) argument
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dsparc-tdep.c371 int element = 0;
430 if (element < 6)
432 int regnum = SPARC_O0_REGNUM + element;
435 if (len > 4 && element < 5)
440 write_memory (sp + 4 + element * 4, valbuf, len);
441 element += len / 4;
444 gdb_assert (element == num_elements);
367 int element = 0; local
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DYAMLTraits.h122 /// static MyType& element(IO &, std::vector<MyType> &seq, size_t index) {
132 // static T::value_type& element(IO &io, T &seq, size_t index);
146 // static T::value_type& element(IO &io, T &seq, size_t index);
507 yamlize(io, SequenceTraits<T>::element(io, Seq, i), true);
519 yamlize(io, SequenceTraits<T>::element(io, Seq, i), true);
945 yamlize(yin, DocumentListTraits<T>::element(yin, docList, i), true);
994 yamlize(yout, DocumentListTraits<T>::element(yout, docList, i), true);
1054 static _type& element(IO &io, std::vector<_type> &seq, size_t index) {\
1073 static _type& element(IO &io, std::vector<_type> &seq, size_t index) {\
1093 static _type& element(I
[all...]

Completed in 164 milliseconds

1234567