Lines Matching refs:vstat
396 char vstat[STAT_HDR_SIZE]; in sndr_report() local
403 (void) sprintf(vstat, DATA_C2, c); in sndr_report()
404 (void) strcat(data, vstat); in sndr_report()
671 getStat(kstat_t *ksp, char *vstat) in getStat() argument
681 (void) strcpy(vstat, "R"); in getStat()
686 (void) strcpy(vstat, "RS"); in getStat()
688 (void) strcpy(vstat, "SY"); in getStat()
691 (void) strcpy(vstat, "SY"); in getStat()
693 (void) strcpy(vstat, "RS"); in getStat()
697 (void) strcpy(vstat, "L"); in getStat()
700 (void) strcpy(vstat, "Q"); in getStat()
703 (void) strcpy(vstat, "QF"); in getStat()
706 (void) strcpy(vstat, "SN"); in getStat()
709 (void) strcpy(vstat, "RN"); in getStat()
713 (void) strcpy(vstat, "FF"); in getStat()
716 (void) strcpy(vstat, "BF"); in getStat()
719 (void) strcpy(vstat, "VF"); in getStat()