Lines Matching full:cannot
67 LOG_ERR("Cannot send CAN frame (%d)", -errno); in tx()
81 LOG_ERR("Cannot create %s CAN socket (%d)", "2nd", fd); in create_socket()
91 LOG_ERR("Cannot bind %s CAN socket (%d)", "2nd", -errno); in create_socket()
126 LOG_ERR("[%d] Cannot receive CAN frame (%d)", fd, in rx()
160 LOG_ERR("Cannot get socket (%d)", in rx()
189 LOG_ERR("Cannot create %s CAN socket (%d)", "1st", ret); in setup_socket()
199 LOG_ERR("Cannot bind %s CAN socket (%d)", "1st", ret); in setup_socket()
207 LOG_ERR("Cannot set CAN sockopt (%d)", ret); in setup_socket()
219 LOG_ERR("Cannot create TX thread!"); in setup_socket()
241 LOG_ERR("Cannot create 2nd RX thread!"); in setup_socket()
272 LOG_ERR("Cannot set CAN loopback mode (%d)", ret); in main()
279 LOG_ERR("Cannot start CAN controller (%d)", ret); in main()
288 LOG_ERR("Cannot start CAN application (%d)", fd); in main()