Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/lib/subcmd/
H A Dparse-options.c109 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 Dparse-options.h22 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 Dparse-options.c109 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 Dparse-options.h18 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 5 milliseconds