Home | History | Annotate | Download | only in rfcomm

Lines Matching defs:rc

1455     int    rc;
1482 rc = port_write (p_port, p_buf);
1485 switch (rc)
1522 int rc = 0;
1634 rc = port_write (p_port, p_buf);
1639 if (rc == PORT_SUCCESS)
1642 if ((rc != PORT_SUCCESS) && (rc != PORT_CMD_PENDING))
1648 if (!available && (rc != PORT_CMD_PENDING) && (rc != PORT_TX_QUEUE_DISABLED))
1681 int rc = 0;
1758 rc = port_write (p_port, p_buf);
1763 if (rc == PORT_SUCCESS)
1766 if ((rc != PORT_SUCCESS) && (rc != PORT_CMD_PENDING))
1774 if (!max_len && (rc != PORT_CMD_PENDING) && (rc != PORT_TX_QUEUE_DISABLED))