Home
last modified time | relevance | path

Searched refs:pt_flags (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.61.12/bsd/kern/
H A Dtty_dev.c272 if (!(pti->pt_flags & PF_UNLOCKED)) { in ptsopen()
446 if (pti->pt_flags & PF_STOPPED) { in ptsstart()
447 pti->pt_flags &= ~PF_STOPPED; in ptsstart()
524 pti->pt_flags = PF_UNLOCKED; in ptcopen()
643 if (pti->pt_flags & PF_PKT && pti->pt_send) {
672 if (pti->pt_flags & PF_UCNTL && pti->pt_ucntl) {
696 if (pti->pt_flags & (PF_PKT | PF_UCNTL)) {
732 pti->pt_flags |= PF_STOPPED;
734 pti->pt_flags &= ~PF_STOPPED;
838 (((pti->pt_flags & PF_PKT) && pti->pt_send) ||
[all …]
H A Dtty_ptmx.c375 _state.pis_ioctl_list[minor]->pt_flags |= PF_OPEN_M; in ptmx_get_ioctl()
396 ptmx_ioctl->pt_flags |= PF_OPEN_S; in ptmx_get_ioctl()
419 _state.pis_ioctl_list[minor]->pt_flags &= ~(open_flag); in ptmx_free_ioctl()
426 if (!(_state.pis_ioctl_list[minor]->pt_flags & (PF_OPEN_M | PF_OPEN_S))) { in ptmx_free_ioctl()
867 } else if (((pti->pt_flags & PF_PKT) && pti->pt_send) || in ptmx_kqops_common()
868 ((pti->pt_flags & PF_UCNTL) && pti->pt_ucntl)) { in ptmx_kqops_common()
H A Dtty_dev.h39 int pt_flags; member
/xnu-12377.61.12/bsd/skywalk/namespace/
H A Dprotons.c62 uint8_t pt_flags; member
118 return pt->pt_flags & PROTONSF_VALID; in protons_token_is_valid()
162 pt->pt_flags &= ~PROTONSF_VALID; in protons_token_release()
180 ASSERT(pt->pt_flags & PROTONSF_VALID); in protons_reserve_locked()
196 pt->pt_flags |= PROTONSF_VALID; in protons_reserve_locked()
/xnu-12377.61.12/tools/lldbmacros/
H A Dskywalk.py794 int(pt.pt_refcnt.ref_count), hex(pt.pt_flags)))