Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/exacct/
H A Dexacct_core.c346 next = next->eo_next; in ea_free_object()
391 obj->eo_next = tp; in ea_attach_object()
398 ea_attach_object(&root->eo_next, obj); in ea_attach_to_object()
425 for (next = obj; next != NULL; next = next->eo_next) in ea_attach_to_group()
431 nextp = &(*nextp)->eo_next) in ea_attach_to_group()
587 estack[curr_frame].esf_obj = curr_obj->eo_next; in ea_pack_object()
748 if (curr_obj->eo_next == NULL) { in ea_pack_object()
751 curr_obj = curr_obj->eo_next; in ea_pack_object()
/illumos-gate/usr/src/lib/libexacct/common/
H A Dexacct_ops.c669 obj->eo_next = NULL; in ea_get_object()
697 obj->eo_next = NULL; in unpack_group()
756 obj->eo_next = NULL; in ea_unpack_object()
786 obj->eo_next = NULL; in ea_unpack_object()
1234 dst->eo_next = NULL; in ea_copy_object()
1302 last = dst, src = src->eo_next) { in ea_copy_object_tree()
1328 last->eo_next = dst; in ea_copy_object_tree()
1364 prev_obj->eo_next = obj; in ea_get_object_tree()
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/sys/
H A Dexacct.h139 struct ea_object *eo_next; member
/illumos-gate/usr/src/lib/libexacct/demo/
H A Dexdump.c237 eo = eo->eo_next; in disp_embedded_group()
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_log.c245 for (obj = grp->eo_group.eg_objs; obj != NULL; obj = obj->eo_next) { in fmd_log_check_hdr()
803 for (obj = grp->eo_group.eg_objs; obj != NULL; obj = obj->eo_next) { in fmd_log_unpack()
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_kernel.c342 for (eo = ep->eo_group.eg_objs; eo != NULL; eo = eo->eo_next) { in load_group()