Home
last modified time | relevance | path

Searched refs:m2 (Results 1 – 5 of 5) sorted by relevance

/systemd-251/tools/
Dlist-discoverable-partitions.py149 …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/
Dlogs-show.c1410 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/
Dtest-netlink.c398 _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/
Dpkt_sched.h460 __u32 m2; /* slope of the second segment in bps */ member
/systemd-251/src/network/
Dnetworkctl.c1506 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()