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

/illumos-gate/usr/src/lib/libadm/common/
H A Ddevreserv.c108 static struct flock lkinfo = {0, 0, 0, 0, 0}; variable in typeref:struct:flock
252 * struct flock lkinfo Structure used by fcntl() to lock a file
265 lkinfo.l_type = lkflag;
272 if (fcntl(lkfilefd, F_SETLK, &lkinfo) != -1) locked = TRUE;
601 * lkinfo File-locking structure
612 lkinfo.l_type = F_UNLCK;
615 noerr = (fcntl(lkfilefd, F_SETLK, &lkinfo) != -1);

Completed in 45 milliseconds