Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/svr4pkg/pkgadm/
H A Dlock.c197 static int _incrementLockCount(int a_fd, LOCK_T *a_theLock);
1071 if (_incrementLockCount(a_fd, a_theLock) == 0) { in _lock_acquire()
1132 if (_incrementLockCount(a_fd, a_theLock) == 0) { in _lock_acquire()
1794 _incrementLockCount(int a_fd, LOCK_T *a_theLock) in _incrementLockCount() function