Lines Matching full:initiator
684 /* get the lun/target/initiator from the name, return 1 on success */
696 /* get the lun, target, and initiator name and instance */
706 * the target can be 4 digits, and the initiator can be 3 digits and in get_path_info()
814 int lun, tgt, initiator; in make_extended_device() local
822 lun_name, &lun, tgt_name, &tgt, initiator_name, &initiator) != 1) { in make_extended_device()
852 /* set the id to the initiator number */ in make_extended_device()
853 tptr->is_id.id = initiator; in make_extended_device()
855 "%s%d", initiator_name, initiator); in make_extended_device()
857 "%s%d.%s%d", lun_name, lun, initiator_name, initiator); in make_extended_device()
864 "%s%d", initiator_name, initiator); in make_extended_device()
872 * is found - traverse the children looking for the same initiator and sum
874 * initiator.
880 int lun, tgt, initiator; in create_li_delete_lti() local
893 tgt_name, &tgt, initiator_name, &initiator) != 1) { in create_li_delete_lti()
900 pos->is_id.id == initiator && in create_li_delete_lti()
902 /* found the same initiator */ in create_li_delete_lti()
944 int lun, tgt, initiator; in create_lt() local
957 tgt_name, &tgt, initiator_name, &initiator) != 1) { in create_lt()