Lines Matching refs:NAME

177 extern NAME(VBoxDrvInit)
178 extern NAME(VBoxDrvOpen)
179 extern NAME(VBoxDrvClose)
180 extern NAME(VBoxDrvIOCtl)
181 extern NAME(VBoxDrvIOCtlFast)
188 dw NAME(g_VBoxDrvHdr2) wrt DATA16 ; NextHeader.off
191 dw NAME(VBoxDrvEP) wrt CODE16 ; StrategyEP
204 dw NAME(VBoxDrvInitEP) wrt CODE16 ; StrategyEP
257 dw NAME(g_szInitText) ; MsgStrings[0]
258 dw seg NAME(g_szInitText)
328 ;jmp far dword NAME(VBoxDrvEP_GenIOCtl_Fast_32) wrt FLAT
331 dd NAME(VBoxDrvEP_GenIOCtl_Fast_32) ;wrt FLAT
343 call NAME(VBoxDrvIOCtlFast)
351 ;jmp far dword NAME(VBoxDrvEP_GenIOCtl_Fast_16) wrt CODE16
354 dw NAME(VBoxDrvEP_GenIOCtl_Fast_16) wrt CODE16
387 call far [NAME(g_fpfnDevHlp)]
401 call far [NAME(g_fpfnDevHlp)]
422 ;jmp far dword NAME(VBoxDrvEP_GenIOCtl_Other_32) wrt FLAT
425 dd NAME(VBoxDrvEP_GenIOCtl_Other_32) ;wrt FLAT
443 call NAME(VBoxDrvIOCtl)
451 ;jmp far dword NAME(VBoxDrvEP_GenIOCtl_Other_16) wrt CODE16
454 dw NAME(VBoxDrvEP_GenIOCtl_Other_16) wrt CODE16
492 cmp byte [NAME(g_fInitialized)], 1
500 ;jmp far dword NAME(VBoxDrvEP_Open_32) wrt FLAT
503 dd NAME(VBoxDrvEP_Open_32) ;wrt FLAT
515 call NAME(VBoxDrvOpen)
523 ;jmp far dword NAME(VBoxDrvEP_Open_32) wrt CODE16
526 dw NAME(VBoxDrvEP_Open_16) wrt CODE16
538 cmp byte [NAME(g_fInitialized)], 0
541 mov byte [NAME(g_fInitialized)], -1
542 call NAME(VBoxDrvRing0Init)
543 cmp byte [NAME(g_fInitialized)], 1
560 ;jmp far dword NAME(VBoxDrvEP_Close_32) wrt FLAT
563 dd NAME(VBoxDrvEP_Close_32) ;wrt FLAT
575 call NAME(VBoxDrvClose)
583 ;jmp far dword NAME(VBoxDrvEP_Close_32) wrt CODE16
586 dw NAME(VBoxDrvEP_Close_16) wrt CODE16
604 mov word [es:bx + PKTINITOUT.cbCode16], NAME(g_InitCodeStart) wrt CODE16
605 mov word [es:bx + PKTINITOUT.cbData16], NAME(g_InitDataStart) wrt DATA16
617 mov ax, [NAME(g_offLogTail)]
618 cmp ax, [NAME(g_offLogHead)]
629 call far [NAME(g_fpfnDevHlp)]
636 mov ax, [NAME(g_offLogTail)]
639 mov cx, [NAME(g_offLogHead)]
650 mov si, NAME(g_szLog)
656 mov [NAME(g_offLogTail)], ax ; commit the read.
703 je near NAME(VBoxDrvInitEPServiceInitReq)
748 mov [NAME(g_fpfnDevHlp)], eax
775 call NAME(VBoxDrvInitFlushText)
793 mov word [es:bx + PKTINITOUT.cbCode16], NAME(g_InitCodeStart) wrt CODE16
794 mov word [es:bx + PKTINITOUT.cbData16], NAME(g_InitDataStart) wrt DATA16
842 call far [NAME(g_fpfnDevHlp)]
854 ;jmp far dword NAME(VBoxDrvRing0Init_32) wrt FLAT
857 dd NAME(VBoxDrvRing0Init_32) ;wrt FLAT
869 call NAME(VBoxDrvInit)
876 mov dx, seg NAME(g_fInitialized)
880 ;jmp far dword NAME(VBoxDrvRing0Init_16) wrt CODE16
883 dw NAME(VBoxDrvRing0Init_16) wrt CODE16
891 mov byte [NAME(g_fInitialized)], 1
910 mov ax, [NAME(g_cchInitText)]
920 push seg NAME(g_szInitText) ; pvBuf
921 push NAME(g_szInitText)
937 mov [NAME(g_fpfnDos16Write) + 2], ax ; Update the selector (in DATA16_INIT).
939 call far [NAME(g_fpfnDos16Write)]
947 mov si, NAME(g_MsgTab)
948 mov dx, seg NAME(g_MsgTab)
951 call far [NAME(g_fpfnDevHlp)]
957 mov word [NAME(g_cchInitText)], 0
958 mov byte [NAME(g_szInitText)], 0