Searched refs:wlt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dwinlockio.c1218 struct winlocktimeout wlt; local
1220 if (ddi_copyin((caddr_t)arg, &wlt, sizeof (wlt), mode) != 0) {
1224 if ((lp = seglock_findlock(wlt.sy_ident)) == NULL)
1227 lp->timeout = MSEC_TO_TICK_ROUNDUP(wlt.sy_timeout);
1240 if (wlt.sy_flags & UFLAGS) {
1242 sdp->flag = sdp->flag & KFLAGS | wlt.sy_flags & UFLAGS;
1258 struct winlocktimeout wlt; local
1260 if (ddi_copyin((caddr_t)arg, &wlt, sizeof (wlt), mod
[all...]

Completed in 58 milliseconds