Lines Matching defs:timoff
3935 u_int timlen, timoff, i;
3953 timoff = 128; /* impossibly large */
3956 timoff = i &~ 1;
3959 KASSERT(timoff != 128, ("tim bitmap empty!"));
3960 for (i = vap->iv_tim_len-1; i >= timoff; i--)
3963 timlen = 1 + (i - timoff);
3965 timoff = 0;
4000 tie->tim_bitctl = timoff;
4003 memcpy(tie->tim_bitmap, vap->iv_tim_bitmap + timoff,
4010 __func__, vap->iv_ps_pending, timoff, timlen);