Home
last modified time | relevance | path

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

/systemd-251/src/systemctl/
Dsystemctl-list-units.c328 char** triggered; member
393 if (strv_isempty(s->triggered)) in output_sockets_list()
395 else if (strv_length(s->triggered) == 1) in output_sockets_list()
396 r = table_add_cell(table, NULL, TABLE_STRING, s->triggered[0]); in output_sockets_list()
401 r = table_add_cell(table, NULL, TABLE_STRV, s->triggered); in output_sockets_list()
453 _cleanup_strv_free_ char **listening = NULL, **triggered = NULL; in verb_list_sockets() local
459 r = get_triggered_units(bus, u->unit_path, &triggered); in verb_list_sockets()
480 .triggered = triggered, in verb_list_sockets()
487 listening = triggered = NULL; /* avoid cleanup */ in verb_list_sockets()
501 strv_free(s->triggered); in verb_list_sockets()
[all …]
/systemd-251/src/shared/
Dcondition.c1159 int triggered = -1; in condition_test_list() local
1196 if (c->trigger && triggered <= 0) in condition_test_list()
1197 triggered = r > 0; in condition_test_list()
1200 return triggered != 0; in condition_test_list()
/systemd-251/shell-completion/zsh/
D_udevadm24 '--verbose[Print the list of devices which will be triggered.]' \
28 …'--action=[Type of event to be triggered.]:actions:(add change remove move online offline bind unb…
/systemd-251/test/fuzz/fuzz-udev-rules/
D78-sound-card.rules31 # in it may need to figure out if the 'change' event has already been triggered
/systemd-251/rules.d/
D78-sound-card.rules31 # in it may need to figure out if the 'change' event has already been triggered
/systemd-251/
DREADME400 triggered by code which violates some rules but is actually safe. Note
DNEWS673 now triggered, and when the suspend key is pressed long the hibernate
674 operation is triggered. Long pressing the other two keys currently
2604 problematic, but as soon as all udev devices are triggered on relevant
2612 definitions that cannot handle "change" events being triggered at
4166 * Unit status display now includes units triggering and triggered by
5776 unit, then the specified units will no longer be triggered on
5835 triggered; or use a different NSS package that doesn't do networking
6206 triggered events to finish (but just those, and not any other events
6207 which are triggered meanwhile).
7920 defining a timer that is triggered at 4:10am, 5:10am, 6:10am and
[all …]
Dmeson.build3723 # bunch of _cleanup_ variables in tests, to ensure valgrind is triggered if we
/systemd-251/docs/
DJOURNAL_FILE_FORMAT.md666 rotation triggered if necessary.