Home | History | Annotate | Download | only in src

Lines Matching refs:lks

1880 		struct flock lks;
1881 lks.l_type = F_WRLCK | F_UNLCK;
1882 return (fcntl(0, F_SETLKW, &lks));