Changeset 58340 in vbox for trunk/src/VBox/HostDrivers/VBoxNetAdp
- Timestamp:
- Oct 20, 2015 1:58:41 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 103540
- Location:
- trunk/src/VBox/HostDrivers/VBoxNetAdp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetAdp/VBoxNetAdp.c
r57358 r58340 1202 1202 * 1203 1203 * @returns Pointer to the instance by the given name. NULL if not found. 1204 * @param pGlobals The globals.1205 1204 * @param pszName The name of the instance. 1206 1205 */ -
trunk/src/VBox/HostDrivers/VBoxNetAdp/darwin/VBoxNetAdp-darwin.cpp
r58093 r58340 337 337 * Device open. Called on open /dev/vboxnetctl 338 338 * 339 * @param pInode Pointer to inode info structure. 340 * @param pFilp Associated file pointer. 339 * @param Dev The device number. 340 * @param fFlags ???. 341 * @param fDevType ???. 342 * @param pProcess The process issuing this request. 341 343 */ 342 344 static int VBoxNetAdpDarwinOpen(dev_t Dev, int fFlags, int fDevType, struct proc *pProcess)
Note:
See TracChangeset
for help on using the changeset viewer.