Home
last modified time | relevance | path

Searched refs:FS3D_op (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/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()
75 switch (FS3D_op(op)) in fs3d()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dfs3d.h83 #define FS3D_op(x) ((x)&07) macro