Searched refs:GD_FLG_RECORD (Results 1 – 3 of 3) sorted by relevance
18 gd->flags &= ~(GD_FLG_SILENT | GD_FLG_RECORD); in ut_fail()28 gd->flags &= ~(GD_FLG_SILENT | GD_FLG_RECORD); in ut_failf()
535 if (gd && (gd->flags & GD_FLG_RECORD) && gd->console_out.start) in putc()627 gd->flags |= GD_FLG_RECORD; in console_record_reset_enable()636 if (!gd || !(gd->flags & GD_FLG_RECORD)) in console_record_print_purge()641 gd->flags &= ~(GD_FLG_RECORD | GD_FLG_SILENT | GD_FLG_DISABLE_CONSOLE); in console_record_print_purge()
179 #define GD_FLG_RECORD 0x01000 /* Record console */ macro