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