OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:abiversion
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86Module.h
125
CARD32
abiversion
; /* ABI version */
member in struct:__anon9927
140
CARD32
abiversion
; /* ABI version */
member in struct:__anon9928
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86Module.h
141
CARD32
abiversion
; /* ABI version */
member in struct:__anon10523
156
CARD32
abiversion
; /* ABI version */
member in struct:__anon10524
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/loader/
loadmod.c
642
abimaj = GET_ABI_MAJOR(data->
abiversion
);
643
abimin = GET_ABI_MINOR(data->
abiversion
);
719
req->
abiversion
!= ABI_VERS_UNSPEC) {
722
reqmaj = GET_ABI_MAJOR(req->
abiversion
);
723
reqmin = GET_ABI_MINOR(req->
abiversion
);
724
maj = GET_ABI_MAJOR(data->
abiversion
);
725
min = GET_ABI_MINOR(data->
abiversion
);
1050
*
abiversion
- must be consistent with the module's
1051
*
abiversion
(major equal, minor no older)
/xsrc/external/mit/xorg-server/dist/hw/xfree86/loader/
loadmod.c
464
abimaj = GET_ABI_MAJOR(data->
abiversion
);
465
abimin = GET_ABI_MINOR(data->
abiversion
);
539
reqmaj = GET_ABI_MAJOR(req->
abiversion
);
540
reqmin = GET_ABI_MINOR(req->
abiversion
);
541
maj = GET_ABI_MAJOR(data->
abiversion
);
542
min = GET_ABI_MINOR(data->
abiversion
);
659
*
abiversion
- must be consistent with the module's
660
*
abiversion
(major equal, minor no older)
Completed in 7 milliseconds
Indexes created Tue Jul 14 00:26:25 UTC 2026