Searched refs:memlistp (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_mem.c81 cpqary3_cmdmemlist_t *memlistp = NULL; local
95 cpqary3p->cmdmemlistp = memlistp =
202 memlistp->cpqary3_phyctgp = blk_ptr =
224 memlistp->cpqary3_phyctgp = NULL;
243 memlistp->tail = ptr;
275 memlistp->max_memcnt = memlistp->max_memcnt + maxmemcnt;
299 ptr = memlistp->head;
301 memlistp->max_memcnt);
302 for (cntr = 0; cntr <= memlistp
334 cpqary3_cmdmemlist_t *memlistp; local
387 cpqary3_cmdmemlist_t *memlistp; local
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dmemlist_new.c151 memlist_del(struct memlist *memlistp, argument
161 if (mlp == memlistp)
163 ASSERT(mlp == memlistp);
165 if (*curmemlistp == memlistp) {
166 ASSERT(memlistp->ml_prev == NULL);
167 *curmemlistp = memlistp->ml_next;
169 if (memlistp->ml_prev != NULL) {
170 ASSERT(memlistp->ml_prev->ml_next == memlistp);
171 memlistp
[all...]
/illumos-gate/usr/src/uts/sun4/os/
H A Dstartup.c2421 memlist_new(uint64_t start, uint64_t len, struct memlist **memlistp) argument
2425 new = *memlistp;
2428 *memlistp = new + 1;
2435 * memlistp = pointer to array of available memory segment structures
2439 memlist_add(uint64_t start, uint64_t len, struct memlist **memlistp, argument
2442 struct memlist *new = *memlistp;
2444 memlist_new(start, len, memlistp);
/illumos-gate/usr/src/uts/i86pc/os/
H A Dstartup.c3142 * memlistp = memory list to which to add segment.
3149 struct memlist **memlistp)
3157 cur = *memlistp;
3162 *memlistp = new;
3174 memlistp = &cur->ml_next;
3145 memlist_add( uint64_t start, uint64_t len, struct memlist *new, struct memlist **memlistp) argument

Completed in 97 milliseconds