Searched refs:eg_nobjs (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/lib/libexacct/common/ |
H A D | exacct_ops.c | 520 if (xread(f, &obj->eo_group.eg_nobjs, sizeof (uint32_t)) != in xget_object() 525 exacct_order32(&obj->eo_group.eg_nobjs); in xget_object() 535 if (stack_new_group(f, obj->eo_group.eg_nobjs) != 0) { in xget_object() 545 if (obj->eo_group.eg_nobjs == 0) { in xget_object() 684 uint_t nobjs = grp->eo_group.eg_nobjs; in unpack_group() 691 grp->eo_group.eg_nobjs = 0; in unpack_group() 716 if (nobjs != grp->eo_group.eg_nobjs) { in unpack_group() 885 for (n = 0; n < hdr_grp.eo_group.eg_nobjs; n++) { in validate_header() 1240 dst->eo_group.eg_nobjs = 0; in ea_copy_object() 1320 dst->eo_group.eg_nobjs = src->eo_group.eg_nobjs; in ea_copy_object_tree() [all …]
|
/titanic_44/usr/src/cmd/lastcomm/ |
H A D | lc_exacct.c | 121 disp_group(ef, curr_obj.eo_group.eg_nobjs, in disp_group() 198 disp_group(&ef, curr_obj.eo_group.eg_nobjs, in lc_exacct() 201 skip_group(&ef, curr_obj.eo_group.eg_nobjs); in lc_exacct()
|
/titanic_44/usr/src/lib/libexacct/demo/ |
H A D | exdump.c | 433 (void) printf("[group of %u object(s)]", o->eo_group.eg_nobjs); in disp_obj() 455 "object(s)]\n", op->eo_group.eg_nobjs); in disp_obj() 496 disp_group(ef, scratch.eo_group.eg_nobjs, indent + 1); in disp_group() 544 disp_group(&ef, scratch.eo_group.eg_nobjs, 0); in main()
|
/titanic_44/usr/src/common/exacct/ |
H A D | exacct_core.c | 312 obj->eo_u.eo_u_group.eg_nobjs = 0; in ea_set_group() 430 group->eo_group.eg_nobjs += n; in ea_attach_to_group() 594 exacct_order32(&curr_obj->eo_group.eg_nobjs); in ea_pack_object() 596 &curr_obj->eo_group.eg_nobjs, in ea_pack_object() 598 exacct_order32(&curr_obj->eo_group.eg_nobjs); in ea_pack_object()
|
/titanic_44/usr/src/lib/libdladm/common/ |
H A D | usage.c | 994 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()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | exacct.h | 129 uint32_t eg_nobjs; member
|
/titanic_44/usr/src/lib/fm/libfmd_log/common/ |
H A D | fmd_log.c | 151 rp->rec_nrefs += obj->eo_group.eg_nobjs; in fmd_log_load_record()
|
/titanic_44/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_log.c | 310 grp->eo_catalog != CAT_FMA_GROUP || grp->eo_group.eg_nobjs < 1 || in fmd_log_check_hdr()
|