Lines Matching refs:error
463 /* ignore any bsg add error - we just can't do sgio */
947 int error;
951 error = transport_class_register(&fc_host_class);
952 if (error)
953 return error;
954 error = transport_class_register(&fc_vport_class);
955 if (error)
957 error = transport_class_register(&fc_rport_class);
958 if (error)
960 error = transport_class_register(&fc_transport_class);
961 if (error)
971 return error;
2518 * This routine protects against error handlers getting invoked while a
2520 * connectivity. If the error handlers are allowed to proceed, requests
2531 * If the rport is not blocked, normal error handling continues.
2826 * 1 on success / 0 already queued / < 0 for error
3059 int error;
3109 error = device_add(dev);
3110 if (error) {
3118 /* ignore any bsg add error - we just can't do sgio */
3479 * that the role will be resumed. If it doesn't normal error processing
3837 int error;
3886 error = device_add(dev);
3887 if (error) {
3894 error = fci->f->vport_create(vport, ids->disable);
3895 if (error) {
3905 error = sysfs_create_link(&shost->shost_gendev.kobj,
3907 if (error)
3911 __func__, dev_name(dev), error);
3938 return error;
4034 "shost%d channel %d - error %d\n", __func__,
4073 /* the blk_end_sync_io() doesn't check the error */