Go to the first, previous, next, last section, table of contents.
task_get_emulation_vector gets the user-level
handler entry points for all emulated system calls.
task_set_emulation_vector establishes user-level
handlers for the specified system calls. Non-emulated system calls are
specified with an entry of EML_ROUTINE_NULL. System call
emulation handlers are inherited by the childs of task.
task_set_emulation establishes a user-level handler
for the specified system call. System call emulation handlers are
inherited by the childs of task.
Go to the first, previous, next, last section, table of contents.