Home
last modified time | relevance | path

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

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