Home | History | Annotate | Download | only in sdcard

Lines Matching refs:ERROR

69 #define ERROR(x...) fprintf(stderr,x)
171 ERROR("opendir %s failed: %s", path, strerror(errno));
233 ERROR("lstat('%s') errno %d\n", path, errno);
266 ERROR("opendir %s failed: %s", path, strerror(errno));
276 ERROR("strdup failed - out of memory\n");
380 ERROR("Zero refcnt %p\n", node);
415 /* XXX error? */
473 hdr.error = err;
476 // ERROR("*** %d ***\n", err);
488 hdr.error = 0;
498 ERROR("*** REPLY FAILED *** %d\n", errno);
530 ERROR("malformed header\n");
725 ERROR("RENAME remove_child not found");
758 ERROR("ERROR\n");
859 ERROR("ERROR\n");
925 ERROR("NOTIMPL op=%d uniq=%llx nid=%llx\n",
930 h.error = -ENOSYS;
948 ERROR("handle_fuse_requests: errno=%d\n", errno);
957 ERROR("usage: sdcard [-l -f] <path> <uid> <gid>\n\n\t-l force file names to lower case when creating new files\n\t-f fix up file system before starting (repairs bad file name case and group ownership)\n");
979 ERROR("too many arguments\n");
985 ERROR("no path specified\n");
989 ERROR("uid and gid must be nonzero\n");
998 ERROR("cannot open fuse device (%d)\n", errno);
1007 ERROR("cannot mount fuse filesystem (%d)\n", errno);
1012 ERROR("cannot setgid!\n");
1016 ERROR("cannot setuid!\n");