Home
last modified time | relevance | path

Searched refs:exit (Results 1 – 25 of 100) sorted by relevance

1234

/systemd-251/coccinelle/
Dexit-0.cocci4 - exit(0);
5 + exit(EXIT_SUCCESS);
12 - exit(1);
13 + exit(EXIT_FAILURE);
/systemd-251/test/test-execute/
Dexec-condition-skip.service8 # exit codes [1, 254] will result in skipping the rest of execution
9 ExecCondition=/bin/sh -c 'exit 0'
10 ExecCondition=/bin/sh -c 'exit 254'
13 ExecCondition=/bin/sh -c 'exit 255'
Dexec-condition-failed.service8 # exit 255 will fail the unit
9 ExecCondition=/bin/sh -c 'exit 255'
Dexec-personality-loongarch64.service5 ExecStart=/bin/sh -c 'echo $(uname -m); exit $(test $(uname -m) = "loongarch64")'
Dexec-personality-aarch64.service6 ExecStart=/bin/sh -c 'echo $(uname -m); exit $(test $(uname -m) = "aarch64")'
Dexec-personality-ppc64.service6 ExecStart=/bin/sh -c 'echo $(uname -m); exit $(test $(uname -m) = "ppc64")'
Dexec-personality-ppc64le.service6 ExecStart=/bin/sh -c 'echo $(uname -m); exit $(test $(uname -m) = "ppc64le")'
Dexec-specifier-interpolation.service7 ExecStart=/bin/sh -x -c "! test -x perl || perl -e 'exit(!(qq{%%U} eq qq{\\x25U}))'"
Dexec-systemcallerrornumber-number.service6 ExecStart=/usr/bin/python3 -c 'import os\ntry: os.uname()\nexcept Exception as e: exit(e.errno)'
/systemd-251/src/udev/scsi_id/
Dscsi_id.c264 exit(EXIT_SUCCESS); in set_options()
299 exit(EXIT_SUCCESS); in set_options()
485 goto exit; in main()
492 goto exit; in main()
500 exit(EXIT_FAILURE); in main()
505 goto exit; in main()
510 exit: in main()
/systemd-251/shell-completion/zsh/
D_systemd-path6 '(-h --help)'{-h,--help}'[Print help text and exit]' \
7 '(-v --version)'{-v,--version}'[Print a version string and exit]' \
D_resolvectl70 {-h,--help}'[Print a short help text and exit]' \
71 '--version[Print a short version string and exit]' \
/systemd-251/units/user/
Dexit.target14 Requires=systemd-exit.service
15 After=systemd-exit.service
Dmeson.build9 'exit.target',
19 'systemd-exit.service',
/systemd-251/units/
Dexit.target14 Requires=systemd-exit.service
15 After=systemd-exit.service
/systemd-251/test/
Drule-syntax-check.py16 sys.exit('Specify files to test as arguments')
65 sys.exit(result)
Dcreate-sys-script.py155 exit('Nothing found!')
159 exit('Usage: create-sys-script.py /path/to/test/')
Dsd-script.py279 exit("Usage: {} <target dir> <number>".format(sys.argv[0]))
282 exit("Target dir {} not found".format(sys.argv[1]))
/systemd-251/src/analyze/
Dmeson.build20 'analyze-exit-status.c',
21 'analyze-exit-status.h',
/systemd-251/src/udev/
Dudev-builtin.c50 if (builtins[i] && builtins[i]->exit) in udev_builtin_exit()
51 builtins[i]->exit(); in udev_builtin_exit()
/systemd-251/.github/workflows/
Dmkosi.yml81 …github/workflows/run_mkosi.sh shell bash -c "[[ -e /testok ]] || { cat /failed-services; exit 1; }"
93 …github/workflows/run_mkosi.sh shell bash -c "[[ -e /testok ]] || { cat /failed-services; exit 1; }"
/systemd-251/tools/
Dupdate-dbus-docs.py322 exit(77 if opts.test else 1)
325 exit(f"{opts.build_dir}/systemd doesn't exist. Use --build-dir=.")
346 exit(f'Outdated pages: {", ".join(modified)}\n'
/systemd-251/src/test/
Dtest-namespace.c114 exit(r); in test_shareable_ns()
123 exit(r); in test_shareable_ns()
/systemd-251/shell-completion/bash/
Dudevadm60 [SETTLE]='-t --timeout -E --exit-if-exists'
61 … [CONTROL_STANDALONE]='-e --exit -s --stop-exec-queue -S --start-exec-queue -R --reload --ping'
155 -E|--exit-if-exists)
/systemd-251/test/units/
Dtestsuite-49-non-namespaced.service6 …otify --ready; while ! grep -q -F MARKER_RUNTIME /tmp/testfile_runtime; do sleep 0.1; done; exit 0'

1234