Searched refs:spawn (Results 1 – 10 of 10) sorted by relevance
/systemd-251/src/udev/ |
D | udev-event.c | 571 Spawn *spawn = userdata; in on_spawn_io() local 577 assert(spawn); in on_spawn_io() 578 assert(fd == spawn->fd_stdout || fd == spawn->fd_stderr); in on_spawn_io() 579 assert(!spawn->result || spawn->result_len < spawn->result_size); in on_spawn_io() 581 if (fd == spawn->fd_stdout && spawn->result) { in on_spawn_io() 582 p = spawn->result + spawn->result_len; in on_spawn_io() 583 size = spawn->result_size - spawn->result_len; in on_spawn_io() 594 log_device_error_errno(spawn->device, errno, in on_spawn_io() 595 "Failed to read stdout of '%s': %m", spawn->cmd); in on_spawn_io() 601 log_device_warning(spawn->device, "Truncating stdout of '%s' up to %zu byte.", in on_spawn_io() [all …]
|
/systemd-251/src/shared/ |
D | meson.build | 291 'spawn-ask-password-agent.c', 292 'spawn-ask-password-agent.h', 293 'spawn-polkit-agent.c', 294 'spawn-polkit-agent.h',
|
/systemd-251/test/ |
D | test-shutdown.py | 17 console = pexpect.spawn(args.command, args.arg, env={
|
/systemd-251/docs/ |
D | PASSWORD_AGENTS.md | 41 …spawn the agent as soon as that directory becomes non-empty. In fact, the console, wall and Plymou…
|
D | ROOT_STORAGE_DAEMONS.md | 165 * It is not acceptable to spawn off background processes transparently from 180 * To automatically spawn storage daemons from udev rules or administrator
|
D | CONTAINER_INTERFACE.md | 62 5. If systemd detects it is run in a container it will spawn a single shell on 116 3. systemd can automatically spawn login gettys on additional ptys. A container 118 container's PID 1 to tell it on which ptys to spawn gettys. The variable 127 `container_ttys=pts/7 pts/8 pts/14` it will spawn three additional login
|
D | BOOT_LOADER_SPECIFICATION.md | 245 * `linux` refers to the Linux kernel to spawn and shall be a path relative to 259 spawn. This key is optional and may appear more than once in which case all 309 configuration snippets following this specification cannot be used to spawn
|
/systemd-251/ |
D | meson_options.txt | 486 description : 'use fexecve() to spawn children')
|
D | TODO | 1455 - (optionally?) spawn seat-manager@$SEAT.service whenever a seat shows up that as CanGraphical set
|
D | NEWS | 4721 takes a tty name to spawn the debug shell on, which allows a 7185 * The confirmation spawn prompt has been reworked to offer the 7197 The 'n' choice for the confirmation spawn prompt has been removed, 11683 getty-generator will automatically spawn a getty for each 14341 SIGKILL. That means it is no longer possible to spawn
|