Searched defs:checklock (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/lp/lib/msgs/
H A Dmconnect.c47 static int checklock ( void );
49 static int checklock();
86 if (checklock() == -1)
169 static int checklock ( void ) function
171 static int checklock()
/illumos-gate/usr/src/cmd/saf/
H A Dmisc.c522 pid_t checklock();
528 if (pid = checklock(sp)) {
540 debug("in sendsig - checklock failed");
548 * checklock - check to see if a _pid file is locked
556 checklock(sp) function
564 debug("in checklock");

Completed in 65 milliseconds