Home
last modified time | relevance | path

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

/freebsd/usr.bin/lockf/
H A Dlockf.c45 union lock_subject { union
50 static int acquire_lock(union lock_subject *subj, int flags, int silent);
97 union lock_subject subj; in main()
264 acquire_lock(union lock_subject *subj, int flags, int silent) in acquire_lock()