/systemd-251/hwdb.d/ |
D | parse_hwdb.py | 199 matches = [m[0] for m in group.MATCHES] 201 return matches, props 214 matches = sum((group[0] for group in groups), []) 222 for match in matches: 236 matches.sort() 238 for match in matches: 282 for matches, props in groups: 307 n_matches = sum(len(matches) for matches, props in groups) 308 n_props = sum(len(props) for matches, props in groups)
|
D | 60-seat.hwdb | 7 # The matches have the 'fb' prefix to make sure that only the framebuffer
|
D | 70-joystick.hwdb | 10 # change in later revisions to support more or better matches, it
|
D | 70-pointingstick.hwdb | 10 # Supported hardware matches are: 13 # This matches on the kernel modalias of the input-device, mainly:
|
D | 70-touchpad.hwdb | 10 # change in later revisions to support more or better matches, it
|
D | 60-keyboard.hwdb | 16 # Supported hardware matches are: 19 # This matches on the kernel modalias of the input-device, mainly: 26 # - AT keyboard DMI data matches: 1133 # MX5000 keyboard (HID proxy mode and bluetooth matches) 1151 # Dinovo Edge (HID proxy mode and bluetooth matches) 1161 # MX5500 keyboard (HID proxy mode and bluetooth matches)
|
D | 70-mouse.hwdb | 20 # For example, the following 5 matches all match the same mouse: 26 # All matches should end in ':*' to allow future expansions of the match key.
|
/systemd-251/src/portable/ |
D | portabled-image-bus.c | 107 _cleanup_strv_free_ char **matches = NULL, **extension_images = NULL; in bus_image_common_get_metadata() local 130 r = sd_bus_message_read_strv(message, &matches); in bus_image_common_get_metadata() 162 matches, in bus_image_common_get_metadata() 307 _cleanup_strv_free_ char **matches = NULL, **extension_images = NULL; in bus_image_common_attach() local 329 r = sd_bus_message_read_strv(message, &matches); in bus_image_common_attach() 383 matches, in bus_image_common_attach() 651 _cleanup_strv_free_ char **matches = NULL, **extension_images = NULL; in bus_image_common_reattach() local 671 r = sd_bus_message_read_strv(message, &matches); in bus_image_common_reattach() 737 matches, in bus_image_common_reattach() 886 SD_BUS_ARGS("as", matches), [all …]
|
D | portable.c | 59 static bool unit_match(const char *unit, char **matches) { in unit_match() argument 70 if (strv_isempty(matches)) in unit_match() 74 STRV_FOREACH(i, matches) in unit_match() 171 char **matches, in extract_now() argument 260 if (!unit_match(de->d_name, matches)) in extract_now() 324 char **matches, in portable_extract_by_path() argument 347 … r = extract_now(path, matches, image_name, path_is_extension, -1, &os_release, &unit_files); in portable_extract_by_path() 420 … r = extract_now(tmpdir, matches, m->image_name, path_is_extension, seq[1], NULL, NULL); in portable_extract_by_path() 512 char **matches, in extract_image_and_extensions() argument 563 …r = portable_extract_by_path(image->path, /* path_is_extension= */ false, matches, &os_release, &u… in extract_image_and_extensions() [all …]
|
D | portabled-bus.c | 431 "as", matches), 440 "as", matches, 462 "as", matches, 472 "as", matches, 494 "as", matches, 505 "as", matches,
|
D | portablectl.c | 259 static int get_image_metadata(sd_bus *bus, const char *image, char **matches, sd_bus_message **repl… in get_image_metadata() argument 283 r = sd_bus_message_append_strv(m, matches); in get_image_metadata() 303 _cleanup_strv_free_ char **matches = NULL; in inspect_image() local 315 r = determine_matches(argv[1], argv + 2, true, &matches); in inspect_image() 323 r = get_image_metadata(bus, image, matches, &reply); in inspect_image() 755 _cleanup_strv_free_ char **matches = NULL; in maybe_stop_disable() local 761 r = determine_matches(argv[1], argv + 2, true, &matches); in maybe_stop_disable() 769 r = get_image_metadata(bus, image, matches, &reply); in maybe_stop_disable() 829 _cleanup_strv_free_ char **matches = NULL; in attach_reattach_image() local 840 r = determine_matches(argv[1], argv + 2, false, &matches); in attach_reattach_image() [all …]
|
D | portable.h | 68 int portable_extract(const char *image, char **matches, char **extension_image_paths, PortableMetad… 70 int portable_attach(sd_bus *bus, const char *name_or_path, char **matches, const char *profile, cha…
|
/systemd-251/src/libsystemd/sd-journal/ |
D | sd-journal.c | 210 LIST_PREPEND(matches, p->matches, m); in match_new() 218 while (m->matches) in match_free() 219 match_free(m->matches); in match_free() 222 LIST_REMOVE(matches, m->parent->matches, m); in match_free() 229 if (!m || m->matches) in match_free_if_empty() 280 LIST_FOREACH(matches, l3, j->level2->matches) { in sd_journal_add_match() 283 LIST_FOREACH(matches, l4, l3->matches) { in sd_journal_add_match() 344 if (!j->level1->matches) in sd_journal_add_conjunction() 366 if (!j->level2->matches) in sd_journal_add_disjunction() 383 LIST_FOREACH(matches, i, m->matches) { in match_make_string() [all …]
|
D | journal-internal.h | 30 LIST_FIELDS(Match, matches); 38 LIST_HEAD(Match, matches);
|
/systemd-251/src/shared/ |
D | condition.c | 282 bool matches; in condition_test_osrelease() local 312 matches = streq_ptr(actual_value, word); in condition_test_osrelease() 314 matches = !streq_ptr(actual_value, word); in condition_test_osrelease() 316 matches = test_order(strverscmp_improved(actual_value, word), order); in condition_test_osrelease() 318 if (!matches) in condition_test_osrelease()
|
/systemd-251/test/test-network/conf/ |
D | 80-6rd-tunnel.network | 10 # This network file matches 6rd-* SIT devices which is automatically created by
|
/systemd-251/network/ |
D | 80-6rd-tunnel.network | 14 # This network file matches 6rd-* SIT devices which is automatically created by
|
D | 80-container-host0.network | 14 # This network file matches the container-side of the virtual Ethernet link
|
D | 80-container-vb.network | 14 # This network file matches the host-side of the virtual Ethernet link
|
D | 80-container-ve.network | 14 # This network file matches the host-side of the virtual Ethernet link
|
D | 80-container-vz.network | 14 # This network file matches the bridge interface created by systemd-nspawn's
|
D | 80-vm-vt.network | 14 # This network file matches vt-* TUN/TAP devices and applies a similar
|
/systemd-251/src/coredump/ |
D | coredumpctl.c | 93 static int add_matches(sd_journal *j, char **matches) { in add_matches() argument 104 STRV_FOREACH(match, matches) { in add_matches() 113 static int acquire_journal(sd_journal **ret, char **matches) { in acquire_journal() argument 137 r = add_matches(j, matches); in acquire_journal()
|
/systemd-251/docs/ |
D | JOURNAL_FILE_FORMAT.md | 623 Seeking to an entry by timestamp or sequence number (without any matches) is 633 If multiple matches are applied, multiple chains of entry arrays should be 636 until an entry matching all matches is found. In the worst case seeking like 640 related. Checking whether an entry matches a number of matches is efficient
|
D | RESOLVED-VPNS.md | 102 that are suffix of each other, and a name is looked up that matches both, the 108 server, since it matches by three suffix labels instead of just two. The fact
|