Searched refs:offset_of (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/xserver/record/ |
| H A D | record.c | 1508 #define offset_of(_structure, _field) \ macro 1603 offset_of(rr, coreRequestsFirst), NULL, in RecordRegisterClients() 1609 offset_of(rr, extRequestsMajorFirst), in RecordRegisterClients() 1615 offset_of(rr, coreRepliesFirst), NULL, in RecordRegisterClients() 1621 offset_of(rr, extRepliesMajorFirst), in RecordRegisterClients() 1627 offset_of(rr, errorsFirst), NULL, in RecordRegisterClients() 1633 offset_of(rr, deliveredEventsFirst), in RecordRegisterClients() 1639 offset_of(rr, deviceEventsFirst), NULL, in RecordRegisterClients() 2170 offset_of(rr, coreRequestsFirst), TRUE, in ProcRecordGetContext() 2176 offset_of(rr, coreRepliesFirst), TRUE, in ProcRecordGetContext() [all …]
|
| /OK3568_Linux_fs/kernel/scripts/gdb/linux/ |
| H A D | utils.py | 45 def offset_of(typeobj, field): function 52 offset_of(typeobj, member)).cast(typeobj)
|