Home
last modified time | relevance | path

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

/xnu-12377.61.12/makedefs/
H A DMakeInc.kernel393 …# -nt and -ot are evaluated differently by bash, dash, and zsh (and are not part of the POSIX spec…
445 …# -nt and -ot are evaluated differently by bash, dash, and zsh (and are not part of the POSIX spec…
487 …# -nt and -ot are evaluated differently by bash, dash, and zsh (and are not part of the POSIX spec…
H A DMakeInc.top408 …# -nt and -ot are evaluated differently by bash, dash, and zsh (and are not part of the POSIX spec…
416 $(_v)while [ $(OBJROOT)/.symbolset.timestamp.new -ot $(OBJROOT)/.symbolset.timestamp ]; do \
/xnu-12377.61.12/osfmk/i386/
H A Dpcb.c440 pmap_switch_context(thread_t ot, thread_t nt, int cnum) in pmap_switch_context() argument
443 vm_map_t nmap = nt->map, omap = ot->map; in pmap_switch_context()
445 PMAP_DEACTIVATE_MAP(omap, ot, cnum); in pmap_switch_context()