Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svr4pkg/pkgadm/
H A Dlock.c203 static int _openLockFile(char *a_root);
527 fd = _openLockFile(RFlag); in admin_lock()
625 (*a_fd) = _openLockFile(a_altRoot); in lock_acquire()
754 *a_fd = _openLockFile(a_root); in lock_acquire()
1152 _openLockFile(char *a_root) in _openLockFile() function