Lines Matching refs:wrappers
2 Dealing with missing system call or ioctl wrappers in Valgrind
7 ioctl wrappers you need, so that you can continue your debugging. If
18 What are syscall/ioctl wrappers? What do they do?
28 Syscall and ioctl wrappers have two jobs:
103 Writing your own syscall wrappers (see below for ioctl wrappers)
126 3. Add a case to the already-huge collection of wrappers in
148 If you find this difficult, read the wrappers for other syscalls
173 Writing your own ioctl wrappers
176 Is pretty much the same as writing syscall wrappers, except that all
186 Writing your own door call wrappers (Solaris only)
197 much the same as writing ioctl wrappers. Please take a few moments to study