Home
last modified time | relevance | path

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

/titanic_44/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) in wrlockdata()
125 if (read(fd, lockbuf, LF_SIZE) != LF_SIZE) { in rdlockdata()