Home | History | Annotate | Download | only in utility

Lines Matching defs:IS_STRING

20 #define IS_STRING      0x01  /* String (not present = integer) */
29 const char* format; /* Format string, if non-NULL and 0==is_string*/
34 {"arch", IS_STRING, "Platform architecture"},
42 {"ddr_type", IS_STRING, "Type of DDR RAM"},
53 {"ecfw_act", IS_STRING, "Active EC firmware"},
57 {"fwid", IS_STRING, "Active firmware ID"},
60 {"fw_tried", IS_STRING, "Firmware tried this boot (vboot2)"},
62 {"fw_try_next", IS_STRING|CAN_WRITE,
64 {"fw_result", IS_STRING|CAN_WRITE,
66 {"fw_prev_tried", IS_STRING, "Firmware tried on previous boot (vboot2)"},
67 {"fw_prev_result", IS_STRING, "Firmware result of previous boot (vboot2)"},
68 {"hwid", IS_STRING, "Hardware ID"},
70 {"kernkey_vfy", IS_STRING, "Type of verification done on kernel key block"},
72 {"mainfw_act", IS_STRING, "Active main firmware"},
73 {"mainfw_type", IS_STRING, "Active main firmware type"},
76 {"platform_family", IS_STRING, "Platform family type"},
83 {"ro_fwid", IS_STRING, "Read-only firmware ID"},
92 {"vdat_lfdebug", IS_STRING|NO_PRINT_ALL,
94 {"vdat_lkdebug", IS_STRING|NO_PRINT_ALL,
96 {"vdat_timers", IS_STRING, "Timer values from VbSharedData"},
148 if (p->flags & IS_STRING) {
164 if (p->flags & IS_STRING) {
186 if (p->flags & IS_STRING) {
215 if (p->flags & IS_STRING) {