| /freebsd-14-stable/usr.sbin/sa/ |
| HD | usrdb.c | 102 BTREEINFO bti; in usracct_init() local 104 bzero(&bti, sizeof bti); in usracct_init() 105 bti.compare = uid_compare; in usracct_init() 108 &bti, v1_to_v2)); in usracct_init() 171 BTREEINFO bti; in usracct_update() local 173 bzero(&bti, sizeof bti); in usracct_update() 174 bti.compare = uid_compare; in usracct_update() 177 &bti)); in usracct_update()
|
| HD | db.c | 57 db_copy_in(DB **mdb, const char *dbname, const char *uname, BTREEINFO *bti, in db_copy_in() argument 64 if ((*mdb = dbopen(NULL, O_RDWR, 0, DB_BTREE, bti)) == NULL) in db_copy_in() 70 if ((ddb = dbopen(dbname, O_RDONLY, 0, DB_BTREE, bti)) == NULL) { in db_copy_in() 149 db_copy_out(DB *mdb, const char *dbname, const char *uname, BTREEINFO *bti) in db_copy_out() argument 156 DB_BTREE, bti)) == NULL) { in db_copy_out()
|
| HD | pdb.c | 162 BTREEINFO bti; in pacct_print() local 179 bzero(&bti, sizeof bti); in pacct_print() 180 bti.compare = sa_cmp; in pacct_print() 181 output_pacct_db = dbopen(NULL, O_RDWR, 0, DB_BTREE, &bti); in pacct_print()
|
| HD | extern.h | 69 BTREEINFO *bti, int (*v1_to_v2)(DBT *key, DBT *data)); 71 BTREEINFO *bti);
|
| /freebsd-14-stable/contrib/llvm-project/libunwind/src/ |
| HD | assembly.h | 91 #define AARCH64_BTI bti jc 98 #define AARCH64_BTI bti c
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| HD | AArch64FMV.td | 42 def : FMVExtension<"bti", "FEAT_BTI", "+bti", 510>;
|
| HD | AArch64Features.td | 264 def FeatureBranchTargetId : ExtensionWithMArch<"bti", "BTI", "FEAT_BTI", 741 def FeatureNoBTIAtReturnTwice : SubtargetFeature<"no-bti-at-return-twice",
|
| HD | 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]>;
|
| HD | AArch64InstrFormats.td | 1821 // "bti" is an alias to "hint" only for certain values of CRm:Op2 fields.
|
| /freebsd-14-stable/sys/dev/al_eth/ |
| HD | al_eth.c | 2237 int bti; in al_eth_request_irq() local 2239 bti = bus_teardown_intr(adapter->dev, irq->res, irq->cookie); in al_eth_request_irq() 2240 if (bti != 0) { in al_eth_request_irq()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| HD | ARMFeatures.td | 537 def FeatureNoBTIAtReturnTwice : SubtargetFeature<"no-bti-at-return-twice",
|
| HD | ARMInstrThumb2.td | 4163 def : t2InstAlias<"bti$p", (t2HINT 15, pred:$p), 1>; 5844 def t2BTI : PACBTIHintSpaceNoOpsInst<"bti", 0b00001111>;
|
| /freebsd-14-stable/contrib/llvm-project/clang/include/clang/Driver/ |
| HD | 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-14-stable/crypto/openssl/ |
| HD | CHANGES.md | 15090 *"Dan S. Camper" <dan@bti.net>*
|