Searched refs:base_name (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/core/ |
D | dbus-timer.c | 252 const char *base_name; in bus_timer_set_transient_property() local 260 while ((r = sd_bus_message_read(message, "(st)", &base_name, &usec)) > 0) { in bus_timer_set_transient_property() 263 b = timer_base_from_string(base_name); in bus_timer_set_transient_property() 266 "Invalid timer base: %s", base_name); in bus_timer_set_transient_property() 289 const char *base_name, *str; in bus_timer_set_transient_property() local 296 while ((r = sd_bus_message_read(message, "(ss)", &base_name, &str)) > 0) { in bus_timer_set_transient_property() 299 b = timer_base_from_string(base_name); in bus_timer_set_transient_property() 302 "Invalid timer base: %s", base_name); in bus_timer_set_transient_property()
|
/systemd-251/src/shared/linux/ |
D | ethtool.h | 1701 #define __ETHTOOL_LINK_MODE_LEGACY_MASK(base_name) \ argument 1702 (1UL << (ETHTOOL_LINK_MODE_ ## base_name ## _BIT))
|
/systemd-251/src/portable/ |
D | portable.c | 975 _cleanup_free_ char *base_name = NULL; in install_chroot_dropin() local 988 r = path_extract_filename(m->image_path ?: image_path, &base_name); in install_chroot_dropin() 996 "Environment=PORTABLE=", base_name, "\n" in install_chroot_dropin() 998 "LogExtraFields=PORTABLE=", base_name, "\n")) in install_chroot_dropin()
|