Home
last modified time | relevance | path

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

/titanic_51/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)) > 1 && namlen < sizeof(dots))
/titanic_51/usr/src/lib/libast/common/misc/
H A Dfs3d.c61 if (mount(on, val, FS3D_VIEW|FS3D_GET|FS3D_SIZE(sizeof(val)), 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.h95 #define FS3D_SIZE(n) ((n)<<4) macro
/titanic_51/usr/src/lib/libast/i386/include/ast/
H A Dfs3d.h104 #define FS3D_SIZE(n) ((n)<<4) macro
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/
H A Dfs3d.h100 #define FS3D_SIZE(n) ((n)<<4) macro
/titanic_51/usr/src/lib/libast/amd64/include/ast/
H A Dfs3d.h104 #define FS3D_SIZE(n) ((n)<<4) macro
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/
H A Dfs3d.h104 #define FS3D_SIZE(n) ((n)<<4) macro
/titanic_51/usr/src/lib/libast/sparc/include/ast/
H A Dfs3d.h104 #define FS3D_SIZE(n) ((n)<<4) macro
/titanic_51/usr/src/lib/libshell/common/bltins/
H A Dcd_pwd.c244 mount(e_dot,cp,FS3D_GET|FS3D_VIEW|FS3D_SIZE(flag),0); in b_pwd()
H A Dmisc.c546 n = mount(*argv,vend,flag|FS3D_SIZE(n),0); in b_vpath()
/titanic_51/usr/src/lib/libast/common/path/
H A Dpathkey.c96 …if (fs3d(FS3D_TEST) && (c = mount(path, tmp, FS3D_GET|FS3D_ALL|FS3D_SIZE(PATH_MAX), NiL)) > 1 && c… in pathkey()
/titanic_51/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)) > 1 && c < PATH_MAX) in pathkey_20100601()
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dcd_pwd.c248 mount(e_dot,cp,FS3D_GET|FS3D_VIEW|FS3D_SIZE(flag),0); in b_pwd()
H A Dmisc.c554 n = mount(*argv,vend,flag|FS3D_SIZE(n),0); in b_vpath()