Home
last modified time | relevance | path

Searched refs:use_next (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/cmd/fm/fmd/common/
H A Dfmd_ustat.c107 np = ep->use_next; in fmd_ustat_destroy()
137 for (ep = usp->us_hash[i]; ep != NULL; ep = ep->use_next) { in fmd_ustat_snapshot()
160 for (ep = *pp; ep != NULL; ep = ep->use_next) { in fmd_ustat_delete_locked()
162 pp = &ep->use_next; in fmd_ustat_delete_locked()
176 *pp = ep->use_next; in fmd_ustat_delete_locked()
244 for (ep = usp->us_hash[h]; ep != NULL; ep = ep->use_next) { in fmd_ustat_insert()
258 ep->use_next = usp->us_hash[h]; in fmd_ustat_insert()
327 pp = &ep->use_next; in fmd_ustat_delete_references()
334 *pp = ep->use_next; in fmd_ustat_delete_references()
H A Dfmd_ustat.h55 struct fmd_ustat_elem *use_next; /* pointer to next statistic in hash */ member
H A Dfmd_mdb.c400 wsp->walk_addr = (uintptr_t)ue.use_next; in ustat_walk_step()
/titanic_44/usr/src/cmd/mdb/common/modules/crypto/
H A Dsched_impl.c412 an_walk_step_common(mdb_walk_state_t *wsp, boolean_t use_next) in an_walk_step_common() argument
427 if ((wsp->walk_addr = (use_next ? (uintptr_t)ptr->an_next : in an_walk_step_common()