Searched refs:FS_ON (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/3d/
H A Dpipe3d.c38 if (r = (state.fs[FS_option].flags & FS_ON) != 0) state.fs[FS_option].flags &= ~FS_ON;
47 if (r) state.fs[FS_option].flags |= FS_ON;
H A Dfork3d.c56 if ((fs->flags & (FS_ERROR|FS_ON|FS_OPEN|FS_UNIQUE)) == (FS_ON|FS_OPEN|FS_UNIQUE))
61 switch (mp->fs->flags & (FS_ACTIVE|FS_ERROR|FS_GLOBAL|FS_MONITOR|FS_NAME|FS_ON))
63 case FS_ACTIVE|FS_ON:
84 case FS_ACTIVE|FS_GLOBAL|FS_MONITOR|FS_ON:
85 case FS_GLOBAL|FS_MONITOR|FS_ON:
86 case FS_ACTIVE|FS_MONITOR|FS_ON:
87 case FS_MONITOR|FS_ON:
H A D3d.h329 #define FS_ON (1L<<17) macro
342 #define fsfd(p) ((((p)->flags&(FS_ERROR|FS_ON|FS_OPEN))==(FS_ON|FS_OPEN))?(p)->fd:((((p)->flags&(FS_BOUND|FS_ERROR|FS_INIT|FS_ON))==(FS_BOUND|FS_ON))?fsinit(p,-1):-1))
343 #define fson(p) (((p)->flags&(FS_BOUND|FS_ERROR|FS_ON))==(FS_BOUND|FS_ON))
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))
H A Dfs.c202 n = FS_ERROR|FS_INIT|FS_LOCK|FS_NAME|FS_ON;
209 n = FS_ERROR|FS_INIT|FS_LOCK|FS_ON;
213 if (!mp || ((fs = mp->fs)->flags & n) != FS_ON)
236 else if (((fs = mp->fs)->flags & (FS_ERROR|FS_INIT|FS_LOCK|FS_ON)) != FS_ON)
543 if (fd < 0 && (fs->flags & (FS_BOUND|FS_ERROR|FS_INIT|FS_ON)) != (FS_BOUND|FS_ON) || state.kernel && (fs->flags & FS_GLOBAL))
547 if ((fs->flags & (FS_ON|FS_OPEN)) != (FS_ON|FS_OPEN))
590 fs->flags |= FS_ON|FS_OPE
[all...]
H A Dinit.c115 if (!(fs->flags & FS_ON))
164 ((fs->flags & FS_ON) ? 0 : 3) +
265 fs->flags |= FS_BOUND|FS_ON;
280 if (state.key.invert) fs->flags |= FS_ON;
281 else fs->flags &= ~FS_ON;
284 if (state.key.invert) fs->flags &= ~FS_ON;
285 else fs->flags |= FS_ON;
366 fs->flags |= FS_LOAD|FS_INIT|FS_ON;
986 if (!(fs->flags & FS_ON)) bprintf(&b, e, " off");
1574 fs->flags |= FS_ON;
[all...]

Completed in 16 milliseconds