search for: ismod

Displaying 15 results from an estimated 15 matches for "ismod".

Did you mean: lsmod
2004 Apr 19
1
Not working!
I downloaded the cvs development of zaptel... It seems to compile ok, but when ismod I get: lp:/usr/local/src/zaptel# /sbin/insmod wcfxo.o wcfxo.o: unresolved symbol zt_ec_chunk wcfxo.o: unresolved symbol zt_unregister wcfxo.o: unresolved symbol zt_alarm_notify wcfxo.o: unresolved symbol zt_hooksig wcfxo.o: unresolved symbol zt_transmit wcfxo.o: unresolved symbol zt_receive wcfxo...
2015 Jan 13
2
[LLVMdev] question about enabling cfl-aa and collecting a57 numbers
...t;> > >> And the pointer for the load instruction: > >> %arrayidx8 = getelementptr inbounds double** %v, i64 %idxprom > >> > >> The decision to hoist it fails at LICM.cpp:189: AliasSet &AS = > >> CurAST->getAliasSetForPointer(V, Size, AAInfo).isMod. > >> > >> With basicaa, only loads are in the alias set, but with cfl-aa you > >> find loads and stores, so isMod returns true. > >> > >> AliasSet with basicaa: > >> AliasSet[0x2b35aa0, 7] may alias, Ref Pointers: (double*** > >> %...
2015 Jan 14
2
[LLVMdev] question about enabling cfl-aa and collecting a57 numbers
...er for the load instruction: >> > >> %arrayidx8 = getelementptr inbounds double** %v, i64 %idxprom >> > >> >> > >> The decision to hoist it fails at LICM.cpp:189: AliasSet &AS = >> > >> CurAST->getAliasSetForPointer(V, Size, AAInfo).isMod. >> > >> >> > >> With basicaa, only loads are in the alias set, but with cfl-aa you >> > >> find loads and stores, so isMod returns true. >> > >> >> > >> AliasSet with basicaa: >> > >> AliasSet[0x2b35aa0, 7] m...
2005 Apr 17
2
CentOS4 upgradeany hangs while loading sata_via
Hi, I have a machine running under CentOS 3.4 which I want to upgrade to CentOS 4. I booted using the CentOS 4 CD1 using "linux upgradeany". Problem is that loading sata_via never terminates. Ismod shows the sata_via module in state "Loading" while all others are in state "Live". The dmesg output shows that the module gets loaded, sees two disks, then prints info about the first one and is stuck there. I can of course provide the exact output if needed, but I would have t...
2004 Apr 19
0
RV: Not working!
...digium.com] En nombre de Vic Cross Enviado el: Tuesday, April 20, 2004 12:05 AM Para: asterisk-users@lists.digium.com Asunto: Re: [Asterisk-Users] Not working! On Mon, 19 Apr 2004 listas@dejawu.com.ar wrote: > I downloaded the cvs development of zaptel... > It seems to compile ok, but when ismod I get: > > > lp:/usr/local/src/zaptel# /sbin/insmod wcfxo.o > wcfxo.o: unresolved symbol zt_ec_chunk > wcfxo.o: unresolved symbol zt_unregister > wcfxo.o: unresolved symbol zt_alarm_notify > wcfxo.o: unresolved symbol zt_hooksig > wcfxo.o: unresolved symbol zt_transmit &gt...
2015 Jan 14
3
[LLVMdev] question about enabling cfl-aa and collecting a57 numbers
...;>>> > >> %arrayidx8 = getelementptr inbounds double** %v, i64 %idxprom >>>> > >> >>>> > >> The decision to hoist it fails at LICM.cpp:189: AliasSet &AS = >>>> > >> CurAST->getAliasSetForPointer(V, Size, AAInfo).isMod. >>>> > >> >>>> > >> With basicaa, only loads are in the alias set, but with cfl-aa you >>>> > >> find loads and stores, so isMod returns true. >>>> > >> >>>> > >> AliasSet with basicaa: >&gt...
2015 Jan 14
4
[LLVMdev] question about enabling cfl-aa and collecting a57 numbers
...gt; %arrayidx8 = getelementptr inbounds double** %v, i64 %idxprom >>>>>> > >> >>>>>> > >> The decision to hoist it fails at LICM.cpp:189: AliasSet &AS = >>>>>> > >> CurAST->getAliasSetForPointer(V, Size, AAInfo).isMod. >>>>>> > >> >>>>>> > >> With basicaa, only loads are in the alias set, but with cfl-aa you >>>>>> > >> find loads and stores, so isMod returns true. >>>>>> > >> >>>>>> >...
2015 Jan 14
3
[LLVMdev] question about enabling cfl-aa and collecting a57 numbers
...t; And the pointer for the load instruction: > > >> %arrayidx8 = getelementptr inbounds double** %v, i64 %idxprom > > >> > > >> The decision to hoist it fails at LICM.cpp:189: AliasSet &AS = > > >> CurAST->getAliasSetForPointer(V, Size, AAInfo).isMod. > > >> > > >> With basicaa, only loads are in the alias set, but with cfl-aa you > > >> find loads and stores, so isMod returns true. > > >> > > >> AliasSet with basicaa: > > >> AliasSet[0x2b35aa0, 7] may alias, Ref Pointers:...
2005 Aug 15
16
swig_up
Tracing down some things to add in validators and I''ve run across something that kinda bothers me... In order to implement validators you have to override the clone method. The directors seems to be set up to specifically handle this situation. However, whenever C++ calls back to the object''s methods the swig_get_up function is returning false. It seems like swig_up
2015 Jun 13
2
[LLVMdev] alias set collapse and LICM
On 06/12/2015 04:14 PM, Andrew Trick wrote: >> On Jun 12, 2015, at 2:52 PM, Philip Reames <listmail at philipreames.com> wrote: >> >> >> >> On 06/12/2015 02:10 PM, Andrew Trick wrote: >>>> On Jun 12, 2015, at 2:06 PM, Daniel Berlin <dberlin at dberlin.org> wrote: >>>> >>>> On Fri, Jun 12, 2015 at 2:03 PM, Andrew Trick
2015 Jan 15
2
[LLVMdev] question about enabling cfl-aa and collecting a57 numbers
...t; And the pointer for the load instruction: > > >> %arrayidx8 = getelementptr inbounds double** %v, i64 %idxprom > > >> > > >> The decision to hoist it fails at LICM.cpp:189: AliasSet &AS = > > >> CurAST->getAliasSetForPointer(V, Size, AAInfo).isMod. > > >> > > >> With basicaa, only loads are in the alias set, but with cfl-aa you > > >> find loads and stores, so isMod returns true. > > >> > > >> AliasSet with basicaa: > > >> AliasSet[0x2b35aa0, 7] may alias, Ref Pointers:...
2007 Mar 29
0
[926] branches/wxruby2/wxwidgets_282: Update Dialog wx2.6 -> wx2.8 API, remove deprecations and cruft, update doc
...uot;:#Dialog_gettoolbar </span><span class="cx"> * "Dialog#iconize":#Dialog_iconize </span><span class="cx"> * "Dialog#is_iconized":#Dialog_isiconized </span><span class="cx"> * "Dialog#is_modal":#Dialog_ismodal </span><del>-* "Dialog#on_apply":#Dialog_onapply -* "Dialog#on_cancel":#Dialog_oncancel -* "Dialog#on_ok":#Dialog_onok </del><span class="cx"> * "Dialog#on_sys_colour_changed":#Dialog_onsyscolourchanged </span><spa...
2009 Oct 13
2
Mac R spinning wheel with Package Manager (PR#14005)
...2 -[NSWindow orderOut:] + 50 (in AppKit) [0x9668d809] 2 -[NSWindow orderWindow:relativeTo:] + 105 (in AppKit) [0x9667905c] 2 -[NSWindow _reallyDoOrderWindow:relativeTo:findKey:forCounter:force:isModal:] + 2081 (in AppKit) [0x966798da] 2 -[NSWindow(NSSheets) _orderOutRelativeToWindow:] + 123 (in AppKit) [0x96820fcc] 2 -[NSMoveHelper(NSSheets) _closeSheet:andMoveParent:] + 457 (in AppKit) [0x96821209]...
2010 Aug 17
2
multcomp issues on MAC OSX 10.6.4
...5d8] 3 -[NSWindow orderOut:] + 50 (in AppKit) [0x952884f1] 3 -[NSWindow orderWindow:relativeTo:] + 105 (in AppKit) [0x951ff64d] 3 -[NSWindow _reallyDoOrderWindow:relativeTo:findKey:forCounter:force:isModal:] + 1836 (in AppKit) [0x951ffdda] 3 -[NSWindow(NSSheets) _orderOutRelativeToWindow:] + 123 (in AppKit) [0x953ff148] 3 -[NSMoveHelper(NSSheets) _closeSheet:andMoveParent:] + 442 (in AppKit) [0x953ff376]...
2007 Mar 17
0
[883] branches/wxruby2/wxwidgets_282/swig: API changes for move to WxWidgets 2.8
...const; + void SetIcon(const wxIcon& icon ) ; + void SetIcons(const wxIconBundle& icons ) ; + void SetTitle(const wxString& title ) ; + virtual bool Show(bool show = true ) ; + + virtual int ShowModal()=0; + virtual void EndModal(int retCode )=0; + virtual bool IsModal()const=0; + void SetReturnCode(int retCode ) ; + int GetReturnCode() const; + void SetAffirmativeId(int affirmativeId); + int GetAffirmativeId() const; + void SetEscapeId(int escapeId); + int GetEscapeId() const; +private: + void OnSysColourChanged(wxSysColourChangedEvent&am...