Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/inc/
H A Dstdiom.h68 #define _IONOLOCK 02000 macro
70 #define SET_IONOLOCK(iop) ((iop)->_flag |= _IONOLOCK)
71 #define CLEAR_IONOLOCK(iop) ((iop)->_flag &= ~_IONOLOCK)
72 #define GET_IONOLOCK(iop) ((iop)->_flag & _IONOLOCK)