Home
last modified time | relevance | path

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

/netbsd/src/lib/libkvm/
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/dist/bfd/
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/external/gpl3/gdb/dist/bfd/
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()
498 PUT_WORD (abfd, A_FLAG_RELOC_STRIPPED, bytes->e_flag); in NAME()
501 PUT_WORD (abfd, 0, bytes->e_flag); in NAME()
506 PUT_WORD (abfd, 0, bytes->e_flag); in NAME()
/netbsd/src/sys/sys/
Dsysctl.h347 long e_flag; /* see p_eflag below */ member
/netbsd/src/sys/kern/
Dkern_proc.c2751 ep->e_flag = p->p_session->s_ttyvp ? EPROC_CTTY : 0; in fill_eproc()
2753 ep->e_flag |= EPROC_SLEADER; in fill_eproc()