Home
last modified time | relevance | path

Searched defs:file_lock (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/usr.sbin/rpc.lockd/
H A Dlockd_lock.c94 struct file_lock { struct
114 static struct file_lock *lalloc(void); argument
/openbsd-src/lib/libc/thread/
H A Drthread_file.c55 struct file_lock { struct
57 FILE *fp; /* The target file. */
58 struct pthread_queue lockers;
59 pthread_t owner;
60 int count;
/openbsd-src/usr.bin/vi/common/
H A Dexf.c1385 file_lock(SCR *sp, char *name, int *fdp, int fd, int iswrite) in file_lock() function