Searched defs:BootProperty (Results 1 - 1 of 1) sorted by relevance

/external/qemu/android/
H A Dboot-properties.c36 typedef struct BootProperty { struct
37 struct BootProperty* next;
40 } BootProperty; typedef in typeref:struct:BootProperty
42 static BootProperty*
47 BootProperty* prop = android_alloc( sizeof(*prop) + length + 1 );
64 static BootProperty* _boot_properties = NULL;
66 static BootProperty** _boot_properties_tail = &_boot_properties;
75 BootProperty *p = _boot_properties;
76 BootProperty *next = NULL;
94 BootProperty* pro
[all...]

Completed in 57 milliseconds