Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/avs/dscfglockd/
H A Ddscfglockd.c156 case LOCK_WRITE: return "Write"; in lockd_type()
393 if (the_lock.type == LOCK_WRITE && the_lock.remote_daemon == NULL) in daemon_alive()
432 if (wait == 0 && lock_wanted.type == LOCK_WRITE) { in check_for_write_lock()
433 the_lock.type = LOCK_WRITE; in check_for_write_lock()
449 the_lock.type == LOCK_WRITE) { in lock_granted()
461 if ((the_lock.type != LOCK_WRITE && in lock_granted()
463 (the_lock.type == LOCK_WRITE && in lock_granted()
492 case LOCK_WRITE: in try_lock()
526 the_lock.type = LOCK_WRITE; in try_lock()
623 if (the_lock.type != LOCK_WRITE) in queue_lock()
[all …]
/titanic_50/usr/src/lib/libdscfg/common/
H A Dcfg_lockd.h35 LOCK_WRITE, /* ask for write lock */ enumerator
H A Dcfg_lockdmsg.c170 send_cmd(LOCK_WRITE); in cfg_lockd_wrlock()
H A Dcfg.c2017 case LOCK_WRITE: in cfg_get_lock()