Lines Matching refs:lun

465  * process FCP SCSI LUN data list via uscsi report lun operation and
466 * stat lun level instead of port WWN based target level.
472 * For each configured device, USCSI report lun is issued and ldata list
500 uint64_t lun = 0;
529 /* if lun dyncomp exists delete it */
641 discPortAttrs.PortWWN, lun, 0, 0,
728 discPortAttrs.PortWWN, lun, 0, 0,
971 * This routine returns report lun data and number of luns found
974 * Calls FCP passthru ioctl FCP_TGT_SEND_SCSI to get report lun data.
1050 * It calls get_report_lun_data to get report lun data and
1051 * construct ldata list per each lun.
1056 * Get the report lun data thru FCP passthru ioctl.
1075 * when report lun data fails then return FPCFGA_OK thus
1093 * proceed with to stat if no lun found.
2786 * Searches the ldata_list to find if the the input port_wwn and lun exist.
2828 /* we have match without lun comp. */
2854 /* we have match without lun comp. */
3031 * from the report lun data.
3033 * Input: fca port ldata. report lun info
3060 /* when number of lun is 0 it is not an error. so just return ok. */
3084 * node for the lun either.
3106 * Followed FCP driver for getting lun number from report
3107 * lun data.
3671 * It will first issue a report lun to lun 0 and then it will issue a SCSI
3672 * Inquiry to the first lun returned by report luns.
3677 * If either the report lun or the scsi inquiry fails, we will first check
3689 uint64_t lun = 0;
3707 * send the SCSI Inquiry call to lun 0
3714 lun = 0;
3724 /* send the inquiry to the first lun */
3726 memcpy(&lun, lun_string, sizeof (lun));
3732 portAttrs->PortWWN, discPortAttrs->PortWWN, lun, 0, 0,