Searched refs:fs3d_mount (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/lib/libast/common/include/ |
H A D | fs3d.h | 99 #define mount(s,t,f,d) fs3d_mount(s,t,f,d) 107 extern int fs3d_mount(const char*, char*, int, void*);
|
/titanic_41/usr/src/lib/libast/amd64/include/ast/ |
H A D | fs3d.h | 108 #define mount(s,t,f,d) fs3d_mount(s,t,f,d) 117 extern __MANGLE__ int fs3d_mount __PROTO__((const char*, char*, int, __V_*));
|
/titanic_41/usr/src/lib/libast/sparc/include/ast/ |
H A D | fs3d.h | 108 #define mount(s,t,f,d) fs3d_mount(s,t,f,d) 117 extern __MANGLE__ int fs3d_mount __PROTO__((const char*, char*, int, __V_*));
|
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | fs3d.h | 108 #define mount(s,t,f,d) fs3d_mount(s,t,f,d) 117 extern __MANGLE__ int fs3d_mount __PROTO__((const char*, char*, int, __V_*));
|
/titanic_41/usr/src/lib/libast/i386/include/ast/ |
H A D | fs3d.h | 108 #define mount(s,t,f,d) fs3d_mount(s,t,f,d) 117 extern __MANGLE__ int fs3d_mount __PROTO__((const char*, char*, int, __V_*));
|
/titanic_41/usr/src/lib/libast/common/misc/ |
H A D | fs3d.c | 113 fs3d_mount(const char* source, char* target, int flags, void* data) in fs3d_mount() function
|
/titanic_41/usr/src/lib/libast/ |
H A D | mapfile-vers | 467 fs3d_mount;
|
/titanic_41/usr/src/lib/libast/common/ |
H A D | RELEASE | 81 09-01-28 include/fs3d.h,misc/fs3d.c: mount() => fs3d_mount() for diff std prototypes
|