Home
last modified time | relevance | path

Searched refs:mpl (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/storage/libg_fc/common/
H A Dmap.c5442 struct mplist_struct *mpl, *mpln; in devid_get_all() local
5451 *mplistp = mpl = mpln = (struct mplist_struct *)NULL; in devid_get_all()
5463 if ((mpl = (struct mplist_struct *) in devid_get_all()
5472 S_FREE(mpl); in devid_get_all()
5475 mpl->devpath = (char *)calloc(1, in devid_get_all()
5478 if (mpl->devpath == NULL) { in devid_get_all()
5479 S_FREE(mpl); in devid_get_all()
5484 sprintf(mpl->devpath, "%s%s", devfs_path, in devid_get_all()
5487 *mplistp = mpln = mpl; in devid_get_all()
5489 mpln->next = mpl; in devid_get_all()
[all …]
/titanic_41/usr/src/cmd/luxadm/
H A Dg_adm.c5868 struct mplist_struct *mplistp, *mpl, *mpln; in lun_display() local
5876 mplistp = mpl = mpln = (struct mplist_struct *)NULL; in lun_display()
6005 if ((mpl = (struct mplist_struct *) in lun_display()
6012 mpl->devpath = (char *)calloc(1, MAXPATHLEN+1); in lun_display()
6013 if (mpl->devpath == NULL) { in lun_display()
6017 strncpy(mpl->devpath, mlist->logical_path, in lun_display()
6020 mplistp = mpln = mpl; in lun_display()
6022 mpln->next = mpl; in lun_display()
6023 mpln = mpl; in lun_display()