Home
last modified time | relevance | path

Searched refs: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.c90 boolean_t notify_clients = B_FALSE; in ibmf_saa_subscribe_events() local
175 notify_clients = B_TRUE; in ibmf_saa_subscribe_events()
215 if (notify_clients == B_TRUE) { in ibmf_saa_subscribe_events()
457 boolean_t notify_clients; in ibmf_saa_informinfo_cb() local
468 notify_clients = B_FALSE; in ibmf_saa_informinfo_cb()
596 notify_clients = B_TRUE; in ibmf_saa_informinfo_cb()
602 if (notify_clients == B_TRUE) { in ibmf_saa_informinfo_cb()
/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); in vold_action()
867 notify_clients(action_t action, int do_notify) in notify_clients() function