Home
last modified time | relevance | path

Searched refs:type (Results 376 – 400 of 9679) sorted by relevance

1...<<11121314151617181920>>...388

/freebsd/contrib/ntp/sntp/libevent/include/event2/
H A Dkeyvalq_struct.h38 #define TAILQ_ENTRY(type) \ argument
40 struct type *tqe_next; /* next element */ \
41 struct type **tqe_prev; /* address of previous next element */ \
47 #define TAILQ_HEAD(name, type) \ argument
49 struct type *tqh_first; \
50 struct type **tqh_last; \
/freebsd/contrib/libevent/include/event2/
H A Dkeyvalq_struct.h38 #define TAILQ_ENTRY(type) \ argument
40 struct type *tqe_next; /* next element */ \
41 struct type **tqe_prev; /* address of previous next element */ \
47 #define TAILQ_HEAD(name, type) \ argument
49 struct type *tqh_first; \
50 struct type **tqh_last; \
/freebsd/lib/lib80211/
H A Dlib80211_ioctl.c98 lib80211_get80211(int s, const char *name, int type, void *data, int len) in lib80211_get80211() argument
104 ireq.i_type = type; in lib80211_get80211()
111 lib80211_get80211len(int s, const char *name, int type, void *data, int len, int *plen) in lib80211_get80211len() argument
117 ireq.i_type = type; in lib80211_get80211len()
128 lib80211_get80211val(int s, const char *name, int type, int *val) in lib80211_get80211val() argument
134 ireq.i_type = type; in lib80211_get80211val()
142 lib80211_set80211(int s, const char *name, int type, int val, int len, void *data) in lib80211_set80211() argument
148 ireq.i_type = type; in lib80211_set80211()
/freebsd/sys/dev/proto/
H A Dproto_bus_pci.c79 int bar, rid, type; in proto_pci_attach() local
89 type = (PCI_BAR_IO(val)) ? SYS_RES_IOPORT : SYS_RES_MEMORY; in proto_pci_attach()
90 res = bus_alloc_resource_any(dev, type, &rid, RF_ACTIVE); in proto_pci_attach()
93 proto_add_resource(sc, type, rid, res); in proto_pci_attach()
94 if (type == SYS_RES_IOPORT) in proto_pci_attach()
102 type = SYS_RES_IRQ; in proto_pci_attach()
103 res = bus_alloc_resource_any(dev, type, &rid, RF_ACTIVE | RF_SHAREABLE); in proto_pci_attach()
105 proto_add_resource(sc, type, rid, res); in proto_pci_attach()
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dstericsson,db8500-prcmu.yaml64 type: object
73 type: object
79 type: object
85 type: object
91 type: object
98 type: object
105 type: object
112 type: object
238 type: object
268 type: object
[all …]
/freebsd/crypto/heimdal/lib/asn1/
H A Dgen_copy.c51 switch (t->type) { in copy_type()
54 copy_type (from, to, t->symbol->type, preserve); in copy_type()
86 if ((t->type == TSequence || t->type == TChoice) && preserve) { in copy_type()
96 if(t->type == TChoice) { in copy_type()
110 if(t->type == TChoice) in copy_type()
115 t->type == TChoice ? "u." : "", m->gen_name) < 0) in copy_type()
121 t->type == TChoice ? "u." : "", m->gen_name) < 0) in copy_type()
131 copy_type (fs, ts, m->type, FALSE); in copy_type()
138 if(t->type == TChoice) in copy_type()
141 if(t->type == TChoice) { in copy_type()
[all …]
/freebsd/usr.bin/talk/
H A Dctl_transact.c50 ctl_transact(struct in_addr target, CTL_MSG lmsg, int type, CTL_RESPONSE *rp) in ctl_transact() argument
55 lmsg.type = type; in ctl_transact()
97 rp->type != type)); in ctl_transact()
98 } while (rp->vers != TALK_VERSION || rp->type != type); in ctl_transact()
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dremove_pointer.h23 using type _LIBCPP_NODEBUG = __remove_pointer(_Tp);
30 …truct _LIBCPP_TEMPLATE_VIS remove_pointer {typedef _LIBCPP_NODEBUG _Tp type;};
31 …truct _LIBCPP_TEMPLATE_VIS remove_pointer<_Tp*> {typedef _LIBCPP_NODEBUG _Tp type;};
32 …truct _LIBCPP_TEMPLATE_VIS remove_pointer<_Tp* const> {typedef _LIBCPP_NODEBUG _Tp type;};
33 …truct _LIBCPP_TEMPLATE_VIS remove_pointer<_Tp* volatile> {typedef _LIBCPP_NODEBUG _Tp type;};
34 …truct _LIBCPP_TEMPLATE_VIS remove_pointer<_Tp* const volatile> {typedef _LIBCPP_NODEBUG _Tp type;};
38 using __remove_pointer_t = typename remove_pointer<_Tp>::type;
/freebsd/crypto/openssh/
H A Dauthfd.c74 decode_reply(u_char type) in decode_reply() argument
76 if (agent_failed(type)) in decode_reply()
186 u_char type; in ssh_request_reply_decode() local
264 u_char type; in ssh_fetch_identitylist() local
285 if (agent_failed(type)) { in ssh_fetch_identitylist()
431 if (agent_failed(type)) { in ssh_agent_sign()
595 u_char type; in ssh_add_identity_constrained() local
600 switch (key->type) { in ssh_add_identity_constrained()
617 type = constrained ? in ssh_add_identity_constrained()
692 u_char type; in ssh_update_card() local
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DUI_STRING.pod51 UI_get_string_type() is used to retrieve the type of the given
61 associated with a B<UIT_BOOLEAN> type B<UI_STRING>.
73 This is only useful for B<UIT_VERIFY> type strings.
102 UI_get_string_type() returns the UI string type.
109 string for B<UIT_BOOLEAN> type UI strings, NULL for any other type.
113 type.
117 -1 for any other type.
120 string for B<UIT_VERIFY> type UI strings, NULL for any other type.
123 the UI string for B<UIT_PROMPT> and B<UIT_VERIFY> type strings,
124 -1 for any other type.
[all …]
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dtinytest_macros.h113 #define tt_assert_test_fmt_type(a,b,str_test,type,test,printf_type,printf_fmt, \ argument
116 type val1_ = (type)(a); \
117 type val2_ = (type)(b); \
123 type value_ = val1_; \
143 #define tt_assert_test_type(a,b,str_test,type,test,fmt,die_on_fail) \ argument
144 tt_assert_test_fmt_type(a,b,str_test,type,test,type,fmt, \
147 #define tt_assert_test_type_opt(a,b,str_test,type,test,fmt,die_on_fail) \ argument
148 tt_assert_test_fmt_type(a,b,str_test,type,test,type,fmt, \
153 #define tt_assert_op_type(a,op,b,type,fmt) \ argument
154 tt_assert_test_type(a,b,#a" "#op" "#b,type,(val1_ op val2_),fmt, \
/freebsd/contrib/libevent/test/
H A Dtinytest_macros.h113 #define tt_assert_test_fmt_type(a,b,str_test,type,test,printf_type,printf_fmt, \ argument
116 type val1_ = (type)(a); \
117 type val2_ = (type)(b); \
123 type value_ = val1_; \
143 #define tt_assert_test_type(a,b,str_test,type,test,fmt,die_on_fail) \ argument
144 tt_assert_test_fmt_type(a,b,str_test,type,test,type,fmt, \
147 #define tt_assert_test_type_opt(a,b,str_test,type,test,fmt,die_on_fail) \ argument
148 tt_assert_test_fmt_type(a,b,str_test,type,test,type,fmt, \
153 #define tt_assert_op_type(a,op,b,type,fmt) \ argument
154 tt_assert_test_type(a,b,#a" "#op" "#b,type,(val1_ op val2_),fmt, \
/freebsd/contrib/libxo/tests/core/saved/
H A Dtest_01.HIPx.out3 <div class="data" data-tag="type" data-xpath="/top-level/type">ethernet</div>
5 <div class="data" data-tag="type" data-xpath="/top-level/type">bridge</div>
7 <div class="data" data-tag="type" data-xpath="/top-level/type"> 18u</div>
9 <div class="data" data-tag="type" data-xpath="/top-level/type"> 24</div>
60 …<div class="data" data-tag="sku" data-xpath="/top-level/sku" data-type="string" data-help="Stock K…
75 …<div class="data" data-tag="name" data-xpath="/top-level/data/item/name" data-type="string" data-h…
116 …<div class="data" data-tag="name" data-xpath="/top-level/data2/item/name" data-type="string" data-…
148 …<div class="data" data-tag="name" data-xpath="/top-level/data2/item/name" data-type="string" data-…
212 …<div class="data" data-tag="name" data-xpath="/top-level/data2/item/name" data-type="string" data-…
244 …<div class="data" data-tag="name" data-xpath="/top-level/data2/item/name" data-type="string" data-…
[all …]
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_packet_decoder.c294 packet->type = ppt_pad; in pt_pkt_decode_pad()
312 packet->type = ppt_psb; in pt_pkt_decode_psb()
331 packet->type = ppt_tip; in pt_pkt_decode_tip()
426 packet->type = ppt_fup; in pt_pkt_decode_fup()
445 packet->type = ppt_pip; in pt_pkt_decode_pip()
459 packet->type = ppt_ovf; in pt_pkt_decode_ovf()
511 packet->type = ppt_tsc; in pt_pkt_decode_tsc()
530 packet->type = ppt_cbr; in pt_pkt_decode_cbr()
549 packet->type = ppt_tma; in pt_pkt_decode_tma()
568 packet->type = ppt_mtc; in pt_pkt_decode_mtc()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/soundwire/
H A Dqcom,sdw.txt9 Value type: <stringlist>
30 Value type: boolean
31 Value type: <stringlist>
36 Value type: boolean
41 Value type: <stringlist>
51 Value type: <u32>
56 Value type: <u32>
61 Value type: <u32>
153 - qcom,dports-type:
173 Value type: <stringlist>
[all …]
/freebsd/sys/dev/ppc/
H A Dppc_pci.c77 uint32_t type; member
101 uint32_t type; in ppc_pci_probe() local
103 type = pci_get_devid(dev); in ppc_pci_probe()
105 while (id->type != 0xffff && id->type != type) in ppc_pci_probe()
107 if (id->type == 0xffff) in ppc_pci_probe()
/freebsd/crypto/openssl/crypto/x509/
H A Dby_dir.c56 static int add_cert_dir(BY_DIR *ctx, const char *dir, int type);
168 static int add_cert_dir(BY_DIR *ctx, const char *dir, int type) in add_cert_dir() argument
209 ent->dir_type = type; in add_cert_dir()
245 stmp.type = type; in get_cert_by_subject_ex()
246 if (type == X509_LU_X509) { in get_cert_by_subject_ex()
249 } else if (type == X509_LU_CRL) { in get_cert_by_subject_ex()
278 if (type == X509_LU_CRL && ent->hashes) { in get_cert_by_subject_ex()
336 if (type == X509_LU_X509) { in get_cert_by_subject_ex()
340 } else if (type == X509_LU_CRL) { in get_cert_by_subject_ex()
363 if (type == X509_LU_CRL && k > 0) { in get_cert_by_subject_ex()
[all …]
/freebsd/crypto/heimdal/doc/
H A Dlayman.asc124 element of the type's set. ASN.1 has four kinds of type:
128 the CHOICE type and the ANY type. Types and values can be
531 type by changing the tag of the underlying type.
699 type ANY:
724 including zero. This type is a string type.
849 length, including zero. This type is a string type.
980 nonnegative value. This type is a non-string type.
1077 length, including zero. This type is a string type.
1142 This type is a string type.
1385 type.
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Driscv_vector_common.td52 // transformers. Given a type "t" the following primitive type transformers can
56 // v: computes a vector type whose element type is "t" for the current LMUL
58 // element type which is twice as wide as the element type of 'v'
60 // element type which is four times as wide as the element type of 'v'
62 // element type which is eight times as wide as the element type of 'v'
65 // 0: void type, ignores "t"
76 // A type transformer can be prefixed by other non-primitive type transformers.
81 // U: given an integer type or vector type, computes its unsigned variant
82 // I: given a vector type, compute the vector type with integer type
84 // F: given a vector type, compute the vector type with floating-point type
[all …]
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DPPC64.cpp628 if (type == R_PPC64_TLSGD || type == R_PPC64_TLSLD) in getTlsGdRelaxSkip()
994 switch (type) { in getRelExpr()
1107 if (type == R_PPC64_ADDR64 || type == R_PPC64_TOC) in getDynRel()
1113 switch (type) { in getImplicitAddend()
1180 switch (type) { in toAddr16Rel()
1247 switch (type) { in isTocOptType()
1260 RelType type = rel.type; in relocate() local
1264 std::tie(type, val) = toAddr16Rel(type, val); in relocate()
1266 switch (type) { in relocate()
1427 if (type != R_PPC64_REL14 && type != R_PPC64_REL24 && in needsThunk()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationHistory.cpp29 GDBRemotePacket::Type type, in AddPacket() argument
37 m_packets[idx].type = type; in AddPacket()
45 GDBRemotePacket::Type type, in AddPacket() argument
53 m_packets[idx].type = type; in AddPacket()
66 if (entry.type == GDBRemotePacket::ePacketTypeInvalid || in Dump()
85 if (entry.type == GDBRemotePacket::ePacketTypeInvalid || in Dump()
90 (entry.type == GDBRemotePacket::ePacketTypeSend) ? "send" in Dump()
/freebsd/contrib/libxo/xohtml/external/
H A Djquery.js2067 type = type || "fx";
2098 type = type || "fx";
2156 type = type || "fx";
2175 type = type || "fx";
2952 type: type,
3115 type = type.slice(0, -1);
3140 event.type = type;
3218 event.type = type;
3460 { type: type,
3501 this.type = src.type;
[all …]
/freebsd/sbin/routed/
H A Doutput.c112 switch (type) { in output()
302 switch (wb->type) { in supply_write()
702 switch (type) { in supply()
716 v2buf.type = (vers == RIPv2) ? type : NO_OUT_RIPV2; in supply()
717 v12buf.type = type; in supply()
809 enum output_type type; in rip_bcast() local
858 type = OUT_UNICAST; in rip_bcast()
864 type = OUT_UNICAST; in rip_bcast()
892 enum output_type type; in rip_query() local
948 type = OUT_UNICAST; in rip_query()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsSystemZ.td18 : SystemZUnaryConv<name, type, type>;
23 class SystemZUnaryCC<LLVMType type>
24 : SystemZUnaryConvCC<type, type>;
31 : SystemZBinaryConv<name, type, type>;
40 class SystemZBinaryCC<LLVMType type>
41 : SystemZBinaryConvCC<type, type>;
51 : SystemZTernaryConv<name, type, type>;
55 Intrinsic<[type], [type, type, llvm_i32_ty], [IntrNoMem, ImmArg<ArgIndex<2>>]>;
58 : Intrinsic<[type, llvm_i32_ty], [type, type, llvm_i32_ty],
63 Intrinsic<[type], [type, type, type, llvm_i32_ty],
[all …]
/freebsd/sys/contrib/device-tree/src/arm/aspeed/
H A Daspeed-bmc-opp-tacoma.dts553 type = <PCA955X_TYPE_GPIO>;
558 type = <PCA955X_TYPE_GPIO>;
563 type = <PCA955X_TYPE_GPIO>;
568 type = <PCA955X_TYPE_GPIO>;
573 type = <PCA955X_TYPE_GPIO>;
578 type = <PCA955X_TYPE_GPIO>;
583 type = <PCA955X_TYPE_GPIO>;
588 type = <PCA955X_TYPE_GPIO>;
593 type = <PCA955X_TYPE_GPIO>;
598 type = <PCA955X_TYPE_GPIO>;
[all …]

1...<<11121314151617181920>>...388