Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dmap.c5444 struct mplist_struct *mpl, *mpln; in devid_get_all() local
5453 *mplistp = mpl = mpln = (struct mplist_struct *)NULL; in devid_get_all()
5489 *mplistp = mpln = mpl; in devid_get_all()
5491 mpln->next = mpl; in devid_get_all()
5492 mpln = mpl; in devid_get_all()
/illumos-gate/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()
6020 mplistp = mpln = mpl; in lun_display()
6022 mpln->next = mpl; in lun_display()
6023 mpln = mpl; in lun_display()