Home
last modified time | relevance | path

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

/openbmc/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.c62 #define G_GNUC_PRINTF(format_idx, arg_idx) \ argument
63 __attribute__((__format__(gnu_printf, format_idx, arg_idx)))
65 #define G_GNUC_PRINTF(format_idx, arg_idx) \ argument
66 __attribute__((__format__(__printf__, format_idx, arg_idx)))
69 #define G_GNUC_PRINTF(format_idx, arg_idx) argument
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_debug.c6891 u32 header, format_idx, i; in qed_parse_mcp_trace_buf() local
6901 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()