Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/tools/lib/subcmd/
H A Dparse-options.h27 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 Dparse-options.c117 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 Dparse-options.c117 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 Dparse-options.h31 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