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

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

Completed in 58 milliseconds