Searched refs:OPTION_SET_UINT (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/subcmd/ |
H A D | parse-options.c | 109 case OPTION_SET_UINT: in get_value() 158 case OPTION_SET_UINT: in get_value() 203 case OPTION_SET_UINT: in get_value() 768 case OPTION_SET_UINT: in print_option_help()
|
H A D | parse-options.h | 22 OPTION_SET_UINT, enumerator 132 #define OPT_SET_UINT(s, l, v, h, i) { .type = OPTION_SET_UINT, .short_name = (s), .long_name = (l), .value = check_vtype(v, unsigned int *), .help = (h), .defval = (i) }
|
/kernel/linux/linux-6.6/tools/lib/subcmd/ |
H A D | parse-options.c | 109 case OPTION_SET_UINT: in get_value() 158 case OPTION_SET_UINT: in get_value() 203 case OPTION_SET_UINT: in get_value() 768 case OPTION_SET_UINT: in print_option_help()
|
H A D | parse-options.h | 18 OPTION_SET_UINT, enumerator 128 #define OPT_SET_UINT(s, l, v, h, i) { .type = OPTION_SET_UINT, .short_name = (s), .long_name = (l), .value = check_vtype(v, unsigned int *), .help = (h), .defval = (i) }
|
Completed in 4 milliseconds