Lines Matching refs:luname

353 	 * Get a URI with an luname now. For a given device name, we can only
361 "lu:luname.naa.%s", lu_id);
367 * form a lu:initiator,target,luname URI is needed. Note that we deal
392 "lu:initiator.naa.%s,target.naa.%s,luname.naa.%s",
403 * lu:initiator,target,luname URIs than we already got. All storage
423 "target.naa.%s,luname.naa.%s", parent_iport, target, lu_id);
562 * Map an LU URI to a device name. Note that we accept both lu:luname and
563 * lu:initiator,target,luname formats. In a non-multipathing case we map to the
569 char *luname;
575 luname = suri_lu->sl_prop_luname;
576 assert(luname[0] != '\0');
578 if (strcasecmp(luname + 4, lu_id) != 0)
582 * This is for lu:luname form only, lu:initiator,target,luname URI form
602 * Non-multipathing case for lu:luname URI form. We have to
618 "luname.naa.%s\" URI "
623 luname);
633 * Now, process the lu:initiator,target,luname case.
692 "%s \"lu:luname.%s\" %s \"%s\" %s",
693 SURIGTEXT("Non-path specific"), luname,
716 /* We have an luname match so get an s0 slice. */
770 char *luname = so_iscsi->si_prop_luname;
772 assert(luname[0] != '\0');
774 if (strcasecmp(luname + 4, lu_id) != 0)
853 char *luname;
871 luname = suri_lu->sl_prop_luname;
875 luname = so_iscsi->si_prop_luname;
953 * When we have an luname GUID match but cannot match our nexus
956 * we got our luname match, had initiator/target in the URI, but
959 * that matched our luname GUID.
965 * lu:luname form should be always used with
969 "%s \"lu:luname.%s\" %s \"%s\" %s",
970 SURIGTEXT("Non-path specific"), luname,
995 * This is mapping in a non-multipathing case with an lu:luname URI form
1009 SURIGTEXT("No such logical unit name found"), luname);