Lines Matching defs:child
637 void const **child[MAX_CHILD_TYPE] = { NULL }; /* children */
641 isns_obj_t *obj; /* child object */
642 isns_type_t ctype; /* child object type */
643 uint32_t uid; /* child object uid */
742 /* to child info array of the parent object */
743 ec = buff_child_obj(ptype, ctype, obj, child);
765 ec = verify_ref_obj(ptype, puid, child);
773 vpp = child[i];
780 ec = update_child_obj(ptype, puid, child, 1);
806 if (child[uid] != NULL) {
807 free(child[uid]);