Home
last modified time | relevance | path

Searched defs:pollpal_softc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/modules/examples/pollpal/
H A Dpollpal.c94 typedef struct pollpal_softc { struct
95 kmutex_t lock;
96 kcondvar_t sc_cv;
97 struct selinfo psel;
98 char *buf;
99 size_t buf_len;
101 enum states {
104 } sc_state;