Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/power/
H A Dpowerd.c116 static mutex_t poweroff_mutex; variable
241 if (mutex_init(&poweroff_mutex, USYNC_THREAD, NULL) != 0) { in main()
503 (void) mutex_destroy(&poweroff_mutex); in kill_handler()
1013 if (mutex_trylock(&poweroff_mutex) != 0) in poweroff()
1018 (void) mutex_unlock(&poweroff_mutex); in poweroff()
1027 (void) mutex_unlock(&poweroff_mutex); in poweroff()
1037 (void) mutex_unlock(&poweroff_mutex); in poweroff()
1070 (void) mutex_unlock(&poweroff_mutex); in poweroff()
1079 (void) mutex_unlock(&poweroff_mutex); in poweroff()
1083 (void) mutex_unlock(&poweroff_mutex); in poweroff()