Lines Matching refs:msg_perr_strerror
139 static void msg_perr_strerror(const char *msg) in msg_perr_strerror() function
167 msg_perr_strerror("Could not fetch original serial port configuration: "); in serialport_config()
177 msg_perr_strerror("Could not change serial port configuration: "); in serialport_config()
181 msg_perr_strerror("Could not fetch new serial port configuration: "); in serialport_config()
189 msg_perr_strerror("Could not fetch original serial port configuration: "); in serialport_config()
196 msg_perr_strerror("Could not set custom baudrate: "); in serialport_config()
203 msg_perr_strerror("Could not fetch serial port configuration: "); in serialport_config()
209 msg_perr_strerror("Could not set serial baud rate: "); in serialport_config()
220 msg_perr_strerror("Could not set custom baudrate: "); in serialport_config()
224 msg_perr_strerror("Could not change serial port configuration: "); in serialport_config()
228 msg_perr_strerror("Could not fetch new serial port configuration: "); in serialport_config()
249 msg_perr_strerror("Could not set custom baudrate: "); in serialport_config()
276 msg_perr_strerror("Out of memory: "); in sp_openserport()
287 msg_perr_strerror("Cannot open serial port: "); in sp_openserport()
298 msg_perr_strerror("Cannot open serial port: "); in sp_openserport()
305 msg_perr_strerror("Could not get serial port mode: "); in sp_openserport()
309 msg_perr_strerror("Could not set serial port mode to blocking: "); in sp_openserport()
397 msg_perr_strerror("Could not flush serial port incoming buffer: "); in sp_flush_incoming()
498 msg_perr_strerror("Could not get serial port timeout settings: "); in serialport_read_nonblock()
502 msg_perr_strerror("Could not set serial port timeout settings: "); in serialport_read_nonblock()
509 msg_perr_strerror("Could not get serial port mode: "); in serialport_read_nonblock()
513 msg_perr_strerror("Could not set serial port mode to non-blocking: "); in serialport_read_nonblock()
524 msg_perr_strerror("Serial port read error: "); in serialport_read_nonblock()
533 msg_perr_strerror("Serial port read error: "); in serialport_read_nonblock()
552 msg_perr_strerror("Could not restore serial port timeout settings: "); in serialport_read_nonblock()
557 msg_perr_strerror("Could not restore serial port mode to blocking: "); in serialport_read_nonblock()
582 msg_perr_strerror("Could not get serial port timeout settings: "); in serialport_write_nonblock()
586 msg_perr_strerror("Could not set serial port timeout settings: "); in serialport_write_nonblock()
593 msg_perr_strerror("Could not get serial port mode: "); in serialport_write_nonblock()
597 msg_perr_strerror("Could not set serial port mode to non-blocking: "); in serialport_write_nonblock()
608 msg_perr_strerror("Serial port write error: "); in serialport_write_nonblock()
617 msg_perr_strerror("Serial port write error: "); in serialport_write_nonblock()
638 msg_perr_strerror("Could not restore serial port timeout settings: "); in serialport_write_nonblock()
643 msg_perr_strerror("Could not restore serial port blocking behavior: "); in serialport_write_nonblock()