Searched defs:curmemlistp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dmemlist_new.c115 * curmemlistp = memory list to which to add segment.
120 struct memlist **curmemlistp)
128 for (cur = *curmemlistp; cur; cur = cur->ml_next) {
134 if (cur == *curmemlistp)
135 *curmemlistp = new;
142 (void *)curmemlistp);
152 struct memlist **curmemlistp)
160 for (mlp = *curmemlistp; mlp != NULL; mlp = mlp->ml_next)
165 if (*curmemlistp == memlistp) {
167 *curmemlistp
118 memlist_insert( struct memlist *new, struct memlist **curmemlistp) argument
151 memlist_del(struct memlist *memlistp, struct memlist **curmemlistp) argument
197 memlist_add_span( uint64_t address, uint64_t bytes, struct memlist **curmemlistp) argument
332 memlist_delete_span( uint64_t address, uint64_t bytes, struct memlist **curmemlistp) argument
[all...]
/illumos-gate/usr/src/uts/sun4/os/
H A Dstartup.c2436 * curmemlistp = memory list to which to add segment.
2440 struct memlist **curmemlistp)
2445 memlist_insert(new, curmemlistp);
2439 memlist_add(uint64_t start, uint64_t len, struct memlist **memlistp, struct memlist **curmemlistp) argument

Completed in 65 milliseconds