Home
last modified time | relevance | path

Searched refs:BootProperty (Results 1 – 1 of 1) sorted by relevance

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