Searched refs:STR_C (Results 1 – 2 of 2) sorted by relevance
6 [SECURE_BOOT_UNSUPPORTED] = STR_C("unsupported"),7 [SECURE_BOOT_DISABLED] = STR_C("disabled"),8 [SECURE_BOOT_UNKNOWN] = STR_C("unknown"),9 [SECURE_BOOT_AUDIT] = STR_C("audit"),10 [SECURE_BOOT_DEPLOYED] = STR_C("deployed"),11 [SECURE_BOOT_SETUP] = STR_C("setup"),12 [SECURE_BOOT_USER] = STR_C("user"),
18 #define STR_C(str) (L ## str) macro21 #define STR_C(str) (str) macro65 return b ? STR_C("yes") : STR_C("no"); in yes_no()