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

/illumos-gate/usr/src/lib/libeti/menu/common/
H A Dpattern.c67 * Indicates search has cycled past the current item. If the current
68 * item is matched after cycled is true then NO_MATCH results.
70 int cycled; local
89 cycled = FALSE;
105 cycled = TRUE;
109 if (i == Index(*current) && cycled) {
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c1999 boolean_t cycled; local
2022 cycled = ibd_acache_recycle(state,
2030 ASSERT(cycled && ((mce == NULL) || (mce->mc_jstate ==

Completed in 78 milliseconds