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

  /src/sys/dev/dtv/
dtv_device.c 59 const struct cdevsw dtv_cdevsw = { variable in typeref:typename:const struct cdevsw
179 error = devsw_attach("dtv", NULL, &bmaj, &dtv_cdevsw, &cmaj);
186 devsw_detach(NULL, &dtv_cdevsw);
196 devsw_detach(NULL, &dtv_cdevsw);
dtv_device.c 59 const struct cdevsw dtv_cdevsw = { variable in typeref:typename:const struct cdevsw
179 error = devsw_attach("dtv", NULL, &bmaj, &dtv_cdevsw, &cmaj);
186 devsw_detach(NULL, &dtv_cdevsw);
196 devsw_detach(NULL, &dtv_cdevsw);

Completed in 21 milliseconds