Searched refs:get_arg (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/subcmd/ |
D | parse-options.c | 48 static int get_arg(struct parse_opt_ctx_t *p, const struct option *opt, in get_arg() function 177 err = get_arg(p, opt, flags, NULL); in get_value() 218 err = get_arg(p, opt, flags, (const char **)opt->value); in get_value() 249 if (get_arg(p, opt, flags, &arg)) in get_value() 262 if (get_arg(p, opt, flags, &arg)) in get_value() 278 if (get_arg(p, opt, flags, &arg)) in get_value() 296 if (get_arg(p, opt, flags, &arg)) in get_value() 312 if (get_arg(p, opt, flags, &arg)) in get_value() 328 if (get_arg(p, opt, flags, &arg)) in get_value()
|
/kernel/linux/linux-5.10/drivers/gpio/ |
D | gpio-aggregator.c | 40 static char *get_arg(char **args) in get_arg() function 125 for (name = get_arg(&args), offsets = get_arg(&args); name; in aggr_parse() 126 offsets = get_arg(&args)) { in aggr_parse() 156 name = get_arg(&args); in aggr_parse()
|
/kernel/linux/linux-5.10/lib/ |
D | vsprintf.c | 3050 #define get_arg(type) \ in bstr_printf() macro 3090 set_field_width(&spec, get_arg(int)); in bstr_printf() 3094 set_precision(&spec, get_arg(int)); in bstr_printf() 3107 c = (unsigned char) get_arg(char); in bstr_printf() 3154 str = pointer(fmt, str, end, get_arg(void *), spec); in bstr_printf() 3176 num = get_arg(long long); in bstr_printf() 3180 num = get_arg(unsigned long); in bstr_printf() 3183 num = get_arg(size_t); in bstr_printf() 3186 num = get_arg(ptrdiff_t); in bstr_printf() 3189 num = get_arg(unsigned char); in bstr_printf() [all …]
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/ |
D | main.c | 2023 static int get_arg(unsigned long offset) in get_arg() function 2030 return get_arg(offset); in get_index() 2036 return get_arg(offset) | ((offset >> 16) & 0xff) << 8; in get_extended_index()
|