Searched refs:nobjs (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/lastcomm/ |
H A D | lc_exacct.c | 35 skip_group(ea_file_t *ef, uint_t nobjs) in skip_group() argument 60 disp_group(ea_file_t *ef, uint_t nobjs, int argc, char *argv[], int index) in disp_group() argument 76 for (i = 0; i < nobjs; i++) { in disp_group()
|
/titanic_41/usr/src/lib/libexacct/common/ |
H A D | exacct_ops.c | 126 static int stack_new_group(ea_file_impl_t *f, int nobjs) in stack_new_group() argument 135 f->ef_depth[f->ef_ndeep].efd_nobjs = nobjs; in stack_new_group() 684 uint_t nobjs = grp->eo_group.eg_nobjs; in unpack_group() local 694 for (i = 0; i < nobjs; i++) { in unpack_group() 716 if (nobjs != grp->eo_group.eg_nobjs) { in unpack_group()
|
/titanic_41/usr/src/lib/libexacct/demo/ |
H A D | exdump.c | 479 disp_group(ea_file_t *ef, uint_t nobjs, int indent) in disp_group() argument 483 for (i = 0; i < nobjs; i++) { in disp_group()
|
/titanic_41/usr/src/lib/libdladm/common/ |
H A D | usage.c | 768 add_desc(net_table_t *net_table, ea_file_t *ef, int nobjs) in add_desc() argument 779 for (count = 0; count < nobjs; count++) { in add_desc() 860 add_stats(net_table_t *net_table, ea_file_t *ef, int nobjs) in add_stats() argument 884 for (count = 0; count < nobjs; count++) { in add_stats()
|