HomeSort by: relevance | last modified time | path
    Searched defs:pt_selw (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/kern/
tty_pty.c 75 struct selinfo pt_selr, pt_selw; member in struct:pt_softc
293 selinit(&pti->pt_selw);
306 seldestroy(&pti->pt_selw);
566 selnotify(&pti->pt_selw, 0, NOTE_SUBMIT);
592 selnotify(&pti->pt_selw, 0, NOTE_SUBMIT);
891 selrecord(l, &pti->pt_selw);
961 selremove_knote(&pti->pt_selw, kn);
1030 sip = &pti->pt_selw;

Completed in 13 milliseconds