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

/linux-4.4.14/tools/perf/util/
H A Dparse-options.c21 static int get_arg(struct parse_opt_ctx_t *p, const struct option *opt, get_arg() function
127 err = get_arg(p, opt, flags, (const char **)opt->value); get_value()
152 if (get_arg(p, opt, flags, &arg)) get_value()
165 if (get_arg(p, opt, flags, &arg)) get_value()
181 if (get_arg(p, opt, flags, &arg)) get_value()
197 if (get_arg(p, opt, flags, &arg)) get_value()
213 if (get_arg(p, opt, flags, &arg)) get_value()
/linux-4.4.14/lib/
H A Dvsprintf.c2280 #define get_arg(type) \ bstr_printf() macro
2320 spec.field_width = get_arg(int); bstr_printf()
2324 spec.precision = get_arg(int); bstr_printf()
2337 c = (unsigned char) get_arg(char); bstr_printf()
2357 str = pointer(fmt, str, end, get_arg(void *), spec); bstr_printf()
2377 num = get_arg(long long); bstr_printf()
2381 num = get_arg(unsigned long); bstr_printf()
2384 num = get_arg(size_t); bstr_printf()
2387 num = get_arg(ptrdiff_t); bstr_printf()
2390 num = get_arg(unsigned char); bstr_printf()
2393 num = get_arg(signed char); bstr_printf()
2396 num = get_arg(unsigned short); bstr_printf()
2399 num = get_arg(short); bstr_printf()
2402 num = get_arg(unsigned int); bstr_printf()
2405 num = get_arg(int); bstr_printf()
2421 #undef get_arg bstr_printf() macro
/linux-4.4.14/drivers/isdn/i4l/
H A Disdn_ppp.c421 * get_arg .. ioctl helper
424 get_arg(void __user *b, void *val, int len) get_arg() function
499 if ((r = get_arg(argp, &val, sizeof(val)))) isdn_ppp_ioctl()
524 if ((r = get_arg(argp, &val, sizeof(val)))) isdn_ppp_ioctl()
533 if ((r = get_arg(argp, &val, sizeof(val)))) { isdn_ppp_ioctl()
555 if ((r = get_arg(argp, &val, sizeof(val)))) isdn_ppp_ioctl()
564 if ((r = get_arg(argp, &val, sizeof(val)))) isdn_ppp_ioctl()
589 if ((r = get_arg(argp, &val, sizeof(val)))) isdn_ppp_ioctl()
609 if ((r = get_arg(argp, &data, sizeof(struct isdn_ppp_comp_data)))) isdn_ppp_ioctl()
/linux-4.4.14/drivers/infiniband/hw/mlx5/
H A Dmain.c744 static int get_arg(unsigned long offset) get_arg() function
751 return get_arg(offset); get_index()

Completed in 200 milliseconds