Searched defs:lockid (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl2/lvm2/dist/daemons/clvmd/ |
H A D | clvmd-openais.c | 490 static int _lock_resource(char *resource, int mode, int flags, int *lockid) in _lock_resource() 548 static int _unlock_resource(char *resource, int lockid) in _unlock_resource() 574 static int _sync_lock(const char *resource, int mode, int flags, int *lockid) in _sync_lock() 626 static int _sync_unlock(const char *resource, int lockid) in _sync_unlock()
|
H A D | clvmd-gulm.c | 726 static int _lock_resource(char *resource, int mode, int flags, int *lockid) in _lock_resource() 768 static int _unlock_resource(char *resource, int lockid) in _unlock_resource() 815 static int _sync_lock(const char *resource, int mode, int flags, int *lockid) in _sync_lock() 866 static int _sync_unlock(const char *resource, int lockid) in _sync_unlock()
|
H A D | clvmd-cman.c | 418 static int _sync_lock(const char *resource, int mode, int flags, int *lockid) in _sync_lock() 461 static int _sync_unlock(const char *resource /* UNUSED */, int lockid) in _sync_unlock()
|
H A D | clvmd-corosync.c | 465 static int _lock_resource(const char *resource, int mode, int flags, int *lockid) in _lock_resource() 504 static int _unlock_resource(const char *resource, int lockid) in _unlock_resource()
|
H A D | clvmd-command.c | 263 int lockid; in do_pre_command() local
|
H A D | clvmd.c | 2045 int sync_lock(const char *resource, int mode, int flags, int *lockid) in sync_lock() 2050 int sync_unlock(const char *resource, int lockid) in sync_unlock()
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/unix/ |
H A D | socket.c | 876 int lockid = FDLOCK_ID(fd); in wakeup_socket() local 1799 int lockid = FDLOCK_ID(fd); in socketclose() local 2485 int lockid; in socket_create() local 2614 int lockid = FDLOCK_ID(sock->fd); in isc_socket_open() local 2989 int lockid = FDLOCK_ID(fd); in internal_accept() local 3231 int lockid = FDLOCK_ID(fd); in process_fd() local 5651 int lockid; in isc_socket_fdwatchcreate() local
|
/netbsd-src/sys/uvm/pmap/ |
H A D | pmap.c | 2292 size_t lockid = locknum & pli->pli_lock_mask; in pmap_pvlist_lock_addr() local
|