Searched refs:OPTION_U64 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/subcmd/ |
H A D | parse-options.c | 120 case OPTION_U64: in get_value() 171 case OPTION_U64: in get_value() 319 case OPTION_U64: in get_value() 728 case OPTION_U64: in print_option_help()
|
H A D | parse-options.h | 30 OPTION_U64, enumerator 138 #define OPT_U64(s, l, v, h) { .type = OPTION_U64, .short_name = (s), .long_name = (l), .value = check_vtype(v, u64 *), .help = (h) }
|
/kernel/linux/linux-6.6/tools/lib/subcmd/ |
H A D | parse-options.c | 120 case OPTION_U64: in get_value() 171 case OPTION_U64: in get_value() 319 case OPTION_U64: in get_value() 728 case OPTION_U64: in print_option_help()
|
H A D | parse-options.h | 26 OPTION_U64, enumerator 135 #define OPT_U64(s, l, v, h) { .type = OPTION_U64, .short_name = (s), .long_name = (l), .value = check_vtype(v, u64 *), .help = (h) }
|
Completed in 5 milliseconds