Searched refs:nns (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libdladm/common/
H A Dusage.c579 update_pe(net_plot_entry_t *pe, net_stat_t *nns, int nentries, argument
585 if (strcmp(pe[count].net_pe_name, nns->net_stat_name) == 0)
594 pe[count].net_pe_totbytes += nns->net_stat_ibytes +
595 nns->net_stat_obytes;
596 pe[count].net_pe_tottime += nns->net_stat_tdiff;
597 pe[count].net_pe_totibytes += nns->net_stat_ibytes;
598 pe[count].net_pe_totobytes += nns->net_stat_obytes;
1046 net_stat_t *nns; local
1073 nns = start->my_time_stat;
1076 if (strcmp(resource, nns
1190 net_stat_t *ns = NULL, *nns; local
1369 net_stat_t *nns; local
[all...]
/illumos-gate/usr/src/lib/libpp/common/
H A Dppproto.c497 nns(register char* s) function
516 switch (*(s = nns(s)))
1139 m = im + (*nns(ip) == '*');
1147 else if ((flags & MATCH) && sub == 1 && *nns(ip) != '*')

Completed in 90 milliseconds