Searched defs:fuse_main (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libfuse/common/
H A Dfuse_common.h217 # undef fuse_main macro
H A Dfuse.h482 int fuse_main(int argc, char *argv[], const struct fuse_operations *op,
485 #define fuse_main(argc, argv, op, user_data) \ macro
582 * Do not call this directly, use fuse_main()
757 /** This is the part of fuse_main() before the event loop */
763 /** This is the part of fuse_main() after the event loop */
796 # undef fuse_main macro
798 # define fuse_main(argc, argv, op) \ macro
805 # define fuse_main(argc, argv, op) \ macro
821 # define fuse_main fuse_main_compat2 macro
830 # define fuse_main fuse_main_compat macro
[all...]
H A Dfuse_uvfs.c1853 #undef fuse_main macro
1855 fuse_main(void) function

Completed in 288 milliseconds