Searched refs:monitor (Results 1 - 11 of 11) sorted by relevance

/ast/src/cmd/3d/
H A D3d.h345 #define monitored() ((state.path.monitor&&!state.path.mount)?state.path.monitor:(Mount_t*)0)
346 #define mounted() ((state.path.monitor&&state.path.mount)?state.path.monitor:(Mount_t*)0)
356 #define fsmonitored(p) ((state.path.monitor=getmount((p),NiL))&&(state.path.monitor->fs->flags&(FS_ERROR|FS_MONITOR|FS_ON))==(FS_MONITOR|FS_ON))
389 Mount_t* monitor; member in struct:__anon5
444 short monitor; member in struct:__anon7::__anon8
H A Dmkdir3d.c144 fscall(state.path.monitor, MSG_mkdir, 0, state.path.name, state.path.st.st_mode);
H A Dfs.c65 * generate phony monitor open for fd inherited from parent
146 * state.path.monitor set if monitor or name service mount
182 state.path.monitor = 0;
227 state.path.monitor = mp;
231 else state.path.monitor = mp;
384 state.path.monitor = mp;
H A Dopen3d.c161 if ((r = OPEN((!path || *path) ? path : state.dot, oflag, mode)) < 0 || !state.call.monitor || state.in_2d == 1 || FSTAT(r, &st))
H A Dpathreal.c160 if (mounted() && (sp = fsreal(state.path.monitor, MSG_stat, state.path.mount)))
H A Dinit.c112 n += sfsprintf(buf + n, 0, "/monitor");
441 else state.call.monitor++;
937 bprintf(&b, e, " call %u.%u", state.call.monitor, state.call.name);
984 if (fs->flags & FS_MONITOR) bprintf(&b, e, " monitor");
/ast/src/cmd/ksh93/tests/
H A Dpty.sh44 set -o monitor
53 [[ $x == *Stop* ]] && err_exit 'monitor mode enabled incorrectly causes job to stop'
H A Dsignal.sh111 set -o monitor
H A Doptions.sh236 keyword log markdirs monitor notify \
/ast/src/cmd/ksh93/sh/
H A Dargs.c785 int monitor, fd, pv[3]; local
806 if(monitor = (sh_isstate(SH_MONITOR)!=0))
820 if(monitor)
H A Dsubshell.c92 char monitor; member in struct:subshell
595 sp->monitor = (sh_isstate(SH_MONITOR)!=0);
655 if(sp->monitor)

Completed in 30 milliseconds