Lines Matching defs:mlp
148 struct memlist *hl = NULL, *tl, **mlp;
153 mlp = &hl;
154 tl = *mlp;
156 *mlp = (struct memlist *)kmem_zalloc(sizeof (struct memlist),\
158 (*mlp)->ml_address = mlist->ml_address;
159 (*mlp)->ml_size = mlist->ml_size;
160 (*mlp)->ml_prev = tl;
161 tl = *mlp;
162 mlp = &((*mlp)->ml_next);
164 *mlp = NULL;