Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/lib/subcmd/
H A Dparse-options.c119 case OPTION_ULONG: in get_value()
170 case OPTION_ULONG: in get_value()
303 case OPTION_ULONG: in get_value()
727 case OPTION_ULONG: in print_option_help()
H A Dparse-options.h28 OPTION_ULONG, enumerator
137 #define OPT_ULONG(s, l, v, h) { .type = OPTION_ULONG, .short_name = (s), .long_name = (l), .value = check_vtype(v, unsigned long *), .help = (h) }
/kernel/linux/linux-6.6/tools/lib/subcmd/
H A Dparse-options.c119 case OPTION_ULONG: in get_value()
170 case OPTION_ULONG: in get_value()
303 case OPTION_ULONG: in get_value()
727 case OPTION_ULONG: in print_option_help()
H A Dparse-options.h24 OPTION_ULONG, enumerator
134 #define OPT_ULONG(s, l, v, h) { .type = OPTION_ULONG, .short_name = (s), .long_name = (l), .value = check_vtype(v, unsigned long *), .help = (h) }

Completed in 5 milliseconds