Home
last modified time | relevance | path

Searched refs:type1 (Results 1 – 25 of 37) sorted by relevance

12

/freebsd-14.2/crypto/openssl/include/openssl/
H A Dobjects.h84 # define _DECLARE_OBJ_BSEARCH_CMP_FN(scope, type1, type2, nm) \ argument
86 static int nm##_cmp(type1 const *, type2 const *); \
89 # define DECLARE_OBJ_BSEARCH_CMP_FN(type1, type2, cmp) \ argument
90 _DECLARE_OBJ_BSEARCH_CMP_FN(static, type1, type2, cmp)
91 # define DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm) \ argument
92 type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num)
121 # define IMPLEMENT_OBJ_BSEARCH_CMP_FN(type1, type2, nm) \ argument
124 type1 const *a = a_; \
135 # define IMPLEMENT_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm) \ argument
138 type1 const *a = a_; \
[all …]
/freebsd-14.2/crypto/heimdal/lib/gssapi/
H A Dtest_ntlm.c55 struct ntlm_type1 type1; in test_libntlm_v1() local
62 memset(&type1, 0, sizeof(type1)); in test_libntlm_v1()
67 type1.domain = strdup(domain); in test_libntlm_v1()
68 type1.hostname = NULL; in test_libntlm_v1()
69 type1.os[0] = 0; in test_libntlm_v1()
70 type1.os[1] = 0; in test_libntlm_v1()
182 struct ntlm_type1 type1; in test_libntlm_v2() local
188 memset(&type1, 0, sizeof(type1)); in test_libntlm_v2()
194 type1.hostname = NULL; in test_libntlm_v2()
195 type1.os[0] = 0; in test_libntlm_v2()
[all …]
/freebsd-14.2/contrib/ncurses/form/
H A Dfld_ftlink.c53 link_fieldtype(FIELDTYPE *type1, FIELDTYPE *type2) in FORM_EXPORT()
57 T((T_CALLED("link_fieldtype(%p,%p)"), (void *)type1, (void *)type2)); in FORM_EXPORT()
58 if (type1 && type2) in FORM_EXPORT()
67 if ((type1->status & _HAS_ARGS) || (type2->status & _HAS_ARGS)) in FORM_EXPORT()
69 if ((type1->status & _HAS_CHOICE) || (type2->status & _HAS_CHOICE)) in FORM_EXPORT()
71 nftyp->left = type1; in FORM_EXPORT()
73 type1->ref++; in FORM_EXPORT()
H A Dllib-lform206 FIELDTYPE *type1,
H A Dllib-lformtw206 FIELDTYPE *type1,
H A Dllib-lformt206 FIELDTYPE *type1,
/freebsd-14.2/crypto/heimdal/lib/ntlm/
H A Dtest_ntlm.c51 struct ntlm_type1 type1; in test_parse() local
57 memset(&type1, 0, sizeof(type1)); in test_parse()
59 type1.flags = NTLM_NEG_UNICODE|NTLM_NEG_TARGET|NTLM_NEG_NTLM; in test_parse()
60 type1.domain = rk_UNCONST(domain); in test_parse()
61 type1.hostname = NULL; in test_parse()
62 type1.os[0] = 0; in test_parse()
63 type1.os[1] = 0; in test_parse()
65 ret = heim_ntlm_encode_type1(&type1, &data); in test_parse()
69 memset(&type1, 0, sizeof(type1)); in test_parse()
71 ret = heim_ntlm_decode_type1(&data, &type1); in test_parse()
[all …]
H A Dntlm.c597 flags = type1->flags; in heim_ntlm_encode_type1()
600 if (type1->domain) { in heim_ntlm_encode_type1()
604 if (type1->hostname) { in heim_ntlm_encode_type1()
608 if (type1->os[0]) in heim_ntlm_encode_type1()
612 if (type1->domain) { in heim_ntlm_encode_type1()
613 domain.length = len_string(0, type1->domain); in heim_ntlm_encode_type1()
621 if (type1->hostname) { in heim_ntlm_encode_type1()
645 if (type1->domain) in heim_ntlm_encode_type1()
646 CHECK(put_string(out, 0, type1->domain), 0); in heim_ntlm_encode_type1()
647 if (type1->hostname) in heim_ntlm_encode_type1()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DGenericOpcodes.td46 let InOperandList = (ins type1:$src);
54 let InOperandList = (ins type1:$src);
76 let InOperandList = (ins type1:$src);
85 let InOperandList = (ins type1:$src);
416 let InOperandList = (ins unknown:$tst, type1:$src1, type1:$src2);
423 let InOperandList = (ins unknown:$tst, type1:$src1, type1:$src2);
1283 let variadicOpsType = type1;
1293 let variadicOpsType = type1;
1443 let InOperandList = (ins type1:$v1, type1:$v2, unknown:$mask);
1550 let InOperandList = (ins type0:$src, type1:$lsb, type1:$width);
[all …]
/freebsd-14.2/crypto/heimdal/lib/gssapi/ntlm/
H A Daccept_sec_context.c110 struct ntlm_type1 type1; in _gss_ntlm_accept_sec_context() local
130 ret = heim_ntlm_decode_type1(&data, &type1); in _gss_ntlm_accept_sec_context()
137 if ((type1.flags & NTLM_NEG_UNICODE) == 0) { in _gss_ntlm_accept_sec_context()
138 heim_ntlm_free_type1(&type1); in _gss_ntlm_accept_sec_context()
144 if (type1.flags & NTLM_NEG_SIGN) in _gss_ntlm_accept_sec_context()
146 if (type1.flags & NTLM_NEG_SIGN) in _gss_ntlm_accept_sec_context()
151 type1.flags, in _gss_ntlm_accept_sec_context()
152 type1.hostname, in _gss_ntlm_accept_sec_context()
153 type1.domain, in _gss_ntlm_accept_sec_context()
156 heim_ntlm_free_type1(&type1); in _gss_ntlm_accept_sec_context()
H A Dinit_sec_context.c248 struct ntlm_type1 type1; in _gss_ntlm_init_sec_context() local
284 memset(&type1, 0, sizeof(type1)); in _gss_ntlm_init_sec_context()
286 type1.flags = flags; in _gss_ntlm_init_sec_context()
287 type1.domain = name->domain; in _gss_ntlm_init_sec_context()
288 type1.hostname = NULL; in _gss_ntlm_init_sec_context()
289 type1.os[0] = 0; in _gss_ntlm_init_sec_context()
290 type1.os[1] = 0; in _gss_ntlm_init_sec_context()
292 ret = heim_ntlm_encode_type1(&type1, &data); in _gss_ntlm_init_sec_context()
/freebsd-14.2/sys/contrib/openzfs/lib/libspl/
H A Datomic.c68 #define ATOMIC_ADD(name, type1, type2) \ argument
69 void atomic_add_##name(volatile type1 *target, type2 bits) \
92 #define ATOMIC_SUB(name, type1, type2) \ in ATOMIC_ADD() argument
93 void atomic_sub_##name(volatile type1 *target, type2 bits) \ in ATOMIC_ADD()
192 #define ATOMIC_ADD_NV(name, type1, type2) \ argument
193 type1 atomic_add_##name##_nv(volatile type1 *target, type2 bits) \
216 #define ATOMIC_SUB_NV(name, type1, type2) \ in ATOMIC_ADD_NV() argument
217 type1 atomic_sub_##name##_nv(volatile type1 *target, type2 bits) \ in ATOMIC_ADD_NV()
/freebsd-14.2/usr.bin/mail/
H A Dcmd1.c251 return (type1(msgvec, 1, 1)); in more()
262 return (type1(msgvec, 0, 1)); in More()
273 return (type1(msgvec, 1, 0)); in type()
284 return (type1(msgvec, 0, 0)); in Type()
292 type1(int *msgvec, int doign, int page) in type1() function
H A Dextern.h237 int type1(int *, int, int);
/freebsd-14.2/sys/sys/
H A Dsdt.h136 #define DTRACE_PROBE2(name, type0, arg0, type1, arg1) argument
137 #define DTRACE_PROBE3(name, type0, arg0, type1, arg1, type2, arg2) argument
138 #define DTRACE_PROBE4(name, type0, arg0, type1, arg1, type2, arg2, type3, arg3) argument
139 #define DTRACE_PROBE5(name, type0, arg0, type1, arg1, type2, arg2, type3, arg3,\ argument
364 #define DTRACE_PROBE2(name, type0, arg0, type1, arg1) \ argument
367 SDT_PROBE_ARGTYPE(sdt, , , name, 1, #type1, NULL); \
370 #define DTRACE_PROBE3(name, type0, arg0, type1, arg1, type2, arg2) \ argument
373 SDT_PROBE_ARGTYPE(sdt, , , name, 1, #type1, NULL); \
377 #define DTRACE_PROBE4(name, type0, arg0, type1, arg1, type2, arg2, type3, arg3) \ argument
380 SDT_PROBE_ARGTYPE(sdt, , , name, 1, #type1, NULL); \
[all …]
/freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_receive/
H A Dzfs_receive_010_pos.ksh71 typeset type1=$4
73 make_object $objnum $mntpnt1 $type1
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrGISel.td24 let InOperandList = (ins type1:$src, type2:$imm);
88 let InOperandList = (ins type1:$lane);
95 let InOperandList = (ins type0:$src, type1:$lane);
100 let InOperandList = (ins type0:$src, type1:$lane);
105 let InOperandList = (ins type0:$src, type1:$lane);
110 let InOperandList = (ins type0:$src, type1:$lane);
166 let InOperandList = (ins type0:$src1, type1:$src2);
172 let InOperandList = (ins type0:$src1, type1:$src2);
178 let InOperandList = (ins type0:$src1, type1:$src2);
/freebsd-14.2/usr.sbin/bhyve/
H A Dsmbiostbl.c659 struct smbios_table_type1 *type1; in smbios_type1_initializer() local
664 type1 = (struct smbios_table_type1 *)curaddr; in smbios_type1_initializer()
677 uuid_enc_le(&type1->uuid, &uuid); in smbios_type1_initializer()
706 memcpy(&type1->uuid, digest, sizeof (digest)); in smbios_type1_initializer()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrGISel.td23 let InOperandList = (ins type1:$src);
/freebsd-14.2/crypto/openssl/doc/man1/
H A Dopenssl-storeutl.pod.in89 The arg must be formatted as C</type0=value0/type1=value1/type2=...>.
108 The issuer arg must be formatted as C</type0=value0/type1=value1/type2=...>,
/freebsd-14.2/bin/sh/tests/builtins/
H A DMakefile174 ${PACKAGE}FILES+= type1.0 type1.0.stderr
/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.h989 void set_equivalent_type(kmp_hw_t type1, kmp_hw_t type2) { in set_equivalent_type() argument
990 KMP_DEBUG_ASSERT_VALID_HW_TYPE(type1); in set_equivalent_type()
995 equivalent[type1] = real_type2; in set_equivalent_type()
999 if (equivalent[type] == type1) { in set_equivalent_type()
1086 kmp_hw_t type1 = ((const item_t *)i1)->type; in hw_subset_compare() local
1088 int level1 = __kmp_topology->get_level(type1); in hw_subset_compare()
H A Dkmp_affinity.cpp354 kmp_hw_t type1 = types[top_index1]; in _remove_radix1_layers() local
356 KMP_ASSERT_VALID_HW_TYPE(type1); in _remove_radix1_layers()
360 if ((type1 == KMP_HW_THREAD || type1 == KMP_HW_CORE || in _remove_radix1_layers()
361 type1 == KMP_HW_SOCKET) && in _remove_radix1_layers()
371 int pref1 = preference[type1]; in _remove_radix1_layers()
391 keep_type = type1; in _remove_radix1_layers()
393 remove_type = type1; in _remove_radix1_layers()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstructions.td3700 let InOperandList = (ins type1:$src);
3707 let InOperandList = (ins type1:$src);
3713 let InOperandList = (ins type1:$src);
3719 let InOperandList = (ins type1:$rsrc, type2:$vindex, type2:$voffset,
3728 let InOperandList = (ins type1:$rsrc, type2:$vindex, type2:$voffset,
3748 let InOperandList = (ins type0:$vdata, type1:$rsrc, type2:$vindex, type2:$voffset,
3828 let OutOperandList = (outs type0:$dst, type1:$carry_out);
3882 let InOperandList = (ins type0:$vdata, type0:$cmp, type1:$rsrc, type2:$vindex,
3896 let InOperandList = (ins type1:$rsrc, type2:$offset, untyped_imm_0:$cachepolicy);
3981 let InOperandList = (ins type1:$src0);
[all …]
/freebsd-14.2/sys/amd64/vmm/
H A Dvmm.c2117 int type1, vector1; in nested_fault() local
2126 type1 = info1 & VM_INTINFO_TYPE; in nested_fault()
2128 if (type1 == VM_INTINFO_HWEXCEPTION && vector1 == IDT_DF) { in nested_fault()

12