Searched refs:p_lflag (Results 1 - 25 of 27) sorted by relevance

12

/darwin-on-arm/xnu/bsd/kern/
H A Dmach_process.c133 if (ISSET(p->p_lflag, P_LTRACED)) {
142 SET(p->p_lflag, P_LNOATTACH);
161 SET(p->p_lflag, P_LTRACED);
177 if (ISSET(p->p_lflag, P_LTRACED)) {
178 SET(p->p_lflag, P_LSIGEXC);
214 SET(t->p_lflag, P_LTRACED);
216 SET(t->p_lflag, P_LSIGEXC);
246 if (ISSET(t->p_lflag, P_LNOATTACH)) {
260 if (!ISSET(t->p_lflag, P_LTRACED)) {
305 CLR(t->p_lflag, P_LTRACE
[all...]
H A Dkern_sig.c445 if ((p->p_lflag & P_LINVFORK) && p->p_vforkact) {
478 if ((p->p_lflag & P_LINVFORK) && p->p_vforkact) {
508 if ((p->p_lflag & P_LINVFORK) && p->p_vforkact) {
538 if ((p->p_lflag & P_LINVFORK) && p->p_vforkact) {
1251 if ((p->p_lflag & P_LINVFORK) && p->p_vforkact) {
1643 if (!(p->p_lflag & P_LTRACED) && (p->p_sigignore & mask)) {
1667 if ((p->p_lflag & P_LINVFORK) && p->p_vforkact) {
1765 ISSET(sig_proc->p_lflag, P_LEXIT))
1786 if (((flavor & PSIG_VFORK) == 0) && ((sig_proc->p_lflag & P_LTRACED) == 0) && (sig_proc->p_sigignore & mask)) {
1817 if (sig_proc->p_lflag
[all...]
H A Dkern_exit.c348 p->p_lflag |= P_LEXIT;
377 (p->p_pptr->p_lflag & P_LNOATTACH)) {
424 p->p_lflag &= ~(P_LTRACED | P_LPPWAIT);
448 if( !(p->p_lflag & P_LEXIT)) {
453 p->p_lflag |= P_LEXIT;
463 p->p_lflag |= P_LPEXIT;
470 if ((p->p_lflag & P_LINSIGNAL) || (p->p_sigwaitcnt > 0)) {
472 while ((p->p_lflag & P_LINSIGNAL) || (p->p_sigwaitcnt > 1))
681 if (q->p_lflag & P_LTRACED) {
693 q->p_lflag
[all...]
H A Dkern_proc.c717 retval = p->p_lflag & P_LEXIT;
2596 while ((p->p_lflag & P_LINTRANSIT) == P_LINTRANSIT) {
2597 if ((p->p_lflag & P_LTRANSCOMMIT) == P_LTRANSCOMMIT) {
2602 p->p_lflag |= P_LTRANSWAIT;
2603 msleep(&p->p_lflag, &p->p_mlock, 0, "proc_signstart", NULL);
2605 p->p_lflag |= P_LINTRANSIT;
2618 assert ((p->p_lflag & P_LINTRANSIT) == P_LINTRANSIT);
2620 p->p_lflag |= P_LTRANSCOMMIT;
2622 if ((p->p_lflag & P_LTRANSWAIT) == P_LTRANSWAIT) {
2623 p->p_lflag
[all...]
H A Dkern_resource.c373 if ((curp->p_lflag & P_LPTERMINATE) != 0)
398 if ((p->p_lflag & P_LPTERMINATE) != 0) {
1117 while (p->p_lflag & P_LLIMCHANGE) {
1118 p->p_lflag |= P_LLIMWAIT;
1121 p->p_lflag |= P_LLIMCHANGE;
1131 p->p_lflag &= ~P_LLIMCHANGE;
1132 if (p->p_lflag & P_LLIMWAIT) {
1133 p->p_lflag &= ~P_LLIMWAIT;
H A Dkern_fork.c173 parent_proc->p_lflag |= P_LVFORK;
198 parent_proc->p_lflag &= ~P_LVFORK;
483 child_proc->p_lflag |= P_LINVFORK;
509 child_proc->p_lflag |= P_LPPWAIT;
721 child_proc->p_lflag &= ~P_LINVFORK;
1338 if ((parent_proc->p_lflag & P_LREGISTER) != 0) {
1339 child_proc->p_lflag |= P_LREGISTER;
H A Dkern_shutdown.c287 ||((delayterm == 0) && ((p->p_lflag& P_LDELAYTERM) == P_LDELAYTERM))
334 ||((delayterm == 0) && ((p->p_lflag& P_LDELAYTERM) == P_LDELAYTERM))) {
H A Dbsd_stubs.c99 if ((p->p_lflag & P_LINVFORK) == 0)
H A Dkern_exec.c912 if (!vfexec && !spawn && (p->p_lflag & P_LTRACED))
1183 if (p->p_pptr && (p->p_lflag & P_LPPWAIT)) {
1185 p->p_lflag &= ~P_LPPWAIT;
1194 if (vfexec && (p->p_lflag & P_LTRACED)) {
1295 * the proc lock to check p_lflag initially, and the transition
1300 if (p->p_lflag & P_LEXIT) {
2120 if (imgp != NULL && spawn_no_exec && (p->p_lflag & P_LTRACED)) {
2152 p->p_lflag |= P_LINVFORK;
2165 p->p_lflag &= ~P_LINVFORK;
3102 if ((vp->v_mount->mnt_flag & MNT_NOSUID) || (p->p_lflag
[all...]
H A Dproc_info.c238 if ((p->p_ppid != (pid_t)typeinfo) && (((p->p_lflag & P_LTRACED) == 0) || (p->p_oppid != (pid_t)typeinfo)))
515 if ((p->p_lflag & P_LTRACED) == P_LTRACED)
517 if ((p->p_lflag & P_LEXIT) == P_LEXIT)
519 if ((p->p_lflag & P_LPPWAIT) == P_LPPWAIT)
604 if ((p->p_lflag & P_LTRACED) == P_LTRACED)
606 if ((p->p_lflag & P_LEXIT) == P_LEXIT)
608 if ((p->p_lflag & P_LPPWAIT) == P_LPPWAIT)
1781 pself->p_lflag |= P_LVMRSRCOWNER;
2048 if ((p->p_lflag & P_LPTERMINATE) != 0) {
2052 p->p_lflag |
[all...]
H A Dkern_sysctl.c1620 if (p->p_lflag & P_LTRACED)
1622 if (p->p_lflag & P_LPPWAIT)
1624 if (p->p_lflag & P_LEXIT)
1670 if (p->p_lflag & P_LTRACED)
1672 if (p->p_lflag & P_LPPWAIT)
1674 if (p->p_lflag & P_LEXIT)
2721 int error = sysctl_io_number(req, (req->p->p_lflag & P_LDELAYTERM)? 1: 0, sizeof(int), &new_value, &changed);
2725 req->p->p_lflag |= P_LDELAYTERM;
2727 req->p->p_lflag &= ~P_LDELAYTERM;
2751 else if (p->p_lflag
[all...]
H A Dbsd_init.c544 kernproc->p_lflag = 0;
H A Dpthread_synch.c215 if ((p->p_lflag & P_LREGISTER) == 0)
473 if ((p->p_lflag & P_LREGISTER) != 0)
1148 if ((p->p_lflag & P_LREGISTER) == 0)
1260 if ((p->p_lflag & P_LREGISTER) == 0)
H A Dtty.c1091 (p->p_lflag & P_LPPWAIT) == 0 &&
1969 p->p_lflag & P_LPPWAIT) {
2321 ISSET(tp->t_lflag, TOSTOP) && (p->p_lflag & P_LPPWAIT) == 0 &&
H A Dtty_pty.c287 p->p_lflag & P_LPPWAIT) {
H A Dkern_prot.c535 if (p->p_pgrpid == p->p_pid || (pg = pgfind(p->p_pid)) || p->p_lflag & P_LINVFORK) {
H A Dtty_ptmx.c672 p->p_lflag & P_LPPWAIT) {
H A Dkdebug.c1175 if (p->p_lflag & P_LEXIT)
H A Dkern_event.c494 if ((p->p_lflag & P_LTRACED) != 0 &&
/darwin-on-arm/xnu/bsd/sys/
H A Dsignalvar.h122 | (((p)->p_lflag & P_LTRACED) ? 0 : (p)->p_sigignore)) \
H A Dproc_internal.h253 unsigned int p_lflag; /* local flags (PL) */ member in struct:proc
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dfasttrap_isa.c739 if (ISSET(current_proc()->p_lflag, P_LNOATTACH)) {
1000 while (p->p_lflag & P_LINVFORK)
1056 if (ISSET(current_proc()->p_lflag, P_LNOATTACH)) {
1559 while (p->p_lflag & P_LINVFORK)
1598 if (ISSET(current_proc()->p_lflag, P_LNOATTACH)) {
2191 while (p->p_lflag & P_LINVFORK) {
/darwin-on-arm/xnu/security/
H A Dmac_base.c2287 !(p->p_lflag & P_LTRACED && (p->p_lflag & P_LPPWAIT) == 0))
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dfasttrap.c1489 if (p->p_lflag & (P_LINVFORK | P_LEXIT)) {
/darwin-on-arm/xnu/bsd/vfs/
H A Dkpi_vfs.c1317 if (proc != NULL && (proc->p_fd == NULL || (proc->p_lflag & P_LVFORK)))
1735 if (proc->p_lflag & P_LRAGE_VNODES) {

Completed in 225 milliseconds

12