Home
last modified time | relevance | path

Searched refs:uml_vector_fetch_arg (Results 1 – 4 of 4) sorted by relevance

/linux/arch/um/drivers/
H A Dvector_user.c69 char *uml_vector_fetch_arg(struct arglist *ifspec, char *token) in uml_vector_fetch_arg() function
210 iface = uml_vector_fetch_arg(ifspec, TOKEN_IFNAME); in user_init_tap_fds()
246 argv[0] = uml_vector_fetch_arg(ifspec, TOKEN_SCRIPT); in user_init_tap_fds()
265 iface = uml_vector_fetch_arg(ifspec, TOKEN_IFNAME); in user_init_hybrid_fds()
298 argv[0] = uml_vector_fetch_arg(ifspec, TOKEN_SCRIPT); in user_init_hybrid_fds()
318 src = uml_vector_fetch_arg(ifspec, "src"); in user_init_unix_fds()
319 dst = uml_vector_fetch_arg(ifspec, "dst"); in user_init_unix_fds()
414 fdarg = uml_vector_fetch_arg(ifspec, "fd"); in user_init_fd_fds()
458 char *vnl = uml_vector_fetch_arg(ifspec,"vnl"); in user_init_vde_fds()
459 char *descr = uml_vector_fetch_arg(ifspec,"descr"); in user_init_vde_fds()
[all …]
H A Dvector_kern.c137 char *mtu = uml_vector_fetch_arg(def, "mtu"); in get_mtu()
150 return uml_vector_fetch_arg(def, "bpffile"); in get_bpf_file()
155 char *allow = uml_vector_fetch_arg(def, "bpfflash"); in get_bpf_flash()
167 char *mtu = uml_vector_fetch_arg(def, "depth"); in get_depth()
179 char *mtu = uml_vector_fetch_arg(def, "headroom"); in get_headroom()
191 char *gro = uml_vector_fetch_arg(def, "gro"); in get_req_size()
207 char *transport = uml_vector_fetch_arg(def, "transport"); in get_transport_options()
208 char *vector = uml_vector_fetch_arg(def, "vec"); in get_transport_options()
1577 uml_net_setup_etheraddr(dev, uml_vector_fetch_arg(def, "mac")); in vector_eth_configure()
H A Dvector_transports.c219 char *arg = uml_vector_fetch_arg(def, param); in get_uint_param()
231 char *arg = uml_vector_fetch_arg(def, param); in get_ulong_param()
479 char *transport = uml_vector_fetch_arg(vp->parsed, "transport"); in build_transport_data()
H A Dvector_user.h79 extern char *uml_vector_fetch_arg(