Lines Matching refs:FINDLOCK_T
164 typedef unsigned long FINDLOCK_T; typedef
166 #define FINDLOCK_FOUND ((FINDLOCK_T)0)
167 #define FINDLOCK_ERROR ((FINDLOCK_T)-1)
168 #define FINDLOCK_NOTFOUND ((FINDLOCK_T)-2)
169 #define FINDLOCK_KEYMISMATCH ((FINDLOCK_T)-3)
170 #define FINDLOCK_LOCKED ((FINDLOCK_T)-4)
171 #define FINDLOCK_NOTLOCKED ((FINDLOCK_T)-5)
172 #define FINDLOCK_LOCKACQUIRED ((FINDLOCK_T)-6)
180 static FINDLOCK_T lock_acquire(LOCK_T *a_lock, int *a_fd, char *a_root,
192 static FINDLOCK_T _findLock(LOCK_T *a_theLock, RECORDNUM_T *r_recordNum,
198 static FINDLOCK_T _lock_acquire(LOCK_T *a_lock, int a_fd, char *a_key,
223 FINDLOCK_T tResult; in admin_lock()
617 static FINDLOCK_T
623 FINDLOCK_T result; in lock_acquire()
798 FINDLOCK_T result; in lock_release()
994 static FINDLOCK_T
1000 FINDLOCK_T result; in _lock_acquire()
1619 static FINDLOCK_T