/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/libunwind/src/ |
H A D | assembly.h | 91 #define AARCH64_BTI bti jc 98 #define AARCH64_BTI bti c
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64FMV.td | 42 def : FMVExtension<"bti", "FEAT_BTI", "+bti", 510>;
|
H A D | AArch64Features.td | 264 def FeatureBranchTargetId : ExtensionWithMArch<"bti", "BTI", "FEAT_BTI", 741 def FeatureNoBTIAtReturnTwice : SubtargetFeature<"no-bti-at-return-twice",
|
H A D | AArch64InstrInfo.td | 261 AssemblerPredicateWithAll<(all_of FeatureBranchTargetId), "bti">; 1222 def : InstAlias<"bti", (HINT 32), 0>; 1223 def : InstAlias<"bti $op", (HINT btihint_op:$op), 0>; 1224 def : InstAlias<"bti", (HINT 32)>, Requires<[HasBTI]>; 1225 def : InstAlias<"bti $op", (HINT btihint_op:$op)>, Requires<[HasBTI]>;
|
H A D | AArch64InstrFormats.td | 1821 // "bti" is an alias to "hint" only for certain values of CRm:Op2 fields.
|
/freebsd/share/mk/ |
H A D | bsd.linker.mk | 118 ${X_}LINKER_FEATURES+= bti-report
|
/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 | 537 def FeatureNoBTIAtReturnTwice : SubtargetFeature<"no-bti-at-return-twice",
|
H A D | ARMInstrThumb2.td | 4163 def : t2InstAlias<"bti$p", (t2HINT 15, pred:$p), 1>; 5844 def t2BTI : PACBTIHintSpaceNoOpsInst<"bti", 0b00001111>;
|
/freebsd/sys/conf/ |
H A D | files.arm64 | 71 compile-with "${NORMAL_C:N-mbranch-protection*} -mbranch-protection=bti"
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 4953 def mmark_bti_property : Flag<["-"], "mmark-bti-property">, 4956 def mno_bti_at_return_twice : Flag<["-"], "mno-bti-at-return-twice">,
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 15090 *"Dan S. Camper" <dan@bti.net>*
|