Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

I/O request packet

From Wikipedia, the free encyclopedia
Data structures used in Microsoft Windows for I/O operations

I/O request packets (IRPs) arekernel mode structures that are used byWindows Driver Model (WDM) andWindows NTdevice drivers to communicate with each other and with theoperating system. They are data structures that describe I/O requests, and can be equally well thought of as "I/O request descriptors" or similar. Rather than passing a large number of small arguments (such as buffer address, buffer size, I/O function type, etc.) to a driver, all of these parameters are passed via a single pointer to this persistent data structure. The IRP with all of its parameters can be put on a queue if the I/O request cannot be performed immediately. I/O completion is reported back to the I/O manager by passing its address to a routine for that purpose, IoCompleteRequest. The IRP may be repurposed as a special kernel APC object if such is required to report completion of the I/O to the requesting thread.

IRPs are typically created by the I/O Manager in response to I/O requests from user mode. However, IRPs are sometimes created by the plug-and-play manager, power manager, and other system components, and can also be created by drivers and then passed to other drivers.

The I/O request packet mechanism is also used byDigital Equipment Corporation'sVMS operating system, and was used by Digital'sRSX-11 family of operating systems before that. An I/O request packet in RSX-11 is called a directive parameter block,[1] as it is also used for system calls other than I/O calls.

See also

[edit]

References

[edit]
  1. ^RSX-11M/M-PLUS I/O Drivers Reference Manual(PDF).Digital Equipment Corporation. April 1983. pp. 1-13 –1-14. AA-L677A-TC.

External links

[edit]
Management
tools
Apps
Shell
Services
File systems
Server
Architecture
Security
Compatibility
API
Games
Discontinued
Games
Apps
Others
Spun off to
Microsoft Store
Stub icon

ThisMicrosoft Windows article is astub. You can help Wikipedia byadding missing information.

Retrieved from "https://en.wikipedia.org/w/index.php?title=I/O_request_packet&oldid=1305434779"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2026 Movatter.jp