Lines Matching defs:entry
146 * DLVL(90) -- Function entry/exit and other tracing.
448 /* This function will add an entry to the I/O completion port
1367 * entry. Post its completion event.
2028 * On entry to this function, the event delivered is the internal
4147 json_object *states, *entry = json_object_new_object();
4150 CHECKMEM(entry);
4151 json_object_array_add(array, entry);
4158 json_object_object_add(entry, "id", obj);
4163 json_object_object_add(entry, "name", obj);
4168 json_object_object_add(entry, "references", obj);
4172 json_object_object_add(entry, "type", obj);
4179 json_object_object_add(entry, "peer-address", obj);
4187 json_object_object_add(entry, "local-address", obj);
4192 json_object_object_add(entry, "states", states);