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

/freebsd-9.3-release/contrib/tcsh/
H A Dsh.proc.c159 int jobflags; local
329 jobflags = 0;
349 jobflags |= fp->p_flags;
356 if ((jobflags & (PRUNNING | PREPORTED)) == 0) {
364 if (jobflags & PSTOPPED) {
371 if (jobflags & PFOREGND) {
372 if (!(jobflags & (PSIGNALED | PSTOPPED | PPTIME) ||
374 jobflags & PAEXITED ||
379 if (jobflags & PINTERRUPTED) {
384 else if ((jobflags
486 int jobflags, reason; local
964 int jobflags, pstatus, pcond; local
1465 int jobflags = 0, err1 = 0; local
[all...]
/freebsd-9.3-release/sys/kern/
H A Dvfs_aio.c230 int jobflags; /* (a) job flags */ member in struct:aiocblist
250 /* jobflags */
976 aiocbe->jobflags |= AIOCBLIST_DONE;
978 aiocbe->jobflags |= AIOCBLIST_BUFDONE;
1007 if (aiocbe->jobflags & AIOCBLIST_CHECKSYNC) {
1680 aiocbe->jobflags = 0;
1752 cb->jobflags |= AIOCBLIST_CHECKSYNC;
1760 cb->jobflags |= AIOCBLIST_CHECKSYNC;

Completed in 125 milliseconds