| /OK3568_Linux_fs/kernel/fs/squashfs/ |
| H A D | super.c | 47 errorf(fc, "Major/Minor mismatch, older Squashfs %d.%d " in supported_squashfs_filesystem() 51 errorf(fc, "Major/Minor mismatch, trying to mount newer " in supported_squashfs_filesystem() 53 errorf(fc, "Please update your kernel"); in supported_squashfs_filesystem() 59 errorf(fc, "Filesystem uses \"%s\" compression. This is not supported", in supported_squashfs_filesystem() 103 errorf(fc, "unable to read squashfs_super_block"); in squashfs_fill_super() 115 errorf(fc, "Can't find a SQUASHFS superblock on %pg", in squashfs_fill_super() 146 errorf(fc, "Page size > filesystem block size (%d). This is " in squashfs_fill_super() 206 errorf(fc, "Failed to allocate read_page block"); in squashfs_fill_super() 229 errorf(fc, "unable to read xattr id index table"); in squashfs_fill_super() 242 errorf(fc, "unable to read id index table"); in squashfs_fill_super() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/mtd/ |
| H A D | mtdsuper.c | 106 errorf(fc, "MTDSB: Device #%u doesn't appear to exist\n", mtdnr); in mtd_get_sb_by_nr() 152 errorf(fc, "MTD: MTD device with name \"%s\" not found", in get_tree_mtd() 175 errorf(fc, "MTD: Couldn't look up '%s': %d", fc->source, ret); in get_tree_mtd() 190 errorf(fc, "MTD: Attempt to mount non-MTD device \"%s\"", in get_tree_mtd()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/ply/ |
| H A D | lex.py | 661 self.errorf = { } # Error functions by state 680 self.errorf[s] = t 793 efunc = self.errorf.get(state,None) 975 lexobj.lexstateerrorf = linfo.errorf 976 lexobj.lexerrorf = linfo.errorf.get("INITIAL",None) 983 if not s in linfo.errorf: 988 if not s in linfo.errorf: 989 linfo.errorf[s] = linfo.errorf.get("INITIAL",None)
|
| H A D | yacc.py | 242 def __init__(self,lrtab,errorf): argument 246 self.errorfunc = errorf
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | fs_context.h | 232 #define errorf(fc, fmt, ...) __logfc(fc, 'e', fmt, ## __VA_ARGS__) macro 244 #define invalf(fc, fmt, ...) (errorf(fc, fmt, ## __VA_ARGS__), -EINVAL)
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/include/nvif/ |
| H A D | parent.h | 10 void (*errorf)(struct nvif_object *, const char *fmt, ...) __printf(2, 3); member
|
| H A D | printf.h | 19 #define NVIF_ERROR(o,f,a...) NVIF_PRINT(errorf, (o), f, ##a)
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | fs_parser.c | 171 errorf(fc, "%s: Lookup failure for '%s'", param->key, f->name); in fs_lookup_param() 180 errorf(fc, "%s: Non-blockdev passed as '%s'", in fs_lookup_param()
|
| H A D | super.c | 1297 errorf(fc, "%s: Can't open blockdev", fc->source); in get_tree_bdev()
|
| /OK3568_Linux_fs/kernel/fs/jffs2/ |
| H A D | fs.c | 528 errorf(fc, "Cannot operate on NAND flash unless jffs2 NAND support is compiled in"); in jffs2_do_fill_super() 532 errorf(fc, "Cannot operate on DataFlash unless jffs2 DataFlash support is compiled in"); in jffs2_do_fill_super() 551 errorf(fc, "Too few erase blocks (%d)", in jffs2_do_fill_super()
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | internal.h | 156 errorf(fc, fmt, ## __VA_ARGS__) : \ 160 errorf(fc, fmt, ## __VA_ARGS__) : \
|
| /OK3568_Linux_fs/kernel/fs/romfs/ |
| H A D | super.c | 509 errorf(fc, "VFS: Can't find a romfs filesystem on dev %s.\n", in romfs_fill_super()
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | mp3.c | 681 static void errorf(const char* fmt, va_list va) in errorf() function 951 p->lame_set_errorf(p->gfp,errorf); in startwrite()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_drm.c | 529 .errorf = nouveau_drm_errorf,
|