Searched refs:KmtOk (Results 1 – 4 of 4) sorted by relevance
/reactos/modules/rostests/kmtests/ntos_se/ |
H A D | SeHelpers.c | 98 KmtOk(Sid != NULL, FileAndLine, "Sid is NULL\n"); in CheckSid__() 104 KmtOk(Okay == TRUE, FileAndLine, "Invalid Sid\n"); in CheckSid__() 109 KmtOk(SidSize >= Length, FileAndLine, "SidSize %lu too small, need %lu\n", SidSize, Length); in CheckSid__() 113 KmtOk(Okay, FileAndLine, "Sids %p and %p not equal\n", Sid, ExpectedSid); in CheckSid__() 123 KmtOk(0, FileAndLine, "Got %wZ, expected %wZ\n", &SidString1, &SidString2); in CheckSid__() 145 KmtOk(Acl != NULL, FileAndLine, "Acl is NULL\n"); in VCheckAcl__() 148 KmtOk((ULONG_PTR)Acl % sizeof(ULONG) == 0, FileAndLine, "Unaligned ACL %p\n", Acl); in VCheckAcl__() 149 KmtOk(Acl->AclRevision == ACL_REVISION, FileAndLine, "AclRevision is %u\n", Acl->AclRevision); in VCheckAcl__() 150 KmtOk(Acl->Sbz1 == 0, FileAndLine, "Sbz1 is %u\n", Acl->Sbz1); in VCheckAcl__() 151 KmtOk(Acl->Sbz2 == 0, FileAndLine, "Sbz2 is %u\n", Acl->Sbz2); in VCheckAcl__() [all …]
|
/reactos/modules/rostests/kmtests/rtl/ |
H A D | RtlRangeList.c | 79 KmtOk((&Iterator.Stamp)[1] == 0x55555555, FileAndLine, in ExpectRangeEntryList() 94 KmtOk(Iterator.Current == Range, FileAndLine, in ExpectRangeEntryList() 105 KmtOk(Status == STATUS_NO_MORE_ENTRIES, FileAndLine, in ExpectRangeEntryList() 107 KmtOk(Range == NULL, FileAndLine, in ExpectRangeEntryList() 111 KmtOk(Iterator.MergedHead == NULL, FileAndLine, in ExpectRangeEntryList() 113 KmtOk(Iterator.Current == NULL, FileAndLine, in ExpectRangeEntryList() 115 KmtOk(Iterator.Stamp == RangeList->Stamp, FileAndLine, in ExpectRangeEntryList() 121 KmtOk(Status == STATUS_NO_MORE_ENTRIES, FileAndLine, in ExpectRangeEntryList() 123 KmtOk(Range == NULL, FileAndLine, in ExpectRangeEntryList() 127 KmtOk(Iterator.MergedHead == NULL, FileAndLine, in ExpectRangeEntryList() [all …]
|
/reactos/modules/rostests/kmtests/include/ |
H A D | kmt_test.h | 222 #define ok_(test, file, line, ...) KmtOk(test, file ":" KMT_STRINGIZE(line), __VA_ARGS__) 227 BOOLEAN KmtOk(INT Condition, PCSTR FileAndLine, PCSTR Format, ...) KMT_FORMAT(ms_p… 432 BOOLEAN KmtOk(INT Condition, PCSTR FileAndLine, PCSTR Format, ...) in KmtOk() function
|
/reactos/modules/rostests/kmtests/npfs/ |
H A D | NpfsHelpers.c | 435 …KmtOk((value) == (expected), FileAndLine, #value " = " spec ", expected " spec "\n", value, expect…
|