/src/sys/modules/examples/luareadhappy/ |
luareadhappy.c | 66 dev_type_read(happy_read); 71 .d_read = happy_read, 155 happy_read(dev_t self __unused, struct uio *uio, int flags __unused) function in typeref:typename:int
|
luareadhappy.c | 66 dev_type_read(happy_read); 71 .d_read = happy_read, 155 happy_read(dev_t self __unused, struct uio *uio, int flags __unused) function in typeref:typename:int
|
/src/sys/modules/examples/readhappy/ |
readhappy.c | 98 dev_type_read(happy_read); 103 .d_read = happy_read, 146 happy_read(dev_t self __unused, struct uio *uio, int flags __unused) function in typeref:typename:int
|
readhappy.c | 98 dev_type_read(happy_read); 103 .d_read = happy_read, 146 happy_read(dev_t self __unused, struct uio *uio, int flags __unused) function in typeref:typename:int
|
/src/sys/modules/examples/readhappy_mpsafe/ |
readhappy_mpsafe.c | 114 dev_type_read(happy_read); 124 .d_read = happy_read, 182 * happy_read allows only a single file descriptor to read at a point of time 187 happy_read(dev_t self __unused, struct uio *uio, int flags __unused) function in typeref:typename:int
|
readhappy_mpsafe.c | 114 dev_type_read(happy_read); 124 .d_read = happy_read, 182 * happy_read allows only a single file descriptor to read at a point of time 187 happy_read(dev_t self __unused, struct uio *uio, int flags __unused) function in typeref:typename:int
|