Home
last modified time | relevance | path

Searched refs:exec_port_actions (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.101.4/bsd/kern/
H A Dkern_exec.c356 struct exec_port_actions { struct
381 struct exec_port_actions *port_actions); argument
383 task_role_t psa_darwin_role, struct exec_port_actions *port_actions);
384 static void exec_port_actions_destroy(struct exec_port_actions *port_actions);
2001 task_role_t psa_darwin_role, struct exec_port_actions *port_actions) in exec_handle_spawnattr_policy()
2080 exec_port_actions_destroy(struct exec_port_actions *port_actions) in exec_port_actions_destroy()
2120 struct exec_port_actions *actions) in exec_handle_port_actions()
3082 struct exec_port_actions port_actions = { }; in posix_spawn()