Searched refs:OPTION_SET_PTR (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/subcmd/ |
H A D | parse-options.c | 110 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 D | parse-options.h | 23 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 D | parse-options.c | 110 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 D | parse-options.h | 19 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 5 milliseconds