Searched refs:get_arg (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/lib/ |
D | vsprintf.c | 2280 #define get_arg(type) \ in bstr_printf() macro 2320 spec.field_width = get_arg(int); in bstr_printf() 2324 spec.precision = get_arg(int); in bstr_printf() 2337 c = (unsigned char) get_arg(char); in bstr_printf() 2357 str = pointer(fmt, str, end, get_arg(void *), spec); in bstr_printf() 2377 num = get_arg(long long); in bstr_printf() 2381 num = get_arg(unsigned long); in bstr_printf() 2384 num = get_arg(size_t); in bstr_printf() 2387 num = get_arg(ptrdiff_t); in bstr_printf() 2390 num = get_arg(unsigned char); in bstr_printf() [all …]
|
/linux-4.4.14/tools/perf/util/ |
D | parse-options.c | 21 static int get_arg(struct parse_opt_ctx_t *p, const struct option *opt, in get_arg() function 127 err = get_arg(p, opt, flags, (const char **)opt->value); in get_value() 152 if (get_arg(p, opt, flags, &arg)) in get_value() 165 if (get_arg(p, opt, flags, &arg)) in get_value() 181 if (get_arg(p, opt, flags, &arg)) in get_value() 197 if (get_arg(p, opt, flags, &arg)) in get_value() 213 if (get_arg(p, opt, flags, &arg)) in get_value()
|
/linux-4.4.14/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.4.14/drivers/infiniband/hw/mlx5/ |
D | main.c | 744 static int get_arg(unsigned long offset) in get_arg() function 751 return get_arg(offset); in get_index()
|