Lines Matching defs:entry
262 * DLVL(90) -- Function entry/exit and other tracing.
1988 * dev entry and adjust how much we read by one.
2161 * entry. Post its completion event.
3519 * On entry to this function, the event delivered is the internal
6770 json_object *states, *entry = json_object_new_object();
6773 CHECKMEM(entry);
6774 json_object_array_add(array, entry);
6781 json_object_object_add(entry, "id", obj);
6786 json_object_object_add(entry, "name", obj);
6791 json_object_object_add(entry, "references", obj);
6795 json_object_object_add(entry, "type", obj);
6802 json_object_object_add(entry, "peer-address", obj);
6810 json_object_object_add(entry, "local-address", obj);
6815 json_object_object_add(entry, "states", states);