/linux-3.4.99/net/9p/ |
D | error.c | 221 int p9_errstr2errno(char *errstr, int len) in p9_errstr2errno() argument 231 bucket = jhash(errstr, len, 0) % ERRHASHSZ; in p9_errstr2errno() 233 if (c->namelen == len && !memcmp(c->name, errstr, len)) { in p9_errstr2errno() 241 errstr[len] = 0; in p9_errstr2errno() 243 __func__, errstr); in p9_errstr2errno()
|
/linux-3.4.99/drivers/staging/comedi/drivers/ |
D | adv_pci1723.c | 335 const char *errstr; in pci1723_attach() local 350 errstr = "not found!"; in pci1723_attach() 367 errstr = in pci1723_attach() 377 opt_bus, opt_slot, errstr); in pci1723_attach() 379 printk(KERN_ERR " - Card %s\n", errstr); in pci1723_attach()
|
D | adv_pci1710.c | 1380 const char *errstr; in pci1710_attach() local 1395 errstr = "not found!"; in pci1710_attach() 1426 errstr = in pci1710_attach() 1438 opt_bus, opt_slot, errstr); in pci1710_attach() 1440 dev_err(dev->hw_dev, "- Card %s\n", errstr); in pci1710_attach()
|
D | adl_pci9118.c | 2206 const char *errstr; in pci9118_attach() local 2226 errstr = "not found!"; in pci9118_attach() 2243 errstr = in pci9118_attach() 2253 opt_bus, opt_slot, errstr); in pci9118_attach() 2255 printk(KERN_ERR " - Card %s\n", errstr); in pci9118_attach()
|
/linux-3.4.99/fs/btrfs/ |
D | super.c | 67 char *errstr = NULL; in btrfs_decode_error() local 71 errstr = "IO failure"; in btrfs_decode_error() 74 errstr = "Out of memory"; in btrfs_decode_error() 77 errstr = "Readonly filesystem"; in btrfs_decode_error() 80 errstr = "Object already exists"; in btrfs_decode_error() 85 errstr = nbuf; in btrfs_decode_error() 90 return errstr; in btrfs_decode_error() 136 const char *errstr; in __btrfs_std_error() local 147 errstr = btrfs_decode_error(fs_info, errno, nbuf); in __btrfs_std_error() 155 sb->s_id, function, line, errstr, &vaf); in __btrfs_std_error() [all …]
|
D | scrub.c | 129 const char *errstr; member 324 "length %llu, links %u (path: %s)\n", swarn->errstr, in scrub_print_warning_inode() 336 "resolving failed with ret=%d\n", swarn->errstr, in scrub_print_warning_inode() 344 static void scrub_print_warning(const char *errstr, struct scrub_block *sblock) in scrub_print_warning() argument 368 swarn.errstr = errstr; in scrub_print_warning() 394 "%llu\n", errstr, swarn.logical, dev->name, in scrub_print_warning()
|
/linux-3.4.99/arch/arm/mach-pxa/ |
D | viper.c | 786 char *errstr; in viper_tpm_init() local 798 errstr = "register TPM i2c bus"; in viper_tpm_init() 802 errstr = "allocate TPM i2c bus data"; in viper_tpm_init() 806 errstr = "allocate TPM i2c device"; in viper_tpm_init() 815 pr_err("viper: Couldn't %s, giving up\n", errstr); in viper_tpm_init()
|
/linux-3.4.99/drivers/input/serio/ |
D | hp_sdc.c | 833 char *errstr; in hp_sdc_init() local 864 errstr = "IO not found for"; in hp_sdc_init() 868 errstr = "IRQ not found for"; in hp_sdc_init() 875 errstr = "IO not available for"; in hp_sdc_init() 880 errstr = "IRQ not available for"; in hp_sdc_init() 885 errstr = "NMI not available for"; in hp_sdc_init() 925 errstr, (void *)hp_sdc.base_io, hp_sdc.irq, hp_sdc.nmi); in hp_sdc_init()
|
/linux-3.4.99/fs/ext3/ |
D | super.c | 120 const char *errstr = ext3_decode_error(NULL, err, nbuf); in ext3_journal_abort_handle() local 132 caller, errstr, err_fn); in ext3_journal_abort_handle() 218 char *errstr = NULL; in ext3_decode_error() local 222 errstr = "IO failure"; in ext3_decode_error() 225 errstr = "Out of memory"; in ext3_decode_error() 229 errstr = "Journal has aborted"; in ext3_decode_error() 231 errstr = "Readonly filesystem"; in ext3_decode_error() 240 errstr = nbuf; in ext3_decode_error() 245 return errstr; in ext3_decode_error() 255 const char *errstr; in __ext3_std_error() local [all …]
|
/linux-3.4.99/drivers/staging/tidspbridge/include/dspbridge/ |
D | dynamic_loader.h | 302 const char *errstr, va_list args);
|
/linux-3.4.99/include/net/9p/ |
D | 9p.h | 566 int p9_errstr2errno(char *errstr, int len);
|
/linux-3.4.99/fs/ext4/ |
D | super.c | 366 const char *errstr = ext4_decode_error(NULL, err, nbuf); in ext4_journal_abort_handle() local 380 caller, line, errstr, err_fn); in ext4_journal_abort_handle() 576 char *errstr = NULL; in ext4_decode_error() local 580 errstr = "IO failure"; in ext4_decode_error() 583 errstr = "Out of memory"; in ext4_decode_error() 588 errstr = "Journal has aborted"; in ext4_decode_error() 590 errstr = "Readonly filesystem"; in ext4_decode_error() 599 errstr = nbuf; in ext4_decode_error() 604 return errstr; in ext4_decode_error() 614 const char *errstr; in __ext4_std_error() local [all …]
|
/linux-3.4.99/drivers/mtd/ubi/ |
D | io.c | 175 const char *errstr = mtd_is_eccerr(err) ? " (ECC error)" : ""; in ubi_io_read() local 194 err, errstr, len, pnum, offset, read); in ubi_io_read() 200 "read %zd bytes", err, errstr, len, pnum, offset, read); in ubi_io_read()
|
/linux-3.4.99/fs/ocfs2/cluster/ |
D | heartbeat.c | 560 char *errstr; in o2hb_check_own_slot() local 578 errstr = ERRSTR1; in o2hb_check_own_slot() 581 errstr = ERRSTR2; in o2hb_check_own_slot() 583 errstr = ERRSTR3; in o2hb_check_own_slot() 586 "ondisk(%u:0x%llx, 0x%llx)\n", errstr, reg->hr_dev_name, in o2hb_check_own_slot()
|
/linux-3.4.99/drivers/staging/tidspbridge/pmgr/ |
D | dbll.c | 163 static void dbll_err_report(struct dynamic_loader_sym *this, const char *errstr, 1051 static void dbll_err_report(struct dynamic_loader_sym *this, const char *errstr, in dbll_err_report() argument 1059 vsnprintf((char *)temp_buf, MAXEXPR, (char *)errstr, args); in dbll_err_report()
|
/linux-3.4.99/sound/isa/wavefront/ |
D | wavefront_synth.c | 151 const char *errstr; member 237 for (i = 0; wavefront_errors[i].errstr; i++) { in wavefront_errorstr() 239 return wavefront_errors[i].errstr; in wavefront_errorstr()
|