Searched refs:sd_notifyf (Results 1 - 15 of 15) sorted by relevance
/systemd/src/compat-libs/ |
H A D | libsystemd-daemon.sym | 24 sd_notifyf;
|
/systemd/src/systemd/ |
H A D | sd-daemon.h | 211 See sd_notifyf() for more complete examples. 222 sd_notifyf(0, "READY=1\n" 230 sd_notifyf(0, "STATUS=Failed to start up: %s\n" 235 See sd_notifyf(3) for more information. 237 int sd_notifyf(int unset_environment, const char *format, ...) _sd_printf_(2,3); 246 Similar to sd_notifyf(), but send the message on behalf of another
|
/systemd/src/bus-proxyd/ |
H A D | stdio-bridge.c | 187 sd_notifyf(false,
|
/systemd/src/import/ |
H A D | export-raw.c | 145 sd_notifyf(false, "X_IMPORT_PROGRESS=%u", percent);
|
H A D | export-tar.c | 155 sd_notifyf(false, "X_IMPORT_PROGRESS=%u", percent);
|
H A D | import-tar.c | 177 sd_notifyf(false, "X_IMPORT_PROGRESS=%u", percent);
|
H A D | import-raw.c | 170 sd_notifyf(false, "X_IMPORT_PROGRESS=%u", percent);
|
H A D | pull-tar.c | 216 sd_notifyf(false, "X_IMPORT_PROGRESS=%u", percent);
|
H A D | pull-raw.c | 216 sd_notifyf(false, "X_IMPORT_PROGRESS=%u", percent);
|
/systemd/src/libsystemd/ |
H A D | libsystemd.sym | 76 sd_notifyf;
|
/systemd/src/timesync/ |
H A D | timesyncd-manager.c | 683 sd_notifyf(false, "STATUS=Synchronized to time server %s (%s).", strna(pretty), m->current_server_name->string); 748 sd_notifyf(false, "STATUS=Connecting to time server %s (%s).", strna(pretty), m->current_server_name->string); 970 sd_notifyf(false, "STATUS=Idle.");
|
/systemd/src/libsystemd/sd-daemon/ |
H A D | sd-daemon.c | 554 _public_ int sd_notifyf(int unset_environment, const char *format, ...) { function
|
/systemd/src/journal-remote/ |
H A D | journal-remote.c | 1589 sd_notifyf(false,
|
/systemd/src/core/ |
H A D | manager.c | 2679 sd_notifyf(false,
|
/systemd/src/nspawn/ |
H A D | nspawn.c | 3556 sd_notifyf(false,
|
Completed in 720 milliseconds