Searched refs:IS_CLOSING (Results 1 – 2 of 2) sorted by relevance
1360 #define IS_CLOSING(un) ((un)->un_state == ST_STATE_CLOSING || \ macro
2829 if (!(flag & (FNDELAY | FNONBLOCK)) && IS_CLOSING(un)) { in st_open()2832 while (IS_CLOSING(un) || in st_open()