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

  /src/sys/kern/
tty_pty.c 75 struct selinfo pt_selr, pt_selw; member in struct:pt_softc
292 selinit(&pti->pt_selr);
305 seldestroy(&pti->pt_selr);
537 selnotify(&pti->pt_selr, 0, NOTE_SUBMIT);
570 selnotify(&pti->pt_selr, 0, NOTE_SUBMIT);
588 selnotify(&pti->pt_selr, 0, NOTE_SUBMIT);
888 selrecord(l, &pti->pt_selr);
907 selremove_knote(&pti->pt_selr, kn);
1026 sip = &pti->pt_selr;
tty_pty.c 75 struct selinfo pt_selr, pt_selw; member in struct:pt_softc
292 selinit(&pti->pt_selr);
305 seldestroy(&pti->pt_selr);
537 selnotify(&pti->pt_selr, 0, NOTE_SUBMIT);
570 selnotify(&pti->pt_selr, 0, NOTE_SUBMIT);
588 selnotify(&pti->pt_selr, 0, NOTE_SUBMIT);
888 selrecord(l, &pti->pt_selr);
907 selremove_knote(&pti->pt_selr, kn);
1026 sip = &pti->pt_selr;

Completed in 79 milliseconds