Searched refs:DZ_CLOSING (Results 1 – 2 of 2) sorted by relevance
125 #define DZ_CLOSING 0x08000000 /* Serial port is closing */ macro
1077 info->flags |= DZ_CLOSING; in dz_close()1124 info->flags &= ~(DZ_NORMAL_ACTIVE | DZ_CALLOUT_ACTIVE | DZ_CLOSING); in dz_close()1161 if (info->flags & DZ_CLOSING) { in block_til_ready()1223 !(info->flags & DZ_CLOSING) && do_clocal) in block_til_ready()