| /freebsd-12.1/usr.sbin/mptable/ |
| H A D | mptable.c | 535 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.1/lib/libthr/thread/ |
| H A D | thr_cancel.c | 113 _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.1/crypto/heimdal/lib/asn1/ |
| H A D | asn1parse.y | 54 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()
|
| H A D | asn1parse.c | 268 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.1/contrib/gcc/ |
| H A D | c-decl.c | 1021 oldrettype = TREE_TYPE (oldtype); in match_builtin_function_types() 1027 oldargs = TYPE_ARG_TYPES (oldtype); in match_builtin_function_types() 1054 tree newtype, tree oldtype) in diagnose_arglist_conflict() argument 1065 t = TYPE_ARG_TYPES (oldtype); in diagnose_arglist_conflict() 1101 oldargs = TYPE_ACTUAL_ARG_TYPES (oldtype); in validate_proto_after_old_defn() 1185 tree newtype, oldtype; in diagnose_mismatched_decls() local 1231 if (!comptypes (oldtype, newtype)) in diagnose_mismatched_decls() 1241 *oldtypep = oldtype = trytype; in diagnose_mismatched_decls() 1370 && TYPE_ACTUAL_ARG_TYPES (oldtype) in diagnose_mismatched_decls() 1684 = composite_type (newtype, oldtype); in merge_decls() [all …]
|
| H A D | ChangeLog-2004 | 33232 (merge_decls): Initialize oldtype to NULL. 47001 oldtype is set, set *newtypep or *oldtypep too. Do not set
|
| /freebsd-12.1/usr.sbin/bsdinstall/partedit/ |
| H A D | gpart_ops.c | 510 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.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/ |
| H A D | dsl_dir.h | 163 dd_used_t oldtype, dd_used_t newtype, dmu_tx_t *tx);
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | name-lookup.c | 2066 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()
|
| H A D | decl.c | 1615 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.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| H A D | dsl_dir.c | 1549 dd_used_t oldtype, dd_used_t newtype, dmu_tx_t *tx) in dsl_dir_transfer_space() argument 1552 ASSERT(oldtype < DD_USED_NUM); in dsl_dir_transfer_space() 1563 dsl_dir_phys(dd)->dd_used_breakdown[oldtype] >= delta : in dsl_dir_transfer_space() 1566 dsl_dir_phys(dd)->dd_used_breakdown[oldtype] -= delta; in dsl_dir_transfer_space()
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | gdbtypes.c | 181 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.1/sys/fs/smbfs/ |
| H A D | smbfs_vnops.c | 1098 int oldtype = fl->l_type; local 1102 fl->l_type = oldtype;
|
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | linker.c | 1630 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()
|
| H A D | ChangeLog-9495 | 796 oldtype from bfd_link_order_type to bfd_link_hash_type. From
|
| /freebsd-12.1/contrib/sendmail/src/ |
| H A D | queue.c | 8512 int oldtype; local 8524 oldtype = queue_letter(e, ANYQFL_LETTER); 8728 if (oldtype == newtype) 8757 if (oldtype == newtype) 8789 if (!failing && oldtype != newtype)
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 6223 INTERCEPTOR(int, pthread_setcanceltype, int type, int *oldtype) { 6225 COMMON_INTERCEPTOR_ENTER(ctx, pthread_setcanceltype, type, oldtype); 6226 int res = REAL(pthread_setcanceltype)(type, oldtype); 6227 if (res == 0 && oldtype != nullptr) 6228 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, oldtype, sizeof(*oldtype));
|