Searched refs:lckfd (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/consadm/
H A Dconsadm.c346 int lckfd; local
348 if ((lckfd = open(CONSADMLOCK, O_CREAT | O_EXCL | O_WRONLY,
355 if (lckfunc(lckfd, LOCK_EX) == -1) {
356 (void) close(lckfd);
360 return (lckfd);
366 int lckfd, fd; local
375 lckfd = getlock();
382 (void) close(lckfd);
413 (void) close(lckfd);
421 int lckfd; local
573 int lckfd, fd; local
845 int lckfd; local
[all...]

Completed in 57 milliseconds