Lines Matching refs:x
41 #define _NVM_BACKEND_PARAMS(x, real_x, arg, X, descr_prefix) \ argument
43 .option = NSI_STRINGIFY(x) "_erase", \
48 { .option = NSI_STRINGIFY(x) "_file", \
54 "is stored (if set, toggles " NSI_STRINGIFY(x) "_in_ram to false)" \
56 { .option = NSI_STRINGIFY(x), \
61 .descript = descr_prefix "Alias for " NSI_STRINGIFY(x) "_file" \
64 .option = NSI_STRINGIFY(x) "_rm", \
71 .option = NSI_STRINGIFY(x) "_in_ram", \
75 "If this is set " NSI_STRINGIFY(x) "_erase/_file & _rm " \
79 #define NVM_BACKEND_PARAMS(x, arg, X) \ argument
80 _NVM_BACKEND_PARAMS(x, x, arg, X, "")
82 #define NVM_BACKEND_PARAMS_ALIAS(x, real_x, arg, X, descr_prefix) \ argument
83 _NVM_BACKEND_PARAMS(x, real_x, arg, X, descr_prefix)
86 #define NVM_BACKEND_PARAMS_CALLBACS(x, args) \ argument
87 static void arg_##x##_file_found(char *argv, int offset){ \
92 static void arg_##x##_in_ram_found(char *argv, int offset){ \