| /freebsd-14.2/usr.sbin/mptable/ |
| H A D | mptable.c | 529 int oldtype, entrytype; in MPConfigTableHeader() local 587 oldtype = -1; in MPConfigTableHeader() 591 if (entrytype != oldtype) in MPConfigTableHeader() 593 if (entrytype < oldtype) in MPConfigTableHeader() 597 if (oldtype != MPCT_ENTRY_PROCESSOR) in MPConfigTableHeader() 605 if (oldtype != MPCT_ENTRY_BUS) in MPConfigTableHeader() 612 if (oldtype != MPCT_ENTRY_IOAPIC) in MPConfigTableHeader() 619 if (oldtype != MPCT_ENTRY_INT) in MPConfigTableHeader() 626 if (oldtype != MPCT_ENTRY_LOCAL_INT) in MPConfigTableHeader() 636 oldtype = entrytype; in MPConfigTableHeader()
|
| /freebsd-14.2/lib/libthr/thread/ |
| H A D | thr_cancel.c | 110 _thr_setcanceltype(int type, int *oldtype) in _thr_setcanceltype() argument 128 if (oldtype) { in _thr_setcanceltype() 129 *oldtype = oldval ? PTHREAD_CANCEL_ASYNCHRONOUS : in _thr_setcanceltype()
|
| /freebsd-14.2/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-14.2/sys/contrib/openzfs/include/sys/ |
| H A D | dsl_dir.h | 177 dd_used_t oldtype, dd_used_t newtype, dmu_tx_t *tx); 180 dd_used_t oldtype, dd_used_t newtype, dmu_tx_t *tx);
|
| /freebsd-14.2/sys/contrib/openzfs/module/zfs/ |
| H A D | dsl_dir.c | 1594 dd_used_t oldtype, dd_used_t newtype, dmu_tx_t *tx) in dsl_dir_transfer_space() argument 1597 ASSERT(oldtype < DD_USED_NUM); in dsl_dir_transfer_space() 1608 ddp->dd_used_breakdown[oldtype] >= delta : in dsl_dir_transfer_space() 1611 ddp->dd_used_breakdown[oldtype] -= delta; in dsl_dir_transfer_space() 1619 dd_used_t oldtype, dd_used_t newtype, dmu_tx_t *tx) in dsl_dir_diduse_transfer_space() argument 1624 ASSERT(oldtype < DD_USED_NUM); in dsl_dir_diduse_transfer_space() 1642 ddp->dd_used_breakdown[oldtype] >= tonew - used); in dsl_dir_diduse_transfer_space() 1645 ddp->dd_used_breakdown[oldtype] -= tonew - used; in dsl_dir_diduse_transfer_space()
|
| /freebsd-14.2/usr.sbin/bsdinstall/partedit/ |
| H A D | gpart_ops.c | 553 const char *errstr, *oldtype, *scheme; in gpart_edit() local 632 oldtype = gc->lg_val; in gpart_edit() 707 items[2].value, (strcmp(oldtype, items[0].value) != 0) ? in gpart_edit() 712 if (strcmp(oldtype, items[0].value) != 0 && cp != NULL) in gpart_edit() 714 if (strcmp(oldtype, items[0].value) != 0 && strcmp(items[0].value, in gpart_edit()
|
| /freebsd-14.2/sys/fs/smbfs/ |
| H A D | smbfs_vnops.c | 973 int oldtype = fl->l_type; in smbfs_advlock() local 977 fl->l_type = oldtype; in smbfs_advlock()
|
| /freebsd-14.2/contrib/sendmail/src/ |
| H A D | queue.c | 8761 int oldtype; local 8773 oldtype = queue_letter(e, ANYQFL_LETTER); 8976 if (oldtype == newtype) 9005 if (oldtype == newtype) 9037 if (!failing && oldtype != newtype)
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 6620 INTERCEPTOR(int, pthread_setcanceltype, int type, int *oldtype) { 6622 COMMON_INTERCEPTOR_ENTER(ctx, pthread_setcanceltype, type, oldtype); 6623 int res = REAL(pthread_setcanceltype)(type, oldtype); 6624 if (res == 0 && oldtype != nullptr) 6625 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, oldtype, sizeof(*oldtype));
|