Searched defs:a_object (Results 1 - 1 of 1) sorted by relevance
| /illumos-gate/usr/src/cmd/svr4pkg/pkgadm/ |
| H A D | lock.c | 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_ke 618 lock_acquire(LOCK_T *a_theLock, int *a_fd, char *a_root, char *a_key, char *a_object, int a_quiet, int a_wait, long a_timeout, int a_exclusive, char *a_altRoot, pid_t a_pid, zoneid_t a_zid) argument 794 lock_release(int a_fd, char *a_key, char *a_object, int a_quiet) argument 895 lock_status(int a_fd, char *a_key, char *a_object, int a_quiet) argument 995 _lock_acquire(LOCK_T *a_theLock, int a_fd, char *a_key, char *a_object, int a_quiet, int a_exclusive, pid_t a_pid, zoneid_t a_zid) argument 1620 _findLock(LOCK_T *a_theLock, RECORDNUM_T *r_recordNum, int a_fd, char *a_object, char *a_key) argument 1732 _addLock(char *r_key, int a_fd, char *a_object, int a_exclusive, pid_t a_pid, zoneid_t a_zid) argument [all...] |
Completed in 45 milliseconds