Searched refs:_fmt_in (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/arch/s390/kernel/ |
D | ipl.c | 201 #define DEFINE_IPL_ATTR_RW(_prefix, _name, _fmt_out, _fmt_in, _value) \ argument 208 if (sscanf(buf, _fmt_in, &value) != 1) \ 218 #define DEFINE_IPL_ATTR_STR_RW(_prefix, _name, _fmt_out, _fmt_in, _value)\ argument
|