Home
last modified time | relevance | path

Searched refs:eo_group (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libexacct/common/
H A Dexacct_ops.c523 exacct_order32(&obj->eo_group.eg_nobjs); in xget_object()
543 if (obj->eo_group.eg_nobjs == 0) { in xget_object()
682 uint_t nobjs = grp->eo_group.eg_nobjs; in unpack_group()
689 grp->eo_group.eg_nobjs = 0; in unpack_group()
690 grp->eo_group.eg_objs = NULL; in unpack_group()
714 if (nobjs != grp->eo_group.eg_nobjs) { in unpack_group()
1238 dst->eo_group.eg_nobjs = 0; in ea_copy_object()
1239 dst->eo_group.eg_objs = NULL; in ea_copy_object()
1312 dst->eo_group.eg_objs = in ea_copy_object_tree()
1314 if (dst->eo_group.eg_objs == NULL) { in ea_copy_object_tree()
[all …]
/illumos-gate/usr/src/lib/libexacct/demo/
H A Dexdump.c236 disp_embedded_group(eo->eo_group.eg_objs, indent + 1); in disp_embedded_group()
431 (void) printf("[group of %u object(s)]", o->eo_group.eg_nobjs); in disp_obj()
453 "object(s)]\n", op->eo_group.eg_nobjs); in disp_obj()
454 eo = op->eo_group.eg_objs; in disp_obj()
494 disp_group(ef, scratch.eo_group.eg_nobjs, indent + 1); in disp_group()
542 disp_group(&ef, scratch.eo_group.eg_nobjs, 0); in main()
/illumos-gate/usr/src/common/exacct/
H A Dexacct_core.c325 ea_free_object(next->eo_group.eg_objs, flag); in ea_free_object()
428 group->eo_group.eg_nobjs += n; in ea_attach_to_group()
430 for (nextp = &group->eo_group.eg_objs; *nextp != NULL; in ea_attach_to_group()
592 exacct_order32(&curr_obj->eo_group.eg_nobjs); in ea_pack_object()
594 &curr_obj->eo_group.eg_nobjs, in ea_pack_object()
596 exacct_order32(&curr_obj->eo_group.eg_nobjs); in ea_pack_object()
645 if ((curr_obj = curr_obj->eo_group.eg_objs) == NULL) { in ea_pack_object()
/illumos-gate/usr/src/cmd/lastcomm/
H A Dlc_exacct.c119 disp_group(ef, curr_obj.eo_group.eg_nobjs, in disp_group()
196 disp_group(&ef, curr_obj.eo_group.eg_nobjs, in lc_exacct()
199 skip_group(&ef, curr_obj.eo_group.eg_nobjs); in lc_exacct()
/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()
151 rp->rec_nrefs += obj->eo_group.eg_nobjs; 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()
355 for (obj = grp->eo_group.eg_objs; 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/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()
308 grp->eo_catalog != CAT_FMA_GROUP || grp->eo_group.eg_nobjs < 1 || in fmd_log_check_hdr()
309 grp->eo_group.eg_objs->eo_catalog != CAT_FMA_OFFSET) { in fmd_log_check_hdr()
318 lp->log_skip = grp->eo_group.eg_objs->eo_item.ei_uint64; 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/libdladm/common/
H A Dusage.c994 scratch.eo_group.eg_nobjs - 1); in parse_logfile()
999 scratch.eo_group.eg_nobjs - 1); in parse_logfile()
1006 scratch.eo_group.eg_nobjs - 1); in parse_logfile()
1011 scratch.eo_group.eg_nobjs - 1); in parse_logfile()
1018 scratch.eo_group.eg_nobjs - 1); in parse_logfile()
1023 scratch.eo_group.eg_nobjs - 1); in parse_logfile()
/illumos-gate/usr/src/uts/common/sys/
H A Dexacct.h142 #define eo_group eo_u.eo_u_group macro
/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()