Home
last modified time | relevance | path

Searched refs:volhost (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/cmd/avs/dsstat/
H A Ddsstat.c295 if (vslist->volhost && vh) { in set_vol_list()
296 if (strcmp(vslist->volhost, vh) == 0 && in set_vol_list()
320 newvol->volhost = (char *)calloc((strlen(vh) + 1), in set_vol_list()
322 (void) strcpy(newvol->volhost, vh); in set_vol_list()
H A Ddsstat.h36 char *volhost; member
H A Dsndr_stats.c794 if (vslist->volhost == NULL) { in sndr_vol_selected()
808 sndr_strcmp(vh, vslist->volhost) == 0) in sndr_vol_selected()
816 sndr_strcmp(vh, vslist->volhost) == 0) in sndr_vol_selected()