Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_script.c386 (void) mutex_init(&rsi->channel_lock, USYNC_THREAD, NULL); in script_init()
392 (void) mutex_lock(&rsi->channel_lock); in script_init()
402 (void) mutex_unlock(&rsi->channel_lock); in script_init()
413 (void) mutex_unlock(&rsi->channel_lock); in script_init()
1624 (void) mutex_lock(&rsi->channel_lock); in script_get_info()
1668 (void) mutex_unlock(&rsi->channel_lock); in script_get_info()
1755 (void) mutex_lock(&rsi->channel_lock); in script_register_interest()
1759 (void) mutex_unlock(&rsi->channel_lock); in script_register_interest()
1800 (void) mutex_unlock(&rsi->channel_lock); in script_register_interest()
1895 (void) mutex_lock(&rsi->channel_lock); in script_request_offline()
[all …]
H A Drcm_script_impl.h117 mutex_t channel_lock; member