Searched refs:ctty_cdevsw (Results 1 – 3 of 3) sorted by relevance
52 extern const struct cdevsw ctty_cdevsw, ptc_cdevsw, pts_cdevsw; in RUMP_COMPONENT()57 FLAWLESSCALL(devsw_attach("ctty", NULL, &bmaj, &ctty_cdevsw, &cmaj)); in RUMP_COMPONENT()
159 const struct cdevsw ctty_cdevsw = { variable
1057 extern const struct cdevsw ctty_cdevsw; in sercnprobe()1076 if (cdevsw_lookup(kgdb_dev) == &ctty_cdevsw) in sercnprobe()