儲存庫 vbox 的更動 12241
- 時間撮記:
- 2008-9-8 下午06:01:24 (16 年 以前)
- 位置:
- trunk/src/VBox
- 檔案:
-
- 修改 2 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp
r11820 r12241 1275 1275 default: 1276 1276 { 1277 Log(("VBoxGuestCommonIOCtl: Unkown request %#x\n", iFunction)); 1277 Log(("VBoxGuestCommonIOCtl: Unknown request iFunction=%#x Stripped size=%#x\n", iFunction, 1278 VBOXGUEST_IOCTL_STRIP_SIZE(iFunction))); 1278 1279 rc = VERR_NOT_SUPPORTED; 1279 1280 break; -
trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c
r11966 r12241 79 79 static int VBoxDrvSolarisRead(dev_t Dev, struct uio *pUio, cred_t *pCred); 80 80 static int VBoxDrvSolarisWrite(dev_t Dev, struct uio *pUio, cred_t *pCred); 81 static int VBoxDrvSolarisIOCtl 81 static int VBoxDrvSolarisIOCtl(dev_t Dev, int Cmd, intptr_t pArgs, int mode, cred_t *pCred, int *pVal); 82 82 83 83 static int VBoxDrvSolarisAttach(dev_info_t *pDip, ddi_attach_cmd_t Cmd);
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器