Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/inc/
H A Dstdiom.h63 #define GET_IONOLOCK(iop) ((iop)->_flag & _IONOLOCK) macro
80 #define GET_IONOLOCK(iop) ((iop)->__ionolock) macro
H A Dmtlib.h83 #define FILELOCKING(iop) (GET_IONOLOCK(iop) == 0)
/titanic_41/usr/src/lib/libc/port/stdio/
H A Dflockf.c97 ret = GET_IONOLOCK(iop) ? FSETLOCKING_BYCALLER : FSETLOCKING_INTERNAL; in __fsetlocking()