Searched defs:_IONOLOCK (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/inc/
H A Dstdiom.h59 #define _IONOLOCK 02000 macro
61 #define SET_IONOLOCK(iop) ((iop)->_flag |= _IONOLOCK)
62 #define CLEAR_IONOLOCK(iop) ((iop)->_flag &= ~_IONOLOCK)
63 #define GET_IONOLOCK(iop) ((iop)->_flag & _IONOLOCK)

Completed in 43 milliseconds