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

  /src/sys/fs/autofs/
autofs_vfsops.c 464 extern const struct cdevsw autofs_cdevsw;
480 error = devsw_attach("autofs", NULL, &bmajor, &autofs_cdevsw,
499 devsw_detach(NULL, &autofs_cdevsw);
autofs.c 85 const struct cdevsw autofs_cdevsw = { variable in typeref:typename:const struct cdevsw

Completed in 34 milliseconds