Searched defs:notify_clients (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_saa_events.c92 boolean_t notify_clients = B_FALSE; local
177 notify_clients = B_TRUE;
217 if (notify_clients == B_TRUE) {
459 boolean_t notify_clients; local
470 notify_clients = B_FALSE;
598 notify_clients = B_TRUE;
604 if (notify_clients == B_TRUE) {
/illumos-gate/usr/src/cmd/rmvolmgr/
H A Dvold.c145 static boolean_t notify_clients(action_t action, int do_notify);
590 result = notify_clients(notify_act, do_notify);
867 notify_clients(action_t action, int do_notify) function
891 dprintf("%s[%d]: entering notify_clients()\n", __FILE__, __LINE__);
964 dprintf("%s[%d]: leaving notify_clients(), result = %s\n",

Completed in 53 milliseconds