Searched refs:fsfd (Results 1 - 6 of 6) sorted by relevance

/ast/src/cmd/3d/
H A Derror.c118 if ((fd = fsfd(&state.fs[FS_option])) <= 0 || level < error_info.trace || lib && (error_info.clear & ERROR_LIBRARY) || level < 0 && error_info.mask && !(error_info.mask & (1<<(-level - 1))))
H A Dfs.c55 if ((fd = fsfd(fs)) <= 0)
79 if (!(np = getmount(MNTNAM, NiL)) || (nd = fsfd(np->fs)) < 0)
122 if ((fd = fsfd(fs)) <= 0)
328 else if ((sp = (const char*)fsreal(mp, MSG_open, up)) && (fd = fsfd(mp->fs)) > 0)
H A D3d.h342 #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)) macro
H A Dvcs.c157 if ((fd = fsfd(state.vcs.fs)) < 0)
H A Dsyscall3d.c344 if (state.kernel || state.trace.pid <= 1 || (on = fsfd(&state.fs[FS_option])) <= 0 || !(state.test & 0100) && !(MSG_MASK(cp->call) & (state.trace.call & ~MSG_MASK(error_info.trace ? 0 : MSG_nop))))
H A Dinit.c886 if ((on = fsfd(&state.fs[FS_option])) <= 0) return;

Completed in 24 milliseconds