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

/freebsd-current/tools/test/stress2/misc/
H A Dumountf2.sh150 int logptr = 0; /* current position in log */
259 le = &oplog[logptr];
264 logptr++;
266 if (logptr >= LOGSIZE)
267 logptr = 0;
291 i = logptr;
/freebsd-current/tools/regression/fsx/
H A Dfsx.c78 int logptr = 0; /* current position in log */ variable
166 le = &oplog[logptr];
171 logptr++;
173 if (logptr >= LOGSIZE)
174 logptr = 0;
200 i = logptr;
/freebsd-current/sys/dev/wpi/
H A Dif_wpireg.h707 uint32_t logptr; member in struct:wpi_ucode_info
/freebsd-current/sys/dev/iwn/
H A Dif_iwnreg.h1292 uint32_t logptr; member in struct:iwn_ucode_info

Completed in 182 milliseconds