Home
last modified time | relevance | path

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

/netbsd-src/lib/libkvm/
H A Dkvm_proc.c386 eproc.e_flag = sess.s_ttyvp ? EPROC_CTTY : 0; in kvm_proclist()
389 eproc.e_flag |= EPROC_SLEADER; in kvm_proclist()
642 kp2p->p_eflag = (int32_t)kp->kp_eproc.e_flag; in kvm_getproc2()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dpdp11.c85 bfd_byte e_flag[2]; /* Relocation info stripped. */ member
444 if (GET_WORD (abfd, bytes->e_flag) & A_FLAG_RELOC_STRIPPED) in NAME()
476 PUT_WORD (abfd, A_FLAG_RELOC_STRIPPED, bytes->e_flag); in NAME()
479 PUT_WORD (abfd, 0, bytes->e_flag); in NAME()
484 PUT_WORD (abfd, 0, bytes->e_flag); in NAME()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dpdp11.c85 bfd_byte e_flag[2]; /* Relocation info stripped. */ member
443 if (GET_WORD (abfd, bytes->e_flag) & A_FLAG_RELOC_STRIPPED) in NAME()
475 PUT_WORD (abfd, A_FLAG_RELOC_STRIPPED, bytes->e_flag); in NAME()
478 PUT_WORD (abfd, 0, bytes->e_flag); in NAME()
483 PUT_WORD (abfd, 0, bytes->e_flag); in NAME()
/netbsd-src/sys/sys/
H A Dsysctl.h346 long e_flag; /* see p_eflag below */ member
/netbsd-src/sys/kern/
H A Dkern_proc.c2745 ep->e_flag = p->p_session->s_ttyvp ? EPROC_CTTY : 0; in fill_eproc()
2747 ep->e_flag |= EPROC_SLEADER; in fill_eproc()