Searched refs:nsi_host_read (Results 1 – 4 of 4) sorted by relevance
35 long nsi_host_read(int fd, void *buffer, unsigned long size);
54 long nsi_host_read(int fd, void *buffer, unsigned long size) in nsi_host_read() function
198 n = nsi_host_read(in_f, p_char, 1); in np_uart_tty_poll_in()
143 return nsi_host_read(data->fd, p_char, 1) > 0 ? 0 : -1; in native_tty_uart_poll_in()