Home
last modified time | relevance | path

Searched refs:si_flags (Results 1 – 10 of 10) sorted by relevance

/xnu-11215/bsd/miscfs/specfs/
H A Dspecdev.h80 long si_flags; member
100 #define v_specflags v_specinfo->si_flags
/xnu-11215/bsd/sys/
H A Dselect.h128 u_int si_flags; /* see below */ member
/xnu-11215/bsd/kern/
H A Dtty_dev.c453 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 Dtty_ptmx.c722 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 Dsys_generic.c1075 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 Dtty.c2858 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 Duipc_socket.c7569 (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 Duipc_socket2.c630 SOCK_TYPE(so), (uint32_t)sb->sb_sel.si_flags, sb->sb_flags, in sowakeup()
H A Dkern_event.c9235 if (kqu.kqf->kqf_sel.si_flags & SI_RECORDED) {
/xnu-11215/bsd/skywalk/channel/
H A Dchannel.c305 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()