]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/kern/ipc_tt.h
xnu-3789.1.32.tar.gz
[apple/xnu.git] / osfmk / kern / ipc_tt.h
index cbf75eb27e15bb23ee11eebdc6c0593f223c847f..895eb25445d69dd4631d1b4f7a8efa70232c1da8 100644 (file)
@@ -131,9 +131,17 @@ extern task_name_t convert_port_to_task_name(
 extern task_t convert_port_to_task(
        ipc_port_t      port);
 
+extern task_t
+convert_port_to_task_with_exec_token(
+       ipc_port_t              port,
+       uint32_t                *exec_token);
+
 extern task_t port_name_to_task(
        mach_port_name_t name);
 
+extern host_t port_name_to_host(
+       mach_port_name_t name);
+
 extern boolean_t ref_task_port_locked(
        ipc_port_t port, task_t *ptask);