Lines Matching refs:args
111 #define NL_SET_ERR_MSG_FMT(extack, fmt, args...) do { \ argument
117 "%s" fmt "%s", "", ##args, "") >= \
120 ##args, "\n"); \
130 #define NL_SET_ERR_MSG_FMT_MOD(extack, fmt, args...) \ argument
131 NL_SET_ERR_MSG_FMT((extack), KBUILD_MODNAME ": " fmt, ##args)
165 #define NL_SET_ERR_MSG_ATTR_POL_FMT(extack, attr, pol, fmt, args...) do { \ argument
172 "%s" fmt "%s", "", ##args, "") >= \
175 ##args, "\n"); \
187 #define NL_SET_ERR_MSG_ATTR_FMT(extack, attr, msg, args...) \ argument
188 NL_SET_ERR_MSG_ATTR_POL_FMT(extack, attr, NULL, msg, ##args)
299 long args[6]; member