search for: param_set_int

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

Did you mean: param_get_int
2006 Mar 04
2
Problem compiling ztdummy on centos 4, 2.6 kernel
...ummy.o(.text+0x39): In function `ztdummy_timer': include/linux/timer.h:87: undefined reference to `__mod_timer' ztdummy.o(.text+0x2b0): In function `cleanup_module': /usr/src/zaptel-1.2.4/ztdummy.c:310: undefined reference to `printk' ztdummy.o(__param+0x10): undefined reference to `param_set_int' ztdummy.o(__param+0x18): undefined reference to `param_get_int' collect2: ld returned 1 exit status make: *** [ztdummy] Error 1 Any ideas? I know I posted things in some wrong order here, but when I actually did them as a part of the install progress: I followed the order layed out in cha...
2013 Oct 08
1
OT: errors compiling kernel module as a rpm package
...d) = 0x444779c4 kernel(nla_memcpy) = 0xf1db1704 kernel(nla_parse) = 0xa58b6804 kernel(nla_put) = 0x37587aff kernel(nla_reserve) = 0x9c3fb1a2 kernel(nlmsg_notify) = 0x888d0b57 kernel(nr_cpu_ids) = 0xfe7c4287 kernel(openvswitch_handle_frame_hook) = 0xbe03eb4d kernel(param_get_int) = 0x6980fe91 kernel(param_set_int) = 0xff964b25 kernel(per_cpu__current_task) = 0x4f1939c7 kernel(per_cpu__kernel_stack) = 0x6dcaeb88 kernel(per_cpu__this_cpu_off) = 0x57adf756 kernel(prepare_to_wait) = 0x33d92f9a kernel(printk) = 0xea147363 kernel(pskb_expand_head) = 0xf5f5d2d9 kernel(pv_irq_ops) = 0x78764f4e kernel(random32) = 0x...
2006 Mar 06
1
Extension 's' in Realtime
Hi All, I was able to insert some extensions in Mysql DB and use them successfully. In Mysql extensions table the priority column is of type tinyint and when I give 's' value for it, it is not accepting that value as it takes only tinyints. Please tell how can I make that column accept values like t,s,i and make it work with asterisk in realtime without any problem? If I change the type