Searched refs:m2 (Results 1 – 5 of 5) sorted by relevance
/systemd-251/tools/ |
D | list-discoverable-partitions.py | 149 …if m2 := re.match(r'^(ROOT|USR)_([A-Z0-9]+|X86_64|PPC64_LE|MIPS_LE|MIPS64_LE)(|_VERITY|_VERITY_SIG… 150 type, arch, suffix, u = m2.groups() 158 elif m2 := re.match(r'(\w+)\s+SD_ID128_MAKE\((.*)\)', m.group(1)): 159 type, u = m2.groups()
|
/systemd-251/src/shared/ |
D | logs-show.c | 1410 const char *m1, *m2, *m3, *m4; in add_matches_for_unit() local 1417 m2 = strjoina("COREDUMP_UNIT=", unit); in add_matches_for_unit() 1429 (r = sd_journal_add_match(j, m2, 0)) || in add_matches_for_unit() 1459 char *m1, *m2, *m3, *m4; in add_matches_for_user_unit() local 1466 m2 = strjoina("USER_UNIT=", unit); in add_matches_for_user_unit() 1478 (r = sd_journal_add_match(j, m2, 0)) || in add_matches_for_user_unit()
|
/systemd-251/src/libsystemd/sd-netlink/ |
D | test-netlink.c | 398 _cleanup_(sd_netlink_message_unrefp) sd_netlink_message *m1 = NULL, *m2 = NULL; in test_pipe() 406 assert_se(sd_rtnl_message_new_link(rtnl, &m2, RTM_GETLINK, ifindex) >= 0); in test_pipe() 412 … assert_se(sd_netlink_call_async(rtnl, NULL, m2, pipe_handler, NULL, &counter, 0, NULL) >= 0); in test_pipe()
|
/systemd-251/src/basic/linux/ |
D | pkt_sched.h | 460 __u32 m2; /* slope of the second segment in bps */ member
|
/systemd-251/src/network/ |
D | networkctl.c | 1506 const char *m2, *m3; in show_logs() local 1511 m2 = strjoina("INTERFACE=", info->name); in show_logs() 1518 (r = sd_journal_add_match(j, m2, 0)) || in show_logs()
|