Home
last modified time | relevance | path

Searched refs:eo_next (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/common/exacct/
H A Dexacct_core.c348 next = next->eo_next; in ea_free_object()
393 obj->eo_next = tp; in ea_attach_object()
400 ea_attach_object(&root->eo_next, obj); in ea_attach_to_object()
427 for (next = obj; next != NULL; next = next->eo_next) in ea_attach_to_group()
433 nextp = &(*nextp)->eo_next) in ea_attach_to_group()
589 estack[curr_frame].esf_obj = curr_obj->eo_next; in ea_pack_object()
750 if (curr_obj->eo_next == NULL) { in ea_pack_object()
753 curr_obj = curr_obj->eo_next; in ea_pack_object()
/titanic_44/usr/src/lib/libexacct/common/
H A Dexacct_ops.c671 obj->eo_next = NULL; in ea_get_object()
699 obj->eo_next = NULL; in unpack_group()
758 obj->eo_next = NULL; in ea_unpack_object()
788 obj->eo_next = NULL; in ea_unpack_object()
1236 dst->eo_next = NULL; in ea_copy_object()
1304 last = dst, src = src->eo_next) { in ea_copy_object_tree()
1330 last->eo_next = dst; in ea_copy_object_tree()
1366 prev_obj->eo_next = obj; in ea_get_object_tree()
/titanic_44/usr/src/lib/fm/libfmd_log/common/
H A Dfmd_log.c132 for (obj = grp->eo_group.eg_objs; obj != NULL; obj = obj->eo_next) { in fmd_log_load_record()
209 for (obj = grp->eo_group.eg_objs; obj != NULL; obj = obj->eo_next) { in fmd_log_load_xref()
351 for (grp = rgrp->eo_group.eg_objs; grp != NULL; grp = grp->eo_next) { in fmd_log_load_xrefs()
356 obj != NULL; obj = obj->eo_next) { in fmd_log_load_xrefs()
424 for (obj = grp->eo_group.eg_objs; obj != NULL; obj = obj->eo_next) { in fmd_log_open()
/titanic_44/usr/src/uts/common/sys/
H A Dexacct.h139 struct ea_object *eo_next; member
/titanic_44/usr/src/lib/libexacct/demo/
H A Dexdump.c239 eo = eo->eo_next; in disp_embedded_group()
/titanic_44/usr/src/cmd/fm/fmd/common/
H A Dfmd_log.c247 for (obj = grp->eo_group.eg_objs; obj != NULL; obj = obj->eo_next) { in fmd_log_check_hdr()
805 for (obj = grp->eo_group.eg_objs; obj != NULL; obj = obj->eo_next) { in fmd_log_unpack()
/titanic_44/usr/src/lib/libpool/common/
H A Dpool_kernel.c341 for (eo = ep->eo_group.eg_objs; eo != NULL; eo = eo->eo_next) { in load_group()