Home
last modified time | relevance | path

Searched refs:happy_read (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/modules/examples/readhappy/
H A Dreadhappy.c98 dev_type_read(happy_read);
103 .d_read = happy_read,
146 happy_read(dev_t self __unused, struct uio *uio, int flags __unused) in happy_read() function
/netbsd-src/sys/modules/examples/luareadhappy/
H A Dluareadhappy.c66 dev_type_read(happy_read);
71 .d_read = happy_read,
155 happy_read(dev_t self __unused, struct uio *uio, int flags __unused) in happy_read() function
/netbsd-src/sys/modules/examples/readhappy_mpsafe/
H A Dreadhappy_mpsafe.c114 dev_type_read(happy_read);
124 .d_read = happy_read,
187 happy_read(dev_t self __unused, struct uio *uio, int flags __unused) in happy_read() function