Searched refs:tainted (Results 1 - 5 of 5) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/modutils/
H A Dlsmod.c22 int tainted = 0; local
23 char *buf = xmalloc_open_read_close("/proc/sys/kernel/tainted", NULL);
25 tainted = atoi(buf);
30 if (tainted) {
32 tainted & TAINT_PROPRIETORY_MODULE ? 'P' : 'G',
33 tainted & TAINT_FORCED_MODULE ? 'F' : ' ',
34 tainted & TAINT_UNSAFE_SMP ? 'S' : ' ');
36 puts(" Not tainted");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/modutils/
H A Dlsmod.c22 int tainted = 0; local
23 char *buf = xmalloc_open_read_close("/proc/sys/kernel/tainted", NULL);
25 tainted = atoi(buf);
30 if (tainted) {
32 tainted & TAINT_PROPRIETORY_MODULE ? 'P' : 'G',
33 tainted & TAINT_FORCED_MODULE ? 'F' : ' ',
34 tainted & TAINT_UNSAFE_SMP ? 'S' : ' ');
36 puts(" Not tainted");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/modutils/
H A Dlsmod.c22 int tainted = 0; local
23 char *buf = xmalloc_open_read_close("/proc/sys/kernel/tainted", NULL);
25 tainted = atoi(buf);
30 if (tainted) {
32 tainted & TAINT_PROPRIETORY_MODULE ? 'P' : 'G',
33 tainted & TAINT_FORCED_MODULE ? 'F' : ' ',
34 tainted & TAINT_UNSAFE_SMP ? 'S' : ' ');
36 puts(" Not tainted");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Dhead.S318 ;; Dont worry that the BSS is tainted. It will be cleared later.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/cris/arch-v10/kernel/
H A Dhead.S318 ;; Dont worry that the BSS is tainted. It will be cleared later.

Completed in 175 milliseconds