Searched refs:ROCKET_CLOSING (Results 1 – 2 of 2) sorted by relevance
777 if (info->flags & ROCKET_CLOSING) { in block_til_ready()858 !(info->flags & ROCKET_CLOSING) && in block_til_ready()917 if (info->flags & ROCKET_CLOSING) { in rp_open()944 if (info->flags & ROCKET_CLOSING) { in rp_open()1076 info->flags |= ROCKET_CLOSING; in rp_close()1146 info->flags &= ~(ROCKET_INITIALIZED | ROCKET_CLOSING | in rp_close()1648 if (info->flags & ROCKET_CLOSING) { in rp_hangup()
1159 #define ROCKET_CLOSING 0x40000000 /* Serial port is closing */ macro