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

/freebsd-10.1-release/usr.sbin/sa/
H A Dusrdb.c102 BTREEINFO bti; local
104 bzero(&bti, sizeof bti);
105 bti.compare = uid_compare;
108 &bti, v1_to_v2));
171 BTREEINFO bti; local
173 bzero(&bti, sizeof bti);
174 bti.compare = uid_compare;
177 &bti));
[all...]
H A Ddb.c57 db_copy_in(DB **mdb, const char *dbname, const char *uname, BTREEINFO *bti, argument
64 if ((*mdb = dbopen(NULL, O_RDWR, 0, DB_BTREE, bti)) == NULL)
70 if ((ddb = dbopen(dbname, O_RDONLY, 0, DB_BTREE, bti)) == NULL) {
149 db_copy_out(DB *mdb, const char *dbname, const char *uname, BTREEINFO *bti) argument
156 DB_BTREE, bti)) == NULL) {
H A Dextern.h69 BTREEINFO *bti, int (*v1_to_v2)(DBT *key, DBT *data));
71 BTREEINFO *bti);
H A Dpdb.c162 BTREEINFO bti; local
179 bzero(&bti, sizeof bti);
180 bti.compare = sa_cmp;
181 output_pacct_db = dbopen(NULL, O_RDWR, 0, DB_BTREE, &bti);

Completed in 19 milliseconds