search for: off0

Displaying 9 results from an estimated 9 matches for "off0".

Did you mean: off
2012 Jan 14
0
[LLVMdev] Vector ops out of loops
...ign 4 %c.promoted = load <2 x i16>* @c, align 4 br label %for.body for.body: ; preds = %entry, %for.body %inc7 = phi i32 [ 0, %entry ], [ %inc, %for.body ] %0 = phi <2 x i16> [ %c.promoted, %entry ], [ %6, %for.body ] %storemerge6.off0 = phi i16 [ 0, %entry ], [ %extract.t, %for.body ] %arrayidx = getelementptr inbounds [50 x <2 x i16>]* @a, i16 0, i16 %storemerge6.off0 %1 = load <2 x i16>* %arrayidx, align 4 %2 = extractelement <2 x i16> %1, i32 0 %arrayidx1 = getelementptr inbounds [50 x <2 x i...
2023 Jan 12
0
experience with old Best Fortress? shutdown not seeming delayed
...; leads to rather immediate power off, not a 10s delay. Power to the load stayed off and came back. This is with 'upsmon -c fsd'. 4) The driver says grace = dstate_getinfo("ups.delay.shutdown"); if (!grace) grace = "1"; /* apparently, OFF0 does not work */ and I wonder what happens with OFF0. (Clearly OFF%S dereferencing a null pointer is bad.) 5) It looks like an incomplete conversion to upslogx, and some remaining printfs, obviously to be fixed by someone with time and interest. Correct? It's now on my todo list to see wh...
2006 Apr 11
2
FreeBSD 6.0 panics - sbdrop
...quot;sbdrop") at /usr/src/sys/kern/kern_shutdown.c:555 #3 0xc06d266c in sbdrop_locked (sb=0xc20aca84, len=1) at /usr/src/sys/kern/uipc_socket2.c:1157 #4 0xc06d3d93 in sbdrop (sb=0xc20aca84, len=0) at /usr/src/sys/kern/uipc_socket2.c:1208 #5 0xc0748a7d in tcp_input (m=0xc1c09100, off0=-1039845124) at /usr/src/sys/netinet/tcp_input.c:1201 #6 0xc0740147 in ip_input (m=0xc1c09100) at /usr/src/sys/netinet/ip_input.c:778 #7 0xc07171ff in netisr_processqueue (ni=0xc09ca4f8) at /usr/src/sys/net/netisr.c:236 #8 0xc07174be in swi_net (dummy=0x0) at /usr/src/sys/net/netisr....
2006 Jun 23
5
[PATCH] [HVM] Fix virtual apic irq distribution
Fix virtual apic irq distribution. But currently we inject PIT irqs to cpu0 only. Also mute some warning messages. Signed-off-by: Yunhong Jiang <yunhong.jiang@intel.com> Signed-off-by: Xin Li <xin.b.li@intel.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2013 Nov 24
2
[LLVMdev] Strange i386 cross build error.
...pc, and x86_64). After updating to a recent TOT revision, r195452, I get a strange error when cross compiling for the i386: llvm[2]: Compiling MCObjectSymbolizer.cpp for Release+Asserts build PHI node has multiple entries for the same basic block with different incoming values! %Value.addr.1.off0 = phi i32 [ %7, %entry ], [ %8, %entry ], [ %9, %entry ], [ %extract.t521, %sw.bb9 ] label %entry %7 = extractelement <2 x i32> %3, i32 0 %9 = extractelement <2 x i32> %3, i32 0 PHI node has multiple entries for the same basic block with different incoming values...
2008 Jun 12
1
[7-STABLE] ping -s 4000 with ipsec panic
[FreeBSD 7-STABLE/i386] Hello, I've got a 100 % reproductible panic with ipsec when using a 'ping -s 4000'. It works without ipsec My ipsec setup is very simple, i just use setkey: /etc/ipsec.conf flush; spdflush; add 192.168.1.21 192.168.1.200 esp 1011 -E rijndael-cbc "0123456789012345"; add 192.168.1.200 192.168.1.21 esp 1012 -E rijndael-cbc
2006 Mar 17
1
Fatal trap 12: page fault while in kernel mode / current process=12 (swi1: net)
this is 6.0-STABLE as for Mar 17. KDB: debugger backends: ddb KDB: current backend: ddb Copyright (c) 1992-2006 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 6.1-PRERELEASE #2: Fri Mar 17 11:05:32 UTC 2006 vlad@host:/usr/src/sys/amd64/compile/DEF_WEB Timecounter
2008 Nov 24
1
RELENG_7 panic under load: vm_page_unwire: invalid wire count: 0
...ff00b4161458, len=2896) at mbuf.h:515 #7 0xffffffff803d6532 in tcp_do_segment (m=0xffffff0075c23b00, th=0xffffff0075c53024, so=0xffffff00b41612d0, tp=0xffffff00b4154b60, drop_hdrlen=52, tlen=0) at /usr/src/sys/netinet/tcp_input.c:2042 #8 0xffffffff803d7bc7 in tcp_input (m=0xffffff0075c23b00, off0=20) at /usr/src/sys/netinet/tcp_input.c:846 #9 0xffffffff803cf108 in ip_input (m=0xffffff0075c23b00) at /usr/src/sys/netinet/ip_input.c:665 #10 0xffffffff803b8004 in ether_demux (ifp=0xffffff0001255800, m=0xffffff0075c23b00) at /usr/src/sys/net/if_ethersubr.c:834 #11 0xffffffff803b825b in ether_in...
2009 Aug 14
2
Bestfortress driver, network serial patch for nut-2.0
...(setparam (parameter, len, data)) { dstate_setinfo (var, "%*s", len, data); } ups_setsuper (0); return STAT_SET_HANDLED; } void upsdrv_shutdown(void) { const char *grace; grace = dstate_getinfo("ups.delay.shutdown"); if (!grace) grace = "1"; /* apparently, OFF0 does not work */ printf ("shutdown in %s seconds\n", grace); /* make power return when utility power returns */ autorestart (1); upssend ("OFF%s\r", grace); /* I'm nearly dead, Jim */ /* OFF will powercycle when line power is available again */ } static int instcmd (...