Searched refs:locktype (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/
H A Dalock.h69 const char * envdir, int locktype ));
H A Dalock.c337 int locktype )
350 assert ((locktype & ALOCK_SMASK) >= 1 && (locktype & ALOCK_SMASK) <= 2);
352 slot_data.al_lock = locktype;
414 && (( locktype & ALOCK_SMASK ) == ALOCK_UNIQUE
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Drecurse.c42 int locktype; member in struct:recursion_frame
123 * locktype
159 int which, int aflag, int locktype,
175 " locktype=%d, update_preload=%s\n"
180 local, which, aflag, locktype,
189 " locktype=%d, update_preload=%s\n"
194 local, which, aflag, locktype,
207 frame.locktype = locktype;
609 int locktype; local
156 start_recursion(FILEPROC fileproc, FILESDONEPROC filesdoneproc, DIRENTPROC direntproc, DIRLEAVEPROC dirleaveproc, void *callerdat, int argc, char **argv, int local, int which, int aflag, int locktype, char *update_preload, int dosrcs, char *repository_in) argument
[all...]
H A Dcvs.h669 int aflag, int locktype, char *update_preload,
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/daemons/clvmd/
H A Dclvmd-command.c95 const char *locktype; local
154 if ((locktype = do_lock_query(lockname)))
155 *retlen = 1 + snprintf(*buf, buflen, "%s", locktype);
/netbsd-6-1-5-RELEASE/usr.sbin/lockstat/
H A Dmain.c162 int eventtype, locktype, ch, nlfd, fd; local
177 locktype = -1;
199 locktype = matchname(locknames, optarg);
298 le.le_mask = (eventtype & LB_EVENT_MASK) | (locktype & LB_LOCK_MASK);
378 if (locktype != -1 &&
379 (name->mask & LB_LOCK_MASK) != locktype)
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Drbtdb.c1646 isc_rwlocktype_t locktype = isc_rwlocktype_read; local
1650 POST(locktype);
1653 NODE_WEAKLOCK(nodelock, locktype);
1668 NODE_WEAKUNLOCK(nodelock, locktype);
1669 locktype = isc_rwlocktype_write;
1670 POST(locktype);
1671 NODE_WEAKLOCK(nodelock, locktype);
1681 NODE_WEAKUNLOCK(nodelock, locktype);
2517 isc_rwlocktype_t locktype = isc_rwlocktype_read; local
2522 RWLOCK(&rbtdb->tree_lock, locktype);
4149 isc_rwlocktype_t locktype; local
4272 isc_rwlocktype_t locktype; local
4446 isc_rwlocktype_t locktype; local
4778 isc_rwlocktype_t locktype; local
5125 isc_rwlocktype_t locktype; local
5639 isc_rwlocktype_t locktype; local
[all...]
H A Dzone.c14464 isc_rwlocktype_t locktype; local
14470 locktype = isc_rwlocktype_read;
14471 RWLOCK(&zmgr->urlock, locktype);
14478 locktype = isc_rwlocktype_write;
14484 RWUNLOCK(&zmgr->urlock, locktype);
14493 isc_rwlocktype_t locktype; local
14504 locktype = isc_rwlocktype_read;
14505 RWLOCK(&zmgr->urlock, locktype);
14511 locktype = isc_rwlocktype_write;
14522 RWUNLOCK(&zmgr->urlock, locktype);
[all...]
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c22891 int locktype; /* Type of lock currently held on this file */ member in struct:os2File
22929 pFile->locktype = NO_LOCK;
22953 OSTRACE(( "READ %d lock=%d\n", pFile->h, pFile->locktype ));
22986 OSTRACE(( "WRITE %d lock=%d\n", pFile->h, pFile->locktype ));
23039 OSTRACE(( "SYNC %d lock=%d\n", pFile->h, pFile->locktype ));
23112 ** Lock the file with the lock specified by parameter locktype - one
23137 static int os2Lock( sqlite3_file *id, int locktype ){
23140 int newLocktype; /* Set pFile->locktype to this value before exiting */
23148 OSTRACE(( "LOCK %d %d was %d\n", pFile->h, locktype, pFile->locktype ));
32057 u8 locktype; /* Type of lock currently held on this file */ member in struct:winFile
33932 winLock(sqlite3_file *id, int locktype) argument
34091 winUnlock(sqlite3_file *id, int locktype) argument
41957 pager_wait_on_lock(Pager *pPager, int locktype) argument
[all...]

Completed in 426 milliseconds