Lines Matching defs:a_object

181 				char *a_key, char *a_object, int a_quiet,
184 static int lock_release(int a_fd, char *a_key, char *a_object,
186 static int lock_status(int a_fd, char *a_key, char *a_object,
193 int a_fd, char *a_object, char *a_key);
195 static int _addLock(char *r_key, int a_fd, char *a_object,
199 char *a_object, int a_quiet, int a_exclusive,
601 * a_object - object associated with lock to acquire
619 char *a_object, int a_quiet, int a_wait, long a_timeout,
650 result = _lock_acquire(a_theLock, *a_fd, a_key, a_object,
696 a_object, a_key,
723 a_object, a_key);
750 a_object);
766 a_object);
786 * a_object - object associated with lock to release
794 lock_release(int a_fd, char *a_key, char *a_object, int a_quiet)
803 a_key, a_object, a_quiet);
807 result = _findLock(&theLock, &recordNum, a_fd, a_object, a_key);
821 a_object, a_key);
830 a_object, a_key);
839 a_object, a_key);
848 a_object);
857 a_object, a_key);
866 a_object, a_key);
887 * a_object - object associated with lock to look up
895 lock_status(int a_fd, char *a_key, char *a_object, int a_quiet)
907 a_key, a_object);
936 if ((*a_object != '\0') &&
937 (strcmp(pll->lockObject, a_object) != 0)) {
986 * a_object - object associated with lock to acquire
996 char *a_object, int a_quiet, int a_exclusive, pid_t a_pid,
1006 a_key, a_object, a_quiet, a_exclusive);
1011 result = _findLock(a_theLock, &recordNum, a_fd, a_object,
1040 a_object, a_key);
1067 a_object, a_key);
1086 a_object);
1088 if (_addLock(key, a_fd, a_object, a_exclusive,
1105 a_object);
1113 a_object, a_key, strerror(errno));
1127 a_object, a_key,
1608 * a_object - object associated with lock to look up
1621 int a_fd, char *a_object, char *a_key)
1646 a_object, a_key);
1653 a_object, a_key, strerror(errno));
1669 if (_lockMatch(a_object, pll->lockObject) != 0) {
1720 * a_object - object to lock
1732 _addLock(char *r_key, int a_fd, char *a_object, int a_exclusive, pid_t a_pid,
1750 a_object, strerror(errno));
1760 (void) strlcpy(theLock._lrLock.lockObject, a_object,
1782 a_object, strerror(errno));