Searched refs:monitor (Results 1 - 11 of 11) sorted by relevance
/ast/src/cmd/3d/ |
H A D | 3d.h | 345 #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 D | mkdir3d.c | 144 fscall(state.path.monitor, MSG_mkdir, 0, state.path.name, state.path.st.st_mode);
|
H A D | fs.c | 65 * 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 D | open3d.c | 161 if ((r = OPEN((!path || *path) ? path : state.dot, oflag, mode)) < 0 || !state.call.monitor || state.in_2d == 1 || FSTAT(r, &st))
|
H A D | pathreal.c | 160 if (mounted() && (sp = fsreal(state.path.monitor, MSG_stat, state.path.mount)))
|
H A D | init.c | 112 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 D | pty.sh | 44 set -o monitor 53 [[ $x == *Stop* ]] && err_exit 'monitor mode enabled incorrectly causes job to stop'
|
H A D | signal.sh | 111 set -o monitor
|
H A D | options.sh | 236 keyword log markdirs monitor notify \
|
/ast/src/cmd/ksh93/sh/ |
H A D | args.c | 785 int monitor, fd, pv[3]; local 806 if(monitor = (sh_isstate(SH_MONITOR)!=0)) 820 if(monitor)
|
H A D | subshell.c | 92 char monitor; member in struct:subshell 595 sp->monitor = (sh_isstate(SH_MONITOR)!=0); 655 if(sp->monitor)
|
Completed in 30 milliseconds