OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sd_notify
(Results
1 - 2
of
2
) sorted by null
/external/dbus/dbus/
sd-daemon.h
210
sd_notify
(0, "READY=1");
214
See
sd_notify
(3) for more information.
216
int
sd_notify
(int unset_environment, const char *state) _sd_hidden_;
219
Similar to
sd_notify
() but takes a format string.
sd-daemon.c
327
int
sd_notify
(int unset_environment, const char *state) {
function
410
r =
sd_notify
(unset_environment, p);
Completed in 405 milliseconds