Home
last modified time | relevance | path

Searched refs:minorbase (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/dev/serial/sio/
H A Dsio.c983 int minorbase; in sioattach() local
1213 minorbase = UNIT_TO_MINOR(unit); in sioattach()
1215 make_dev(&sio_ops, minorbase, in sioattach()
1217 make_dev(&sio_ops, minorbase | CONTROL_INIT_STATE, in sioattach()
1219 make_dev(&sio_ops, minorbase | CONTROL_LOCK_STATE, in sioattach()
1221 make_dev(&sio_ops, minorbase | CALLOUT_MASK, in sioattach()
1223 make_dev(&sio_ops, minorbase | CALLOUT_MASK | CONTROL_INIT_STATE, in sioattach()
1225 make_dev(&sio_ops, minorbase | CALLOUT_MASK | CONTROL_LOCK_STATE, in sioattach()