HomeSort by relevance Sort by last modified time
    Searched refs:ParamList (Results 1 - 3 of 3) sorted by null

  /external/qemu/android/
cmdline-option.h 17 typedef struct ParamList {
19 struct ParamList* next;
20 } ParamList;
25 #define OPT_LIST(n,t,d) ParamList* n;
cmdline-option.c 170 ParamList** head = (ParamList**)field;
171 ParamList* pl;
215 ParamList** head = (ParamList**)((char*)opt + oo->var_offset);
216 ParamList* prev = NULL;
217 ParamList* cur = *head;
220 ParamList* next = cur->next;
main.c     [all...]

Completed in 256 milliseconds