Searched refs:BootProperty (Results 1 – 1 of 1) sorted by relevance
36 typedef struct BootProperty { struct37 struct BootProperty* next; argument40 } BootProperty; argument42 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 …]