Home
last modified time | relevance | path

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

/external/vboot_reference/utility/
Dcrossystem.c22 #define NO_PRINT_ALL 0x04 /* Don't print contents of parameter when macro
92 {"vdat_lfdebug", IS_STRING|NO_PRINT_ALL,
94 {"vdat_lkdebug", IS_STRING|NO_PRINT_ALL,
213 if (0 == force_all && (p->flags & NO_PRINT_ALL)) in PrintAllParams()