Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/sys/
Dlockf.h114 struct lockf { struct
117 struct lockf_entry_list ls_active; /* (s) Active locks */ argument
118 struct lockf_entry_list ls_pending; /* (s) Pending locks */ argument
121 LIST_HEAD(lockf_list, lockf); argument
/freebsd-10-stable/lib/libc/gen/
Dlockf.c42 lockf(int filedes, int function, off_t size) in lockf() function
/freebsd-10-stable/sys/dev/kbd/
Dkbdreg.h193 #define kbdd_lock(kbd, lockf) \ argument