Lines Matching refs:exec_context
97 s->exec_context.std_output = u->manager->default_std_output; in socket_init()
98 s->exec_context.std_error = u->manager->default_std_error; in socket_init()
350 r = unit_add_exec_dependencies(u, &s->exec_context); in socket_add_extras()
413 if (s->exec_context.pam_name && s->kill_context.kill_mode != KILL_CONTROL_GROUP) in socket_verify()
790 exec_context_dump(&s->exec_context, f, prefix); in socket_dump()
1437 …r = chase_symlinks(c->path, SERVICE(service)->exec_context.root_directory, CHASE_PREFIX_ROOT, &pat… in socket_determine_selinux_label()
1519 r = fork_needed(address, &s->exec_context); in socket_address_listen_in_cgroup()
1535 if (s->exec_context.network_namespace_path && in socket_address_listen_in_cgroup()
1538 …r = open_shareable_ns_path(s->exec_runtime->netns_storage_socket, s->exec_context.network_namespac… in socket_address_listen_in_cgroup()
1540 …_errno(UNIT(s), r, "Failed to open network namespace path %s: %m", s->exec_context.network_namespa… in socket_address_listen_in_cgroup()
1543 if (s->exec_context.ipc_namespace_path && in socket_address_listen_in_cgroup()
1546 …r = open_shareable_ns_path(s->exec_runtime->ipcns_storage_socket, s->exec_context.ipc_namespace_pa… in socket_address_listen_in_cgroup()
1548 …rror_errno(UNIT(s), r, "Failed to open IPC namespace path %s: %m", s->exec_context.ipc_namespace_p… in socket_address_listen_in_cgroup()
1562 if ((s->exec_context.private_network || s->exec_context.network_namespace_path) && in socket_address_listen_in_cgroup()
1572 } else if (s->exec_context.network_namespace_path) { in socket_address_listen_in_cgroup()
1949 &s->exec_context, in socket_spawn()
2055 unit_destroy_runtime_data(UNIT(s), &s->exec_context); in socket_enter_dead()
3046 … exec_status_exit(&s->control_command->exec_status, &s->exec_context, pid, code, status); in socket_sigchld_event()
3356 r = exec_context_get_clean_directories(&s->exec_context, u->manager->prefix, mask, &l); in socket_clean()
3368 r = socket_arm_timer(s, usec_add(now(CLOCK_MONOTONIC), s->exec_context.timeout_clean_usec)); in socket_clean()
3392 return exec_context_get_clean_mask(&s->exec_context, ret); in socket_can_clean()
3469 .exec_context_offset = offsetof(Socket, exec_context),