Searched defs:wrapped (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_debug.c509 int wrapped = 0; local
538 wrapped = 1;
539 } else if (wrapped) {
598 * if the buffer has not wrapped next will point at a null so
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_debug.c427 int wrapped; local
471 wrapped = 0;
495 if (wrapped) {
503 wrapped = 1;
H A Dlufs_log.c767 * log wrapped; async write this bp
893 int wrapped; local
917 wrapped = 0;
920 ++wrapped;
934 * if tail wrapped or we have exhausted this buffer
937 if (wrapped || bcount == bp->b_bufsize)
1253 /* whoops, header wrapped the log; go to last sector */
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhpi.h127 boolean_t wrapped; member in struct:_rtrace
/illumos-gate/usr/src/cmd/mdb/common/modules/qlc/
H A Dqlc.c3183 int wrapped = 0; local
3264 * If the buffer has not wrapped next will point at a null so
3296 wrapped = 1;
3297 } else if (wrapped) {
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi.h155 boolean_t wrapped; member in struct:_rtrace
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Dmc-opl.c2177 int wrapped; local
2194 wrapped = cntl & MAC_CNTL_PTRL_ADD_MAX;
2206 * wrapped around in its scan.
2208 if (wrapped) {
2248 * wrapped (counted as completing a 'period').
2251 if (wrapped &&
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c6040 int wrapped = 0; local
6069 wrapped = 1;
6070 } else if (wrapped) {
6130 * If the buffer has not wrapped next will point at a null so

Completed in 146 milliseconds