Home
last modified time | relevance | path

Searched refs:a_wait (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libinstzones/common/
H A Dzones_locks.c93 char *a_lock, pid_t a_pid, boolean_t a_wait);
101 char *a_key, boolean_t a_wait);
147 pid_t a_pid, boolean_t a_wait) in _z_acquire_lock() argument
202 if (a_wait == B_TRUE) { in _z_acquire_lock()
696 boolean_t a_wait) in _z_release_lock() argument
748 if (a_wait == B_TRUE) { in _z_release_lock()
H A Dinstzones_lib.h317 char *a_lock, pid_t a_pid, boolean_t a_wait);
325 char *a_key, boolean_t a_wait);
/illumos-gate/usr/src/cmd/svr4pkg/pkgadm/
H A Dlock.c183 int a_wait, long a_timeout, int a_exclusive,
610 char *a_object, int a_quiet, int a_wait, long a_timeout, in lock_acquire() argument
683 if ((a_wait == 0) || (signal_received != 0)) { in lock_acquire()