Talk:IOCTL

From PS4 Developer wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The process of ioctl in devices

find string of device in kernel
find xrefs to func (should be two only)
make_dev and mutex_init (we want make_dev)
structure before string is where we want to go
follow structure then go to the very last offset of structure
it is func in charge of ioctls