Searched refs:pt_tty (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dtty_pty.c125 __private_extern__ struct tty *pt_tty[NPTY] = { NULL }; variable in typeref:struct:tty
191 if (!pt_tty[minor(dev)]) {
196 if ((tp = pt_tty[minor(dev)] = ttymalloc()) == NULL) {
201 tp = pt_tty[minor(dev)];
253 tp = pt_tty[minor(dev)];
273 struct tty *tp = pt_tty[minor(dev)];
365 tp = pt_tty[minor(dev)];
432 if(!pt_tty[minor(dev)]) {
433 tp = pt_tty[minor(dev)] = ttymalloc();
435 tp = pt_tty[mino
[all...]
H A Dtty_ptmx.c242 struct tty *pt_tty; /* pointer to ttymalloc()'ed data */ member in struct:ptmx_ioctl
357 * Locks: tty_lock() on ptmx_ioctl->pt_tty NOT held on entry or exit.
384 if ((new_ptmx_ioctl->pt_tty = ttymalloc()) == NULL) {
404 ttyfree(new_ptmx_ioctl->pt_tty);
421 ttyfree(new_ptmx_ioctl->pt_tty);
458 * Locks: tty_lock() of old_ptmx_ioctl->pt_tty NOT held for this call.
489 ttyfree(old_ptmx_ioctl->pt_tty);
570 tp = pti->pt_tty;
626 tp = pti->pt_tty;
663 tp = pti->pt_tty;
[all...]
/darwin-on-arm/xnu/bsd/dev/arm/
H A Dconf.c143 extern struct tty *pt_tty[];
219 ptyioctl, ptsstop, nullreset, pt_tty, ttselect,
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dconf.c138 extern struct tty *pt_tty[];
216 ptyioctl, ptsstop, nullreset, pt_tty, ttselect,

Completed in 29 milliseconds