Searched refs:vslist (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/avs/dsstat/ |
H A D | dsstat.c | 273 vslist_t *vslist; in set_vol_list() local 294 for (vslist = vs_top; vslist != NULL; vslist = vslist->next) { in set_vol_list() 295 if (vslist->volhost && vh) { in set_vol_list() 296 if (strcmp(vslist->volhost, vh) == 0 && in set_vol_list() 297 strcmp(vslist->volname, vn) == 0) in set_vol_list() 300 if (strcmp(vslist->volname, vn) == 0) in set_vol_list() 304 pre = vslist; in set_vol_list() 327 vslist = vs_top = newvol; in set_vol_list() 328 vslist->next = NULL; in set_vol_list() 332 if (vslist == NULL) { in set_vol_list() [all …]
|
H A D | sndr_stats.c | 787 vslist_t *vslist = vs_top; in sndr_vol_selected() local 789 for (vslist = vs_top; vslist != NULL; vslist = vslist->next) { in sndr_vol_selected() 794 if (vslist->volhost == NULL) { in sndr_vol_selected() 797 if (sndr_strcmp(vn, vslist->volname)) in sndr_vol_selected() 807 if (sndr_strcmp(vn, vslist->volname) == 0 && in sndr_vol_selected() 808 sndr_strcmp(vh, vslist->volhost) == 0) in sndr_vol_selected() 815 if (sndr_strcmp(vn, vslist->volname) == 0 && in sndr_vol_selected() 816 sndr_strcmp(vh, vslist->volhost) == 0) in sndr_vol_selected() 820 if (vs_top != NULL && vslist == NULL) in sndr_vol_selected()
|
H A D | sdbc_stats.c | 247 vslist_t *vslist = vs_top; in sdbc_report() local 267 for (vslist = vs_top; vslist != NULL; vslist = vslist->next) in sdbc_report() 268 if (strcmp(volname, vslist->volname) == 0) in sdbc_report() 271 if (vs_top != NULL && vslist == NULL) in sdbc_report()
|
H A D | ii_stats.c | 789 vslist_t *vslist = vs_top; in ii_vol_selected() local 791 for (vslist = vs_top; vslist != NULL; vslist = vslist->next) { in ii_vol_selected() 801 if (strcmp(vslist->volname, &vn[off]) == 0) { in ii_vol_selected() 806 if (vs_top != NULL && vslist == NULL) { in ii_vol_selected()
|