VirtualBox

儲存庫 vbox 的更動 12241


忽略:
時間撮記:
2008-9-8 下午06:01:24 (16 年 以前)
作者:
vboxsync
訊息:

Additions/vboxguest: Logging. Solaris/vboxdrv space.

位置:
trunk/src/VBox
檔案:
修改 2 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp

    r11820 r12241  
    12751275            default:
    12761276            {
    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)));
    12781279                rc = VERR_NOT_SUPPORTED;
    12791280                break;
  • trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c

    r11966 r12241  
    7979static int VBoxDrvSolarisRead(dev_t Dev, struct uio *pUio, cred_t *pCred);
    8080static int VBoxDrvSolarisWrite(dev_t Dev, struct uio *pUio, cred_t *pCred);
    81 static int VBoxDrvSolarisIOCtl (dev_t Dev, int Cmd, intptr_t pArgs, int mode, cred_t *pCred, int *pVal);
     81static int VBoxDrvSolarisIOCtl(dev_t Dev, int Cmd, intptr_t pArgs, int mode, cred_t *pCred, int *pVal);
    8282
    8383static int VBoxDrvSolarisAttach(dev_info_t *pDip, ddi_attach_cmd_t Cmd);
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette