Lines Matching refs:ERROR
48 #define ERROR(fmt, ...) \ macro
238 ERROR("Error %d: open(\"%s\", O_WRONLY)\n", errno, file); in drop_caches()
244 ERROR("Error %d: write(%d, \"3\", 1)\n", errno, fd); in drop_caches()
251 ERROR("Error %d: close(%d)\n", errno, fd); in drop_caches()
363 ERROR("Error %d: malloc(%d) bytes for file name\n", rc, in create_files()
373 ERROR("Error %d: path too long\n", rc); in create_files()
382 ERROR("Error %d: unlink(%s)\n", errno, file); in create_files()
389 ERROR("Error %d: open(%s, O_CREATE, 0644)\n", in create_files()
397 ERROR("Error %d: close(%d)\n", errno, rc); in create_files()
453 ERROR("Error %d: malloc(%d) bytes for xattr value\n", rc, in setxattrs()
462 ERROR("Error %d: malloc(%d) bytes for file name\n", rc, in setxattrs()
472 ERROR("Error %d: path too long\n", rc); in setxattrs()
490 ERROR("Error %d: lsetxattr(%s, %s, ..., %d)\n", in setxattrs()
530 ERROR("Error %d: malloc(%d) bytes for xattr verify\n", rc, in getxattrs()
538 ERROR("Error %d: malloc(%d) bytes for xattr value\n", rc, in getxattrs()
551 ERROR("Error %d: malloc(%d) bytes for file name\n", rc, in getxattrs()
561 ERROR("Error %d: path too long\n", rc); in getxattrs()
573 ERROR("Error %d: lgetxattr(%s, %s, ..., %d)\n", in getxattrs()
589 ERROR("Error %d: verify failed\n " in getxattrs()
630 ERROR("Error %d: malloc(%d) bytes for file name\n", in unlink_files()
640 ERROR("Error %d: path too long\n", rc); in unlink_files()
649 ERROR("Error %d: unlink(%s)\n", errno, file); in unlink_files()
682 ERROR("Error %d: get_random_bytes() wanted %zd " in main()