Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_subr.c135 tp->thr_errdepth++; in fmd_verror()
160 tp != NULL && tp->thr_errdepth == 1 && in fmd_verror()
175 tp->thr_errdepth--; in fmd_verror()
H A Dfmd_thread.c45 tp->thr_errdepth = 0; in fmd_thread_xcreate()
85 tp->thr_errdepth = 0; in fmd_thread_create_cmn()
H A Dfmd_thread.h47 uint_t thr_errdepth; /* fmd_verror() nesting depth */ member