Searched refs:get_lock (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/cnid_dbd/
H A Dcmd_dbd.c366 if ((db_locked = get_lock(LOCK_EXCL, dbpath)) == -1)
374 if ((db_locked = get_lock(LOCK_SHRD, NULL)) != LOCK_SHRD)
381 if ((db_locked = get_lock(LOCK_FREE, NULL)) != 0)
392 if ((db_locked = get_lock(LOCK_EXCL, dbpath)) == -1)
427 if (get_lock(LOCK_UNLOCK, NULL) != 0)
429 if (get_lock(LOCK_SHRD, NULL) != LOCK_SHRD)
462 get_lock(0, NULL);
H A Dmain.c336 if ((db_locked = get_lock(LOCK_EXCL, dbpath)) == -1) {
342 if ((db_locked = get_lock(LOCK_SHRD, NULL)) != LOCK_SHRD) {
352 if ((db_locked = get_lock(LOCK_EXCL, dbpath)) != LOCK_EXCL) {
385 if (get_lock(LOCK_UNLOCK, NULL) != 0) {
389 if (get_lock(LOCK_SHRD, NULL) != LOCK_SHRD) {
H A Ddbif.h68 /* get_lock cmd and return value */
96 extern int get_lock(int cmd, const char *dbpath);
H A Ddbif.c343 int get_lock(int cmd, const char *dbpath) function
402 LOG(log_debug, logtype_cnid, "get_lock: got %s lock",
810 if (get_lock(LOCK_EXCL, path) != LOCK_EXCL) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dmdbscript.tcl100 proc get_lock { k } { procedure
115 get_lock [is_substr $errorInfo "DB_LOCK_NOTGRANTED"] 1
120 error_check_good get_lock [is_valid_lock $klock $dbenv] TRUE
173 if { [get_lock $key] == 1 } {
212 if { [get_lock $key] == 1 } {
253 if { [get_lock $key] == 1 } {
313 if { [get_lock $key] == 1 } {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dfalconide.c108 .get_lock = falconide_get_lock,
H A Dide-io.c409 if (host->get_lock)
410 host->get_lock(ide_intr, hwif);
H A Dide-probe.c1324 host->get_lock = d->get_lock;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_except.cpp290 DbLock* DbLockNotGrantedException::get_lock() const function in class:DbLockNotGrantedException
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/lock/
H A Dlock_deadlock.c705 goto get_lock;
724 get_lock: id_array[id].last_lock = R_OFFSET(&lt->reginfo, lp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dide.h782 void (*get_lock)(irq_handler_t, void *); member in struct:ide_host
1293 void (*get_lock)(irq_handler_t, void *); member in struct:ide_port_info
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_cxx.h1141 DbLock *get_lock() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_cxx.h1142 DbLock *get_lock() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb_cxx.h1142 DbLock *get_lock() const;

Completed in 209 milliseconds