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

/freebsd-9.3-release/lib/libz/contrib/asm686/
H A Dmatch.S40 #define scanend 12 /* last two bytes of string */ define
191 movl %ebx, scanend(%esp)
214 * %ebx = scanend
303 movl scanend(%esp), %ebx
322 movl %ebx, scanend(%esp)
/freebsd-9.3-release/sys/net80211/
H A Dieee80211_scan.c849 unsigned long maxdwell, scanend; local
882 scanend = ticks + SCAN_PRIVATE(ss)->ss_duration;
892 time_after(ticks + ss->ss_mindwell, scanend))
900 if (time_after(ticks + ss->ss_maxdwell, scanend))
901 maxdwell = scanend - ticks;
992 time_before(ticks + ss->ss_mindwell, scanend)) {
995 "[ticks %u, dwell min %lu scanend %lu]\n",
997 ticks, ss->ss_mindwell, scanend);
1015 "%s: %s, [ticks %u, dwell min %lu scanend %lu]\n",
1017 ticks, ss->ss_mindwell, scanend);
[all...]

Completed in 100 milliseconds