Home
last modified time | relevance | path

Searched refs:FS3D_GET (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/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.c550 flag |= FS3D_GET; in b_vpath()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dfs3d.c61 if (mount(on, val, FS3D_VIEW|FS3D_GET|FS3D_SIZE(sizeof(val)), NiL)) in fs3d()
H A Dgetcwd.c187 …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 Dfs3d.h99 #define FS3D_GET 010 macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/path/
H A Dpathkey.c112 …if (!flags && fs3d(FS3D_TEST) && (c = mount(path, tmp, FS3D_GET|FS3D_ALL|FS3D_SIZE(PATH_MAX), NiL)… in pathkey_20100601()