Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dflockf.c55 rmutex_t *rl = IOB_LCK(iop); in _flockget()
65 rmutex_t *rl = IOB_LCK(iop); in ftrylockfile()
75 rmutex_t *rl = IOB_LCK(iop); in flockfile()
84 rmutex_t *rl = IOB_LCK(iop); in funlockfile()
/illumos-gate/usr/src/lib/libc/inc/
H A Dstdiom.h260 #define IOB_LCK(iop) (&((iop)->_lock)) macro
262 #define IOB_LCK(iop) (STDIOP(iop) ? &_xftab[IOPIND(iop)]._lock \ macro