Searched refs:tty_lock (Results 1 - 10 of 10) sorted by relevance

/darwin-on-arm/xnu/bsd/dev/arm/
H A Dkm.c103 tty_lock(tp);
143 tty_lock(tp);
165 tty_lock(tp);
178 tty_lock(tp);
190 tty_lock(tp);
203 tty_lock(tp);
316 * This function must take the tty_lock() around the kmoutput() call; it
323 tty_lock(tp);
370 * XXX writeable while we hold the tty_lock().
392 * Locks: Assumes that the tty_lock() i
[all...]
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dkm.c105 tty_lock(tp);
145 tty_lock(tp);
168 tty_lock(tp);
182 tty_lock(tp);
195 tty_lock(tp);
209 tty_lock(tp);
316 * This function must take the tty_lock() around the kmoutput() call; it
324 tty_lock(tp);
367 * XXX writeable while we hold the tty_lock().
388 * Locks: Assumes that the tty_lock() i
[all...]
/darwin-on-arm/xnu/bsd/kern/
H A Dtty_ptmx.c357 * Locks: tty_lock() on ptmx_ioctl->pt_tty NOT held on entry or exit.
458 * Locks: tty_lock() of old_ptmx_ioctl->pt_tty NOT held for this call.
571 tty_lock(tp);
627 tty_lock(tp);
664 tty_lock(tp);
688 tty_lock(tp);
694 tty_lock(tp);
752 tty_lock(tp);
790 * Locks: Assumes tty_lock() is held over this call.
824 tty_lock(t
[all...]
H A Dtty_pty.c203 tty_lock(tp);
254 tty_lock(tp);
279 tty_lock(tp);
305 tty_lock(tp);
311 tty_lock(tp);
367 tty_lock(tp);
404 * Locks: Assumes tty_lock() is held over this call.
437 tty_lock(tp);
467 tty_lock(tp);
500 tty_lock(t
[all...]
H A Dtty.c297 * tty_lock
308 tty_lock(struct tty *tp) function
339 * Locks: Assumes tty_lock() is held prior to calling.
394 tty_lock(tp);
406 tty_lock(tp);
424 * Locks: Assumes tty_lock() is held prior to calling.
465 tty_lock(tp);
493 * Locks: Assumes tty_lock() is held prior to calling.
550 tty_lock(tp);
641 tty_lock(t
[all...]
H A Dsubr_prf.c172 tty_lock(pca.tty);
225 tty_lock(tp);
253 * Locks: It is assumed that the tty_lock() is held over the call
334 tty_lock(ttyp);
H A Dkern_acct.c281 tty_lock(tp);
H A Dkern_exit.c613 tty_lock(tp);
1762 tty_lock(tp);
H A Dkern_proc.c1193 tty_lock(ttyp);
1216 tty_lock(ttyp);
/darwin-on-arm/xnu/bsd/sys/
H A Dtty.h290 * the tty_lock(), such as ttcompat() in tty_compat.c
299 void tty_lock(struct tty *tp);

Completed in 96 milliseconds