Searched refs:BT_BMC_PATH (Results 1 – 1 of 1) sorted by relevance
/openbmc/btbridge/ |
H A D | btbridged.c | 43 #define BT_BMC_PATH bt_bmc_device macro 268 BT_BMC_IOCTL_SMS_ATN, BT_BMC_PATH); in method_send_sms_atn() 273 MSG_ERR("Couldn't ioctl() to 0x%x, %s: %s\n", bt_fd->fds[BT_FD].fd, BT_BMC_PATH, strerror(r)); in method_send_sms_atn() 387 MSG_ERR("Error writing to %s: %s\n", BT_BMC_PATH, strerror(errno)); in bt_host_write() 396 …MSG_ERR("Possible short write to %s, desired len: %d, written len: %d\n", BT_BMC_PATH, data[0] + 1… in bt_host_write() 398 MSG_OUT("Successfully wrote %d of %d bytes to %s\n", len, data[0] + 1, BT_BMC_PATH); in bt_host_write() 601 bt_msg->rsp.cmd, bt_msg->rsp.cc, BT_BMC_PATH); in dispatch_bt() 705 MSG_OUT("Opening %s\n", BT_BMC_PATH); in main() 706 context->fds[BT_FD].fd = open(BT_BMC_PATH, O_RDWR | O_NONBLOCK); in main() 709 MSG_ERR("Couldn't open %s with flags O_RDWR: %s\n", BT_BMC_PATH, strerror(errno)); in main()
|