Searched refs:sStatus (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/hptmv/ |
H A D | hptproc.c | 429 char *sType = NULL, *sStatus = NULL; in hpt_copy_array_info() local 464 sStatus = "Disabled"; in hpt_copy_array_info() 466 sStatus = "Critical"; in hpt_copy_array_info() 469 if (!sStatus) in hpt_copy_array_info() 482 sStatus = buf; in hpt_copy_array_info() 486 sStatus = buf; in hpt_copy_array_info() 489 sStatus = "Critical"; in hpt_copy_array_info() 491 sStatus = "Critical"; in hpt_copy_array_info() 499 if (!sStatus) sStatus = "Normal"; in hpt_copy_array_info() 500 …20s %5lldMB %-16s", nld, sType, pArray->u.array.ArrayName, pArray->VDeviceCapacity>>11, sStatus); in hpt_copy_array_info()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_jjy.c | 1887 char cApostrophe, sStatus[3] ; in jjy_receive_citizentic_jjy200() local 1929 &cApostrophe, sStatus, in jjy_receive_citizentic_jjy200() 1932 sStatus[2] = 0 ; in jjy_receive_citizentic_jjy200() 1935 || ( strcmp( sStatus, "OK" ) != 0 in jjy_receive_citizentic_jjy200() 1936 && strcmp( sStatus, "NG" ) != 0 in jjy_receive_citizentic_jjy200() 1937 && strcmp( sStatus, "ER" ) != 0 ) in jjy_receive_citizentic_jjy200() 1948 } else if ( strcmp( sStatus, "NG" ) == 0 in jjy_receive_citizentic_jjy200() 1949 || strcmp( sStatus, "ER" ) == 0 ) { in jjy_receive_citizentic_jjy200() 1951 snprintf( sMsg, sizeof(sMsg)-1, "status=%s", sStatus ) ; in jjy_receive_citizentic_jjy200()
|