Lines Matching refs:task
36 _hurd_exec (task_t task, file_t file, in _hurd_exec() argument
39 return _hurd_exec_paths (task, file, NULL, NULL, argv, envp); in _hurd_exec()
53 _hurd_exec_paths (task_t task, file_t file, in _hurd_exec_paths() argument
87 if (i == INIT_PORT_PROC && task != __mach_task_self ()) in _hurd_exec_paths()
91 if (err = __USEPORT (PROC, __proc_task2proc (port, task, &ports[i]))) in _hurd_exec_paths()
154 if (task == __mach_task_self ()) in _hurd_exec_paths()
384 err = __file_exec_paths (file, task, flags, in _hurd_exec_paths()
394 task == __mach_task_self () ? 1 : 0); in _hurd_exec_paths()
398 err = __file_exec (file, task, flags, in _hurd_exec_paths()
405 task == __mach_task_self () ? 1 : 0); in _hurd_exec_paths()
410 if ((i == INIT_PORT_PROC && task != __mach_task_self ()) in _hurd_exec_paths()