Home
last modified time | relevance | path

Searched refs:DB_LOCK (Results 1 – 12 of 12) sorted by relevance

/freebsd/include/
H A Ddb.h86 #define DB_LOCK 0x20000000 /* Do locking. */ macro
90 #define DB_LOCK 0x2000 /* Do locking. */ macro
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/db/
H A Ddb.c52 #define DB_FLAGS (DB_LOCK | DB_SHMEM | DB_TXN) in kdb2_dbopen()
/freebsd/lib/libc/db/db/
H A Ddb.c57 #define DB_FLAGS (DB_LOCK | DB_SHMEM | DB_TXN) in dbopen()
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/include/
H A Ddb.hin96 * the DB_LOCK flag isn't set.
99 #define DB_LOCK 0x20000000 /* Do locking. */
103 #define DB_LOCK 0x2000 /* Do locking. */
/freebsd/contrib/netbsd-tests/lib/libc/db/
H A Dh_db.c129 oflags |= DB_LOCK; in main()
345 if (type == DB_BTREE && oflags & DB_LOCK) in main()
H A DREADME55 -d: Set the DB_LOCK flag.
/freebsd/lib/libc/db/test/
H A Ddbtest.c101 oflags |= DB_LOCK;
316 if (type == DB_BTREE && oflags & DB_LOCK)
H A DREADME62 -d: Set the DB_LOCK flag.
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/test/
H A DREADME63 -d: Set the DB_LOCK flag.
H A Ddbtest.c148 oflags |= DB_LOCK; in main()
369 if (type == DB_BTREE && oflags & DB_LOCK) in main()
/freebsd/lib/libc/db/btree/
H A Dbt_open.c307 if (dflags & DB_LOCK) in __bt_open()
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/btree/
H A Dbt_open.c318 if (dflags & DB_LOCK) in __bt_open()