Home
last modified time | relevance | path

Searched refs:DZ_CLOSING (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/char/
Ddz.h125 #define DZ_CLOSING 0x08000000 /* Serial port is closing */ macro
Ddz.c1077 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()