Searched refs:get_arg (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/lib/subcmd/ |
| H A 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()
|
| /linux/lib/ |
| H A D | vsprintf.c | 3298 #define get_arg(type) \ in bstr_printf() 3338 set_field_width(&spec, get_arg(int)); in bstr_printf() 3342 set_precision(&spec, get_arg(int)); in bstr_printf() 3355 c = (unsigned char) get_arg(char); in bstr_printf() 3402 str = pointer(fmt.str, str, end, get_arg(void *), spec); in bstr_printf() 3420 num = get_arg(long long); in bstr_printf() 3422 num = convert_num_spec(get_arg(int), fmt.size, spec); in bstr_printf() 3436 #undef get_arg in bstr_printf() 3297 #define get_arg( bstr_printf() macro
|
| /linux/drivers/infiniband/hw/mlx5/ |
| H A D | main.c | 2398 static int get_arg(unsigned long offset) in get_arg() function 2405 return get_arg(offset); in get_index() 2411 return get_arg(offset) | ((offset >> 16) & 0xff) << 8; in get_extended_index()
|