Home
last modified time | relevance | path

Searched refs:get_arg (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/tools/lib/subcmd/
A Dparse-options.c48 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-6.3-rc2/lib/
A Dvsprintf.c3202 #define get_arg(type) \ in bstr_printf() macro
3328 num = get_arg(long long); in bstr_printf()
3332 num = get_arg(unsigned long); in bstr_printf()
3335 num = get_arg(size_t); in bstr_printf()
3338 num = get_arg(ptrdiff_t); in bstr_printf()
3341 num = get_arg(unsigned char); in bstr_printf()
3344 num = get_arg(signed char); in bstr_printf()
3350 num = get_arg(short); in bstr_printf()
3353 num = get_arg(unsigned int); in bstr_printf()
3356 num = get_arg(int); in bstr_printf()
[all …]
/linux-6.3-rc2/drivers/infiniband/hw/mlx5/
A Dmain.c2036 static int get_arg(unsigned long offset) in get_arg() function
2043 return get_arg(offset); in get_index()
2049 return get_arg(offset) | ((offset >> 16) & 0xff) << 8; in get_extended_index()

Completed in 18 milliseconds