/systemd-251/src/core/ |
D | path.c | 261 Path *p = PATH(u); in path_init() 272 void path_free_specs(Path *p) { in path_free_specs() 286 Path *p = PATH(u); in path_done() 293 static int path_add_mount_dependencies(Path *p) { in path_add_mount_dependencies() 307 static int path_verify(Path *p) { in path_verify() 317 static int path_add_default_dependencies(Path *p) { in path_add_default_dependencies() 338 static int path_add_trigger_dependencies(Path *p) { in path_add_trigger_dependencies() 354 static int path_add_extras(Path *p) { in path_add_extras() 379 Path *p = PATH(u); in path_load() 400 Path *p = PATH(u); in path_dump() [all …]
|
D | dbus-path.c | 24 Path *p = userdata; in property_get_paths() 48 …SD_BUS_PROPERTY("MakeDirectory", "b", bus_property_get_bool, offsetof(Path, make_directory), SD_BU… 49 …SD_BUS_PROPERTY("DirectoryMode", "u", bus_property_get_mode, offsetof(Path, directory_mode), SD_BU… 50 …SD_BUS_PROPERTY("Result", "s", property_get_result, offsetof(Path, result), SD_BUS_VTABLE_PROPERTY… 51 …SD_BUS_PROPERTY("TriggerLimitIntervalUSec", "t", bus_property_get_usec, offsetof(Path, trigger_lim… 52 …SD_BUS_PROPERTY("TriggerLimitBurst", "u", bus_property_get_unsigned, offsetof(Path, trigger_limit.… 57 Path *p, in bus_path_set_transient_property() 156 Path *p = PATH(u); in bus_path_set_property()
|
D | path.h | 4 typedef struct Path Path; typedef 54 struct Path { struct 69 void path_free_specs(Path *p); argument 79 DEFINE_CAST(PATH, Path);
|
D | load-fragment-gperf.gperf.in | 540 Path.PathExists, config_parse_path_spec, 0, … 541 Path.PathExistsGlob, config_parse_path_spec, 0, … 542 Path.PathChanged, config_parse_path_spec, 0, … 543 Path.PathModified, config_parse_path_spec, 0, … 544 Path.DirectoryNotEmpty, config_parse_path_spec, 0, … 545 Path.Unit, config_parse_trigger_unit, 0, … 546 Path.MakeDirectory, config_parse_bool, 0, … 547 Path.DirectoryMode, config_parse_mode, 0, … 548 Path.TriggerLimitIntervalSec, config_parse_sec, 0, … 549 Path.TriggerLimitBurst, config_parse_unsigned, 0, …
|
/systemd-251/test/units/ |
D | testsuite-72.sh | 40 Path=/var/tmp/72-source 45 Path=/var/tmp/72-joined.raw 53 Path=/var/tmp/72-source 58 Path=/var/tmp/72-joined.raw 66 Path=/var/tmp/72-source 71 Path=/var/tmp/72-dirs 138 Path=file:///var/tmp/72-source 143 Path=/var/tmp/72-joined.raw 151 Path=file:///var/tmp/72-source 156 Path=/var/tmp/72-dirs
|
/systemd-251/tools/ |
D | update-man-rules.py | 8 from pathlib import Path 82 target = Path(sys.argv[2]) 86 if Path(p).name not in { 92 dist_files = (Path(p).name for p in pages)
|
D | dbus_exporter.py | 4 from pathlib import Path 30 type=Path) 33 type=Path)
|
/systemd-251/src/test/ |
D | test-path.c | 62 static Service *service_for_path(Manager *m, Path *path, const char *service_name) { in service_for_path() 80 … Manager *m, Path *path, Service *service, PathState path_state, ServiceState service_state) { in _check_states() 129 Path *path = NULL; in test_path_exists() 163 Path *path = NULL; in test_path_existsglob() 198 Path *path = NULL; in test_path_changed() 240 Path *path = NULL; in test_path_modified() 281 Path *path = NULL; in test_path_unit() 310 Path *path = NULL; in test_path_directorynotempty()
|
/systemd-251/test/test-path/ |
D | path-unit.path | 4 Description=Test Path Unit= 6 [Path] section
|
D | path-changed.path | 6 [Path] section
|
D | path-directorynotempty.path | 6 [Path] section
|
D | path-exists.path | 6 [Path] section
|
D | path-existsglob.path | 6 [Path] section
|
D | path-modified.path | 6 [Path] section
|
D | path-mycustomunit.service | 4 Description=Service Test Path Unit
|
D | path-changed.service | 4 Description=Service Test for Path units
|
D | path-directorynotempty.service | 4 Description=Service Test for Path units
|
D | path-exists.service | 4 Description=Service Test for Path units
|
D | path-makedirectory.service | 4 Description=Service Test for Path units
|
D | path-modified.service | 4 Description=Service Test for Path units
|
D | path-existsglob.service | 4 Description=Service Test for Path units
|
/systemd-251/man/ |
D | 90-rearrange-path.py | 26 items = [pathlib.Path(p) for p in path.split(':')] 30 bin = pathlib.Path(*items[i].parts[:ind], 'bin', *items[i].parts[ind+1:])
|
/systemd-251/shell-completion/zsh/ |
D | _bootctl | 68 '--esp-path=[Path to the EFI System Partition (ESP)]:path:_directories' \ 69 '--boot-path=[Path to the $BOOT partition]:path:_directories' \
|
/systemd-251/test/testsuite-63.units/ |
D | test63.path | 2 [Path] section
|
/systemd-251/test/fuzz/fuzz-unit-file/ |
D | directives.path | 2 [Path] section
|