Lines Matching refs:args
110 #define NL_SET_ERR_MSG_FMT(extack, fmt, args...) do { \ argument
116 "%s" fmt "%s", "", ##args, "") >= \
119 ##args, "\n"); \
129 #define NL_SET_ERR_MSG_FMT_MOD(extack, fmt, args...) \ argument
130 NL_SET_ERR_MSG_FMT((extack), KBUILD_MODNAME ": " fmt, ##args)
164 #define NL_SET_ERR_MSG_ATTR_POL_FMT(extack, attr, pol, fmt, args...) do { \ argument
171 "%s" fmt "%s", "", ##args, "") >= \
174 ##args, "\n"); \
186 #define NL_SET_ERR_MSG_ATTR_FMT(extack, attr, msg, args...) \ argument
187 NL_SET_ERR_MSG_ATTR_POL_FMT(extack, attr, NULL, msg, ##args)
301 long args[6]; member