Searched defs:use_next (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_ustat.h55 struct fmd_ustat_elem *use_next; /* pointer to next statistic in hash */ member in struct:fmd_ustat_elem
/illumos-gate/usr/src/cmd/mdb/common/modules/crypto/
H A Dsched_impl.c409 * or a NULL an_prev pointer. use_next flag indicates which one to check.
412 an_walk_step_common(mdb_walk_state_t *wsp, boolean_t use_next) argument
427 if ((wsp->walk_addr = (use_next ? (uintptr_t)ptr->an_next :

Completed in 236 milliseconds