Home
last modified time | relevance | path

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

/trueos/lib/liblaunch/
HDvproc_priv.h107 vproc_err_t
112 vproc_err_t
117 vproc_err_t
122 vproc_err_t
126 vproc_err_t
130 vproc_err_t
134 vproc_err_t
145 vproc_err_t
162 vproc_err_t
166 vproc_err_t
[all …]
HDlibvproc.c407 vproc_err_t
415 return (vproc_err_t)_vprocmgr_move_subset_to_user; in _vprocmgr_move_subset_to_user()
419 return (vproc_err_t)_vprocmgr_move_subset_to_user; in _vprocmgr_move_subset_to_user()
430 return (vproc_err_t)_vprocmgr_move_subset_to_user; in _vprocmgr_move_subset_to_user()
438 return (vproc_err_t)_vprocmgr_move_subset_to_user; in _vprocmgr_move_subset_to_user()
451 return (vproc_err_t)_vprocmgr_move_subset_to_user; in _vprocmgr_move_subset_to_user()
457 vproc_err_t
467 return (vproc_err_t)_vprocmgr_switch_to_session; in _vprocmgr_switch_to_session()
477 vproc_err_t
483 vproc_err_t
[all …]
HDvproc_internal.h48 vproc_err_t _vprocmgr_init(const char *session_type);
49 vproc_err_t _vproc_post_fork_ping(void);
105 vproc_err_t _vprocmgr_log_forward(mach_port_t mp, void *data, size_t len);
HDvproc.h36 typedef void * vproc_err_t; typedef
41 const char *vproc_strerror(vproc_err_t r);
/trueos/bin/launchctl/
HDlaunchctl_old.c702 vproc_err_t verr = vproc_swap_integer(vp, VPROC_GSK_WAITFORDEBUGGER, &inval, NULL); in wait4debugger_cmd()
2636 vproc_err_t verr = vproc_swap_integer(NULL, VPROC_GSK_WEIRD_BOOTSTRAP, &junk, NULL); in bootstrap_cmd()
2728vproc_err_t verr = vproc_swap_string(NULL, VPROC_GSK_JOB_OVERRIDES_DB, NULL, &_launchctl_job_overr… in load_and_unload_cmd()
3826 vproc_err_t verr = vproc_swap_integer(NULL, VPROC_GSK_MGR_PID, NULL, (int64_t *)&manager_pid); in managerpid_cmd()
3840 vproc_err_t verr = vproc_swap_integer(NULL, VPROC_GSK_MGR_UID, NULL, (int64_t *)&manager_uid); in manageruid_cmd()
3854 vproc_err_t verr = vproc_swap_string(NULL, VPROC_GSK_MGR_NAME, NULL, &manager_name); in managername_cmd()