Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/svr4pkg/pkgadm/
H A Dlock.c150 #define LOCK_SIZE sizeof (ADMINLOCK_T) macro
156 char _lrLockData[LOCK_SIZE];
1778 result = pwrite(a_fd, &theLock, LOCK_SIZE, pos); in _addLock()
1779 if (result != LOCK_SIZE) { in _addLock()