Home
last modified time | relevance | path

Searched refs:p_flags (Results 1 – 25 of 109) sorted by relevance

12345

/dragonfly/contrib/tcsh-6/
H A Dsh.proc.c287 pp->p_flags |= PSTOPPED; in pchild()
317 pp->p_flags |= PDUMPED; in pchild()
352 pp->p_flags &= ~PPTIME; in pchild()
353 pp->p_flags |= PTIME; in pchild()
564 && ((fp->p_flags & PPOU) || (fp->p_flags & PBACKQ))) in pjwait()
767 pp->p_flags |= PPTIME; in palloc()
769 pp->p_flags |= PBACKQ; in palloc()
771 pp->p_flags |= PHUP; in palloc()
773 pp->p_flags |= PBRACE; in palloc()
781 pp->p_flags |= PPOU; in palloc()
[all …]
/dragonfly/sys/vfs/procfs/
H A Dprocfs_ctl.c64 ((p)->p_flags & P_TRACED))
114 if ((p->p_flags & P_INEXEC) != 0) in procfs_control()
136 if (p->p_flags & P_TRACED) in procfs_control()
151 p->p_flags |= P_TRACED; in procfs_control()
199 if ((p->p_flags & P_TRACED) == 0) in procfs_control()
203 p->p_flags &= ~P_TRACED; in procfs_control()
222 p->p_flags &= ~P_WAITED; /* XXX ? */ in procfs_control()
252 if (p->p_flags & P_TRACED) { in procfs_control()
255 (p->p_flags & P_TRACED) && in procfs_control()
H A Dprocfs_regs.c58 if ((p->p_flags & P_INEXEC) != 0) in procfs_doregs()
82 return ((lp->lwp_proc->p_flags & P_SYSTEM) == 0); in procfs_validregs()
H A Dprocfs_fpregs.c57 if ((p->p_flags & P_INEXEC) != 0) in procfs_dofpregs()
81 return ((lp->lwp_proc->p_flags & P_SYSTEM) == 0); in procfs_validfpregs()
H A Dprocfs_dbregs.c60 if ((p->p_flags & P_INEXEC) != 0) in procfs_dodbregs()
83 return ((lp->lwp_proc->p_flags & P_SYSTEM) == 0); in procfs_validdbregs()
H A Dprocfs_status.c102 if ((p->p_flags & P_CONTROLT) && (tp = sess->s_ttyp)) in procfs_dostatus()
204 (p->p_flags & P_INEXEC) == 0 && in procfs_docmdline()
221 (p->p_flags & P_INEXEC) == 0 && in procfs_docmdline()
238 (p->p_flags & P_INEXEC) == 0 && in procfs_docmdline()
H A Dprocfs_mem.c87 if ((p->p_flags & (P_WEXIT | P_INEXEC)) || vmspace_getrefs(vm) < 0) in procfs_rwmem()
184 if ((p->p_flags & P_INEXEC) != 0) { in procfs_domem()
H A Dprocfs_vnops.c193 if ((p2->p_flags & P_INEXEC) != 0) { in procfs_open()
297 if ((procp->p_flags & P_INEXEC) != 0) { in procfs_ioctl()
369 if (procp->p_flags & P_POSTEXIT) { in procfs_ioctl()
373 if (procp->p_flags & P_INEXEC) { in procfs_ioctl()
582 if (procp->p_flags & P_SUGID) { in procfs_getattr()
671 if (procp->p_flags & P_SUGID) in procfs_getattr()
/dragonfly/sbin/ifconfig/
H A Difwg.c187 wg_peer->p_flags |= WG_PEER_HAS_PUBLIC; in wg_setpeer()
197 wg_peer->p_flags |= WG_PEER_REMOVE; in wg_unsetpeer()
233 wg_peer->p_flags |= WG_PEER_REPLACE_AIPS; in wg_setpeeraip()
250 wg_peer->p_flags |= WG_PEER_HAS_PSK; in wg_setpeerpsk()
264 wg_peer->p_flags |= WG_PEER_HAS_PSK; in wg_unsetpeerpsk()
282 wg_peer->p_flags |= WG_PEER_HAS_PKA; in wg_setpeerpka()
295 wg_peer->p_flags |= WG_PEER_HAS_PKA; in wg_unsetpeerpka()
314 wg_peer->p_flags |= WG_PEER_HAS_ENDPOINT; in wg_setpeerendpoint()
328 wg_peer->p_flags |= WG_PEER_SET_DESCRIPTION; in wg_setpeerdesc()
341 wg_peer->p_flags |= WG_PEER_SET_DESCRIPTION; in wg_unsetpeerdesc()
[all …]
/dragonfly/sys/kern/
H A Dkern_exit.c197 if (p->p_flags & P_WEXIT) { in killalllwps()
201 p->p_flags |= P_WEXIT; in killalllwps()
239 p->p_flags &= ~P_WEXIT; in killalllwps()
364 if (p->p_flags & P_PROFIL) in exit1()
508 if (p->p_flags & P_PPWAIT) { in exit1()
572 if (q->p_flags & P_TRACED) { in exit1()
573 q->p_flags &= ~P_TRACED; in exit1()
635 p->p_flags &= ~P_TRACED; in exit1()
1368 p->p_flags |= P_WAITED; in kern_wait()
1377 if (p->p_flags & P_TRACED) in kern_wait()
[all …]
H A Dsys_process.c314 if (p->p_flags & P_SYSTEM) { in kern_ptrace()
321 if ((p->p_flags & P_INEXEC) != 0) { in kern_ptrace()
344 if (p->p_flags & P_TRACED) { in kern_ptrace()
350 if (curp->p_flags & P_TRACED) in kern_ptrace()
360 (p->p_flags & P_SUGID)) { in kern_ptrace()
408 if ((p->p_flags & P_TRACED) == 0) { in kern_ptrace()
423 (p->p_flags & P_WAITED) == 0) { in kern_ptrace()
462 p->p_flags |= P_TRACED; in kern_ptrace()
470 p->p_flags |= P_TRACED; in kern_ptrace()
519 p->p_flags &= ~(P_TRACED | P_WAITED); in kern_ptrace()
H A Dkern_sig.c732 (p->p_flags & P_SYSTEM) || in dokillpg()
816 if (p->p_flags & P_WEXIT) { in kern_kill()
1160 if (p->p_flags & P_WEXIT) in lwpsignal()
1242 p->p_flags &= ~P_CONTINUED; in lwpsignal()
1269 if (p->p_flags & P_TRACED) { in lwpsignal()
1306 p->p_flags |= P_CONTINUED; in lwpsignal()
1406 if (p->p_flags & P_PPWAIT) { in lwpsignal()
1645 p->p_flags &= ~P_WAITED; in proc_stop()
2002 if (p->p_flags & P_PPWAIT) in issignal()
2024 if (p->p_flags & P_PPWAIT) in issignal()
[all …]
H A Dkern_fork.c505 if (p1->p_flags & P_PROFIL) in fork1()
510 p2->p_flags |= P_JAILED; in fork1()
589 p2->p_flags |= p1->p_flags & P_SUGID; in fork1()
590 if (p1->p_session->s_ttyvp != NULL && (p1->p_flags & P_CONTROLT)) in fork1()
591 p2->p_flags |= P_CONTROLT; in fork1()
593 p2->p_flags |= P_PPWAIT; in fork1()
860 destproc->p_flags |= P_MAYBETHREADED; in lwp_fork2()
973 while ((pflags = p2->p_flags) & P_PPWAIT) { in start_forked_proc()
976 if (atomic_cmpset_int(&p2->p_flags, pflags, pflags)) in start_forked_proc()
H A Dkern_exec.c470 p->p_flags |= P_EXEC; in kern_execve()
471 if (p->p_pptr && (p->p_flags & P_PPWAIT)) { in kern_execve()
474 atomic_clear_int(&p->p_flags, P_PPWAIT); in kern_execve()
487 (p->p_flags & P_TRACED) == 0) { in kern_execve()
525 p->p_flags &= ~P_SUGID; in kern_execve()
564 p->p_flags &= ~P_INEXEC; in kern_execve()
574 if (p->p_flags & P_TRACED) in kern_execve()
637 p->p_flags &= ~P_INEXEC; in kern_execve()
928 p->p_flags |= P_INEXEC; in exec_new_vmspace()
947 PSTALL(p, "exec1", ((p->p_flags & P_PPWAIT) ? 1 : 0)); in exec_new_vmspace()
/dragonfly/contrib/elftoolchain/libelf/
H A Dgelf_phdr.c82 d->p_flags = ep32->p_flags; in gelf_getphdr()
168 ph32->p_flags = s->p_flags; in gelf_update_phdr()
/dragonfly/contrib/gdb-7/gdb/
H A Dgcore.c363 int p_flags = 0; in make_output_phdrs() local
374 p_flags |= PF_R; /* Segment is readable. */ in make_output_phdrs()
376 p_flags |= PF_W; /* Segment is writable. */ in make_output_phdrs()
378 p_flags |= PF_X; /* Segment is executable. */ in make_output_phdrs()
380 bfd_record_phdr (obfd, p_type, 1, p_flags, 0, 0, 0, 0, 1, &osec); in make_output_phdrs()
/dragonfly/contrib/gdb-7/include/elf/
H A Dexternal.h96 unsigned char p_flags[4]; /* Segment flags */ member
102 unsigned char p_flags[4]; /* Segment flags */ member
/dragonfly/usr.bin/gcore/
H A Delfcore.c181 phdr->p_flags = 0; in cb_put_phdr()
183 phdr->p_flags |= PF_R; in cb_put_phdr()
185 phdr->p_flags |= PF_W; in cb_put_phdr()
187 phdr->p_flags |= PF_X; in cb_put_phdr()
321 phdr->p_flags = 0; in elf_puthdr()
/dragonfly/contrib/binutils-2.27/include/elf/
H A Dexternal.h95 unsigned char p_flags[4]; /* Segment flags */ member
101 unsigned char p_flags[4]; /* Segment flags */ member
/dragonfly/contrib/binutils-2.34/include/elf/
H A Dexternal.h95 unsigned char p_flags[4]; /* Segment flags */ member
101 unsigned char p_flags[4]; /* Segment flags */ member
/dragonfly/sbin/route/
H A Dshow.c93 static void p_flags(int, const char *);
238 p_flags(rtm->rtm_flags & interesting, "%-6.6s "); in p_rtentry()
396 p_flags(int f, const char *format) in p_flags() function
/dragonfly/sys/platform/vkernel64/x86_64/
H A Dtrap.c196 if (p->p_flags & P_PROFIL) { in userret()
223 if (p->p_flags & (P_SIGVTALRM | P_SIGPROF)) { in userret()
225 if (p->p_flags & P_SIGVTALRM) { in userret()
226 p->p_flags &= ~P_SIGVTALRM; in userret()
229 if (p->p_flags & P_SIGPROF) { in userret()
230 p->p_flags &= ~P_SIGPROF; in userret()
1312 if (p->p_flags & P_WEXIT) { in generic_lwp_return()
/dragonfly/sys/platform/pc64/x86_64/
H A Dtrap.c229 if (__predict_false(p->p_flags & P_PROFIL)) { in userret()
259 if (__predict_false(p->p_flags & (P_SIGVTALRM | P_SIGPROF))) { in userret()
261 if (p->p_flags & P_SIGVTALRM) { in userret()
262 p->p_flags &= ~P_SIGVTALRM; in userret()
265 if (p->p_flags & P_SIGPROF) { in userret()
266 p->p_flags &= ~P_SIGPROF; in userret()
1488 if (p->p_flags & P_WEXIT) { in generic_lwp_return()
/dragonfly/contrib/binutils-2.34/elfcpp/
H A Delfcpp_internal.h120 Elf_Word p_flags;
128 Elf_Word p_flags;
/dragonfly/contrib/binutils-2.27/elfcpp/
H A Delfcpp_internal.h120 Elf_Word p_flags;
128 Elf_Word p_flags;

12345