Home
last modified time | relevance | path

Searched refs:usable (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.101.4/doc/
H A Dstartup.md139 Denotes that `kernel_memory_allocate` is now usable.
189 become usable.
/xnu-8020.101.4/osfmk/mach/
H A Dmemory_object.defs105 * with the memory object is no longer usable - the pager should
/xnu-8020.101.4/bsd/netinet/
H A Din_arp.c1298 boolean_t usable, probing = FALSE; in arp_lookup_ip() local
1417 usable = ((route->rt_expire == 0 || route->rt_expire > timenow) && in arp_lookup_ip()
1421 if (usable) { in arp_lookup_ip()