Searched refs:locked (Results 1 - 25 of 109) sorted by path

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c883 #define SQLITE_BUSY 5 /* The database file is locked */
884 #define SQLITE_LOCKED 6 /* A table in the database is locked */
2037 ** or process has locked.
2102 ** for a specified amount of time when a table is locked. ^The handler
5865 ** read-locked while it is actually being read; it is not locked
5952 ** ^Because the source database is not locked between calls to
6062 ** has locked the required resource is stored internally. ^After an
22121 ** a locked and an unlocked state.
22300 int fd; /* File to be locked */
34616 int locked; /* True if some process holds a RESERVED lock */ local
36925 u8 locked; /* True if db currently has pBt locked */ member in struct:Btree
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dfloppyd_io.c49 "Auth failed: Device locked!"
535 int mode2, int locked)
533 FloppydOpen(struct device *dev, struct device *dev2, char *name, int mode, char *errmsg, int mode2, int locked) argument
H A Dfloppyd_io.h29 int mode2, int locked);
H A Dplain_io.c475 int mode2, int locked, mt_size_t *maxSize)
610 if (locked && lock_dev(This->fd, mode == O_RDWR, dev)) {
473 SimpleFileOpen(struct device *dev, struct device *orig_dev, const char *name, int mode, char *errmsg, int mode2, int locked, mt_size_t *maxSize) argument
H A Dplain_io.h33 int locked, mt_size_t *maxSize);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bio/
H A Db_sock.c108 int locked = 0; local
129 locked = 1;
148 if (locked)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/engine/
H A Deng_int.h130 int engine_free_util(ENGINE *e, int locked);
H A Deng_lib.c107 int engine_free_util(ENGINE *e, int locked) argument
117 if(locked)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dtdb.c268 if (tdb->locked[list+1].count == 0) {
280 tdb->locked[list+1].ltype = ltype;
282 tdb->locked[list+1].count++;
302 if (tdb->locked[list+1].count==0) {
307 if (tdb->locked[list+1].count == 1) {
317 tdb->locked[list+1].count--;
1353 /* Is locked key the old key? If so, traverse will be reliable. */
1509 on failure return -1. Record must be locked before calling.
1683 int rev = 0, locked = 0; local
1742 (locked
[all...]
H A Dtdb.h106 struct tdb_lock_type *locked; /* array of chain locks */ member in struct:tdb_context
H A Dtty.c133 int locked; /* lock() has succeeded */ variable
546 locked = 1;
799 if (locked) {
801 locked = 0;
856 if (locked)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dnameserv.h529 BOOL locked; member in struct:packet_struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dnmblib.c569 /* Ensure this copy is not locked. */
570 pkt_copy->locked = False;
631 /* Ensure this copy is not locked. */
632 pkt_copy->locked = False;
678 if (packet->locked)
708 p->locked = False;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nmbd/
H A Dasyncdns.c233 dns_current->locked = False;
252 p->locked = False;
298 p->locked = True;
300 p->locked = True;
H A Dnmbd_packets.c218 packet->locked = False;
483 p->locked = False;
495 p->locked = False;
527 p->locked = False;
552 p->locked = False;
602 p->locked = False;
614 p->locked = False;
647 p->locked = False;
659 p->locked = False;
745 p->locked
[all...]
H A Dnmbd_responserecordsdb.c84 rrec->packet->locked = False;
164 p->locked = True;
H A Dnmbd_winsproxy.c156 copy_of_p->locked = True;
178 p->locked = False;
H A Dnmbd_winsserver.c614 We have a locked pointer to the original packet stashed away in the
635 orig_reg_packet->locked = False;
643 We have a locked pointer to the original packet stashed away in the
683 orig_reg_packet->locked = False;
969 p->locked = True;
1018 We have a locked pointer to the original packet stashed away in the
1058 orig_reg_packet->locked = False;
1074 orig_reg_packet->locked = False;
1082 We have a locked pointer to the original packet stashed away in the
1100 orig_reg_packet->locked
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbwrapper/
H A Dshared.c64 static int locked; variable
79 if (locked==0 &&
84 locked++;
92 locked--;
93 if (locked == 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/tdb/
H A Dtdb.c300 if (tdb->locked[list+1].count == 0) {
312 tdb->locked[list+1].ltype = ltype;
314 tdb->locked[list+1].count++;
334 if (tdb->locked[list+1].count==0) {
339 if (tdb->locked[list+1].count == 1) {
349 tdb->locked[list+1].count--;
1395 /* Is locked key the old key? If so, traverse will be reliable. */
1551 on failure return -1. Record must be locked before calling.
1725 int rev = 0, locked = 0; local
1784 (locked
[all...]
H A Dtdb.h106 struct tdb_lock_type *locked; /* array of chain locks */ member in struct:tdb_context
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbreg/
H A Ddbreg.c267 * Assume the caller holds the mtx_filelist locked. Assume the
622 __dbreg_close_id_int(env, fnp, op, locked)
626 int locked;
638 fnp, locked, 1, DB_LOGFILEID_INVALID));
646 if (!locked)
653 err: if (!locked)
783 * is already locked.
861 * push and pop, assumes that the mtx_filelist is locked.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_method.c481 int locked, ret; local
497 locked = ret = 0;
516 * that the fop layer has the file locked for exclusive access, so we
520 * all affected buckets locked.
542 locked = 1;
640 /* If we have buckets locked, unlock them when done moving files. */
641 if (locked == 1) {
711 * locked at a higher level of the system.
756 * has the metapage locked while manipulating them.
H A Dmp_sync.c474 * If the buffer is locked by another thread, ignore it, we'll
502 * thread can acquire the buffer because we have it locked.
567 * buffer locked.
756 * locked. The mfp will get freed via the cleanup pass.
833 __memp_mf_sync(dbmp, mfp, locked)
836 int locked;
852 if (!locked) {
871 if (!locked)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/mutex/
H A Dmut_fcntl.c49 int locked, ms, ret; local
74 for (locked = 0;;) {
92 locked = 1;
112 if (locked)

Completed in 416 milliseconds

12345