Searched refs:f_pdflags (Results 1 – 2 of 2) sorted by relevance
230 (*resultfp)->f_pdflags |= F_PD_NOKILL; in procdesc_falloc()386 if ((fp->f_pdflags & F_PD_NOKILL) == 0) in procdesc_close_tail()456 if ((fp->f_pdflags & F_PD_NOFINSTALL) == 0 && in procdesc_close()703 fp->f_pdflags |= F_PD_NOKILL; in kern_pdopenpid()718 fp->f_pdflags |= F_PD_NOKILL | F_PD_NOFINSTALL; in kern_pdopenpid()
216 int f_pdflags; /* Per-file flags for procdesc. */ member