Searched defs:nobjs (Results 1 - 4 of 4) sorted by relevance
/osnet-11/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++) {
|
/osnet-11/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) {
|
/osnet-11/usr/src/lib/libnetcfg/common/ |
H A D | libnetcfg_files.c | 681 uint_t nobjs = 0, linecnt = 0; local 802 idbuf[nobjs] = foundidl; 803 if ((nobjs + 1) == idbufcnt && 809 nobjs++; 844 NETCFG_OBJECT_ID_LIST, idbuf, nobjs); 858 for (i = 0; i < nobjs; i++) 1108 uint_t i, nobjs; local 1185 &objids, &nobjs)) != 0) { 1196 if ((idstrs = calloc(nobjs + 1, sizeof (char *))) == NULL) { 1201 for (i = 0; i < nobjs; [all...] |
/osnet-11/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 32 milliseconds