Home
last modified time | relevance | path

Searched refs:arglist (Results 1 – 6 of 6) sorted by relevance

/arch/powerpc/xmon/
Dansidecl.h99 #define DEFUN(name, arglist, args) name(args) argument
102 #define PROTO(type, name, arglist) type name arglist argument
123 #define DEFUN(name, arglist, args) name arglist args; argument
125 #define PROTO(type, name, arglist) type name () argument
/arch/um/drivers/
Dvector_user.h52 struct arglist { struct
74 extern struct arglist *uml_parse_vector_ifspec(char *arg); argument
78 struct arglist *parsed
82 struct arglist *ifspec,
Dvector_user.c66 char *uml_vector_fetch_arg(struct arglist *ifspec, char *token) in uml_vector_fetch_arg()
78 struct arglist *uml_parse_vector_ifspec(char *arg) in uml_parse_vector_ifspec()
80 struct arglist *result; in uml_parse_vector_ifspec()
86 result = uml_kmalloc(sizeof(struct arglist), UM_GFP_KERNEL); in uml_parse_vector_ifspec()
198 static struct vector_fds *user_init_tap_fds(struct arglist *ifspec) in user_init_tap_fds()
256 static struct vector_fds *user_init_hybrid_fds(struct arglist *ifspec) in user_init_hybrid_fds()
307 static struct vector_fds *user_init_unix_fds(struct arglist *ifspec, int id) in user_init_unix_fds()
405 static struct vector_fds *user_init_fd_fds(struct arglist *ifspec) in user_init_fd_fds()
437 static struct vector_fds *user_init_raw_fds(struct arglist *ifspec) in user_init_raw_fds()
520 static struct vector_fds *user_init_socket_fds(struct arglist *ifspec, int id) in user_init_socket_fds()
[all …]
Dvector_kern.h92 struct arglist *parsed;
Dvector_kern.c69 static void vector_eth_configure(int n, struct arglist *def);
119 static int get_mtu(struct arglist *def) in get_mtu()
132 static char *get_bpf_file(struct arglist *def) in get_bpf_file()
137 static bool get_bpf_flash(struct arglist *def) in get_bpf_flash()
149 static int get_depth(struct arglist *def) in get_depth()
161 static int get_headroom(struct arglist *def) in get_headroom()
173 static int get_req_size(struct arglist *def) in get_req_size()
189 static int get_transport_options(struct arglist *def) in get_transport_options()
752 struct arglist *parsed; in vector_config()
1556 struct arglist *def in vector_eth_configure()
[all …]
Dvector_transports.c217 struct arglist *def, char *param, unsigned int *result) in get_uint_param()
229 struct arglist *def, char *param, unsigned long *result) in get_ulong_param()