Lines Matching refs:notify_access
645 if (s->type == SERVICE_NOTIFY && s->notify_access == NOTIFY_NONE)
646 s->notify_access = NOTIFY_MAIN;
648 if (s->watchdog_usec > 0 && s->notify_access == NOTIFY_NONE)
649 s->notify_access = NOTIFY_MAIN;
727 prefix, notify_access_to_string(s->notify_access),
1216 if (is_control ? s->notify_access == NOTIFY_ALL : s->notify_access != NOTIFY_NONE)
2965 if (s->notify_access == NOTIFY_NONE) {
2968 } else if (s->notify_access == NOTIFY_MAIN && pid != s->main_pid) {
3275 DEFINE_STRING_TABLE_LOOKUP(notify_access, NotifyAccess);