Searched refs:sc_ops (Results 1 – 1 of 1) sorted by relevance
| /dragonfly/sys/dev/misc/syscons/ |
| HD | syscons.c | 290 static struct dev_ops sc_ops = { variable 584 sc->dev[0] = make_dev(&sc_ops, sc_console_unit*MAXCONS, UID_ROOT, in sc_attach_unit() 639 dev = make_dev(&sc_ops, vc + unit * MAXCONS, in sc_attach_unit() 644 cctl_dev = make_dev(&sc_ops, SC_CONSOLECTL, in sc_attach_unit() 3330 sc->dev[0] = make_dev(&sc_ops, unit*MAXCONS, UID_ROOT, in scinit()
|