Searched refs:triggered (Results 1 – 9 of 9) sorted by relevance
/systemd-251/src/systemctl/ |
D | systemctl-list-units.c | 328 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/ |
D | condition.c | 1159 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 | _udevadm | 24 '--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/ |
D | 78-sound-card.rules | 31 # in it may need to figure out if the 'change' event has already been triggered
|
/systemd-251/rules.d/ |
D | 78-sound-card.rules | 31 # in it may need to figure out if the 'change' event has already been triggered
|
/systemd-251/ |
D | README | 400 triggered by code which violates some rules but is actually safe. Note
|
D | NEWS | 673 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 …]
|
D | meson.build | 3723 # bunch of _cleanup_ variables in tests, to ensure valgrind is triggered if we
|
/systemd-251/docs/ |
D | JOURNAL_FILE_FORMAT.md | 666 rotation triggered if necessary.
|