| /freebsd/usr.sbin/sa/ |
| H A D | usrdb.c | 101 BTREEINFO bti; in usracct_init() local 103 bzero(&bti, sizeof bti); in usracct_init() 104 bti.compare = uid_compare; in usracct_init() 107 &bti, v1_to_v2)); in usracct_init() 170 BTREEINFO bti; in usracct_update() local 172 bzero(&bti, sizeof bti); in usracct_update() 173 bti.compare = uid_compare; in usracct_update() 176 &bti)); in usracct_update()
|
| H A D | db.c | 56 db_copy_in(DB **mdb, const char *dbname, const char *uname, BTREEINFO *bti, in db_copy_in() argument 63 if ((*mdb = dbopen(NULL, O_RDWR, 0, DB_BTREE, bti)) == NULL) in db_copy_in() 69 if ((ddb = dbopen(dbname, O_RDONLY, 0, DB_BTREE, bti)) == NULL) { in db_copy_in() 148 db_copy_out(DB *mdb, const char *dbname, const char *uname, BTREEINFO *bti) in db_copy_out() argument 155 DB_BTREE, bti)) == NULL) { in db_copy_out()
|
| H A D | pdb.c | 161 BTREEINFO bti; in pacct_print() local 178 bzero(&bti, sizeof bti); in pacct_print() 179 bti.compare = sa_cmp; in pacct_print() 180 output_pacct_db = dbopen(NULL, O_RDWR, 0, DB_BTREE, &bti); in pacct_print()
|
| H A D | extern.h | 69 BTREEINFO *bti, int (*v1_to_v2)(DBT *key, DBT *data)); 71 BTREEINFO *bti);
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/builtins/arm/ |
| H A D | aeabi_memset.S | 18 bti 38 bti
|
| H A D | aeabi_memmove.S | 21 bti
|
| H A D | aeabi_memcpy.S | 22 bti
|
| H A D | aeabi_cdcmp.S | 147 bti
|
| H A D | aeabi_cfcmp.S | 147 bti
|
| /freebsd/crypto/krb5/src/plugins/kdb/db2/ |
| H A D | kdb_db2.c | 346 BTREEINFO bti; in open_db() local 348 bti.flags = 0; in open_db() 349 bti.cachesize = 0; in open_db() 350 bti.psize = 4096; in open_db() 351 bti.lorder = 0; in open_db() 352 bti.minkeypage = 0; in open_db() 353 bti.compare = NULL; in open_db() 354 bti.prefix = NULL; in open_db() 371 dbc->hashfirst ? (void *) &hashi : (void *) &bti); in open_db() 376 dbc->hashfirst ? (void *) &bti : (void *) &hashi); in open_db()
|
| /freebsd/contrib/llvm-project/libunwind/src/ |
| H A D | assembly.h | 91 #define AARCH64_BTI bti jc 98 #define AARCH64_BTI bti c
|
| /freebsd/share/mk/ |
| H A D | bsd.linker.mk | 119 ${X_}LINKER_FEATURES+= bti-report
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FMV.td | 43 def : FMVExtension<"bti", "BTI">;
|
| H A D | AArch64Features.td | 265 def FeatureBranchTargetId : ExtensionWithMArch<"bti", "BTI", "FEAT_BTI", 813 def FeatureNoBTIAtReturnTwice : SubtargetFeature<"no-bti-at-return-twice",
|
| H A D | AArch64InstrInfo.td | 342 AssemblerPredicateWithAll<(all_of FeatureBranchTargetId), "bti">; 1511 def : InstAlias<"bti", (HINT 32), 0>; 1512 def : InstAlias<"bti $op", (HINT btihint_op:$op), 0>; 1513 def : InstAlias<"bti", (HINT 32)>, Requires<[HasBTI]>; 1514 def : InstAlias<"bti $op", (HINT btihint_op:$op)>, Requires<[HasBTI]>;
|
| H A D | AArch64InstrFormats.td | 1942 // "bti" is an alias to "hint" only for certain values of CRm:Op2 fields.
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
| H A D | assembly.h | 211 #define PACBTI_LANDING bti
|
| /freebsd/contrib/arm-optimized-routines/string/arm/ |
| H A D | asmdefs.h | 139 bti
|
| /freebsd/sys/dev/al_eth/ |
| H A D | al_eth.c | 2236 int bti; in al_eth_request_irq() local 2238 bti = bus_teardown_intr(adapter->dev, irq->res, irq->cookie); in al_eth_request_irq() 2239 if (bti != 0) { in al_eth_request_irq()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMFeatures.td | 547 def FeatureNoBTIAtReturnTwice : SubtargetFeature<"no-bti-at-return-twice",
|
| H A D | ARMInstrThumb2.td | 4190 def : t2InstAlias<"bti$p", (t2HINT 15, pred:$p), 1>; 5875 def t2BTI : PACBTIHintSpaceNoOpsInst<"bti", 0b00001111>;
|
| /freebsd/sys/conf/ |
| H A D | files.arm64 | 78 compile-with "${NORMAL_C:N-mbranch-protection*} -mbranch-protection=bti"
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 5235 def mmark_bti_property : Flag<["-"], "mmark-bti-property">, 5238 def mno_bti_at_return_twice : Flag<["-"], "mno-bti-at-return-twice">,
|
| /freebsd/crypto/openssl/ |
| H A D | CHANGES.md | 16888 *"Dan S. Camper" <dan@bti.net>*
|