Searched refs:si_flags (Results 1 – 10 of 10) sorted by relevance
| /xnu-11215/bsd/miscfs/specfs/ |
| H A D | specdev.h | 80 long si_flags; member 100 #define v_specflags v_specinfo->si_flags
|
| /xnu-11215/bsd/sys/ |
| H A D | select.h | 128 u_int si_flags; /* see below */ member
|
| /xnu-11215/bsd/kern/ |
| H A D | tty_dev.c | 453 if ((sip->si_flags & SI_KNPOSTING) == 0) { in ptcwakeup_knote() 454 sip->si_flags |= SI_KNPOSTING; in ptcwakeup_knote() 456 sip->si_flags &= ~SI_KNPOSTING; in ptcwakeup_knote()
|
| H A D | tty_ptmx.c | 722 assert((tp->t_rsel.si_flags & SI_KNPOSTING) == 0); in ptsd_revoke_knotes() 726 assert((tp->t_wsel.si_flags & SI_KNPOSTING) == 0); in ptsd_revoke_knotes()
|
| H A D | sys_generic.c | 1075 si->si_flags |= SI_SELSPEC; in selspec_attach() 1091 assert(si->si_flags & SI_SELSPEC); in selspec_attach() 2135 if (sip->si_flags & SI_SELSPEC) { in selwakeup_internal() 2146 sip->si_flags &= ~SI_SELSPEC; in selwakeup_internal()
|
| H A D | tty.c | 2858 if ((sip->si_flags & SI_KNPOSTING) == 0) { in ttwakeup_knote() 2859 sip->si_flags |= SI_KNPOSTING; in ttwakeup_knote() 2861 sip->si_flags &= ~SI_KNPOSTING; in ttwakeup_knote()
|
| H A D | uipc_socket.c | 7569 (uint32_t)rcv->sb_sel.si_flags, in sodefunct() 7570 (uint32_t)snd->sb_sel.si_flags, in sodefunct() 7581 (uint32_t)rcv->sb_sel.si_flags, in sodefunct() 7582 (uint32_t)snd->sb_sel.si_flags, rcv->sb_flags, in sodefunct()
|
| H A D | uipc_socket2.c | 630 SOCK_TYPE(so), (uint32_t)sb->sb_sel.si_flags, sb->sb_flags, in sowakeup()
|
| H A D | kern_event.c | 9235 if (kqu.kqf->kqf_sel.si_flags & SI_RECORDED) {
|
| /xnu-11215/bsd/skywalk/channel/ |
| H A D | channel.c | 305 SK_KVA(kring), SK_KVA(&csi->csi_si), csi->csi_si.si_flags); in csi_selrecord_one() 320 SK_KVA(&csi->csi_si), csi->csi_si.si_flags); in csi_selrecord_all() 387 SK_KVA(&csi->csi_si), csi->csi_si.si_flags, nodelay, in csi_selwakeup_one() 404 SK_KVA(&csi->csi_si), csi->csi_si.si_flags, nodelay, in csi_selwakeup_all() 514 write ? "write" : "read", si->si_flags); in filt_chrwdetach()
|