Home
last modified time | relevance | path

Searched refs:eg_nobjs (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libexacct/common/
H A Dexacct_ops.c518 if (xread(f, &obj->eo_group.eg_nobjs, sizeof (uint32_t)) != in xget_object()
523 exacct_order32(&obj->eo_group.eg_nobjs); in xget_object()
533 if (stack_new_group(f, obj->eo_group.eg_nobjs) != 0) { 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()
714 if (nobjs != grp->eo_group.eg_nobjs) { in unpack_group()
883 for (n = 0; n < hdr_grp.eo_group.eg_nobjs; n++) { in validate_header()
1238 dst->eo_group.eg_nobjs = 0; in ea_copy_object()
1318 dst->eo_group.eg_nobjs = src->eo_group.eg_nobjs; in ea_copy_object_tree()
[all …]
/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/libexacct/demo/
H A Dexdump.c431 (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()
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.c310 obj->eo_u.eo_u_group.eg_nobjs = 0; in ea_set_group()
428 group->eo_group.eg_nobjs += n; 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()
/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.h129 uint32_t eg_nobjs; member
/illumos-gate/usr/src/lib/fm/libfmd_log/common/
H A Dfmd_log.c151 rp->rec_nrefs += obj->eo_group.eg_nobjs; in fmd_log_load_record()
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_log.c308 grp->eo_catalog != CAT_FMA_GROUP || grp->eo_group.eg_nobjs < 1 || in fmd_log_check_hdr()