Searched refs:Context (Results 1 - 25 of 53) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Ddpc.h44 void RXvWorkItem(void *Context);
46 void RXvMngWorkItem(void *Context);
H A Dint.h70 void INTvWorkItem(void *Context);
H A Dint.c82 void INTvWorkItem(void *Context) argument
84 PSDevice pDevice = (PSDevice) Context;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6655/
H A Ddpc.h50 void MngWorkItem(void *Context);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/scripts/perl/Perf-Trace-Util/
H A DContext.xs2 * Context.xs. XS interfaces for perf trace.
28 MODULE = Perf::Trace::Context PACKAGE = Perf::Trace::Context
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/examples/
H A Dhtmltitle.cpp52 struct Context struct
54 Context(): addTitle(false) { } function in struct:Context
149 Context *context = (Context *)voidContext;
166 Context *context = (Context *)voidContext;
176 static void handleCharacters(Context *context,
192 Context *context = (Context *)voidContext;
205 Context *contex
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dargmatch.h61 # define invalid_arg(Context, Value, Problem) \
62 argmatch_invalid (Context, Value, Problem)
86 # define XARGMATCH(Context, Arg, Arglist, Vallist) \
87 ((Vallist) [__xargmatch_internal (Context, Arg, Arglist, \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dcache.c47 typedef struct Context { struct
52 } Context; typedef in typeref:struct:Context
57 Context *c= h->priv_data;
75 Context *c= h->priv_data;
97 Context *c= h->priv_data;
126 Context *c= h->priv_data;
139 .priv_data_size = sizeof(Context),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/scripts/perl/
H A Dfailed-syscalls.pl11 use Perf::Trace::Context;
H A Dcheck-perf-trace.pl13 use Perf::Trace::Context;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
H A DContext.pm1 package Perf::Trace::Context;
23 XSLoader::load('Perf::Trace::Context', $VERSION);
29 Perf::Trace::Context - Perl extension for accessing functions in perf.
33 use Perf::Trace::Context;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddebugrpt.h32 enum Context { Context_Current, Context_Exception }; enum in class:wxDebugReport
73 virtual bool AddContext(Context ctx);
80 virtual bool AddDump(Context ctx);
84 void AddAll(Context context = Context_Exception);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dzmqshell.py9 context = zmq.Context()
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/hv/
H A Dnetvsc_api.h102 void *Context; member in struct:netvsc_driver
H A Dstorvsc_api.h69 void *Context; member in struct:hv_storvsc_request
H A Dvmbus_api.h109 void *Context);
173 void *Context);
H A Dchannel_interface.c32 void *Context)
36 ChannelCallback, Context);
28 IVmbusChannelOpen(struct hv_device *device, u32 SendBufferSize, u32 RecvRingBufferSize, void *UserData, u32 UserDataLen, void (*ChannelCallback)(void *context), void *Context) argument
H A Dvmbus.c85 void *Context)
90 Context);
83 VmbusChildDeviceCreate(struct hv_guid *DeviceType, struct hv_guid *DeviceInstance, void *Context) argument
H A Dchannel.h61 void *Context);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcmm_mac_usb.c137 #define LM_USB_ALLOC(pObj, Context, TB_Type, BufferSize, Status, msg1, err1, msg2, err2) \
138 Context->pUrb = RTUSB_ALLOC_URB(0); \
139 if (Context->pUrb == NULL) { \
144 Context->TransferBuffer = \
145 (TB_Type)RTUSB_URB_ALLOC_BUFFER(pObj->pUsb_Dev, BufferSize, &Context->data_dma); \
146 if (Context->TransferBuffer == NULL) { \
151 #define LM_URB_FREE(pObj, Context, BufferSize) \
152 if (NULL != Context->pUrb) { \
153 RTUSB_UNLINK_URB(Context->pUrb); \
154 RTUSB_FREE_URB(Context
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/plugins/radius/
H A Dradius.c726 MD5_CTX Context; local
738 MD5_Init(&Context);
739 MD5_Update(&Context, req_info->secret, strlen(req_info->secret));
740 MD5_Update(&Context, req_info->request_vector, AUTH_VECTOR_LEN);
741 MD5_Final(buf, &Context);
746 MD5_Init(&Context);
747 MD5_Update(&Context, req_info->secret, strlen(req_info->secret));
748 MD5_Update(&Context, vp->strvalue, 16);
749 MD5_Final(buf, &Context);
779 MD5_CTX Context; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/eicon/
H A Ddivasync.h204 typedef int ( * SERIAL_INT_CB) (void *Context) ;
205 typedef int ( * SERIAL_DPC_CB) (void *Context) ;
206 typedef unsigned char ( * SERIAL_I_SYNC) (void *Context) ;
321 typedef void ( * PORTDRV_HOOK_CB) (void *Context, int Plug) ;
329 void *Context; /* context for callback */ member in struct:__anon11815
343 void *Context; /* context for callback */ member in struct:__anon11816
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Ddtlb_miss.S1 /* DTLB ** ICACHE line 1: Context 0 check and TSB load */
6 brz,pn %g5, kvmap_dtlb ! Context 0 processing
H A Ditlb_miss.S1 /* ITLB ** ICACHE line 1: Context 0 check and TSB load */
6 brz,pn %g5, kvmap_itlb ! Context 0 processing
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddebugrpt.tex60 enum wxDebugReport::Context
90 \func{void}{AddAll}{\param{Context }{context = Context\_Exception}}
99 \func{bool}{AddContext}{\param{Context }{ctx}}
109 The same as \helpref{AddContext(Context\_Current)}{wxdebugreportaddcontext}.
116 The same as \helpref{AddDump(Context\_Current)}{wxdebugreportadddump}.
121 \func{bool}{AddDump}{\param{Context }{ctx}}
133 The same as \helpref{AddContext(Context\_Exception)}{wxdebugreportaddcontext}.
140 The same as \helpref{AddDump(Context\_Exception)}{wxdebugreportadddump}.

Completed in 292 milliseconds

123