Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_mdb.c48 const fmd_tracerec_t *trw_stop; member
130 t->trw_stop = t->trw_data.tb_ptr; in trwalk_init()
141 if (t->trw_stop == NULL) in trwalk_nextrec()
150 if (t->trw_data.tb_ptr == t->trw_stop) in trwalk_nextrec()
151 t->trw_stop = NULL; /* mark buffer as empty */ in trwalk_nextrec()
165 for (trp = t->trw_data.tb_ptr; t->trw_stop != NULL && in trwalk_step()
169 if (t->trw_stop == NULL) in trwalk_step()