Searched refs:_IONOLOCK (Results 1 – 1 of 1) sorted by relevance
68 #define _IONOLOCK 02000 macro70 #define SET_IONOLOCK(iop) ((iop)->_flag |= _IONOLOCK)71 #define CLEAR_IONOLOCK(iop) ((iop)->_flag &= ~_IONOLOCK)72 #define GET_IONOLOCK(iop) ((iop)->_flag & _IONOLOCK)