Searched defs:nobjs (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/lastcomm/
H A Dlc_exacct.c35 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 Dexdump.c479 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 Dexacct_ops.c126 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 Dusage.c768 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 97 milliseconds