Home
last modified time | relevance | path

Searched refs:dev_out (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/arch/um/drivers/
H A Dpty.c41 char **dev_out) in pts_open() argument
66 *dev_out = data->dev_name; in pts_open()
114 char **dev_out) in pty_open() argument
136 *dev_out = data->dev_name; in pty_open()
H A Dnull.c21 char **dev_out) in null_open() argument
25 *dev_out = NULL; in null_open()
H A Dtty.c40 char **dev_out) in tty_open() argument
66 *dev_out = data->dev; in tty_open()
H A Dfd.c50 static int fd_open(int input, int output, int primary, void *d, char **dev_out) in fd_open() argument
65 *dev_out = data->str; in fd_open()
H A Dxterm.c88 char **dev_out) in xterm_open() argument
187 *dev_out = NULL; in xterm_open()
H A Dport_user.c72 char **dev_out) in port_open() argument
87 *dev_out = data->dev; in port_open()
H A Dchan_kern.c23 char **dev_out) in not_configged_open() argument
/openbmc/linux/net/ipv4/
H A Droute.c2501 struct net_device *dev_out, in __mkroute_output()
2511 in_dev = __in_dev_get_rcu(dev_out); in __mkroute_output()
2517 !(dev_out->flags & IFF_LOOPBACK) && in __mkroute_output()
2518 !netif_is_l3_master(dev_out)) in __mkroute_output()
2528 if (dev_out->flags & IFF_LOOPBACK) in __mkroute_output()
2549 (orig_oif != dev_out->ifindex)) { in __mkroute_output()
2589 rth = rt_dst_alloc(dev_out, flags, type, in __mkroute_output()
2600 !(dev_out->flags & IFF_LOOPBACK)) { in __mkroute_output()
2651 struct net_device *dev_out = NULL; in ip_route_output_key_hash_rcu()
2667 /* I removed check for oif == dev_out in ip_route_output_key_hash_rcu()
2500 __mkroute_output(const struct fib_result * res,const struct flowi4 * fl4,int orig_oif,struct net_device * dev_out,unsigned int flags) __mkroute_output() argument
2650 struct net_device *dev_out = NULL; ip_route_output_key_hash_rcu() local
[all...]