Home
last modified time | relevance | path

Searched refs:oldtype (Results 1 – 17 of 17) sorted by relevance

/freebsd-12-stable/usr.sbin/mptable/
Dmptable.c535 int oldtype, entrytype; in MPConfigTableHeader() local
595 oldtype = -1; in MPConfigTableHeader()
599 if (entrytype != oldtype) in MPConfigTableHeader()
601 if (entrytype < oldtype) in MPConfigTableHeader()
605 if (oldtype != MPCT_ENTRY_PROCESSOR) in MPConfigTableHeader()
613 if (oldtype != MPCT_ENTRY_BUS) in MPConfigTableHeader()
620 if (oldtype != MPCT_ENTRY_IOAPIC) in MPConfigTableHeader()
627 if (oldtype != MPCT_ENTRY_INT) in MPConfigTableHeader()
634 if (oldtype != MPCT_ENTRY_LOCAL_INT) in MPConfigTableHeader()
644 oldtype = entrytype; in MPConfigTableHeader()
/freebsd-12-stable/lib/libthr/thread/
Dthr_cancel.c113 _thr_setcanceltype(int type, int *oldtype) in _thr_setcanceltype() argument
131 if (oldtype) { in _thr_setcanceltype()
132 *oldtype = oldval ? PTHREAD_CANCEL_ASYNCHRONOUS : in _thr_setcanceltype()
/freebsd-12-stable/crypto/heimdal/lib/asn1/
Dasn1parse.y54 static Type *new_tag(int tagclass, int tagvalue, int tagenv, Type *oldtype);
953 new_tag(int tagclass, int tagvalue, int tagenv, Type *oldtype) in new_tag() argument
956 if(oldtype->type == TTag && oldtype->tag.tagenv == TE_IMPLICIT) { in new_tag()
957 t = oldtype; in new_tag()
958 oldtype = oldtype->subtype; /* XXX */ in new_tag()
965 t->subtype = oldtype; in new_tag()
Dasn1parse.c268 static Type *new_tag(int tagclass, int tagvalue, int tagenv, Type *oldtype);
2776 new_tag(int tagclass, int tagvalue, int tagenv, Type *oldtype) in new_tag() argument
2779 if(oldtype->type == TTag && oldtype->tag.tagenv == TE_IMPLICIT) { in new_tag()
2780 t = oldtype; in new_tag()
2781 oldtype = oldtype->subtype; /* XXX */ in new_tag()
2788 t->subtype = oldtype; in new_tag()
/freebsd-12-stable/contrib/gcc/
Dc-decl.c1014 match_builtin_function_types (tree newtype, tree oldtype) in match_builtin_function_types() argument
1021 oldrettype = TREE_TYPE (oldtype); in match_builtin_function_types()
1027 oldargs = TYPE_ARG_TYPES (oldtype); in match_builtin_function_types()
1046 return build_type_attribute_variant (trytype, TYPE_ATTRIBUTES (oldtype)); in match_builtin_function_types()
1054 tree newtype, tree oldtype) in diagnose_arglist_conflict() argument
1059 || !comptypes (TREE_TYPE (oldtype), TREE_TYPE (newtype)) in diagnose_arglist_conflict()
1060 || !((TYPE_ARG_TYPES (oldtype) == 0 && DECL_INITIAL (olddecl) == 0) in diagnose_arglist_conflict()
1065 t = TYPE_ARG_TYPES (oldtype); in diagnose_arglist_conflict()
1094 validate_proto_after_old_defn (tree newdecl, tree newtype, tree oldtype) in validate_proto_after_old_defn() argument
1101 oldargs = TYPE_ACTUAL_ARG_TYPES (oldtype); in validate_proto_after_old_defn()
[all …]
DChangeLog-200433232 (merge_decls): Initialize oldtype to NULL.
47001 oldtype is set, set *newtypep or *oldtypep too. Do not set
/freebsd-12-stable/usr.sbin/bsdinstall/partedit/
Dgpart_ops.c510 const char *errstr, *oldtype, *scheme; in gpart_edit() local
587 oldtype = gc->lg_val; in gpart_edit()
656 items[2].text, (strcmp(oldtype, items[0].text) != 0) ? in gpart_edit()
660 if (strcmp(oldtype, items[0].text) != 0 && cp != NULL) in gpart_edit()
662 if (strcmp(oldtype, items[0].text) != 0 && strcmp(items[0].text, in gpart_edit()
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
Ddsl_dir.h163 dd_used_t oldtype, dd_used_t newtype, dmu_tx_t *tx);
/freebsd-12-stable/contrib/gcc/cp/
Dname-lookup.c2066 do_nonmember_using_decl (tree scope, tree name, tree oldval, tree oldtype, in do_nonmember_using_decl() argument
2087 oldtype = oldval; in do_nonmember_using_decl()
2202 if (oldtype && *newtype && !decls_match (oldtype, *newtype)) in do_nonmember_using_decl()
2220 tree oldval, oldtype, newval, newtype; in do_local_using_decl() local
2232 oldtype = lookup_type_current_level (name); in do_local_using_decl()
2234 do_nonmember_using_decl (scope, name, oldval, oldtype, &newval, &newtype); in do_local_using_decl()
3331 tree oldval, oldtype, newval, newtype; in do_toplevel_using_decl() local
3342 oldtype = binding->type; in do_toplevel_using_decl()
3344 do_nonmember_using_decl (scope, name, oldval, oldtype, &newval, &newtype); in do_toplevel_using_decl()
Ddecl.c1615 tree oldtype = TREE_TYPE (olddecl); in duplicate_decls() local
1617 if (newtype != error_mark_node && oldtype != error_mark_node in duplicate_decls()
1618 && TYPE_LANG_SPECIFIC (newtype) && TYPE_LANG_SPECIFIC (oldtype)) in duplicate_decls()
1620 = CLASSTYPE_FRIEND_CLASSES (oldtype); in duplicate_decls()
1671 tree oldtype = TREE_TYPE (olddecl); in duplicate_decls() local
1680 newtype = oldtype; in duplicate_decls()
1714 if (! same_type_p (newtype, oldtype) in duplicate_decls()
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Ddsl_dir.c1550 dd_used_t oldtype, dd_used_t newtype, dmu_tx_t *tx) in dsl_dir_transfer_space() argument
1553 ASSERT(oldtype < DD_USED_NUM); in dsl_dir_transfer_space()
1564 dsl_dir_phys(dd)->dd_used_breakdown[oldtype] >= delta : in dsl_dir_transfer_space()
1567 dsl_dir_phys(dd)->dd_used_breakdown[oldtype] -= delta; in dsl_dir_transfer_space()
/freebsd-12-stable/contrib/gdb/gdb/
Dgdbtypes.c181 alloc_type_instance (struct type *oldtype) in alloc_type_instance() argument
187 if (TYPE_OBJFILE (oldtype) == NULL) in alloc_type_instance()
194 type = obstack_alloc (&TYPE_OBJFILE (oldtype)->objfile_obstack, in alloc_type_instance()
198 TYPE_MAIN_TYPE (type) = TYPE_MAIN_TYPE (oldtype); in alloc_type_instance()
/freebsd-12-stable/sys/fs/smbfs/
Dsmbfs_vnops.c1098 int oldtype = fl->l_type; local
1102 fl->l_type = oldtype;
/freebsd-12-stable/contrib/binutils/bfd/
Dlinker.c1630 enum bfd_link_hash_type oldtype; in _bfd_generic_link_add_one_symbol() local
1633 oldtype = h->type; in _bfd_generic_link_add_one_symbol()
1678 if (oldtype == bfd_link_hash_defweak) in _bfd_generic_link_add_one_symbol()
DChangeLog-9495796 oldtype from bfd_link_order_type to bfd_link_hash_type. From
/freebsd-12-stable/contrib/sendmail/src/
Dqueue.c8726 int oldtype; local
8738 oldtype = queue_letter(e, ANYQFL_LETTER);
8942 if (oldtype == newtype)
8971 if (oldtype == newtype)
9003 if (!failing && oldtype != newtype)
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc6563 INTERCEPTOR(int, pthread_setcanceltype, int type, int *oldtype) {
6565 COMMON_INTERCEPTOR_ENTER(ctx, pthread_setcanceltype, type, oldtype);
6566 int res = REAL(pthread_setcanceltype)(type, oldtype);
6567 if (res == 0 && oldtype != nullptr)
6568 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, oldtype, sizeof(*oldtype));