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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Droute6.c146 struct in6_addr *nextaddr, tmpaddr; local
205 tmpaddr = *nextaddr;
209 ip6->ip6_dst = tmpaddr;
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_resident.c655 addr64_t tmpaddr; local
664 tmpaddr = (addr64_t)pmap_free_pages() * (addr64_t)PAGE_SIZE; /* Get the amount of memory left */
665 tmpaddr = tmpaddr + (addr64_t)(round_page_32(virtual_space_start) - virtual_space_start); /* Account for any slop */
666 npages = (unsigned int)(tmpaddr / (addr64_t)(PAGE_SIZE + sizeof(*vm_pages))); /* Figure size of all vm_page_ts, including enough to hold the vm_page_ts */

Completed in 33 milliseconds