View Single Post
Old 10-22-2014, 04:38 AM   #1830
Frenzie
Wizard
Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.
 
Posts: 1,767
Karma: 731681
Join Date: Oct 2014
Location: Antwerp
Device: Kobo Aura H2O
Quote:
Originally Posted by mementomori View Post
complete strace (nickel H2O):

https://www.dropbox.com/s/6d3ago4wm8...2.out.txt?dl=0

i did suspend cycles during the run by pressing the power button.
I believe the driver for that is implemented in arch/arm/mach-mx5/mx50_ntx_io.c (included from drivers/input/touchscreen/zforce_i2c.c). I think it's about detecting stuff like whether USB is plugged in, whether there's an extra SD card, and such.

Code:
$ sed -n '/ntx/,+2p' strace2.out.txt 
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x18)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x12)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0xe)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0xa)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x7)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x5)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x3)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x2)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x1)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0)                      = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x1)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x5)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x7)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x8)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x9)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0xb)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0xd)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0xf)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x11)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x13)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x16)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x18)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x1b)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x1e)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x18)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x12)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0xe)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0xa)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x7)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x5)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x3)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x2)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x1)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0)                      = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x1)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x5)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x7)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x8)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x9)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0xb)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0xd)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0xf)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x11)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x13)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x16)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x18)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x1b)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x1e)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 35
ioctl(35, 0xf1, 0x17)                   = 0
close(35)                               = 0
open("/dev/ntx_io", O_RDWR)             = 35
ioctl(35, 0xf1, 0x12)                   = 0
close(35)                               = 0
open("/dev/ntx_io", O_RDWR)             = 35
ioctl(35, 0xf1, 0xe)                    = 0
close(35)                               = 0
open("/dev/ntx_io", O_RDWR)             = 35
ioctl(35, 0xf1, 0xa)                    = 0
close(35)                               = 0
open("/dev/ntx_io", O_RDWR)             = 35
ioctl(35, 0xf1, 0x7)                    = 0
close(35)                               = 0
open("/dev/ntx_io", O_RDWR)             = 35
ioctl(35, 0xf1, 0x5)                    = 0
close(35)                               = 0
open("/dev/ntx_io", O_RDWR)             = 35
ioctl(35, 0xf1, 0x3)                    = 0
close(35)                               = 0
open("/dev/ntx_io", O_RDWR)             = 35
ioctl(35, 0xf1, 0x2)                    = 0
close(35)                               = 0
open("/dev/ntx_io", O_RDWR)             = 35
ioctl(35, 0xf1, 0x1)                    = 0
close(35)                               = 0
open("/dev/ntx_io", O_RDWR)             = 35
ioctl(35, 0xf1, 0)                      = 0
close(35)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x1e)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x18)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x12)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0xe)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0xa)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x8)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x5)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x3)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x2)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x1)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0)                      = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x1)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x5)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x7)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x8)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x9)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0xb)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0xd)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0xf)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x11)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x13)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x16)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x19)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x1b)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x1e)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 25
ioctl(25, 0xf1, 0)                      = 0
close(25)                               = 0
open("/dev/ntx_io", O_RDWR)             = 28
ioctl(28, 0xf1, 0x1e)                   = 0
close(28)                               = 0
0xf1 = 241

From the driver:
Code:
#define CM_FRONT_LIGHT_SET		241
My guess, this is the front light brightness being changed? I didn't see any of this in my own strace, but I only tested with the light off.

Edit: I can confirm I'm seeing exactly what I would expect to see when running an strace while increasing the brightness and lowering it again.
Code:
# sed -n '/ntx/,+2p' strace-nickel.txt
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x1)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x2)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x3)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x4)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x5)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x6)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x8)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x9)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0xa)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0xb)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0xc)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0xd)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0xe)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x10)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x11)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x12)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x13)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x15)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x17)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x18)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x1a)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x1b)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x1c)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x1e)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x20)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x21)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x23)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x25)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x27)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x28)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x29)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x2a)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x2b)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x2c)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x2e)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x2f)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x30)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x31)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x33)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x35)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x36)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x37)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x39)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x3a)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x3c)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x3d)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x3e)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x3f)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x41)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x43)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x44)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x45)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x46)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x48)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x49)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x4b)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x4c)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x4e)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x50)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x52)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x53)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x54)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x55)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x57)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x58)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x5a)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x5c)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x5e)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x60)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x61)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x62)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x63)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x64)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x62)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x61)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x5f)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x5c)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x5b)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x5a)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x57)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x56)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x54)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x52)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x4f)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x4d)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x4b)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x49)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x48)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x46)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x44)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x43)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x40)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x3e)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x3d)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x3b)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x3a)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x37)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x36)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x35)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x32)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x30)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x2f)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x2d)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x2b)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x2a)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x28)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x27)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x26)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x24)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x23)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x22)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x21)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x1f)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x1e)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x1c)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x1a)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x19)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x18)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x16)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x15)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x13)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x12)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x10)                   = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0xf)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0xe)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0xd)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0xc)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0xb)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0xa)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x9)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x7)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x5)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x4)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x3)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0x1)                    = 0
close(24)                               = 0
open("/dev/ntx_io", O_RDWR)             = 24
ioctl(24, 0xf1, 0)                      = 0
close(24)                               = 0

Last edited by Frenzie; 10-22-2014 at 05:00 AM.
Frenzie is offline   Reply With Quote