Lines Matching refs:errno
162 return -errno; in set_speed()
165 return -errno; in set_speed()
168 return -errno; in set_speed()
232 RS_ERR("Can't open serial port, %d, %s", errno, in init_uart()
233 strerror(errno)); in init_uart()
240 RS_ERR("Can't get port settings, %d, %s", errno, in init_uart()
241 strerror(errno)); in init_uart()
254 RS_ERR("Can't set port settings, %d, %s", errno, in init_uart()
255 strerror(errno)); in init_uart()
261 RS_ERR("Can't set initial baud rate, %d, %s", errno, in init_uart()
262 strerror(errno)); in init_uart()
290 RS_ERR("Can't set line discipline %d, %s", errno, in init_uart()
291 strerror(errno)); in init_uart()
296 RS_ERR("Can't set UART flags %d, %s", errno, strerror(errno)); in init_uart()
301 RS_ERR("Can't set device %d, %s", errno, strerror(errno)); in init_uart()
321 RS_ERR("Cannot open %s, %d %s", RFKILL_NODE, errno, in reset_bluetooth()
322 strerror(errno)); in reset_bluetooth()
329 RS_ERR("Cannot write 0 to rfkill state %d %s", errno, in reset_bluetooth()
330 strerror(errno)); in reset_bluetooth()
341 RS_ERR("Cannot write 1 to rfkill state %d %s", errno, in reset_bluetooth()
342 strerror(errno)); in reset_bluetooth()
493 strerror(errno)); in main()
519 RS_ERR("Can't initialize device %d, %s", errno, in main()
520 strerror(errno)); in main()
566 if (err < 0 && errno == EINTR) { in main()
579 RS_ERR("Can't restore line discipline %d, %s", errno, in main()
580 strerror(errno)); in main()