Searched refs:COLOR_MARK_BOOL (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/test/ |
D | test-pretty-print.c | 41 COLOR_MARK_BOOL(b), in TEST() 42 COLOR_MARK_BOOL(!b), in TEST() 43 COLOR_MARK_BOOL(!!b), in TEST() 44 COLOR_MARK_BOOL(!!!b)); in TEST()
|
/systemd-251/src/dissect/ |
D | dissect.c | 468 …printf(" Use As: %s bootable system for UEFI\n", COLOR_MARK_BOOL(m->partitions[PARTITION_ESP].f… in action_dissect() 471 … printf(" %s bootable system for container\n", COLOR_MARK_BOOL(m->has_init_system)); in action_dissect() 474 COLOR_MARK_BOOL(strv_env_pairs_get(m->os_release, "PORTABLE_PREFIXES"))); in action_dissect() 481 COLOR_MARK_BOOL(strv_contains(sysext_scopes, "system"))); in action_dissect() 483 COLOR_MARK_BOOL(strv_contains(sysext_scopes, "initrd"))); in action_dissect() 485 COLOR_MARK_BOOL(strv_contains(sysext_scopes, "portable"))); in action_dissect()
|
/systemd-251/src/shared/ |
D | pretty-print.h | 42 #define COLOR_MARK_BOOL(b) ((b) ? GREEN_CHECK_MARK() : RED_CROSS_MARK()) macro
|
/systemd-251/src/boot/ |
D | bootctl.c | 1497 COLOR_MARK_BOOL(good), in print_yes_no_line()
|