Home
last modified time | relevance | path

Searched refs:iosb2 (Results 1 – 2 of 2) sorted by relevance

/reactos/modules/rostests/winetests/ntdll/
H A Dchange.c171 IO_STATUS_BLOCK iosb, iosb2; in test_ntncdf_async() local
288 U(iosb2).Status = 0x01234567; in test_ntncdf_async()
289 iosb2.Information = 0x12345678; in test_ntncdf_async()
290 r = pNtNotifyChangeDirectoryFile(hdir,0,NULL,NULL,&iosb2,buffer,sizeof buffer,filter,0); in test_ntncdf_async()
302 ok(U(iosb2).Status == STATUS_CANCELLED, "status wrong %x\n",U(iosb2).Status); in test_ntncdf_async()
305 ok(iosb2.Information == 0, "info wrong\n"); in test_ntncdf_async()
H A Dpipe.c865 IO_STATUS_BLOCK iosb, iosb2; in read_pipe_test() local
1082 status = pNtCancelIoFile( read, &iosb2 ); in read_pipe_test()
1106 status = pNtCancelIoFile( read, &iosb2 ); in read_pipe_test()
1108 status = pNtCancelIoFile( handle, &iosb2 ); in read_pipe_test()
1134 status = pNtCancelIoFileEx( read, &iosb, &iosb2 ); in read_pipe_test()
1160 status = pNtCancelIoFileEx( read, &iosb, &iosb2 ); in read_pipe_test()