Home | History | Annotate | Download | only in bus

Lines Matching refs:pidfile

56   char *pidfile;
280 const char *user, *pidfile;
290 pidfile = NULL;
307 pidfile = bus_config_parser_get_pidfile (parser);
309 if (pidfile != NULL)
314 _dbus_string_init_const (&u, pidfile);
336 pidfile);
345 context->pidfile = _dbus_strdup (pidfile);
860 if (context->pidfile)
861 _dbus_string_init_const (&u, context->pidfile);
868 if (!_dbus_become_daemon (context->pidfile ? &u : NULL,
883 * not for the child process. This is a no-op if the pidfile
886 if (!_dbus_write_pid_to_file_and_pipe (context->pidfile ? &u : NULL,
933 * as soon as we've set up our sockets and pidfile
1126 if (context->pidfile)
1129 _dbus_string_init_const (&u, context->pidfile);
1136 dbus_free (context->pidfile);