Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/inc/
H A Dstdiom.h72 #define GET_IONOLOCK(iop) ((iop)->_flag & _IONOLOCK) macro
89 #define GET_IONOLOCK(iop) ((iop)->__ionolock) macro
H A Dmtlib.h81 #define FILELOCKING(iop) (GET_IONOLOCK(iop) == 0)
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dflockf.c95 ret = GET_IONOLOCK(iop) ? FSETLOCKING_BYCALLER : FSETLOCKING_INTERNAL; in __fsetlocking()