Searched refs:exclude (Results 1 – 17 of 17) sorted by relevance
/systemd-251/src/home/ ! |
D | homework-mount.c | 156 static int append_identity_range(char **text, uid_t start, uid_t next_start, uid_t exclude) { in append_identity_range() argument 165 if (exclude < start || exclude >= next_start) /* UID to exclude it outside of the range? */ in append_identity_range() 168 …if (start == exclude && next_start == exclude + 1) /* The only UID in the range is the one to excl… in append_identity_range() 171 if (exclude == start) /* UID to exclude at beginning of range? */ in append_identity_range() 174 if (exclude == next_start - 1) /* UID to exclude at end of range? */ in append_identity_range() 180 start, start, exclude - start, in append_identity_range() 181 exclude + 1, exclude + 1, next_start - exclude - 1); in append_identity_range()
|
/systemd-251/.lgtm/cpp-queries/ ! |
D | UninitializedVariableWithCleanup.ql | 92 * for this check to exclude them. 101 // Finally, exclude functions that contain assembly blocks. It's
|
/systemd-251/src/shared/ ! |
D | seccomp-util.c | 950 char **exclude, 958 char **exclude, in seccomp_add_syscall_filter_item() argument 965 if (strv_contains(exclude, name)) in seccomp_add_syscall_filter_item() 980 return add_syscall_filter_set(seccomp, other, action, exclude, log_missing, added); in seccomp_add_syscall_filter_item() 1018 char **exclude, in add_syscall_filter_set() argument 1031 … r = seccomp_add_syscall_filter_item(seccomp, sys, action, exclude, log_missing, added); in add_syscall_filter_set()
|
D | seccomp-util.h | 72 char **exclude,
|
/systemd-251/src/network/ ! |
D | networkd-route-util.h | 15 int manager_find_uplink(Manager *m, int family, Link *exclude, Link **ret);
|
D | networkd-route-util.c | 74 int manager_find_uplink(Manager *m, int family, Link *exclude, Link **ret) { in manager_find_uplink() argument 85 if (link == exclude) in manager_find_uplink()
|
/systemd-251/shell-completion/zsh/ ! |
D | _systemd-tmpfiles | 12 '--exclude-prefix=[Ignore rules that apply to paths with the specified prefix.]' \
|
/systemd-251/units/ ! |
D | systemd-tmpfiles-setup.service | 22 ExecStart=systemd-tmpfiles --create --remove --boot --exclude-prefix=/dev
|
D | systemd-journald.socket | 18 # hence let's exclude this from isolate requests.
|
D | systemd-journald-dev-log.socket | 18 # hence let's exclude this from isolate requests.
|
/systemd-251/.github/ ! |
D | codeql-custom.qls | 34 - exclude:
|
/systemd-251/man/ ! |
D | meson.build | 197 '--exclude=*',
|
/systemd-251/docs/ ! |
D | ROOT_STORAGE_DAEMONS.md | 84 initrd) we need to exclude these daemons from the shutdown/switch_root killing
|
D | TEMPORARY_DIRECTORIES.md | 167 `/run/tmpfiles.d/`). The `x`/`X` line types may be used to exclude files
|
/systemd-251/test/ ! |
D | test-functions | 1096 …rsync -am --include='*/' --include='*.gcno' --exclude='*' "${BUILD_DIR:?}/" "${initdir}/${BUILD_DI…
|
/systemd-251/ ! |
D | NEWS | 1637 .network files which may be used to exclude foreign-created routing 2704 --exclude-prefix=/dev --exclude-prefix=/proc --exclude=/run 2705 --exclude=/sys. It's particularly useful in combination with --root=, 4970 contents of directory. This may be used to temporarily exclude 6272 will not exclude read-only files owned by root from cleanup. 12117 * tmpfiles learned a new --exclude-prefix= switch to exclude
|
D | TODO | 909 other doesn't. What a disaster. Probably to exclude it.
|