arglist
#define PROTO(type, name, arglist) type name arglist
#define DEFUN(name, arglist, args) name arglist args;
#define PROTO(type, name, arglist) type name ()
#define DEFUN(name, arglist, args) name(args)
static int get_mtu(struct arglist *def)
static char *get_bpf_file(struct arglist *def)
static bool get_bpf_flash(struct arglist *def)
struct arglist *def
static int get_depth(struct arglist *def)
struct arglist *parsed;
static int get_headroom(struct arglist *def)
static int get_req_size(struct arglist *def)
static int get_transport_options(struct arglist *def)
static void vector_eth_configure(int n, struct arglist *def);
struct arglist *parsed;
struct arglist *parsed;
struct arglist *def, char *param, unsigned int *result)
struct arglist *def, char *param, unsigned long *result)
static struct vector_fds *user_init_tap_fds(struct arglist *ifspec)
static struct vector_fds *user_init_hybrid_fds(struct arglist *ifspec)
static struct vector_fds *user_init_unix_fds(struct arglist *ifspec, int id)
static struct vector_fds *user_init_fd_fds(struct arglist *ifspec)
static struct vector_fds *user_init_vde_fds(struct arglist *ifspec)
static struct vector_fds *user_init_raw_fds(struct arglist *ifspec)
static struct vector_fds *user_init_socket_fds(struct arglist *ifspec, int id)
char *uml_vector_fetch_arg(struct arglist *ifspec, char *token)
struct arglist *parsed
struct arglist *uml_parse_vector_ifspec(char *arg)
struct arglist *result;
result = uml_kmalloc(sizeof(struct arglist), UM_GFP_KERNEL);
extern struct arglist *uml_parse_vector_ifspec(char *arg);
struct arglist *parsed
struct arglist *ifspec,
va_list arglist;
va_start(arglist, fmt);
vfprintf(stderr, fmt, arglist);
va_end(arglist);
# define _SDT_PROBE(provider, name, n, arglist) \
_SDT_ASM_BODY(provider, name, _SDT_ASM_SUBSTR_1, (_SDT_DEPAREN_##n arglist)) \
# define _SDT_PROBE(provider, name, n, arglist) \
:: _SDT_ASM_OPERANDS_##n arglist); \