search for: debug_lvl

Displaying 3 results from an estimated 3 matches for "debug_lvl".

Did you mean: debug_ll
1999 Oct 20
3
patch for tinc-0.3
...h/bf_cfb64.c tinc-0.3-patched/cipher/blowfish/bf_cfb64.c 60a61 > #include <syslog.h> 75a77 > diff -r tinc-0.3/cipher/cipher.c tinc-0.3-patched/cipher/cipher.c 19a20,21 > #include <stdio.h> > 32a35,36 > void fdump(FILE *, char *, int); > 46c50,53 < --- > if (debug_lvl > 3) { > syslog(LOG_ERR, "about to blowfish_cfb64"); > syslog(LOG_ERR, "length in packet: %ld", len); > } 47a55,57 > if (debug_lvl > 3) { > syslog(LOG_ERR, "done blowfish_cfb64"); > } 54a65,68 > if (debug_lvl > 10) { &g...
2006 Apr 05
5
BUG: soft lockup detected on CPU#0!
BUG: soft lockup detected on CPU#0! Pid: 17178, comm: xvd 275 fd:86 EIP: 0061:[<c0133b65>] CPU: 1 EIP is at kthread_should_stop+0x15/0x20 EFLAGS: 00000246 Not tainted (2.6.16-xen0 #1) EAX: 00000001 EBX: 00000000 ECX: c05431b4 EDX: 00000000 ESI: 00000000 EDI: cc7b143c EBP: c5f11f98 DS: 007b ES: 007b CR0: 8005003b CR2: 090a8928 CR3: 0635f000 CR4: 00000660 [<c0387bd5>]
2007 Oct 25
1
[PATCH] linux: Allow actually using CONFIG_XEN_BLKDEV_TAP=m
...int __init set_blkif_reqs(char *str) -{ - get_option(&str, &blkif_reqs); - return 1; -} -__setup("blkif_reqs=", set_blkif_reqs); - +module_param(blkif_reqs, int, 0); /* Run-time switchable: /sys/module/blktap/parameters/ */ static unsigned int log_stats = 0; static unsigned int debug_lvl = 0; _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel