Home | History | Annotate | Download | only in android

Lines Matching refs:next

37     struct BootProperty*  next;
50 prop->next = NULL;
65 /* address to store pointer to next new list element */
76 BootProperty *next = NULL;
78 next = p->next;
80 p = next;
128 _boot_properties_tail = &prop->next;
247 for (; p; p = p->next) {
262 for ( ; p; p = p->next) {
304 for (prop = _boot_properties; prop != NULL; prop = prop->next) {