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

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dlockinst.c58 #define LF_SIZE 128 /* size of governing lock file */ macro
107 if (write(fd, lockbuf, LF_SIZE) == LF_SIZE)
125 if (read(fd, lockbuf, LF_SIZE) != LF_SIZE) {

Completed in 57 milliseconds