Lines Matching defs:error
192 * residue if drv->done() error processing indicates no
290 * Returns size of the vpd page on success or a negative error number.
983 int error;
985 error = scsi_init_procfs();
986 if (error)
988 error = scsi_init_devinfo();
989 if (error)
991 error = scsi_init_hosts();
992 if (error)
994 error = scsi_init_sysctl();
995 if (error)
997 error = scsi_sysfs_register();
998 if (error)
1016 printk(KERN_ERR "SCSI subsystem failed to initialize, error = %d\n",
1017 -error);
1018 return error;