target_register_template
ret = target_register_template(&srpt_template);
rc = target_register_template(&efct_lio_ops);
rc = target_register_template(&efct_lio_npiv_ops);
rc = target_register_template(&ibmvscsis_ops);
ret = target_register_template(&tcm_qla2xxx_ops);
ret = target_register_template(&tcm_qla2xxx_npiv_ops);
ret = target_register_template(&iscsi_ops);
ret = target_register_template(&loop_ops);
return target_register_template(&sbp_ops);
EXPORT_SYMBOL(target_register_template);
ret = target_register_template(&ft_fabric_ops);
return target_register_template(&remote_ops);
ret = target_register_template(&usbg_ops);
ret = target_register_template(&vhost_scsi_ops);
ret = target_register_template(&scsiback_ops);
int target_register_template(const struct target_core_fabric_ops *fo);