Searched refs:get_arg (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/tools/perf/util/ |
D | parse-options.c | 18 static int get_arg(struct parse_opt_ctx_t *p, const struct option *opt, in get_arg() function 124 err = get_arg(p, opt, flags, (const char **)opt->value); in get_value() 149 if (get_arg(p, opt, flags, &arg)) in get_value() 162 if (get_arg(p, opt, flags, &arg)) in get_value() 178 if (get_arg(p, opt, flags, &arg)) in get_value() 194 if (get_arg(p, opt, flags, &arg)) in get_value() 210 if (get_arg(p, opt, flags, &arg)) in get_value()
|
/linux-4.1.27/lib/ |
D | vsprintf.c | 2294 #define get_arg(type) \ in bstr_printf() macro 2334 spec.field_width = get_arg(int); in bstr_printf() 2338 spec.precision = get_arg(int); in bstr_printf() 2351 c = (unsigned char) get_arg(char); in bstr_printf() 2371 str = pointer(fmt, str, end, get_arg(void *), spec); in bstr_printf() 2389 num = get_arg(long long); in bstr_printf() 2393 num = get_arg(unsigned long); in bstr_printf() 2396 num = get_arg(size_t); in bstr_printf() 2399 num = get_arg(ptrdiff_t); in bstr_printf() 2402 num = get_arg(unsigned char); in bstr_printf() [all …]
|
/linux-4.1.27/drivers/isdn/i4l/ |
D | isdn_ppp.c | 424 get_arg(void __user *b, void *val, int len) in get_arg() function 499 if ((r = get_arg(argp, &val, sizeof(val)))) in isdn_ppp_ioctl() 524 if ((r = get_arg(argp, &val, sizeof(val)))) in isdn_ppp_ioctl() 533 if ((r = get_arg(argp, &val, sizeof(val)))) { in isdn_ppp_ioctl() 555 if ((r = get_arg(argp, &val, sizeof(val)))) in isdn_ppp_ioctl() 564 if ((r = get_arg(argp, &val, sizeof(val)))) in isdn_ppp_ioctl() 589 if ((r = get_arg(argp, &val, sizeof(val)))) in isdn_ppp_ioctl() 609 if ((r = get_arg(argp, &data, sizeof(struct isdn_ppp_comp_data)))) in isdn_ppp_ioctl()
|
/linux-4.1.27/drivers/infiniband/hw/mlx5/ |
D | main.c | 555 static int get_arg(unsigned long offset) in get_arg() function 562 return get_arg(offset); in get_index()
|