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

/darwin-on-arm/xnu/bsd/kern/
H A Dtty_ptmx.c458 * Locks: tty_lock() of old_ptmx_ioctl->pt_tty NOT held for this call.
463 struct ptmx_ioctl *old_ptmx_ioctl = NULL; local
475 old_ptmx_ioctl = _state.pis_ioctl_list[ minor];
480 if (old_ptmx_ioctl != NULL) {
487 if (old_ptmx_ioctl->pt_devhandle != NULL)
488 devfs_remove(old_ptmx_ioctl->pt_devhandle);
489 ttyfree(old_ptmx_ioctl->pt_tty);
490 FREE(old_ptmx_ioctl, M_TTYS);

Completed in 10 milliseconds