Home
last modified time | relevance | path

Searched refs:InformationToReturn (Results 1 – 3 of 3) sorted by relevance

/reactos/drivers/filesystems/nfs/
H A Dnfs41_driver.c1558 RxContext->InformationToReturn = 0; in nfs41_upcall()
1560 RxContext->InformationToReturn = len; in nfs41_upcall()
4432 RxContext->InformationToReturn = entry->buf_len;
4573 RxContext->InformationToReturn = SizeUsed;
4634 RxContext->InformationToReturn = entry->buf_len;
4958 RxContext->InformationToReturn = HeaderLen;
4987 RxContext->InformationToReturn = HeaderLen +
5149 RxContext->InformationToReturn = entry->buf_len;
5289 RxContext->InformationToReturn = entry->buf_len;
5526 RxContext->InformationToReturn = entry->buf_len;
[all …]
/reactos/sdk/include/ddk/
H A Drxcontx.h137 ULONG_PTR InformationToReturn; member
/reactos/sdk/lib/drivers/rdbsslib/
H A Drdbss.c9596 Context->CurrentIrp->IoStatus.Information = Context->InformationToReturn; in RxXXXControlFileCallthru()