Searched refs:read_output (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/arch/um/drivers/ |
H A D | net_user.c | 50 void read_output(int fd, char *output, int len) read_output() function 88 printk(UM_KERN_ERR "read_output - read of %s failed, " read_output() 91 printk(UM_KERN_ERR "read_output - read of %s failed, read only " read_output() 196 read_output(fds[0], output, output_len); change_tramp()
|
H A D | slip_user.c | 107 read_output(fds[0], output, output_len); slip_tramp()
|
/linux-4.4.14/arch/um/include/shared/ |
H A D | net_user.h | 38 extern void read_output(int fd, char *output_out, int len);
|
/linux-4.4.14/arch/um/os-Linux/drivers/ |
H A D | ethertap_user.c | 57 read_output(fd, output, UM_KERN_PAGE_SIZE); etap_change() 167 read_output(control_fds[0], output, output_len); etap_open()
|
Completed in 123 milliseconds