Displaying 4 results from an estimated 4 matches for "d_start".
Did you mean:
_start
2006 May 31
1
about init.d script
Hi folks,
someone using Debian? I need the init script, if you please :)
Thanks for your support
Regards
Andrea
2013 Oct 26
2
[PATCH] 1. changes for vdiskadm on illumos based platform
...lz4.html
+ * - LZ4 source repository : http://code.google.com/p/lz4/
+ */
+
+#include "fsys_zfs.h"
+#include <string.h>
+
+static int LZ4_uncompress_unknownOutputSize(const char *source, char *dest,
+ int isize, int maxOutputSize);
+
+int
+lz4_decompress(void *s_start, void *d_start, size_t s_len, size_t d_len)
+{
+ const uint8_t *src = s_start;
+ uint32_t bufsiz = (src[0] << 24) | (src[1] << 16) | (src[2] << 8) |
+ src[3];
+
+ /* invalid compressed buffer size encoded at start */
+ if (bufsiz + 4 > s_len)
+ return (1);
+
+ /*
+ * Returns 0 on succes...
2013 Jul 19
2
9.2PRERELEASE ZFS panic in lzjb_compress
Hi,
Running 9.2-PRERELEASE #19 r253313 I got the following panic
Fatal trap 12: page fault while in kernel mode
cpuid = 22; apic id = 46
fault virtual address = 0xffffff827ebca30c
fault code = supervisor read data, page not present
instruction pointer = 0x20:0xffffffff81983055
stack pointer = 0x28:0xffffffcf75bd60a0
frame pointer = 0x28:0xffffffcf75bd68f0
2011 Oct 02
0
Bug#644100: pygrub error if the root disk value is not the first in the list.
...11-10-02 21:36:08 1512] DEBUG (XendDomainInfo:101)
XendDomainInfo.create(['vm', ['name', 'builder'], ['memory', '512'],
['on_poweroff', 'destroy'], ['on_reboot', 'restart'], ['on_crash',
'restart'], ['on_xen
d_start', 'ignore'], ['on_xend_stop', 'ignore'], ['vcpus', '1'],
['oos', 1], ['bootloader', '/usr/lib/xen-default/bin/pygrub'],
['bootloader_args', ''], ['image', ['linux', ['root', '/dev/xvda2
r...