Home
last modified time | relevance | path

Searched refs:type (Results 1 – 25 of 4941) sorted by relevance

12345678910>>...198

/freebsd/sys/contrib/dev/acpica/compiler/
H A Dasltypes.y161 %type <n> ArgList
162 %type <n> AslCode
163 %type <n> BufferData
164 %type <n> BufferTermData
165 %type <n> CompilerDirective
166 %type <n> DataObject
167 %type <n> DefinitionBlockTerm
168 %type <n> DefinitionBlockList
169 %type <n> IntegerData
170 %type <n> NamedObject
[all …]
/freebsd/sys/contrib/openzfs/lib/libnvpair/
H A Dlibnvpair.abi8 …<elf-symbol name='dump_nvlist' type='func-type' binding='global-binding' visibility='default-visib…
9 …<elf-symbol name='fnvlist_add_boolean' type='func-type' binding='global-binding' visibility='defau…
10 …<elf-symbol name='fnvlist_add_boolean_array' type='func-type' binding='global-binding' visibility=…
11 …<elf-symbol name='fnvlist_add_boolean_value' type='func-type' binding='global-binding' visibility=…
12 …<elf-symbol name='fnvlist_add_byte' type='func-type' binding='global-binding' visibility='default-…
13 …<elf-symbol name='fnvlist_add_byte_array' type='func-type' binding='global-binding' visibility='de…
14 …<elf-symbol name='fnvlist_add_int16' type='func-type' binding='global-binding' visibility='default…
15 …<elf-symbol name='fnvlist_add_int16_array' type='func-type' binding='global-binding' visibility='d…
16 …<elf-symbol name='fnvlist_add_int32' type='func-type' binding='global-binding' visibility='default…
17 …<elf-symbol name='fnvlist_add_int32_array' type='func-type' binding='global-binding' visibility='d…
[all …]
/freebsd/crypto/openssl/util/perl/OpenSSL/
H A Dstackhash.pm60 my $type = shift;
62 return generate_stack_macros_int($type, $type, $type);
66 my $type = shift;
68 return generate_stack_macros_int($type, "const $type", $type);
84 my $type = shift;
87 DEFINE_LHASH_OF_INTERNAL(${type});
88 #define lh_${type}_new(hfn, cmp) ((LHASH_OF(${type}) *)OPENSSL_LH_new(ossl_check_${type}_lh_hashfun…
89 #define lh_${type}_free(lh) OPENSSL_LH_free(ossl_check_${type}_lh_type(lh))
90 #define lh_${type}_flush(lh) OPENSSL_LH_flush(ossl_check_${type}_lh_type(lh))
91 #define lh_${type}_insert(lh, ptr) ((${type} *)OPENSSL_LH_insert(ossl_check_${type}_lh_type(lh), os…
[all …]
/freebsd/crypto/openssl/include/openssl/
H A Dpem.h69 # define PEM_read_cb_fnsig(name, type, INTYPE, readname) \ argument
70 type *PEM_##readname##_##name(INTYPE *out, type **x, \
72 # define PEM_read_cb_ex_fnsig(name, type, INTYPE, readname) \ argument
73 type *PEM_##readname##_##name##_ex(INTYPE *out, type **x, \
78 # define PEM_write_fnsig(name, type, OUTTYPE, writename) \ argument
79 int PEM_##writename##_##name(OUTTYPE *out, const type *x)
80 # define PEM_write_cb_fnsig(name, type, OUTTYPE, writename) \ argument
81 int PEM_##writename##_##name(OUTTYPE *out, const type *x, \
85 # define PEM_write_ex_fnsig(name, type, OUTTYPE, writename) \ argument
86 int PEM_##writename##_##name##_ex(OUTTYPE *out, const type *x, \
[all …]
H A Dlhash.h128 # define LHASH_OF(type) struct lhash_st_##type argument
131 # define DEFINE_LHASH_OF_INTERNAL(type) \ argument
132 LHASH_OF(type) { union lh_##type##_dummy { void* d1; unsigned long d2; int d3; } dummy; }; \
133 typedef int (*lh_##type##_compfunc)(const type *a, const type *b); \
134 typedef unsigned long (*lh_##type##_hashfunc)(const type *a); \
135 typedef void (*lh_##type##_doallfunc)(type *a); \
136 static ossl_unused ossl_inline type *ossl_check_##type##_lh_plain_type(type *ptr) \
140 …static ossl_unused ossl_inline const type *ossl_check_const_##type##_lh_plain_type(const type *ptr…
144 …unused ossl_inline const OPENSSL_LHASH *ossl_check_const_##type##_lh_type(const LHASH_OF(type) *lh…
148 static ossl_unused ossl_inline OPENSSL_LHASH *ossl_check_##type##_lh_type(LHASH_OF(type) *lh) \
[all …]
H A Dlhash.h.in42 * Macros for declaring and implementing type-safe wrappers for LHASH
45 * per-variable casting before deferring to the underlying type-specific
130 # define LHASH_OF(type) struct lhash_st_##type argument
133 # define DEFINE_LHASH_OF_INTERNAL(type) \ argument
134 LHASH_OF(type) { union lh_##type##_dummy { void* d1; unsigned long d2; int d3; } dummy; }; \
135 typedef int (*lh_##type##_compfunc)(const type *a, const type *b); \
136 typedef unsigned long (*lh_##type##_hashfunc)(const type *a); \
137 typedef void (*lh_##type##_doallfunc)(type *a); \
138 static ossl_unused ossl_inline type *ossl_check_##type##_lh_plain_type(type *ptr) \
142 …static ossl_unused ossl_inline const type *ossl_check_const_##type##_lh_plain_type(const type *ptr…
[all …]
/freebsd/sys/contrib/openzfs/lib/libzfsbootenv/
H A Dlibzfsbootenv.abi8 …<elf-symbol name='lzbe_add_pair' type='func-type' binding='global-binding' visibility='default-vis…
9 …<elf-symbol name='lzbe_bootenv_print' type='func-type' binding='global-binding' visibility='defaul…
10 …<elf-symbol name='lzbe_get_boot_device' type='func-type' binding='global-binding' visibility='defa…
11 …<elf-symbol name='lzbe_nvlist_free' type='func-type' binding='global-binding' visibility='default-…
12 …<elf-symbol name='lzbe_nvlist_get' type='func-type' binding='global-binding' visibility='default-v…
13 …<elf-symbol name='lzbe_nvlist_set' type='func-type' binding='global-binding' visibility='default-v…
14 …<elf-symbol name='lzbe_remove_pair' type='func-type' binding='global-binding' visibility='default-…
15 …<elf-symbol name='lzbe_set_boot_device' type='func-type' binding='global-binding' visibility='defa…
18 <type-decl name='char' size-in-bits='8' id='a84c031d'/>
19 <array-type-def dimensions='1' type-id='a84c031d' size-in-bits='8' id='89feb1ec'>
[all …]
/freebsd/sys/kern/
H A Dkern_osd.c76 static void do_osd_del(u_int type, struct osd *osd, u_int slot,
93 osd_register(u_int type, osd_destructor_t destructor, const osd_method_t *methods) in osd_register() argument
98 KASSERT(type >= OSD_FIRST && type <= OSD_LAST, ("Invalid type.")); in osd_register()
107 sx_xlock(&osdm[type].osd_module_lock); in osd_register()
111 for (i = 0; i < osdm[type].osd_ntslots; i++) { in osd_register()
112 if (osdm[type].osd_destructors[i] == NULL) { in osd_register()
114 type, i + 1); in osd_register()
121 if (i == osdm[type].osd_ntslots) { in osd_register()
122 osdm[type].osd_ntslots++; in osd_register()
123 if (osdm[type].osd_nmethods != 0) in osd_register()
[all …]
/freebsd/contrib/libder/libder/
H A Dlibder_type.c14 libder_type_simple_abi(const struct libder_tag *type) in libder_type_simple_abi() argument
17 return (libder_type_simple(type)); in libder_type_simple_abi()
34 struct libder_tag *type; in libder_type_dup() local
36 type = libder_type_alloc(); in libder_type_dup()
37 if (type == NULL) { in libder_type_dup()
42 memcpy(type, dtype, sizeof(*dtype)); in libder_type_dup()
44 if (type->tag_encoded) { in libder_type_dup()
48 tdata = malloc(type->tag_size); in libder_type_dup()
56 type->tag_long = NULL; in libder_type_dup()
57 type->tag_size = 0; in libder_type_dup()
[all …]
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs.abi17 …<elf-symbol name='_sol_getmntent' type='func-type' binding='global-binding' visibility='default-vi…
18 …<elf-symbol name='atomic_add_16' type='func-type' binding='global-binding' visibility='default-vis…
19 …<elf-symbol name='atomic_add_16_nv' type='func-type' binding='global-binding' visibility='default-…
20 …<elf-symbol name='atomic_add_32' type='func-type' binding='global-binding' visibility='default-vis…
21 …<elf-symbol name='atomic_add_32_nv' type='func-type' binding='global-binding' visibility='default-…
22 …<elf-symbol name='atomic_add_64' type='func-type' binding='global-binding' visibility='default-vis…
23 …<elf-symbol name='atomic_add_64_nv' type='func-type' binding='global-binding' visibility='default-…
24 …<elf-symbol name='atomic_add_8' type='func-type' binding='global-binding' visibility='default-visi…
25 …<elf-symbol name='atomic_add_8_nv' type='func-type' binding='global-binding' visibility='default-v…
26 …<elf-symbol name='atomic_add_char' type='func-type' binding='global-binding' visibility='default-v…
[all …]
/freebsd/sys/contrib/openzfs/lib/libuutil/
H A Dlibuutil.abi8 …<elf-symbol name='_sol_getmntent' type='func-type' binding='global-binding' visibility='default-vi…
9 …<elf-symbol name='atomic_add_16' type='func-type' binding='global-binding' visibility='default-vis…
10 …<elf-symbol name='atomic_add_16_nv' type='func-type' binding='global-binding' visibility='default-…
11 …<elf-symbol name='atomic_add_32' type='func-type' binding='global-binding' visibility='default-vis…
12 …<elf-symbol name='atomic_add_32_nv' type='func-type' binding='global-binding' visibility='default-…
13 …<elf-symbol name='atomic_add_64' type='func-type' binding='global-binding' visibility='default-vis…
14 …<elf-symbol name='atomic_add_64_nv' type='func-type' binding='global-binding' visibility='default-…
15 …<elf-symbol name='atomic_add_8' type='func-type' binding='global-binding' visibility='default-visi…
16 …<elf-symbol name='atomic_add_8_nv' type='func-type' binding='global-binding' visibility='default-v…
17 …<elf-symbol name='atomic_add_char' type='func-type' binding='global-binding' visibility='default-v…
[all …]
/freebsd/crypto/libecc/include/libecc/curves/
H A Dcurves_list.h96 ec_curve_type type; member
102 {.type = FRP256V1,.params = &frp256v1_str_params},
105 {.type = SECP192R1,.params = &secp192r1_str_params},
108 {.type = SECP224R1,.params = &secp224r1_str_params},
111 {.type = SECP256R1,.params = &secp256r1_str_params},
114 {.type = SECP384R1,.params = &secp384r1_str_params},
117 {.type = SECP521R1,.params = &secp521r1_str_params},
120 {.type = BRAINPOOLP192R1,.params = &brainpoolp192r1_str_params},
123 {.type = BRAINPOOLP224R1,.params = &brainpoolp224r1_str_params},
126 {.type = BRAINPOOLP256R1,.params = &brainpoolp256r1_str_params},
[all …]
/freebsd/sys/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.abi9 …<elf-symbol name='_sol_getmntent' type='func-type' binding='global-binding' visibility='default-vi…
10 …<elf-symbol name='atomic_add_16' type='func-type' binding='global-binding' visibility='default-vis…
11 …<elf-symbol name='atomic_add_16_nv' type='func-type' binding='global-binding' visibility='default-…
12 …<elf-symbol name='atomic_add_32' type='func-type' binding='global-binding' visibility='default-vis…
13 …<elf-symbol name='atomic_add_32_nv' type='func-type' binding='global-binding' visibility='default-…
14 …<elf-symbol name='atomic_add_64' type='func-type' binding='global-binding' visibility='default-vis…
15 …<elf-symbol name='atomic_add_64_nv' type='func-type' binding='global-binding' visibility='default-…
16 …<elf-symbol name='atomic_add_8' type='func-type' binding='global-binding' visibility='default-visi…
17 …<elf-symbol name='atomic_add_8_nv' type='func-type' binding='global-binding' visibility='default-v…
18 …<elf-symbol name='atomic_add_char' type='func-type' binding='global-binding' visibility='default-v…
[all …]
/freebsd/contrib/ntp/libntp/lib/isc/
H A Dsockaddr.c63 if (a->type.sa.sa_family != b->type.sa.sa_family) in isc_sockaddr_compare()
65 switch (a->type.sa.sa_family) { in isc_sockaddr_compare()
68 memcmp(&a->type.sin.sin_addr, &b->type.sin.sin_addr, in isc_sockaddr_compare()
69 sizeof(a->type.sin.sin_addr)) != 0) in isc_sockaddr_compare()
72 a->type.sin.sin_port != b->type.sin.sin_port) in isc_sockaddr_compare()
77 memcmp(&a->type.sin6.sin6_addr, &b->type.sin6.sin6_addr, in isc_sockaddr_compare()
78 sizeof(a->type.sin6.sin6_addr)) != 0) in isc_sockaddr_compare()
86 a->type.sin6.sin6_scope_id != b->type.sin6.sin6_scope_id && in isc_sockaddr_compare()
88 (a->type.sin6.sin6_scope_id != 0 && in isc_sockaddr_compare()
89 b->type.sin6.sin6_scope_id != 0))) in isc_sockaddr_compare()
[all …]
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devpkdf_ssh.txt22 Ctrl.type = type:A
30 Ctrl.type = type:B
38 Ctrl.type = type:C
46 Ctrl.type = type:D
54 Ctrl.type = type:E
62 Ctrl.type = type:F
70 Ctrl.type = type:A
78 Ctrl.type = type:B
86 Ctrl.type = type:C
94 Ctrl.type = type:D
[all …]
/freebsd/contrib/netbsd-tests/ipf/regress/
H A Di81 pass in proto icmp from localhost to localhost icmp-type timest
2 block in proto icmp from any to any icmp-type unreach code 1
3 pass in proto icmp all icmp-type unreach code cutoff-preced
4 pass in proto icmp all icmp-type unreach code filter-prohib
5 pass in proto icmp all icmp-type unreach code isolate
6 pass in proto icmp all icmp-type unreach code needfrag
7 pass in proto icmp all icmp-type unreach code net-prohib
8 pass in proto icmp all icmp-type unreach code net-tos
9 pass in proto icmp all icmp-type unreach code host-preced
10 pass in proto icmp all icmp-type unreach code host-prohib
[all …]
/freebsd/sys/sys/
H A Dtree.h74 #define SPLAY_HEAD(name, type) \ argument
76 struct type *sph_root; /* root of the tree */ \
86 #define SPLAY_ENTRY(type) \ argument
88 struct type *spe_left; /* left element */ \
89 struct type *spe_right; /* right element */ \
131 #define SPLAY_PROTOTYPE(name, type, field, cmp) \ argument
132 void name##_SPLAY(struct name *, struct type *); \
134 struct type *name##_SPLAY_INSERT(struct name *, struct type *); \
135 struct type *name##_SPLAY_REMOVE(struct name *, struct type *); \
138 static __unused __inline struct type * \
[all …]
/freebsd/sys/dev/sound/pcm/
H A Dmatrix.h261 .type = SND_CHN_T_FL, \
270 .type = SND_CHN_T_MAX, \
287 .type = SND_CHN_T_FL, \
295 .type = SND_CHN_T_FR, \
302 .type = SND_CHN_T_MAX, \
318 .type = SND_CHN_T_FL, \
326 .type = SND_CHN_T_FR, \
334 .type = SND_CHN_T_LF, \
338 .type = SND_CHN_T_MAX, \
355 .type = SND_CHN_T_FL, \
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h139 GetCompilerDeclContextForType(const CompilerType &type);
148 virtual bool Verify(lldb::opaque_compiler_type_t type) = 0;
151 virtual bool IsArrayType(lldb::opaque_compiler_type_t type,
155 virtual bool IsAggregateType(lldb::opaque_compiler_type_t type) = 0;
157 virtual bool IsAnonymousType(lldb::opaque_compiler_type_t type);
159 virtual bool IsCharType(lldb::opaque_compiler_type_t type) = 0;
161 virtual bool IsCompleteType(lldb::opaque_compiler_type_t type) = 0;
163 virtual bool IsDefined(lldb::opaque_compiler_type_t type) = 0;
165 virtual bool IsFloatingPointType(lldb::opaque_compiler_type_t type,
168 virtual bool IsFunctionType(lldb::opaque_compiler_type_t type) = 0;
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp37 std::string AppleObjCTypeEncodingParser::ReadStructName(StringLexer &type) { in ReadStructName() argument
39 while (type.HasAtLeast(1) && type.Peek() != '=') in ReadStructName()
40 buffer.Printf("%c", type.Next()); in ReadStructName()
44 std::string AppleObjCTypeEncodingParser::ReadQuotedString(StringLexer &type) { in ReadQuotedString() argument
46 while (type.HasAtLeast(1) && type.Peek() != '"') in ReadQuotedString()
47 buffer.Printf("%c", type.Next()); in ReadQuotedString()
48 StringLexer::Character next = type.Next(); in ReadQuotedString()
54 uint32_t AppleObjCTypeEncodingParser::ReadNumber(StringLexer &type) { in ReadNumber() argument
56 while (type.HasAtLeast(1) && isdigit(type.Peek())) in ReadNumber()
57 total = 10 * total + (type.Next() - '0'); in ReadNumber()
[all …]
/freebsd/contrib/telnet/libtelnet/
H A Dencrypt.c75 int EncryptType(char *type, char *mode);
141 findencryption(int type) in findencryption() argument
145 if (!(I_SUPPORT_ENCRYPT & remote_supports_decrypt & (unsigned)typemask(type))) in findencryption()
147 while (ep->type && ep->type != type) in findencryption()
149 return(ep->type ? ep : 0); in findencryption()
153 finddecryption(int type) in finddecryption() argument
157 if (!(I_SUPPORT_DECRYPT & remote_supports_encrypt & (unsigned)typemask(type))) in finddecryption()
159 while (ep->type && ep->type != type) in finddecryption()
161 return(ep->type ? ep : 0); in finddecryption()
195 while (ep->type) { in encrypt_init()
[all …]
/freebsd/crypto/openssl/include/crypto/
H A Dsparse_array.h21 # define SPARSE_ARRAY_OF(type) struct sparse_array_st_ ## type argument
23 # define DEFINE_SPARSE_ARRAY_OF_INTERNAL(type, ctype) \ argument
24 SPARSE_ARRAY_OF(type); \
25 static ossl_unused ossl_inline SPARSE_ARRAY_OF(type) * \
26 ossl_sa_##type##_new(void) \
28 return (SPARSE_ARRAY_OF(type) *)ossl_sa_new(); \
31 ossl_sa_##type##_free(SPARSE_ARRAY_OF(type) *sa) \
36 ossl_sa_##type##_free_leaves(SPARSE_ARRAY_OF(type) *sa) \
41 ossl_sa_##type##_num(const SPARSE_ARRAY_OF(type) *sa) \
46 ossl_sa_##type##_doall(const SPARSE_ARRAY_OF(type) *sa, \
[all …]
/freebsd/contrib/byacc/test/btyacc/
H A Dbtyacc_destroy1.output3 1 declaration : class type namelist '(' class ',' type ')'
4 2 | type locnamelist '(' class ')'
9 5 type : REAL
15 9 locnamelist : namelist '(' LOCAL ',' type ')'
28 type goto 7
44 type : REAL . (5)
50 type : INTEGER . (6)
62 declaration : class . type namelist '(' class ',' type ')' (1)
68 type goto 8
72 declaration : type . locnamelist '(' class ')' (2)
[all …]
H A Dbtyacc_destroy3.output3 1 declaration : class type namelist '(' class ',' type ')'
4 2 | type locnamelist '(' class ')'
9 5 type : REAL
15 9 locnamelist : namelist '(' LOCAL ',' type ')'
28 type goto 7
44 type : REAL . (5)
50 type : INTEGER . (6)
62 declaration : class . type namelist '(' class ',' type ')' (1)
68 type goto 8
72 declaration : type . locnamelist '(' class ')' (2)
[all …]
H A Dbtyacc_destroy2.output3 1 declaration : class type namelist '(' class ',' type ')'
4 2 | type locnamelist '(' class ')'
9 5 type : REAL
15 9 locnamelist : namelist '(' LOCAL ',' type ')'
28 type goto 7
44 type : REAL . (5)
50 type : INTEGER . (6)
62 declaration : class . type namelist '(' class ',' type ')' (1)
68 type goto 8
72 declaration : type . locnamelist '(' class ')' (2)
[all …]

12345678910>>...198