/src/sys/modules/examples/luareadhappy/ |
luareadhappy.c | 68 static struct cdevsw happy_cdevsw = { variable in typeref:struct:cdevsw 196 if (devsw_attach("happy", NULL, &bmajor, &happy_cdevsw, 202 devsw_detach(NULL, &happy_cdevsw); 212 devsw_detach(NULL, &happy_cdevsw);
|
/src/sys/modules/examples/readhappy/ |
readhappy.c | 100 static struct cdevsw happy_cdevsw = { variable in typeref:struct:cdevsw 182 if (devsw_attach("happy", NULL, &bmajor, &happy_cdevsw, 190 devsw_detach(NULL, &happy_cdevsw);
|
/src/sys/modules/examples/readhappy_mpsafe/ |
readhappy_mpsafe.c | 121 static struct cdevsw happy_cdevsw = { variable in typeref:struct:cdevsw 226 if (devsw_attach("happy_mpsafe", NULL, &bmajor, &happy_cdevsw, 238 devsw_detach(NULL, &happy_cdevsw);
|