Home
last modified time | relevance | path

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

/xnu-8020.101.4/makedefs/
H A DMakeInc.kernel315 …# -nt and -ot are evaluated differently by bash, dash, and zsh (and are not part of the POSIX spec…
367 …# -nt and -ot are evaluated differently by bash, dash, and zsh (and are not part of the POSIX spec…
409 …# -nt and -ot are evaluated differently by bash, dash, and zsh (and are not part of the POSIX spec…
H A DMakeInc.top419 …# -nt and -ot are evaluated differently by bash, dash, and zsh (and are not part of the POSIX spec…
427 $(_v)while [ $(OBJROOT)/.symbolset.timestamp.new -ot $(OBJROOT)/.symbolset.timestamp ]; do \
/xnu-8020.101.4/osfmk/i386/
H A Dpcb.c439 pmap_switch_context(thread_t ot, thread_t nt, int cnum) in pmap_switch_context() argument
442 vm_map_t nmap = nt->map, omap = ot->map; in pmap_switch_context()
444 PMAP_DEACTIVATE_MAP(omap, ot, cnum); in pmap_switch_context()