Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/recipes-support/libcheck/libcheck/
H A Dautomake-output.patch59 @@ -527,6 +556,9 @@ void srunner_init_logging(SRunner * sr, enum print_output print_mode)
61 srunner_register_lfun(sr, f, f != stdout, tap_lfun, print_mode);
64 + srunner_register_lfun(sr, stdout, 0, am_lfun, print_mode);
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdate/rdate/
H A D0001-src-rdate-Fix-printf-format-errors.patch28 if(is_error || print_mode)
H A D0001-rdate-define-logwtmp-on-libc-glibc.patch17 @@ -41,7 +41,22 @@ static int print_mode = 0; // display the time
/openbmc/linux/fs/reiserfs/
H A Dprints.c477 static int print_leaf(struct buffer_head *bh, int print_mode, int first, in print_leaf() argument
498 if (!(print_mode & PRINT_LEAF_ITEMS)) { in print_leaf()
523 if (print_mode & PRINT_LEAF_ITEMS) in print_leaf()
/openbmc/u-boot/drivers/video/tegra124/
H A Ddisplay.c43 static void print_mode(const struct display_timing *timing) in print_mode() function
56 print_mode(timing); in update_display_mode()