Searched refs:fs3d_mount (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/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*);
|
/illumos-gate/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_*));
|
/illumos-gate/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_*));
|
/illumos-gate/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_*));
|
/illumos-gate/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_*));
|
/illumos-gate/usr/src/lib/libast/common/misc/ |
H A D | fs3d.c | 102 * user code that includes <fs3d.h> will have mount() mapped to fs3d_mount() 113 fs3d_mount(const char* source, char* target, int flags, void* data) function
|
Completed in 82 milliseconds