Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fm/fmd/common/
H A Dfmd_thread.c74 int isdoor) in fmd_thread_create_cmn() argument
86 tp->thr_isdoor = isdoor; in fmd_thread_create_cmn()
90 if (!isdoor) in fmd_thread_create_cmn()
/titanic_50/usr/src/cmd/ptools/pfiles/
H A Dpfiles.c362 dofcntl(struct ps_prochandle *Pr, prfdinfo_t *info, int mandatory, int isdoor) in dofcntl() argument
380 if (isdoor && (Pstate(Pr) != PS_DEAD)) in dofcntl()
383 } else if (isdoor && (Pstate(Pr) != PS_DEAD)) { in dofcntl()