Searched refs:helper (Results 1 - 25 of 36) sorted by relevance

12

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/i386/ustack/
H A Dannotated_helper.d29 dtrace:helper:ustack:
H A Dhelper_helper.d29 dtrace:helper:ustack:
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/sparc/ustack/
H A Dannotated_helper.d29 dtrace:helper:ustack:
H A Dhelper_helper.d29 dtrace:helper:ustack:
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/i386/
H A DMakefile34 # For the helper test we require an executable data section.
35 ustack/tst.helper.exe := MAPFILE.NED=
37 ustack/tst.helper.exe: ustack/tst.helper.o ustack/helper_helper.o
38 $(LINK.c) -o ustack/tst.helper.exe \
39 ustack/tst.helper.o ustack/helper_helper.o $(LDLIBS)
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/sparc/
H A DMakefile35 all: ustack/tst.helper.exe ustack/tst.annotated.exe
37 ustack/tst.helper.exe: ustack/tst.helper.o ustack/helper_helper.o
38 $(LINK.c) -o ustack/tst.helper.exe \
39 ustack/tst.helper.o ustack/helper_helper.o $(LDLIBS)
/vbox/src/VBox/Additions/linux/drm/
H A Dvbox_fb.c85 pDev = pVFBDev->helper.dev;
99 struct drm_device *dev = afbdev->helper.dev;
241 struct drm_device *dev = afbdev->helper.dev;
268 struct drm_device *dev = afbdev->helper.dev;
323 afbdev->helper.fb = fb;
324 afbdev->helper.fbdev = info;
353 drm_fb_helper_fill_var(info, &afbdev->helper, sizes->fb_width, sizes->fb_height);
384 static int vbox_find_or_create_single(struct drm_fb_helper *helper, argument
387 struct vbox_fbdev *afbdev = (struct vbox_fbdev *)helper;
392 if (!helper
[all...]
H A Dvbox_drv.h159 struct drm_fb_helper helper; member in struct:vbox_fbdev
/vbox/src/libs/xpcom18a4/xpcom/glue/
H A DnsCOMPtr.cpp111 nsCOMPtr_base::assign_from_helper( const nsCOMPtr_helper& helper, const nsIID& iid ) argument
114 if ( NS_FAILED( helper(iid, NS_REINTERPRET_CAST(void**, &newRawPtr)) ) )
H A DnsGenericFactory.cpp106 nsISupports **helper)
109 return mInfo->mGetLanguageHelperProc(language, helper);
110 *helper = nsnull;
105 GetHelperForLanguage(PRUint32 language, nsISupports **helper) argument
H A DnsCOMPtr.h322 Here are the rules for a helper:
582 nsCOMPtr( const nsCOMPtr_helper& helper )
588 assign_from_helper(helper, NS_GET_IID(T));
839 nsCOMPtr( const nsCOMPtr_helper& helper )
845 assign_from_helper(helper, NS_GET_IID(nsISupports));
1047 nsCOMPtr<T>::assign_from_helper( const nsCOMPtr_helper& helper, const nsIID& aIID ) argument
1050 if ( NS_FAILED( helper(aIID, NS_REINTERPRET_CAST(void**, &newRawPtr)) ) )
H A DnsIGenericFactory.h193 * Get a language mapping specific helper object that may assist in using
195 * for the helper for nsIProgrammingLanguage::JAVASCRIPT this might return
202 * Should return null if no helper available for given language.
205 nsISupports **helper);
/vbox/src/libs/xpcom18a4/xpcom/build/
H A DnsOS2VACLegacy.cpp678 ; 77 nsCOMPtr_base::assign_from_helper( const nsCOMPtr_helper& helper, const nsIID& iid )
689 mov [ebp+0ch],edx; helper
692 ; 80 if ( NS_FAILED( helper(iid, NS_REINTERPRET_CAST(void**, &newRawPtr)) ) )
695 mov ebx,[ebp+0ch]; helper
697 mov eax,[ebp+0ch]; helper
699 mov ebx,[ebp+0ch]; helper
723 nsCOMPtr_base::assign_from_helper( const nsCOMPtr_helper& helper, const nsIID& iid )
726 if ( NS_FAILED( helper(iid, NS_REINTERPRET_CAST(void**, &newRawPtr)) ) )
732 void *pvThis, void * helper, REFNSIID iid)
740 obj_nsQueryInterface_nsCOMPtr_helper * pHelper = (obj_nsQueryInterface_nsCOMPtr_helper*)helper;
731 assign_from_helper__13nsCOMPtr_baseFRC15nsCOMPtr_helperRC4nsID( void *pvThis, void * helper, REFNSIID iid) argument
[all...]
/vbox/src/VBox/VMM/VMMRC/
H A DVMMRC0.asm37 ; Start the patch helper segment
H A DVMMRC99.asm42 ; End the patch helper segment
/vbox/src/VBox/HostDrivers/Support/
H A DSUPLibTracerA.asm67 ; Set up a SUPTRACERUMODFIREPROBE request package on the stack and a C helper
75 ; Allocate package and set the sizes (the helper does the rest of
76 ; the header). Setting the sizes here allows the helper to verify our
154 ; Call the helper.
204 ; Call the helper.
/vbox/src/VBox/Frontends/VirtualBox/src/platform/os2/
H A DVBoxHlp.asm5 ; This stub is used to avoid linking the helper DLL to the C runtime.
/vbox/src/VBox/Additions/darwin/VBoxClient/
H A DVBoxClientClipboard.cpp30 #include <VBox/GuestHost/clipboard-helper.h>
H A DVBoxClientClipboardGuestToHost.cpp33 #include <VBox/GuestHost/clipboard-helper.h>
H A DVBoxClientClipboardHostToGuest.cpp33 #include <VBox/GuestHost/clipboard-helper.h>
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPDrvA-win.asm53 ; Using ZwOpenFile as a helper as it has the name number of parameters.
/vbox/src/VBox/GuestHost/SharedClipboard/
H A Dclipboard-helper.cpp3 * Shared Clipboard: Some helper function for converting between the various eol.
23 #include <VBox/GuestHost/clipboard-helper.h>
/vbox/src/VBox/Additions/haiku/VBoxTray/
H A DVBoxClipboard.cpp65 #include <VBox/GuestHost/clipboard-helper.h>
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c252 static dtrace_helpers_t *dtrace_deferred_pid; /* deferred helper list */
263 * including enabling state, probes, ECBs, consumer state, helper state,
802 * DTrace subroutines (DIF_SUBR_*) should use this helper to implement
2744 * dtrace_dif_variable() uses this routine as a helper for various
5771 * Now we want to walk up the stack, calling the USTACK helper. For
5789 * If we faulted while running the helper, we're going to
5806 * Now copy in the string that the helper returned to us.
8643 * Validate a DTrace DIF object that it is to be used as a helper. Helpers
11148 * dtvs_state can only be NULL for helper enablings -- and
11149 * helper enabling
13585 dtrace_helper_trace(dtrace_helper_action_t *helper, dtrace_mstate_t *mstate, dtrace_vstate_t *vstate, int where) argument
13654 dtrace_helper_action_t *helper; local
13737 dtrace_helper_action_destroy(dtrace_helper_action_t *helper, dtrace_vstate_t *vstate) argument
13845 dtrace_helper_validate(dtrace_helper_action_t *helper) argument
13863 dtrace_helper_action_t *helper, *last; local
14501 dtrace_helper_action_t *helper, *new, *last; local
[all...]
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Dtcp_out.c278 u32_t helper; local
280 helper = chksum + *seg_chksum;
281 chksum = FOLD_U32T(helper);

Completed in 2362 milliseconds

12