Lines Matching refs:ERROR
27 #define ERROR nsi_print_error_and_exit macro
64 ERROR("%s: Error on select ()\n", __func__); in np_uart_stdin_poll_in_bottom()
98 ERROR("%s: unexpected error during poll, errno=%i,%s\n", in np_uart_slave_connected()
147 ERROR("Could not open a new TTY for the UART\n"); in np_uart_open_ptty()
153 ERROR("Could not grant access to the slave PTY side (%i)\n", in np_uart_open_ptty()
160 ERROR("Could not unlock the slave PTY side (%i)\n", err_nbr); in np_uart_open_ptty()
166 ERROR("Error getting slave PTY device name (%i)\n", err_nbr); in np_uart_open_ptty()
173 ERROR("Could not read the master PTY file status flags (%i)\n", in np_uart_open_ptty()
181 ERROR("Could not set the master PTY as non-blocking (%i)\n", in np_uart_open_ptty()
197 ERROR("Could not read terminal driver settings\n"); in np_uart_open_ptty()
207 ERROR("Could not change terminal driver settings\n"); in np_uart_open_ptty()
223 ERROR("%s: Could not open terminal from the slave side (%i,%s)\n", in np_uart_open_ptty()
229 ERROR("%s: Could not close terminal from the slave side (%i,%s)\n", in np_uart_open_ptty()