Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/modules/stmf/
H A Dstmf.c252 struct stmf_i_lu *ilup; in stmf_ilus() local
274 ilup = state.stmf_ilulist; in stmf_ilus()
275 while (ilup) { in stmf_ilus()
276 if (mdb_vread(&ilu, sizeof (struct stmf_i_lu), (uintptr_t)ilup) in stmf_ilus()
278 mdb_warn("failed to read stmf_i_lu_t at %p", ilup); in stmf_ilus()
282 mdb_printf("%p\n", ilup); in stmf_ilus()
289 ilup = ilu.ilu_next; in stmf_ilus()