OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WSDISPLAYMINOR
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
ssdfb.c
1137
#define
WSDISPLAYMINOR
(unit, screen) (((unit) << 8) | (screen))
1139
WSDISPLAYMINOR
(device_unit(sc->sc_wsdisplay), 0));
/src/sys/dev/wscons/
wsdisplay.c
227
#define
WSDISPLAYMINOR
(unit, screen) (((unit) << 8) | (screen))
520
mn =
WSDISPLAYMINOR
(device_unit(sc->sc_dev), idx);
655
cn_tab->cn_dev = makedev(maj,
WSDISPLAYMINOR
(device_unit(self),
Completed in 16 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025