Searched refs:Event (Results 1 - 25 of 45) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/sk98lin/
H A Dskqueue.c4 * Project: Gigabit Ethernet Adapters, Event Scheduler Module
27 * Event queue and dispatcher
40 Event queue management.
63 pAC->Event.EvPut = pAC->Event.EvGet = pAC->Event.EvQueue;
75 SK_U32 Class, /* Event Class */
76 SK_U32 Event, /* Event to be queued */
77 SK_EVPARA Para) /* Event paramete
73 SkEventQueue( SK_AC *pAC, SK_U32 Class, SK_U32 Event, SK_EVPARA Para) argument
[all...]
H A Dsklm80.c37 #define BREAK_OR_WAIT(pAC,IoC,Event) break
H A Dsktimer.c4 * Project: Gigabit Ethernet Adapters, Event Scheduler Module
27 * Event queue and dispatcher
39 Event queue management.
125 SK_U32 Class, /* Event Class for this timer */
126 SK_U32 Event, /* Event Value for this timer */
127 SK_EVPARA Para) /* Event Parameter for this timer */
141 pTimer->TmEvent = Event;
120 SkTimerStart( SK_AC *pAC, SK_IOC Ioc, SK_TIMER *pTimer, SK_U32 Time, SK_U32 Class, SK_U32 Event, SK_EVPARA Para) argument
H A Dski2c.c402 int Event) /* complete event to wait for (I2C_READ or I2C_WRITE) */
432 } while ((I2cCtrl & I2C_FLAG) == (SK_U32)Event << 31);
1002 /* Queue PNMI Event */
1067 /* Queue PNMI Event */
1163 * The only Event to be served is the timeout event
1169 SK_U32 Event, /* Module specific Event */
1170 SK_EVPARA Para) /* Event specific Parameter */
1183 switch (Event) {
399 SkI2cWait( SK_AC *pAC, SK_IOC IoC, int Event) argument
1166 SkI2cEvent( SK_AC *pAC, SK_IOC IoC, SK_U32 Event, SK_EVPARA Para) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-autoipd/
H A Diface.h38 int iface_process(Event *event);
H A Dmain.h25 typedef enum Event { enum
32 } Event; typedef in typeref:enum:Event
H A Diface-linux.c303 int iface_process(Event *event) {
H A Diface-bsd.c190 iface_process(Event *event)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/persist/
H A DEventExampleDPL.java58 * The Event class embodies our example event and is the application
63 static class Event { class in class:EventExampleDPL
76 Event(Date time, method in class:EventExampleDPL.Event
86 private Event() {} // For deserialization method in class:EventExampleDPL.Event
115 * Event accessors let us access events by the primary index (time)
118 PrimaryIndex<Date,Event> eventByTime;
119 SecondaryIndex<Integer,Date,Event> eventByPrice;
173 eventByTime = store.getPrimaryIndex(Date.class, Event.class);
189 eventByTime.put(new Event(makeDate(1), 100, "Company_A"));
190 eventByTime.put(new Event(makeDat
[all...]
H A DEventExample.java64 * The Event class embodies our example event and is the application
67 * portion is the Event instance.
69 static class Event implements Serializable { class in class:EventExample
78 Event(int price, method in class:EventExample.Event
190 * instance of the Event class.
209 * Create a serial binding for Event data objects. Serial
214 eventBinding = new SerialBinding(catalog, Event.class);
250 eventBinding.objectToEntry(new Event(100, "Company_A"),
255 eventBinding.objectToEntry(new Event(2, "Company_B"),
260 eventBinding.objectToEntry(new Event(2
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/sk98lin/h/
H A Dskqueue.h4 * Project: Gigabit Ethernet Adapters, Event Scheduler Module
7 * Purpose: Defines for the Event queue
36 #define SKGE_DRV 1 /* Driver Event Class */
37 #define SKGE_RLMT 2 /* RLMT Event Class */
38 #define SKGE_I2C 3 /* I2C Event Class */
39 #define SKGE_PNMI 4 /* PNMI Event Class */
40 #define SKGE_CSUM 5 /* Checksum Event Class */
41 #define SKGE_HWAC 6 /* Hardware Access Event Class */
43 #define SKGE_SWT 9 /* Software Timer Event Class */
44 #define SKGE_LACP 10 /* LACP Aggregation Event Clas
72 SK_U32 Event; /* Event value */ member in struct:s_EventElem
[all...]
H A Dsktimer.h4 * Project: Gigabit Ethernet Adapters, Event Scheduler Module
43 SK_U32 TmClass; /* Timer Event class */
44 SK_U32 TmEvent; /* Timer Event value */
45 SK_EVPARA TmPara; /* Timer Event parameter */
61 SK_U32 Time, SK_U32 Class, SK_U32 Event, SK_EVPARA Para);
H A Dskcsum.h196 SK_U32 Event,
H A Dskgesirq.h34 * Define the Event the special IRQ/INI module can handle
37 #define SK_HWEV_PORT_START 2 /* Port Start Event by RLMT */
38 #define SK_HWEV_PORT_STOP 3 /* Port Stop Event by RLMT */
107 extern int SkGeSirqEvent(SK_AC *pAC, SK_IOC IoC, SK_U32 Event, SK_EVPARA Para);
H A Dski2c.h39 #define SK_I2CEV_IRQ 1 /* IRQ happened Event */
169 extern int SkI2cEvent(SK_AC *pAC, SK_IOC IoC, SK_U32 Event, SK_EVPARA Para);
H A Dskdrv2nd.h375 SK_QUEUE Event; /* Event queue */ member in struct:s_AC
H A Dskrlmt.h400 SK_U32 Event,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Dkst_ifc.h44 dword Event; member in struct:_diva_trace_modem_state
77 dword Event; member in struct:_diva_trace_fax_state
H A Ddebug.c1524 diva_mnt_internal_dprintf(pC->hDbg->id, DLI_STAT, "MDM Event = %lu", modem->Event);
1543 if (modem->Event == 3) {
1547 if ((modem->Event == 3) && (pC->hDbg->dbgMask & DIVA_MGT_DBG_MDM_STATISTICS)) {
1569 diva_mnt_internal_dprintf(pC->hDbg->id, DLI_STAT, "FAX Event = %lu", fax->Event);
1580 if (fax->Event == 3) {
1584 if ((fax->Event == 3) && (pC->hDbg->dbgMask & DIVA_MGT_DBG_FAX_STATISTICS)) {
1789 Event Filtering and formatting is done in Management Interface self.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/www/
H A Dfunc.js14 if (document.layers) document.captureEvents(Event.KEYPRESS);
H A Dwep.js9 if (document.layers) document.captureEvents(Event.KEYPRESS);
H A Djquery.js64 null)break}}if(r.length===0||f!=null&&r.length===1){if(!n.teardown||n.teardown.call(a,o)===false)Ca(a,e,z.handle);delete C[e]}}else for(var B=0;B<r.length;B++){u=r[B];if(i||k.test(u.namespace)){c.event.remove(a,n,u.handler,B);r.splice(B--,1)}}}if(c.isEmptyObject(C)){if(b=z.handle)b.elem=null;delete z.events;delete z.handle;c.isEmptyObject(z)&&c.removeData(a)}}}}},trigger:function(a,b,d,f){var e=a.type||a;if(!f){a=typeof a==="object"?a[G]?a:c.extend(c.Event(e),a):c.Event(e);if(e.indexOf("!")>=0){a.type=
68 fix:function(a){if(a[G])return a;var b=a;a=c.Event(b);for(var d=this.props.length,f;d;){f=this.props[--d];a[f]=b[f]}if(!a.target)a.target=a.srcElement||s;if(a.target.nodeType===3)a.target=a.target.parentNode;if(!a.relatedTarget&&a.fromElement)a.relatedTarget=a.fromElement===a.target?a.toElement:a.fromElement;if(a.pageX==null&&a.clientX!=null){b=s.documentElement;d=s.body;a.pageX=a.clientX+(b&&b.scrollLeft||d&&d.scrollLeft||0)-(b&&b.clientLeft||d&&d.clientLeft||0);a.pageY=a.clientY+(b&&b.scrollTop||
70 "events").live||[],function(){if(d===this.origType.replace(O,""))return b=false});b&&c.event.remove(this,a.origType,oa)}},beforeunload:{setup:function(a,b,d){if(this.setInterval)this.onbeforeunload=d;return false},teardown:function(a,b){if(this.onbeforeunload===b)this.onbeforeunload=null}}}};var Ca=s.removeEventListener?function(a,b,d){a.removeEventListener(b,d,false)}:function(a,b,d){a.detachEvent("on"+b,d)};c.Event=function(a){if(!this.preventDefault)return new c.Event(a);if(a&&a.type){this.originalEvent=
71 a;this.type=a.type}else this.type=a;this.timeStamp=J();this[G]=true};c.Event.prototype={preventDefault:function(){this.isDefaultPrevented=Z;var a=this.originalEvent;if(a){a.preventDefault&&a.preventDefault();a.returnValue=false}},stopPropagation:function(){this.isPropagationStopped=Z;var a=this.originalEvent;if(a){a.stopPropagation&&a.stopPropagation();a.cancelBubble=true}},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=Z;this.stopPropagation()},isDefaultPrevented:Y,isPropagationStopped:Y,
78 !a.preventDefault)for(var d in a)this.unbind(d,a[d]);else{d=0;for(var f=this.length;d<f;d++)c.event.remove(this[d],a,b)}return this},delegate:function(a,b,d,f){return this.live(b,d,f,a)},undelegate:function(a,b,d){return arguments.length===0?this.unbind("live"):this.die(b,null,d,a)},trigger:function(a,b){return this.each(function(){c.event.trigger(a,b,this)})},triggerHandler:function(a,b){if(this[0]){a=c.Event(a);a.preventDefault();a.stopPropagation();c.event.trigger(a,b,this[0]);return a.result}},
168 g=g||c.Event();g.type="onBeforeClick";l.trigger(g,[f]);if(!g.isDefaultPrevented()){o[a.effect].call(e,f,function(){g.type="onClick";l.trigger(g,[f])});j=f;h.removeClass(a.current);k.addClass(a.current);return e}},getConf:function(){return a},getTabs:function(){return h},getPanes:function(){return i},getCurrentPane:function(){return i.eq(j)},getCurrentTab:function(){return h.eq(j)},getIndex:function(){return j},next:function(){return e.click(j+1)},prev:function(){return e.click(j-1)},destroy:function(){h.unbind(a.event).removeClass(a.current);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A DDAC960.c1443 Controller->V2.Event = slice_dma_loaf(DmaPages,
4371 DAC960_V2_ReportEvent prints an appropriate message when a Controller Event
4376 DAC960_V2_Event_T *Event)
4379 (DAC960_SCSI_RequestSense_T *) &Event->RequestSenseData;
4504 if (Event->EventCode == 0x1C &&
4508 Event->EventCode = ((RequestSense->AdditionalSenseCode - 0x80) << 8) |
4513 if (EventCode == Event->EventCode || EventCode == 0) break;
4520 DAC960_Critical("Unknown Controller Event Code %04X\n",
4521 Controller, Event->EventCode);
4528 Event
4375 DAC960_V2_ReportEvent(DAC960_Controller_T *Controller, DAC960_V2_Event_T *Event) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dframetype.c392 {"ETCO", FRAME(ETCO), DISCARD, "Event timing codes"},
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dframetype.c389 {"ETCO", FRAME(ETCO), DISCARD, "Event timing codes"},

Completed in 207 milliseconds

12