Changeset 65124 in vbox for trunk/src/VBox/Additions/solaris/Virtio
- Timestamp:
- Jan 4, 2017 5:34:14 PM (8 years ago)
- Location:
- trunk/src/VBox/Additions/solaris/Virtio
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/solaris/Virtio/Virtio-solaris.c
r63566 r65124 167 167 * 168 168 * @param pDevice Pointer to the Virtio device instance. 169 * @param Index Queue index. 169 170 * 170 171 * @return A pointer to a Virtio Queue instance. -
trunk/src/VBox/Additions/solaris/Virtio/VirtioNet-solaris.c
r63566 r65124 324 324 * 325 325 * @param pDip The module structure instance. 326 * @param enmCmdOperation type (attach/resume).326 * @param Cmd Operation type (attach/resume). 327 327 * 328 328 * @return corresponding solaris error code. … … 338 338 * 339 339 * @param pDip The module structure instance. 340 * @param enmCmdOperation type (detach/suspend).340 * @param Cmd Operation type (detach/suspend). 341 341 * 342 342 * @return corresponding solaris error code.
Note:
See TracChangeset
for help on using the changeset viewer.