Home
last modified time | relevance | path

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

/hurd/
A Dfopenport.c34 return __hurd_fail (err); in readio()
55 return __hurd_fail (err); in writeio()
69 return err ? __hurd_fail (err) : 0; in seekio()
80 return __hurd_fail (error); in closeio()
121 return __hurd_fail (err), NULL; in __fopenport()
A Dget-host.c49 return __hurd_fail (err); in _hurd_get_host_config()
60 return __hurd_fail (err); in _hurd_get_host_config()
89 return __hurd_fail (ENAMETOOLONG); in _hurd_get_host_config()
A Dhurdports.c29 return __hurd_fail (err), MACH_PORT_NULL; in get()
39 return err ? __hurd_fail (err) : 0; in set()
A Dtask2pid.c26 return err ? (pid_t) __hurd_fail (err) : pid; in __task2pid()
A Dpid2task.c28 return err ? (__hurd_fail (err), MACH_PORT_NULL) : task; in __pid2task()
A Dfchroot.c48 return err ? __hurd_fail (err) : 0; in fchroot()
A Dhurdfchdir.c33 return __hurd_fail (EBADF); in _hurd_change_directory_port_from_fd()
A Dhurdchdir.c42 return __hurd_fail (ENOENT); in _hurd_change_directory_port_from_name()
A Dhurdioctl.c118 return __hurd_fail (ENOTTY); in fioclex()
273 return __hurd_fail (HURD_DPORT_USE (fd, do_tiocsctty (port, ctty))); in tiocsctty()
287 return __hurd_fail (err); in tiocnotty()
295 return __hurd_fail (err); in tiocnotty()
A Dset-host.c48 return err ? __hurd_fail (err) : nwrote; in _hurd_set_host_config()
A Dhurdlookup.c230 return err ? (__hurd_fail (err), MACH_PORT_NULL) : result; in weak_alias()
244 return err ? (__hurd_fail (err), MACH_PORT_NULL) : result; in weak_alias()
257 return err ? (__hurd_fail (err), MACH_PORT_NULL) : result; in weak_alias()
279 return err ? (__hurd_fail (err), MACH_PORT_NULL) : result; in weak_alias()
A Dvpprintf.c31 return __hurd_fail (error); in do_write()
A Dgeteuids.c40 return __hurd_fail (err); in geteuids()
A Dseteuids.c56 return __hurd_fail (err); in seteuids()
A Dhurd.h51 extern int __hurd_fail (error_t err);
55 __hurd_fail (error_t err) in __hurd_fail() function
A Dsetauth.c118 return err ? __hurd_fail (err) : 0; in __setauth()
A Dpath-lookup.c121 return err ? (__hurd_fail (err), MACH_PORT_NULL) : result; in strong_alias()
A Dlookup-at.c37 return (__hurd_fail (err), MACH_PORT_NULL); in __file_name_lookup_at()
A DVersions107 __hurd_fail;
A Ddtable.c111 return __hurd_fail (EBADF), MACH_PORT_NULL; in get_dtable_port()
A Dhurdselect.c570 return __hurd_fail (err); in _hurd_select()

Completed in 28 milliseconds