OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LINUX_CONS_MAJOR
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/compat/linux/arch/powerpc/
linux_machdep.h
165
*
LINUX_CONS_MAJOR
is from Linux's include/linux/major.h
167
#define
LINUX_CONS_MAJOR
4
/src/sys/compat/linux/arch/amd64/
linux_machdep.h
131
#define
LINUX_CONS_MAJOR
4
linux_machdep.c
293
return makedev(
LINUX_CONS_MAJOR
, (minor(dev) + 1));
/src/sys/compat/linux/arch/i386/
linux_machdep.h
157
#define
LINUX_CONS_MAJOR
4
linux_machdep.c
639
return makedev(
LINUX_CONS_MAJOR
, (minor(dev) + 1));
/src/sys/compat/linux/arch/mips/
linux_machdep.h
194
*
LINUX_CONS_MAJOR
is from Linux's include/linux/major.h
196
#define
LINUX_CONS_MAJOR
4
Completed in 26 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026