Searched refs:null_buf (Results 1 – 1 of 1) sorted by relevance
/kvm-unit-tests/s390x/ |
H A D | sthyi.c | 20 static char null_buf[32] = {}; variable 103 report(memcmp(mach->INFMTYPE, null_buf, sizeof(mach->INFMTYPE)), in test_fcode0_mach() 105 report(memcmp(mach->INFMMANU, null_buf, sizeof(mach->INFMMANU)), in test_fcode0_mach() 107 report(memcmp(mach->INFMSEQ, null_buf, sizeof(mach->INFMSEQ)), in test_fcode0_mach() 109 report(memcmp(mach->INFMPMAN, null_buf, sizeof(mach->INFMPMAN)), in test_fcode0_mach() 114 report(memcmp(mach->INFMNAME, null_buf, sizeof(mach->INFMNAME)), in test_fcode0_mach() 131 report(memcmp(par->INFPPNAM, null_buf, sizeof(par->INFPPNAM)), in test_fcode0_par()
|