Changeset 58340 in vbox for trunk/src/VBox/HostDrivers/Support/solaris
- Timestamp:
- Oct 20, 2015 1:58:41 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 103540
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c
r57358 r58340 665 665 * @param Dev Device number 666 666 * @param Cmd Operation identifier 667 * @param pArg 667 * @param pArgs Arguments from user to driver 668 668 * @param Mode Information bitfield (read/write, address space etc.) 669 669 * @param pCred User credentials … … 745 745 * 746 746 * @param pSession The session. 747 * @param CmdThe IOCtl command.747 * @param iCmd The IOCtl command. 748 748 * @param Mode Information bitfield (for specifying ownership of data) 749 749 * @param iArg User space address of the request buffer. … … 849 849 * 850 850 * @returns VBox status code, see supdrvIDC. 851 * @param iReq The request code.851 * @param uReq The request code. 852 852 * @param pReq The request. 853 853 */
Note:
See TracChangeset
for help on using the changeset viewer.