Searched refs:OPTION_UINTEGER (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/tools/lib/subcmd/ |
H A D | parse-options.h | 27 OPTION_UINTEGER, enumerator 131 #define OPT_UINTEGER(s, l, v, h) { .type = OPTION_UINTEGER, .short_name = (s), .long_name = (l), .value = check_vtype(v, unsigned int *), .help = (h) } 132 #define OPT_UINTEGER_OPTARG(s, l, v, d, h) { .type = OPTION_UINTEGER, .short_name = (s), .long_name = (l), .value = check_vtype(v, unsigned int *), .help = (h), .flags = PARSE_OPT_OPTARG, .defval = (intptr_t)(d) }
|
H A D | parse-options.c | 117 case OPTION_UINTEGER: in get_value() 168 case OPTION_UINTEGER: in get_value() 269 case OPTION_UINTEGER: in get_value() 730 case OPTION_UINTEGER: in print_option_help()
|
/kernel/linux/linux-5.10/tools/lib/subcmd/ |
H A D | parse-options.c | 117 case OPTION_UINTEGER: in get_value() 168 case OPTION_UINTEGER: in get_value() 269 case OPTION_UINTEGER: in get_value() 730 case OPTION_UINTEGER: in print_option_help()
|
H A D | parse-options.h | 31 OPTION_UINTEGER, enumerator 135 #define OPT_UINTEGER(s, l, v, h) { .type = OPTION_UINTEGER, .short_name = (s), .long_name = (l), .value = check_vtype(v, unsigned int *), .help = (h) }
|
Completed in 5 milliseconds