Searched refs:nobjs (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/t/
H A DRandTest74 my ($nobjs, $embed) = @_;
75 $nobjs += $ono;
78 while ($ono < $nobjs) {
97 my $i = int(rand($nobjs - $ono)) + 1;
103 my $i = int(rand($nobjs - $ono + 1));
/osnet-11/usr/src/lib/libnetcfg/common/
H A Dlibnetcfg_files.c681 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/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++) {
/osnet-11/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) {
/osnet-11/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 29 milliseconds