HomeSort by relevance Sort by last modified time
    Searched defs:fixups (Results 1 - 2 of 2) sorted by null

  /external/dbus/dbus/
dbus-marshal-recursive.c 42 free_fixups (DBusList **fixups)
46 link = _dbus_list_get_first_link (fixups);
51 next = _dbus_list_get_next_link (fixups, link);
59 *fixups = NULL;
63 apply_and_free_fixups (DBusList **fixups,
69 if (*fixups)
70 _dbus_verbose (" %d FIXUPS to apply\n",
71 _dbus_list_get_length (fixups));
74 link = _dbus_list_get_first_link (fixups);
79 next = _dbus_list_get_next_link (fixups, link)
1155 DBusList *fixups; local
    [all...]
  /external/grub/netboot/
tulip.c 438 static struct fixups {
437 static struct fixups { struct
    [all...]

Completed in 85 milliseconds