Searched refs:type (Results 251 - 275 of 6116) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/sys/libkern/
H A Dstrdup.c41 strdup(const char *string, struct malloc_type *type) argument
47 copy = malloc(len, type, M_WAITOK);
H A Dstrndup.c41 strndup(const char *string, size_t maxlen, struct malloc_type *type) argument
47 copy = malloc(len, type, M_WAITOK);
/freebsd-11-stable/sys/xen/interface/
H A Dcallback.h50 * feature is enabled. Do not use this callback type in new code.
85 uint16_t type; member in struct:callback_register
100 uint16_t type; member in struct:callback_unregister
/freebsd-11-stable/usr.sbin/amd/include/
H A Daux_conf.h20 #define MOUNT_TRAP(type, mnt, flags, mnt_data) mount(type, mnt->mnt_dir, flags, mnt_data)
32 /* umount(8) executable path, for type:=program */
/freebsd-11-stable/lib/csu/common/
H A Dcrtbrand.c39 * following struct with a PROGBITS type. However, newer versions of binutils
40 * (after 2.16.90) require the section to be of NOTE type, to guarantee that the
44 * Unfortunately, there is no clean way to tell gcc to use another section type,
49 * - Edit the .s file to change the 'progbits' type to 'note', for the section
58 int32_t type; member in struct:__anon4649
64 .type = NT_FREEBSD_ABI_TAG,
/freebsd-11-stable/lib/libprocstat/
H A Dcore.h52 void *procstat_core_get(struct procstat_core *core, enum psc_type type,
54 int procstat_core_note_count(struct procstat_core *core, enum psc_type type);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DDeclVendor.cpp26 if (auto type =
28 ret.push_back(type);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dlanguage.c93 static struct type *unk_lang_create_fundamental_type (struct objfile *, int);
95 static void unk_lang_print_type (struct type *, char *, struct ui_file *,
98 static int unk_lang_val_print (struct type *, char *, int, CORE_ADDR,
109 /* The current (default at startup) state of type and range checking.
138 /* The "set language/type/range" commands all put stuff in these
145 static char *type; variable
243 /* Show command. Display a warning if the type setting does
250 "Warning: the current type check setting does not match the language.\n");
253 /* Set command. Change the setting for type checking. */
257 if (strcmp (type, "o
933 struct type *type; local
1229 unk_lang_print_type(struct type *type, char *varstring, struct ui_file *stream, int show, int level) argument
1236 unk_lang_val_print(struct type *type, char *valaddr, int embedded_offset, CORE_ADDR address, struct ui_file *stream, int format, int deref_ref, int recurse, enum val_prettyprint pretty) argument
[all...]
H A Dannotate.c35 static void print_value_flags (struct type *);
48 print_value_flags (struct type *t)
242 annotate_field_begin (struct type *type)
247 print_value_flags (type);
296 annotate_value_history_begin (int histindex, struct type *type)
301 print_value_flags (type);
307 annotate_value_begin (struct type *type)
239 annotate_field_begin(struct type *type) argument
292 annotate_value_history_begin(int histindex, struct type *type) argument
303 annotate_value_begin(struct type *type) argument
398 annotate_arg_value(struct type *type) argument
[all...]
H A Dvalops.c59 struct type *, int);
63 int, int *, struct type *);
65 static int find_oload_champ_namespace (struct type **arg_types, int nargs,
72 int find_oload_champ_namespace_loop (struct type **arg_types, int nargs,
80 static int find_oload_champ (struct type **arg_types, int nargs, int method,
97 static int check_field_in (struct type *, const char *);
99 static struct value *value_struct_elt_for_reference (struct type *domain,
101 struct type *curtype,
103 struct type *intype,
106 static struct value *value_namespace_elt (const struct type *curtyp
155 struct type *type; local
206 value_cast(struct type *type, struct value *arg2) argument
437 value_zero(struct type *type, enum lval_type lv) argument
460 value_at(struct type *type, CORE_ADDR addr, asection *sect) argument
481 value_at_lazy(struct type *type, CORE_ADDR addr, asection *sect) argument
516 struct type *type = VALUE_TYPE (val); local
531 struct type *type; local
851 struct type *type = check_typedef (VALUE_TYPE (arg1)); local
884 struct type *type = check_typedef (VALUE_TYPE (arg1)); local
1182 struct type *type = create_set_type ((struct type *) NULL, domain_type); local
1282 search_struct_field(char *name, struct value *arg1, int offset, struct type *type, int looking_for_baseclass) argument
1445 find_rt_vbase_offset(struct type *type, struct type *basetype, char *valaddr, int offset, int *boffset_p, int *skip_p) argument
1521 search_struct_method(char *name, struct value **arg1p, struct value **args, int offset, int *static_memfuncp, struct type *type) argument
1783 find_method_list(struct value **argp, char *method, int offset, struct type *type, int *num_fns, struct type **basetype, int *boffset) argument
2329 destructor_name_p(const char *name, const struct type *type) argument
2357 check_field_in(struct type *type, const char *name) argument
2874 value_literal_complex(struct value *arg1, struct value *arg2, struct type *type) argument
2893 cast_into_complex(struct type *type, struct value *val) argument
[all...]
/freebsd-11-stable/sys/contrib/ck/include/
H A Dck_ring.h494 * CK_RING_PROTOTYPE is used to define a type-safe interface for inlining
495 * values of a particular type in the ring the buffer.
497 #define CK_RING_PROTOTYPE(name, type) \
500 struct type *b, \
501 struct type *c, \
506 sizeof(struct type), d); \
511 struct type *b, \
512 struct type *c) \
516 sizeof(struct type), NULL); \
521 struct type *
[all...]
/freebsd-11-stable/contrib/gcc/cp/
H A Dinit.c125 tree type; local
127 type = TREE_TYPE (TREE_TYPE (addr));
128 list = build_tree_list (type, addr);
134 dfs_walk_once (TYPE_BINFO (type), dfs_initialize_vtbl_ptrs, NULL, list);
138 type T. This expression will either be a constant (in the case
149 build_zero_init (tree type, tree nelts, bool static_storage_p) argument
155 To zero-initialization storage for an object of type T means:
157 -- if T is a scalar type, the storage is set to the value of zero
160 -- if T is a non-union class type, the storage for each nonstatic
163 -- if T is a union type, th
279 build_default_init(tree type, tree nelts) argument
325 tree type = TREE_TYPE (member); local
908 member_init_ok_or_else(tree field, tree type, tree member_name) argument
1089 tree type = TREE_TYPE (exp); local
1155 tree type = TREE_TYPE (exp); local
1248 tree type = TREE_TYPE (exp); local
1280 is_aggr_type(tree type, int or_else) argument
1320 build_offset_ref(tree type, tree member, bool address_p) argument
1554 build_raw_new_expr(tree placement, tree type, tree nelts, tree init, int use_global_new) argument
1573 build_new_1(tree placement, tree type, tree nelts, tree init, bool globally_qualified_p) argument
2068 build_new(tree placement, tree type, tree nelts, tree init, int use_global_new) argument
2155 build_java_class_ref(tree type) argument
2205 build_vec_delete_1(tree base, tree maxindex, tree type, special_function_kind auto_delete_vec, int use_global_delete) argument
2336 create_temporary_var(tree type) argument
2358 get_temp_regvar(tree type, tree init) argument
2403 tree type = TREE_TYPE (atype); local
2703 build_delete(tree type, tree addr, special_function_kind auto_delete, int flags, int use_global_delete) argument
2974 tree type; local
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dassertions.c54 isc_assertion_failed(const char *file, int line, isc_assertiontype_t type, argument
57 isc_assertion_failed_cb(file, line, type, cond);
73 isc_assertion_typetotext(isc_assertiontype_t type) { argument
81 switch (type) {
105 default_callback(const char *file, int line, isc_assertiontype_t type, argument
119 file, line, isc_assertion_typetotext(type), cond,
/freebsd-11-stable/contrib/apr-util/dbm/sdbm/
H A Dsdbm_lock.c25 APU_DECLARE(apr_status_t) apr_sdbm_lock(apr_sdbm_t *db, int type)
28 int lock_type = type & APR_FLOCK_TYPEMASK;
42 if (type == APR_FLOCK_EXCLUSIVE)
51 if ((status = apr_file_lock(db->dirf, type)) == APR_SUCCESS)
63 if (type == APR_FLOCK_SHARED)
65 else if (type == APR_FLOCK_EXCLUSIVE)
/freebsd-11-stable/contrib/libxo/xohtml/
H A Dxohtml.js6 type = $(this).attr('data-type'),
13 if (type) {
14 output += "<b>Type</b>: " + type + "<br/>";
/freebsd-11-stable/lib/libc/posix1e/
H A Dacl_branding.c41 * branded according to the "type" argument; during acl_set_permset
119 _acl_type_not_valid_for_acl(const acl_t acl, acl_type_t type) argument
124 if (type == ACL_TYPE_NFS4)
129 if (type == ACL_TYPE_ACCESS || type == ACL_TYPE_DEFAULT)
141 _acl_brand_from_type(acl_t acl, acl_type_t type) argument
144 switch (type) {
/freebsd-11-stable/libexec/talkd/
H A Dprint.c63 if (mp->type > NTYPES) {
64 (void)snprintf(tbuf, sizeof(tbuf), "type %d", mp->type);
67 tp = types[mp->type];
78 if (rp->type > NTYPES) {
79 (void)snprintf(tbuf, sizeof(tbuf), "type %d", rp->type);
82 tp = types[rp->type];
/freebsd-11-stable/crypto/heimdal/lib/gssapi/mech/
H A Dmechqueue.h40 #define HEIM_SLIST_HEAD(name, type) \
42 struct type *slh_first; /* first element */ \
48 #define HEIM_SLIST_ENTRY(type) \
50 struct type *sle_next; /* next element */ \
74 #define HEIM_SLIST_REMOVE(head, elm, type, field) do { \
79 struct type *curelm = (head)->slh_first; \
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-dtp.c41 { DTP_DTP_TYPE_TLV, "DTP type TLV"},
49 int type, len; local
75 type = EXTRACT_16BITS(tptr);
78 if (type == 0)
81 tok2str(dtp_tlv_values, "Unknown", type),
82 type, len));
89 switch (type) {
/freebsd-11-stable/crypto/openssl/crypto/
H A Darm64cpuid.S7 .type _armv7_neon_probe,%function
14 .type _armv7_tick,%function
21 .type _armv8_aes_probe,%function
28 .type _armv8_sha1_probe,%function
35 .type _armv8_sha256_probe,%function
41 .type _armv8_pmull_probe,%function
/freebsd-11-stable/usr.sbin/makefs/cd9660/
H A Dcd9660_archimedes.c36 * and exec address (used to hold the file timestamp and type), the
80 int type = -1; local
92 type = strtoul(node->node->name + len - 3, NULL, 16);
93 if (type == -1 && node->node->name[0] != '!')
95 if (type == -1) type = 0;
103 cd9660_731(0xfff00000 | (type << 8) | (stamp >> 32), arc->loadaddr);
/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Dgelf_mips64el.c51 uint8_t ssym, type3, type2, type; local
56 type = r_info;
61 new_info |= (Elf64_Xword)type << 56;
69 uint8_t ssym, type3, type2, type; local
74 type = r_info >> 56;
79 new_info |= (Elf64_Xword)type;
/freebsd-11-stable/sys/netgraph/
H A Dng_parse.c104 static int ng_parse_composite(const struct ng_parse_type *type,
107 static int ng_unparse_composite(const struct ng_parse_type *type,
110 static int ng_get_composite_elem_default(const struct ng_parse_type *type,
113 static int ng_get_composite_len(const struct ng_parse_type *type,
117 ng_parse_type *type, int index, enum comptype ctype);
118 static int ng_parse_get_elem_pad(const struct ng_parse_type *type,
144 * Convert an ASCII string to binary according to the supplied type descriptor
147 ng_parse(const struct ng_parse_type *type, argument
150 return INVOKE(type, parse)(type, strin
157 ng_unparse(const struct ng_parse_type *type, const u_char *data, char *cbuf, int cbuflen) argument
169 ng_parse_getDefault(const struct ng_parse_type *type, u_char *buf, int *buflen) argument
184 ng_struct_parse(const struct ng_parse_type *type, const char *s, int *off, const u_char *const start, u_char *const buf, int *buflen) argument
192 ng_struct_unparse(const struct ng_parse_type *type, const u_char *data, int *off, char *cbuf, int cbuflen) argument
199 ng_struct_getDefault(const struct ng_parse_type *type, const u_char *const start, u_char *buf, int *buflen) argument
209 ng_struct_getAlign(const struct ng_parse_type *type) argument
238 ng_fixedarray_parse(const struct ng_parse_type *type, const char *s, int *off, const u_char *const start, u_char *const buf, int *buflen) argument
247 ng_fixedarray_unparse(const struct ng_parse_type *type, const u_char *data, int *off, char *cbuf, int cbuflen) argument
255 ng_fixedarray_getDefault(const struct ng_parse_type *type, const u_char *const start, u_char *buf, int *buflen) argument
265 ng_fixedarray_getAlign(const struct ng_parse_type *type) argument
287 ng_array_parse(const struct ng_parse_type *type, const char *s, int *off, const u_char *const start, u_char *const buf, int *buflen) argument
295 ng_array_unparse(const struct ng_parse_type *type, const u_char *data, int *off, char *cbuf, int cbuflen) argument
302 ng_array_getDefault(const struct ng_parse_type *type, const u_char *const start, u_char *buf, int *buflen) argument
312 ng_array_getAlign(const struct ng_parse_type *type) argument
334 ng_int8_parse(const struct ng_parse_type *type, const char *s, int *off, const u_char *const start, u_char *const buf, int *buflen) argument
353 ng_int8_unparse(const struct ng_parse_type *type, const u_char *data, int *off, char *cbuf, int cbuflen) argument
385 ng_int8_getDefault(const struct ng_parse_type *type, const u_char *const start, u_char *buf, int *buflen) argument
399 ng_int8_getAlign(const struct ng_parse_type *type) argument
429 ng_int16_parse(const struct ng_parse_type *type, const char *s, int *off, const u_char *const start, u_char *const buf, int *buflen) argument
449 ng_int16_unparse(const struct ng_parse_type *type, const u_char *data, int *off, char *cbuf, int cbuflen) argument
481 ng_int16_getDefault(const struct ng_parse_type *type, const u_char *const start, u_char *buf, int *buflen) argument
495 ng_int16_getAlign(const struct ng_parse_type *type) argument
525 ng_int32_parse(const struct ng_parse_type *type, const char *s, int *off, const u_char *const start, u_char *const buf, int *buflen) argument
548 ng_int32_unparse(const struct ng_parse_type *type, const u_char *data, int *off, char *cbuf, int cbuflen) argument
580 ng_int32_getDefault(const struct ng_parse_type *type, const u_char *const start, u_char *buf, int *buflen) argument
594 ng_int32_getAlign(const struct ng_parse_type *type) argument
624 ng_int64_parse(const struct ng_parse_type *type, const char *s, int *off, const u_char *const start, u_char *const buf, int *buflen) argument
643 ng_int64_unparse(const struct ng_parse_type *type, const u_char *data, int *off, char *cbuf, int cbuflen) argument
675 ng_int64_getDefault(const struct ng_parse_type *type, const u_char *const start, u_char *buf, int *buflen) argument
689 ng_int64_getAlign(const struct ng_parse_type *type) argument
719 ng_string_parse(const struct ng_parse_type *type, const char *s, int *off, const u_char *const start, u_char *const buf, int *buflen) argument
737 ng_string_unparse(const struct ng_parse_type *type, const u_char *data, int *off, char *cbuf, int cbuflen) argument
756 ng_string_getDefault(const struct ng_parse_type *type, const u_char *const start, u_char *buf, int *buflen) argument
782 ng_fixedstring_parse(const struct ng_parse_type *type, const char *s, int *off, const u_char *const start, u_char *const buf, int *buflen) argument
806 ng_fixedstring_unparse(const struct ng_parse_type *type, const u_char *data, int *off, char *cbuf, int cbuflen) argument
819 ng_fixedstring_getDefault(const struct ng_parse_type *type, const u_char *const start, u_char *buf, int *buflen) argument
886 ng_sizedstring_parse(const struct ng_parse_type *type, const char *s, int *off, const u_char *const start, u_char *const buf, int *buflen) argument
909 ng_sizedstring_unparse(const struct ng_parse_type *type, const u_char *data, int *off, char *cbuf, int cbuflen) argument
929 ng_sizedstring_getDefault(const struct ng_parse_type *type, const u_char *const start, u_char *buf, int *buflen) argument
954 ng_ipaddr_parse(const struct ng_parse_type *type, const char *s, int *off, const u_char *const start, u_char *const buf, int *buflen) argument
975 ng_ipaddr_unparse(const struct ng_parse_type *type, const u_char *data, int *off, char *cbuf, int cbuflen) argument
991 ng_ipaddr_getDefault(const struct ng_parse_type *type, const u_char *const start, u_char *buf, int *buflen) argument
1018 ng_enaddr_parse(const struct ng_parse_type *type, const char *s, int *const off, const u_char *const start, u_char *const buf, int *const buflen) argument
1045 ng_enaddr_unparse(const struct ng_parse_type *type, const u_char *data, int *off, char *cbuf, int cbuflen) argument
1075 ng_parse_bytearray_subtype_getLength(const struct ng_parse_type *type, const u_char *start, const u_char *buf) argument
1095 ng_bytearray_parse(const struct ng_parse_type *type, const char *s, int *off, const u_char *const start, u_char *const buf, int *buflen) argument
1133 ng_bytearray_unparse(const struct ng_parse_type *type, const u_char *data, int *off, char *cbuf, int cbuflen) argument
1144 ng_bytearray_getDefault(const struct ng_parse_type *type, const u_char *const start, u_char *buf, int *buflen) argument
1170 ng_parse_ng_mesg_getLength(const struct ng_parse_type *type, const u_char *start, const u_char *buf) argument
1201 ng_parse_composite(const struct ng_parse_type *type, const char *s, int *off, const u_char *const start, u_char *const buf, int *buflen, const enum comptype ctype) argument
1378 ng_unparse_composite(const struct ng_parse_type *type, const u_char *data, int *off, char *cbuf, int cbuflen, const enum comptype ctype) argument
1471 ng_get_composite_elem_default(const struct ng_parse_type *type, int index, const u_char *const start, u_char *buf, int *buflen, const enum comptype ctype) argument
1517 ng_get_composite_len(const struct ng_parse_type *type, const u_char *const start, const u_char *buf, const enum comptype ctype) argument
1558 ng_get_composite_etype(const struct ng_parse_type *type, int index, const enum comptype ctype) argument
1596 ng_parse_get_elem_pad(const struct ng_parse_type *type, int index, enum comptype ctype, int posn) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_suppressions.cpp91 bool SuppressionContext::Match(const char *str, const char *type, argument
94 if (!HasSuppressionType(type))
98 if (0 == internal_strcmp(cur.type, type) && TemplateMatch(cur.templ, str)) {
131 int type; local
132 for (type = 0; type < suppression_types_num_; type++) {
133 const char *next_char = StripPrefix(line, suppression_types_[type]);
139 if (type
[all...]
/freebsd-11-stable/sys/sys/
H A Dtree.h62 #define SPLAY_HEAD(name, type) \
64 struct type *sph_root; /* root of the tree */ \
74 #define SPLAY_ENTRY(type) \
76 struct type *spe_left; /* left element */ \
77 struct type *spe_right; /* right element */ \
119 #define SPLAY_PROTOTYPE(name, type, field, cmp) \
120 void name##_SPLAY(struct name *, struct type *); \
122 struct type *name##_SPLAY_INSERT(struct name *, struct type *); \
123 struct type *nam
[all...]

Completed in 208 milliseconds

<<11121314151617181920>>