Lines Matching refs:err
57 error_t err; in _hurd_exec_paths() local
78 else if (err = __argz_create (argv, &args, &argslen)) in _hurd_exec_paths()
79 return err; in _hurd_exec_paths()
82 else if (err = __argz_create (envp, &env, &envlen)) in _hurd_exec_paths()
91 if (err = __USEPORT (PROC, __proc_task2proc (port, task, &ports[i]))) in _hurd_exec_paths()
231 err = _hurd_check_ids (); in _hurd_exec_paths()
232 if (err == 0 && ((_hurd_id.aux.nuids >= 2 && _hurd_id.gen.nuids >= 1 in _hurd_exec_paths()
253 err = __auth_makeauth (ports[INIT_PORT_AUTH], in _hurd_exec_paths()
260 if (err == 0) in _hurd_exec_paths()
269 error_t err = __io_reauthenticate (port, in _hurd_exec_paths() local
271 if (!err) in _hurd_exec_paths()
272 err = __auth_user_authenticate (newauth, in _hurd_exec_paths()
276 return err; in _hurd_exec_paths()
281 err = reauth_io (ports[idx], &newport) ?: err; in _hurd_exec_paths()
296 if (!err) in _hurd_exec_paths()
308 err = reauth_io (_hurd_init_dtable[i], &dtable[i]); in _hurd_exec_paths()
309 if (err) in _hurd_exec_paths()
332 err = reauth_io (dtable[i], &newport); in _hurd_exec_paths()
336 if (err) in _hurd_exec_paths()
355 if (!err) in _hurd_exec_paths()
384 err = __file_exec_paths (file, task, flags, in _hurd_exec_paths()
397 if (err == MIG_BAD_ID) in _hurd_exec_paths()
398 err = __file_exec (file, task, flags, in _hurd_exec_paths()
433 if (err == EINTR) in _hurd_exec_paths()
441 return err; in _hurd_exec_paths()