/linux-2.6.39/net/9p/ |
D | error.c | 219 int p9_errstr2errno(char *errstr, int len) in p9_errstr2errno() argument 229 bucket = jhash(errstr, len, 0) % ERRHASHSZ; in p9_errstr2errno() 231 if (c->namelen == len && !memcmp(c->name, errstr, len)) { in p9_errstr2errno() 239 errstr[len] = 0; in p9_errstr2errno() 241 __func__, errstr); in p9_errstr2errno()
|
/linux-2.6.39/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 1397 errstr = "not found!"; in pci1710_attach() 1428 errstr = in pci1710_attach() 1440 opt_bus, opt_slot, errstr); in pci1710_attach() 1442 printk(" - Card %s\n", errstr); in pci1710_attach()
|
D | adl_pci9118.c | 2205 const char *errstr; in pci9118_attach() local 2225 errstr = "not found!"; in pci9118_attach() 2242 errstr = in pci9118_attach() 2252 opt_bus, opt_slot, errstr); in pci9118_attach() 2254 printk(KERN_ERR " - Card %s\n", errstr); in pci9118_attach()
|
/linux-2.6.39/fs/btrfs/ |
D | super.c | 63 char *errstr = NULL; in btrfs_decode_error() local 67 errstr = "IO failure"; in btrfs_decode_error() 70 errstr = "Out of memory"; in btrfs_decode_error() 73 errstr = "Readonly filesystem"; in btrfs_decode_error() 78 errstr = nbuf; in btrfs_decode_error() 83 return errstr; in btrfs_decode_error() 127 const char *errstr; in __btrfs_std_error() local 136 errstr = btrfs_decode_error(fs_info, errno, nbuf); in __btrfs_std_error() 138 sb->s_id, function, line, errstr); in __btrfs_std_error()
|
/linux-2.6.39/arch/arm/mach-pxa/ |
D | viper.c | 785 char *errstr; in viper_tpm_init() local 797 errstr = "register TPM i2c bus"; in viper_tpm_init() 801 errstr = "allocate TPM i2c bus data"; in viper_tpm_init() 805 errstr = "allocate TPM i2c device"; in viper_tpm_init() 814 pr_err("viper: Couldn't %s, giving up\n", errstr); in viper_tpm_init()
|
/linux-2.6.39/drivers/input/serio/ |
D | hp_sdc.c | 834 char *errstr; in hp_sdc_init() local 865 errstr = "IO not found for"; in hp_sdc_init() 869 errstr = "IRQ not found for"; in hp_sdc_init() 876 errstr = "IO not available for"; in hp_sdc_init() 881 errstr = "IRQ not available for"; in hp_sdc_init() 886 errstr = "NMI not available for"; in hp_sdc_init() 926 errstr, (void *)hp_sdc.base_io, hp_sdc.irq, hp_sdc.nmi); in hp_sdc_init()
|
/linux-2.6.39/fs/ext3/ |
D | super.c | 126 const char *errstr = ext3_decode_error(NULL, err, nbuf); in ext3_journal_abort_handle() local 138 caller, errstr, err_fn); in ext3_journal_abort_handle() 224 char *errstr = NULL; in ext3_decode_error() local 228 errstr = "IO failure"; in ext3_decode_error() 231 errstr = "Out of memory"; in ext3_decode_error() 235 errstr = "Journal has aborted"; in ext3_decode_error() 237 errstr = "Readonly filesystem"; in ext3_decode_error() 246 errstr = nbuf; in ext3_decode_error() 251 return errstr; in ext3_decode_error() 261 const char *errstr; in __ext3_std_error() local [all …]
|
/linux-2.6.39/drivers/staging/tidspbridge/include/dspbridge/ |
D | dynamic_loader.h | 302 const char *errstr, va_list args);
|
/linux-2.6.39/fs/ext4/ |
D | super.c | 317 const char *errstr = ext4_decode_error(NULL, err, nbuf); in ext4_journal_abort_handle() local 331 caller, line, errstr, err_fn); in ext4_journal_abort_handle() 480 char *errstr = NULL; in ext4_decode_error() local 484 errstr = "IO failure"; in ext4_decode_error() 487 errstr = "Out of memory"; in ext4_decode_error() 492 errstr = "Journal has aborted"; in ext4_decode_error() 494 errstr = "Readonly filesystem"; in ext4_decode_error() 503 errstr = nbuf; in ext4_decode_error() 508 return errstr; in ext4_decode_error() 518 const char *errstr; in __ext4_std_error() local [all …]
|
/linux-2.6.39/drivers/mtd/ubi/ |
D | io.c | 175 const char *errstr = (err == -EBADMSG) ? " (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-2.6.39/include/net/9p/ |
D | 9p.h | 722 int p9_errstr2errno(char *errstr, int len);
|
/linux-2.6.39/fs/ocfs2/cluster/ |
D | heartbeat.c | 546 char *errstr; in o2hb_check_last_timestamp() local 564 errstr = ERRSTR1; in o2hb_check_last_timestamp() 567 errstr = ERRSTR2; in o2hb_check_last_timestamp() 569 errstr = ERRSTR3; in o2hb_check_last_timestamp() 572 "ondisk(%u:0x%llx, 0x%llx)\n", errstr, reg->hr_dev_name, in o2hb_check_last_timestamp()
|
/linux-2.6.39/drivers/staging/tidspbridge/pmgr/ |
D | dbll.c | 165 static void dbll_err_report(struct dynamic_loader_sym *this, const char *errstr, 1157 static void dbll_err_report(struct dynamic_loader_sym *this, const char *errstr, in dbll_err_report() argument 1167 vsnprintf((char *)temp_buf, MAXEXPR, (char *)errstr, args); in dbll_err_report()
|
/linux-2.6.39/sound/isa/wavefront/ |
D | wavefront_synth.c | 150 const char *errstr; member 236 for (i = 0; wavefront_errors[i].errstr; i++) { in wavefront_errorstr() 238 return wavefront_errors[i].errstr; in wavefront_errorstr()
|