OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:action_list
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/extensions/
xtestext1proto.h
84
CARD8
action_list
[XTestMAX_ACTION_LIST_SIZE];
member in struct:__anon25358
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
xtestext1proto.h
84
CARD8
action_list
[XTestMAX_ACTION_LIST_SIZE];
member in struct:__anon27094
/external/iproute2/tc/
m_action.c
31
static struct action_util *
action_list
;
variable in typeref:struct:action_util
109
for (a =
action_list
; a; a = a->next) {
131
a->next =
action_list
;
132
action_list
= a;
/system/core/fastboot/
engine.c
81
static Action *
action_list
= 0;
variable
157
action_list
= a;
373
a =
action_list
;
379
for (a =
action_list
; a; a = a->next) {
417
return (
action_list
== NULL);
Completed in 122 milliseconds