Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/stdio/
H A Dflockf.c57 rmutex_t *rl = IOB_LCK(iop); in _flockget()
67 rmutex_t *rl = IOB_LCK(iop); in ftrylockfile()
77 rmutex_t *rl = IOB_LCK(iop); in flockfile()
86 rmutex_t *rl = IOB_LCK(iop); in funlockfile()
/titanic_50/usr/src/lib/libc/inc/
H A Dstdiom.h254 #define IOB_LCK(iop) (&((iop)->_lock)) macro
256 #define IOB_LCK(iop) (STDIOP(iop) ? &_xftab[IOPIND(iop)]._lock \ macro