Searched refs:get_arg (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/tools/lib/subcmd/ |
D | parse-options.c | 48 static int get_arg(struct parse_opt_ctx_t *p, const struct option *opt, in get_arg() function 175 err = get_arg(p, opt, flags, NULL); in get_value() 216 err = get_arg(p, opt, flags, (const char **)opt->value); in get_value() 244 if (get_arg(p, opt, flags, &arg)) in get_value() 257 if (get_arg(p, opt, flags, &arg)) in get_value() 273 if (get_arg(p, opt, flags, &arg)) in get_value() 291 if (get_arg(p, opt, flags, &arg)) in get_value() 307 if (get_arg(p, opt, flags, &arg)) in get_value()
|
/Linux-v4.19/lib/ |
D | vsprintf.c | 2696 #define get_arg(type) \ in bstr_printf() macro 2736 set_field_width(&spec, get_arg(int)); in bstr_printf() 2740 set_precision(&spec, get_arg(int)); in bstr_printf() 2753 c = (unsigned char) get_arg(char); in bstr_printf() 2801 str = pointer(fmt, str, end, get_arg(void *), spec); in bstr_printf() 2823 num = get_arg(long long); in bstr_printf() 2827 num = get_arg(unsigned long); in bstr_printf() 2830 num = get_arg(size_t); in bstr_printf() 2833 num = get_arg(ptrdiff_t); in bstr_printf() 2836 num = get_arg(unsigned char); in bstr_printf() [all …]
|
/Linux-v4.19/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-v4.19/drivers/infiniband/hw/mlx5/ |
D | main.c | 1887 static int get_arg(unsigned long offset) in get_arg() function 1894 return get_arg(offset); in get_index() 1900 return get_arg(offset) | ((offset >> 16) & 0xff) << 8; in get_extended_index()
|