Searched refs:jobflags (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/tcsh/
H A Dsh.proc.c153 int jobflags; local
328 jobflags = 0;
348 jobflags |= fp->p_flags;
355 if ((jobflags & (PRUNNING | PREPORTED)) == 0) {
363 if (jobflags & PSTOPPED) {
370 if (jobflags & PFOREGND) {
371 if (!(jobflags & (PSIGNALED | PSTOPPED | PPTIME) ||
373 jobflags & PAEXITED ||
378 if (jobflags & PINTERRUPTED) {
383 else if ((jobflags
485 int jobflags, reason; local
988 int jobflags, pstatus, pcond; local
1494 int jobflags = 0, err1 = 0; local
[all...]
/freebsd-11-stable/sys/kern/
H A Dvfs_aio.c227 /* jobflags */
505 MPASS(job->jobflags & KAIOCB_FINISHED);
582 if (job->jobflags & (KAIOCB_CANCELLED | KAIOCB_FINISHED))
584 MPASS((job->jobflags & KAIOCB_CANCELLING) == 0);
585 job->jobflags |= KAIOCB_CANCELLED;
605 job->jobflags |= KAIOCB_CANCELLING;
609 job->jobflags &= ~KAIOCB_CANCELLING;
610 if (job->jobflags & KAIOCB_FINISHED) {
892 MPASS(job->jobflags & KAIOCB_FINISHED);
918 if (job->jobflags
[all...]
/freebsd-11-stable/sys/sys/
H A Daio.h121 int jobflags; /* (a) job flags */ member in struct:kaiocb

Completed in 67 milliseconds