Searched refs:format_idx (Results 1 – 2 of 2) sorted by relevance
62 #define G_GNUC_PRINTF(format_idx, arg_idx) \ argument63 __attribute__((__format__(gnu_printf, format_idx, arg_idx)))65 #define G_GNUC_PRINTF(format_idx, arg_idx) \ argument66 __attribute__((__format__(__printf__, format_idx, arg_idx)))69 #define G_GNUC_PRINTF(format_idx, arg_idx) argument
6891 u32 header, format_idx, i; in qed_parse_mcp_trace_buf() local6901 format_idx = header & MFW_TRACE_EVENTID_MASK; in qed_parse_mcp_trace_buf()6904 if (format_idx >= meta->formats_num) { in qed_parse_mcp_trace_buf()6918 format_ptr = &meta->formats[format_idx]; in qed_parse_mcp_trace_buf()