Home
last modified time | relevance | path

Searched refs:OPTION_SET_PTR (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/lib/subcmd/
H A Dparse-options.c110 case OPTION_SET_PTR: in get_value()
159 case OPTION_SET_PTR: in get_value()
207 case OPTION_SET_PTR: in get_value()
769 case OPTION_SET_PTR: in print_option_help()
H A Dparse-options.h23 OPTION_SET_PTR, enumerator
133 #define OPT_SET_PTR(s, l, v, h, p) { .type = OPTION_SET_PTR, .short_name = (s), .long_name = (l), .value = (v), .help = (h), .defval = (p) }
/kernel/linux/linux-6.6/tools/lib/subcmd/
H A Dparse-options.c110 case OPTION_SET_PTR: in get_value()
159 case OPTION_SET_PTR: in get_value()
207 case OPTION_SET_PTR: in get_value()
769 case OPTION_SET_PTR: in print_option_help()
H A Dparse-options.h19 OPTION_SET_PTR, enumerator
129 #define OPT_SET_PTR(s, l, v, h, p) { .type = OPTION_SET_PTR, .short_name = (s), .long_name = (l), .value = (v), .help = (h), .defval = (p) }

Completed in 4 milliseconds