Searched refs:FS3D_VIEW (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | fs3d.c | 59 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 D | getcwd.c | 187 …if (fs3d(FS3D_TEST) && (namlen = mount(".", dots, FS3D_GET|FS3D_VIEW|FS3D_SIZE(sizeof(dots)), NiL)…
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | fs3d.h | 96 #define FS3D_ALL (FS3D_VIEW|FS3D_VERSION) 97 #define FS3D_VIEW 002 macro
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/ |
H A D | cd_pwd.c | 245 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 D | misc.c | 520 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()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | init.c | 943 mount((mode?newp:""),oldp,FS3D_VIEW,0); in vpath_set()
|