Searched refs:du_name (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/lib/libdladm/common/ |
H A D | usage.c | 613 bcopy(pe[count].net_pe_name, &usage.du_name, in add_pe_to_file() 614 sizeof (usage.du_name)); in add_pe_to_file() 1095 bcopy(ns->net_stat_name, &usage.du_name, in dladm_walk_usage_res() 1096 sizeof (usage.du_name)); in dladm_walk_usage_res() 1116 bcopy(&nns->net_stat_name, &usage.du_name, in dladm_walk_usage_res() 1117 sizeof (usage.du_name)); in dladm_walk_usage_res() 1139 bcopy(&ns->net_stat_name, &usage.du_name, in dladm_walk_usage_res() 1140 sizeof (usage.du_name)); in dladm_walk_usage_res() 1164 bcopy(&ns->net_stat_name, &usage.du_name, in dladm_walk_usage_res() 1165 sizeof (usage.du_name)); in dladm_walk_usage_res() [all …]
|
H A D | libdladm.h | 230 char du_name[MAXLINKNAMELEN]; member
|
/titanic_41/usr/src/cmd/flowstat/ |
H A D | flowstat.c | 778 history->du_name, &attr)) != DLADM_STATUS_OK)) { in show_history_date() 806 history->du_name, &attr)) != DLADM_STATUS_OK)) { in show_history_time() 816 (void) printf(" %s", history->du_name); in show_history_time() 843 history->du_name); in show_history_time() 878 history->du_name, &attr)) != DLADM_STATUS_OK)) { in show_history_res() 885 history->du_name); in show_history_res()
|
/titanic_41/usr/src/cmd/dlstat/ |
H A D | dlstat.c | 546 if ((status = dladm_name2info(handle, history->du_name, in show_history_date() 578 if ((status = dladm_name2info(handle, history->du_name, in show_history_time() 592 (void) printf(" %s", history->du_name); in show_history_time() 619 history->du_name); in show_history_time() 653 if ((status = dladm_name2info(handle, history->du_name, in show_history_res() 664 history->du_name); in show_history_res()
|
/titanic_41/usr/src/cmd/dladm/ |
H A D | dladm.c | 1515 if ((status = dladm_name2info(handle, usage->du_name, in show_usage_date() 1547 if ((status = dladm_name2info(handle, usage->du_name, in show_usage_time() 1561 (void) printf(" %s", usage->du_name); in show_usage_time() 1588 usage->du_name); in show_usage_time() 1622 if ((status = dladm_name2info(handle, usage->du_name, in show_usage_res() 1633 usage->du_name); in show_usage_res()
|