Searched refs:fork_agent (Results 1 - 4 of 4) sorted by relevance
/systemd/src/shared/ |
H A D | spawn-ask-password-agent.c | 42 r = fork_agent(&agent_pid,
|
H A D | spawn-polkit-agent.c | 57 r = fork_agent(&agent_pid,
|
/systemd/src/basic/ |
H A D | util.h | 85 int fork_agent(pid_t *pid, const int except[], unsigned n_except, const char *path, ...);
|
H A D | util.c | 349 int fork_agent(pid_t *pid, const int except[], unsigned n_except, const char *path, ...) { function
|
Completed in 13 milliseconds