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

/illumos-gate/usr/src/uts/common/os/
H A Dgrow.c612 smmap_common(caddr_t *addrp, size_t len, function
843 * Eventually, this should be the only version, and have smmap_common()
853 error = smmap_common(&addr, len, prot, flags,
856 error = smmap_common(&addr, len, prot, flags,
881 error = smmap_common(&a, (size_t)len, prot,
884 error = smmap_common(&a, (size_t)len, prot,
944 error = smmap_common(&a, uap->len, (int)uap->prot,
947 error = smmap_common(&a, uap->len, (int)uap->prot,

Completed in 97 milliseconds