Home
last modified time | relevance | path

Searched refs:terminal (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.41.6/tools/lldbmacros/
H A DREADME.md146 … -o <file> : direct the output of command to <file>. Will not display anything on terminal
172 - Anything you 'print' will be relayed to lldb terminal output.
263 … happens for a long time? OR How do I get output of long running command instantly on the terminal?
266 …e lldb process is hung. But it is not. You can use "-i" option to get immediate output on terminal.
/xnu-12377.41.6/libsyscall/mach/
H A Derr_server.sub217 "(server/unix-signal) terminal stop",
/xnu-12377.41.6/config/
H A DMASTER482 # UCB pseudo terminal service
491 # Cloning pseudo terminal service
/xnu-12377.41.6/bsd/net/
H A Dpf_norm.c2256 int terminal; in pf_normalize_ip6() local
2318 terminal = 0; in pf_normalize_ip6()
2409 terminal = 1; in pf_normalize_ip6()
2412 } while (!terminal); in pf_normalize_ip6()
H A Dpf.c8050 int terminal = 0; in pf_test_state_icmp() local
8138 terminal++; in pf_test_state_icmp()
8141 } while (!terminal); in pf_test_state_icmp()
10327 int off, terminal = 0, dirndx, rh_cnt = 0; in pf_test6() local
10502 terminal++; in pf_test6()
10505 } while (!terminal); in pf_test6()
/xnu-12377.41.6/doc/debugging/
H A Ddebugging.md219 You can then run `coverage html --data-file=/tmp/coverage.cov` in your terminal