Searched refs:bti (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/usr.sbin/sa/
H A Dusrdb.c104 BTREEINFO bti; local
106 bzero(&bti, sizeof bti);
107 bti.compare = uid_compare;
110 &bti, v1_to_v2));
173 BTREEINFO bti; local
175 bzero(&bti, sizeof bti);
176 bti.compare = uid_compare;
179 &bti));
[all...]
H A Ddb.c59 db_copy_in(DB **mdb, const char *dbname, const char *uname, BTREEINFO *bti, argument
66 if ((*mdb = dbopen(NULL, O_RDWR, 0, DB_BTREE, bti)) == NULL)
72 if ((ddb = dbopen(dbname, O_RDONLY, 0, DB_BTREE, bti)) == NULL) {
151 db_copy_out(DB *mdb, const char *dbname, const char *uname, BTREEINFO *bti) argument
158 DB_BTREE, bti)) == NULL) {
H A Dextern.h71 BTREEINFO *bti, int (*v1_to_v2)(DBT *key, DBT *data));
73 BTREEINFO *bti);
H A Dpdb.c164 BTREEINFO bti; local
181 bzero(&bti, sizeof bti);
182 bti.compare = sa_cmp;
183 output_pacct_db = dbopen(NULL, O_RDWR, 0, DB_BTREE, &bti);
/freebsd-12-stable/sys/dev/al_eth/
H A Dal_eth.c2258 int bti; local
2260 bti = bus_teardown_intr(adapter->dev, irq->res, irq->cookie);
2261 if (bti != 0) {

Completed in 82 milliseconds