Lines Matching defs:error
208 * residue if drv->done() error processing indicates no
293 * Returns size of the vpd page on success or a negative error number.
764 int error;
766 error = scsi_init_procfs();
767 if (error)
769 error = scsi_init_devinfo();
770 if (error)
772 error = scsi_init_hosts();
773 if (error)
775 error = scsi_init_sysctl();
776 if (error)
778 error = scsi_sysfs_register();
779 if (error)
797 printk(KERN_ERR "SCSI subsystem failed to initialize, error = %d\n",
798 -error);
799 return error;