OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:moduleclass
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86Module.h
103
* Some common module classes. The
moduleclass
can be used to identify
126
const char *
moduleclass
; /* module class description */
member in struct:__anon9927
141
const char *
moduleclass
; /* module class */
member in struct:__anon9928
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86Module.h
118
* Some common module classes. The
moduleclass
can be used to identify
142
const char *
moduleclass
; /* module class description */
member in struct:__anon10523
157
const char *
moduleclass
; /* module class */
member in struct:__anon10524
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/loader/
loadmod.c
623
if (data->
moduleclass
)
624
xf86ErrorFVerb(2, "\tModule class: %s\n", data->
moduleclass
);
700
if (req->
moduleclass
) {
701
if (!data->
moduleclass
||
702
strcmp(req->
moduleclass
, data->
moduleclass
)) {
705
data->
moduleclass
? data->
moduleclass
: "<NONE>",
706
req->
moduleclass
);
1052
*
moduleclass
- string must match the module's moduleclas
[
all
...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/loader/
loadmod.c
447
if (data->
moduleclass
)
448
LogWrite(2, "\tModule class: %s\n", data->
moduleclass
);
517
if (req->
moduleclass
) {
518
if (!data->
moduleclass
||
519
strcmp(req->
moduleclass
, data->
moduleclass
)) {
522
data->
moduleclass
? data->
moduleclass
: "<NONE>",
523
req->
moduleclass
);
661
*
moduleclass
- string must match the module's moduleclas
[
all
...]
Completed in 8 milliseconds
Indexes created Tue Jul 14 00:26:25 UTC 2026