Home
last modified time | relevance | path

Searched refs:FS3D_VIEW (Results 1 – 16 of 16) sorted by relevance

/titanic_51/usr/src/contrib/ast/src/lib/libast/misc/
H A Dfs3d.c59 if (FS3D_op(op) == FS3D_OP_INIT && mount(FS3D_init, NiL, FS3D_VIEW, NiL)) in fs3d()
61 if (mount(on, val, FS3D_VIEW|FS3D_GET|FS3D_SIZE(sizeof(val)), NiL)) in fs3d()
91 if (v && mount(v, NiL, FS3D_VIEW, NiL)) in fs3d()
H A Dgetcwd.c187 if (fs3d(FS3D_TEST) && (namlen = mount(".", dots, FS3D_GET|FS3D_VIEW|FS3D_SIZE(sizeof(dots)), NiL)) > 1 && namlen < sizeof(dots))
/titanic_51/usr/src/lib/libast/common/misc/
H A Dfs3d.c59 if (FS3D_op(op) == FS3D_OP_INIT && mount(FS3D_init, NiL, FS3D_VIEW, NiL)) in fs3d()
61 if (mount(on, val, FS3D_VIEW|FS3D_GET|FS3D_SIZE(sizeof(val)), NiL)) in fs3d()
91 if (v && mount(v, NiL, FS3D_VIEW, NiL)) in fs3d()
H A Dgetcwd.c145 …if (fs3d(FS3D_TEST) && (namlen = mount(".", dots, FS3D_GET|FS3D_VIEW|FS3D_SIZE(sizeof(dots)), NiL)…
/titanic_51/usr/src/lib/libast/common/include/
H A Dfs3d.h91 #define FS3D_ALL (FS3D_VIEW|FS3D_VERSION)
92 #define FS3D_VIEW 002 macro
/titanic_51/usr/src/lib/libast/i386/include/ast/
H A Dfs3d.h100 #define FS3D_ALL (FS3D_VIEW|FS3D_VERSION)
101 #define FS3D_VIEW 002 macro
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/
H A Dfs3d.h96 #define FS3D_ALL (FS3D_VIEW|FS3D_VERSION)
97 #define FS3D_VIEW 002 macro
/titanic_51/usr/src/lib/libast/amd64/include/ast/
H A Dfs3d.h100 #define FS3D_ALL (FS3D_VIEW|FS3D_VERSION)
101 #define FS3D_VIEW 002 macro
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/
H A Dfs3d.h100 #define FS3D_ALL (FS3D_VIEW|FS3D_VERSION)
101 #define FS3D_VIEW 002 macro
/titanic_51/usr/src/lib/libast/sparc/include/ast/
H A Dfs3d.h100 #define FS3D_ALL (FS3D_VIEW|FS3D_VERSION)
101 #define FS3D_VIEW 002 macro
/titanic_51/usr/src/lib/libshell/common/bltins/
H A Dcd_pwd.c241 if(shp->lim.fs3d && (flag = mount(e_dot,NIL(char*),FS3D_GET|FS3D_VIEW,0))>=0) in b_pwd()
244 mount(e_dot,cp,FS3D_GET|FS3D_VIEW|FS3D_SIZE(flag),0); in b_pwd()
H A Dmisc.c516 flag = FS3D_VIEW; in b_vpath()
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dcd_pwd.c245 if(shp->gd->lim.fs3d && (flag = mount(e_dot,NIL(char*),FS3D_GET|FS3D_VIEW,0))>=0) in b_pwd()
248 mount(e_dot,cp,FS3D_GET|FS3D_VIEW|FS3D_SIZE(flag),0); in b_pwd()
H A Dmisc.c520 flag = FS3D_VIEW; in b_vpath()
589 errormsg(SH_DICT,ERROR_exit(1),(argc>1)?e_cantset:e_cantget,(flag&FS3D_VIEW)?e_mapping:e_versions); in b_vpath()
/titanic_51/usr/src/lib/libshell/common/sh/
H A Dinit.c812 mount((mode?newp:""),oldp,FS3D_VIEW,0); in vpath_set()
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dinit.c943 mount((mode?newp:""),oldp,FS3D_VIEW,0); in vpath_set()