Home
last modified time | relevance | path

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

/netbsd/src/usr.sbin/rpc.lockd/
Dlockd_lock.c116 enum nlm_stats do_lock(struct file_lock *, int);
341 retval = do_lock(newfl, lckarg->block); in getlock()
507 do_lock(struct file_lock *fl, int block) in do_lock() function
716 lockst = do_lock(fl, 1); /* If it's LKST_WAITING we can block */ in do_unlock()
/netbsd/src/sys/fs/union/
Dunion_vnops.c699 bool do_lock; in union_close() local
703 do_lock = false; in union_close()
708 do_lock = true; in union_close()
719 if (do_lock) in union_close()
722 if (do_lock) in union_close()
/netbsd/src/external/bsd/openldap/dist/servers/slapd/
Dsyncrepl.c2894 int do_lock in syncrepl_message_to_op() argument
3040 if ( do_lock ) { in syncrepl_message_to_op()
/netbsd/src/external/gpl3/gdb/dist/sim/m32r/
DChangeLog-20211656 * m32r.c (do_lock,do_unlock): Delete.