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

/ast/src/cmd/3d/
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;
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))
546 fs->flags |= FS_INIT;
597 fs->flags &= ~FS_INIT;
H A D3d.h320 #define FS_INIT (1<<8) 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))
H A Dinit.c73 if (!(fs->flags & (FS_ERROR|FS_INIT)) && (fs->flags & (FS_BOUND|FS_OPEN)) && (!x || x == fs->key))
267 if (fs == &state.fs[FS_safe] && !(fs->flags & FS_INIT))
366 fs->flags |= FS_LOAD|FS_INIT|FS_ON;
975 if (fs->flags & FS_INIT) bprintf(&b, e, " init");
1571 state.fs[FS_safe].flags |= FS_INIT;
1711 state.fs[FS_safe].flags &= ~FS_INIT;

Completed in 45 milliseconds