Searched defs:lunp (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/devfsadm/
H A Dsgen_link.c144 int lun, *lunp, count; local
145 if (di_prop_lookup_ints(DDI_DEV_T_ANY, node, "lun", &lunp) > 0)
146 lun = *lunp;
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_cvt.c437 int *lunp; local
442 count = di_prop_ints(prop_lun, &lunp);
481 *lunp);
494 return (update_lunlist(lunlistpp, *lunp, state, pathp, l_errnop));
H A Dcfga_utils.c471 struct luninfo_list *lunp; local
474 lunp = lunlist->next;
477 lunlist = lunp;
H A Dcfga_list.c2799 char *lun_dyn = NULL, *lunp = NULL; local
2819 lunp = LUN_DYN_TO_LUNCOMP(lun_dyn);
2820 if ((ldata_lun = atoi(lunp)) == lun_num) {
2837 lun_dyn = lunp = NULL;
2845 lunp = LUN_DYN_TO_LUNCOMP(lun_dyn);
2846 if ((ldata_lun = atoi(lunp)) == lun_num) {
2860 lun_dyn = lunp = NULL;
3602 char *lun_dyn = NULL, *lunp = NULL; local
3615 lunp = LUN_DYN_TO_LUNCOMP(lun_dyn);
3616 if ((atoi(lunp)) >
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_subr.c8108 pmcs_lun_t *lunp; local
8110 lunp = list_head(&tgt->lun_list);
8111 while (lunp) {
8112 (void) scsi_device_prop_update_string(lunp->sd,
8116 (void) scsi_device_prop_update_string(lunp->sd,
8120 lunp = list_next(&tgt->lun_list, lunp);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c10806 uint16_t *lunp; local
10837 lunp = (uint16_t *)&cmd->fcpLunMsl;
10839 lunp[i] = LE_SWAP16(lunp[i]);
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c7155 scsi_lun_t *lunp = NULL; local
7217 taddr, pi, &lunp, &nluns, &tluns, &size) == NDI_SUCCESS)) {
7219 ASSERT(lunp && (size > 0) && (nluns > 0) && (tluns > 0));
7227 lun64 = scsi_lun_to_lun64(lunp[lun]);
7265 kmem_free(lunp, size);

Completed in 139 milliseconds