Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svr4pkg/pkgadm/
H A Dlock.c198 static int _incrementLockCount(int a_fd, LOCK_T *a_theLock);
1062 if (_incrementLockCount(a_fd, a_theLock) == 0) { in _lock_acquire()
1123 if (_incrementLockCount(a_fd, a_theLock) == 0) { in _lock_acquire()
1785 _incrementLockCount(int a_fd, LOCK_T *a_theLock) in _incrementLockCount() function