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

/xnu-2422.115.4/bsd/kern/
H A Dtty_ptmx.c263 #define PF_OPEN_S 0x0400 /* slave is open */ macro
356 * PF_OPEN_S First open of slave
454 } else if (open_flag & PF_OPEN_S) {
456 _state.pis_ioctl_list[minor]->pt_flags |= PF_OPEN_S;
478 if (!(_state.pis_ioctl_list[minor]->pt_flags & (PF_OPEN_M|PF_OPEN_S))) {
602 pti->pt_flags |= PF_OPEN_S;
650 ptmx_free_ioctl(minor(dev), PF_OPEN_S); local

Completed in 15 milliseconds