Searched refs:mplist_struct (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/storage/libg_fc/common/hdrs/
H A Dg_state.h153 typedef struct mplist_struct { struct
155 struct mplist_struct *next;
/osnet-11/usr/src/lib/storage/libg_fc/common/
H A Dmap.c89 struct mplist_struct **);
94 static void mplist_free(struct mplist_struct *);
4352 struct mplist_struct *mplistp = NULL, *mplisth = NULL;
5436 struct mplist_struct **mplistp)
5441 struct mplist_struct *mpl, *mpln;
5450 *mplistp = mpl = mpln = (struct mplist_struct *)NULL;
5462 if ((mpl = (struct mplist_struct *)
5463 calloc(1, sizeof (struct mplist_struct)))
5500 * Frees a previously allocated mplist_struct
5503 mplist_free(struct mplist_struct *mplist
[all...]

Completed in 25 milliseconds