/glibc-2.36/hurd/hurd/ |
D | lookup.h | 50 error_t __hurd_file_name_lookup (error_t (*use_init_port) 52 error_t (*operate) (mach_port_t)), 54 error_t (*lookup) 61 error_t hurd_file_name_lookup (error_t (*use_init_port) 63 error_t (*operate) (mach_port_t)), 65 error_t (*lookup) 78 error_t __hurd_file_name_split (error_t (*use_init_port) 80 error_t (*operate) (mach_port_t)), 82 error_t (*lookup) (file_t dir, const char *name, 88 error_t hurd_file_name_split (error_t (*use_init_port) [all …]
|
D | fd.h | 122 ({ error_t __result; \ 152 extern int _hurd_fd_error_signal (error_t err); 156 _hurd_fd_error_signal (error_t err) in _hurd_fd_error_signal() 177 extern error_t _hurd_fd_error (int fd, error_t err); 180 _HURD_FD_H_EXTERN_INLINE error_t 181 _hurd_fd_error (int fd, error_t err) in _hurd_fd_error() 197 extern int __hurd_dfail (int fd, error_t err); 201 __hurd_dfail (int fd, error_t err) in __hurd_dfail() 211 extern int __hurd_sockfail (int fd, int flags, error_t err); 215 __hurd_sockfail (int fd, int flags, error_t err) in __hurd_sockfail() [all …]
|
D | sigpreempt.h | 72 error_t hurd_catch_signal (sigset_t sigset, 74 error_t (*operate) (struct hurd_signal_preemptor *), 82 error_t hurd_safe_memset (void *dest, int byte, size_t nbytes); 85 error_t hurd_safe_copyin (void *dest, const void *src, size_t nbytes); 88 error_t hurd_safe_copyout (void *dest, const void *src, size_t nbytes); 93 error_t hurd_safe_memmove (void *dest, const void *src, size_t nbytes);
|
D | xattr.h | 25 extern error_t _hurd_xattr_get (io_t port, const char *name, 27 extern error_t _hurd_xattr_set (io_t port, const char *name, 29 extern error_t _hurd_xattr_remove (io_t port, const char *name); 30 extern error_t _hurd_xattr_list (io_t port, void *buffer, size_t *size);
|
D | signal.h | 58 error_t error; 361 error_t _hurd_intr_rpc_mach_msg (mach_msg_header_t *msg, 406 error_t __err; \ 411 __err = (error_t) (fetch_msgport_expr); \ 415 __err = (error_t) (fetch_refport_expr); \ 422 __err = (error_t) (rpc_expr); \
|
/glibc-2.36/hurd/ |
D | hurdlookup.c | 25 static inline error_t 26 lookup_error (error_t error) in lookup_error() 40 error_t 41 __hurd_file_name_lookup (error_t (*use_init_port) in __hurd_file_name_lookup() 42 (int which, error_t (*operate) (file_t)), in __hurd_file_name_lookup() 44 error_t (*lookup) in __hurd_file_name_lookup() 51 error_t err; in __hurd_file_name_lookup() 56 error_t lookup_op (mach_port_t startdir) in __hurd_file_name_lookup() 103 error_t in weak_alias() 104 __hurd_file_name_split (error_t (*use_init_port) in weak_alias() [all …]
|
D | hurd.h | 51 extern int __hurd_fail (error_t err); 55 __hurd_fail (error_t err) in __hurd_fail() 62 err = (error_t) EIEIO; in __hurd_fail() 66 err = (error_t) ENOMEM; in __hurd_fail() 71 err = (error_t) EINVAL; in __hurd_fail() 103 extern error_t _hurd_ports_use (int which, error_t (*operate) (mach_port_t)); 152 extern error_t _hurd_ports_get (unsigned int which, mach_port_t *result); 153 extern error_t _hurd_ports_set (unsigned int which, mach_port_t newport); 249 extern error_t _hurd_exec (task_t task, 256 extern error_t _hurd_exec_paths (task_t task, [all …]
|
D | path-lookup.c | 30 error_t 32 error_t (*fun)(const char *name), in file_name_path_scan() 43 error_t real_err = 0; in file_name_path_scan() 48 error_t err; in file_name_path_scan() 88 error_t 89 __hurd_file_name_path_lookup (error_t (*use_init_port) in __hurd_file_name_path_lookup() 90 (int which, error_t (*operate) (mach_port_t)), in __hurd_file_name_path_lookup() 92 error_t (*lookup) in __hurd_file_name_path_lookup() 100 error_t scan_lookup (const char *name) in __hurd_file_name_path_lookup() 114 error_t err; in strong_alias()
|
D | lookup-retry.c | 31 static inline error_t 32 lookup_error (error_t error) in lookup_error() 46 error_t 47 __hurd_file_name_lookup_retry (error_t (*use_init_port) in __hurd_file_name_lookup_retry() 48 (int which, error_t (*operate) (file_t)), in __hurd_file_name_lookup_retry() 50 error_t (*lookup) in __hurd_file_name_lookup_retry() 60 error_t err; in __hurd_file_name_lookup_retry() 65 error_t lookup_op (file_t startdir) in __hurd_file_name_lookup_retry() 80 error_t reauthenticate (file_t unauth) in __hurd_file_name_lookup_retry() 82 error_t err; in __hurd_file_name_lookup_retry() [all …]
|
D | catch-signal.c | 24 error_t 27 error_t (*operate) (struct hurd_signal_preemptor *), in __hurd_catch_signal() 44 error_t error; in __hurd_catch_signal() 79 error_t in strong_alias() 82 error_t operate (struct hurd_signal_preemptor *preemptor) in strong_alias() 93 error_t 96 error_t operate (struct hurd_signal_preemptor *preemptor) in hurd_safe_copyout() 106 error_t 109 error_t operate (struct hurd_signal_preemptor *preemptor) in hurd_safe_copyin() 119 error_t [all …]
|
D | ports-set.c | 20 static error_t 28 extern error_t _hurd_setauth (auth_t); 29 extern error_t _hurd_setproc (process_t); 30 extern error_t _hurd_setcttyid (mach_port_t); 32 error_t (*_hurd_ports_setters[INIT_PORT_MAX]) (mach_port_t newport) = 41 error_t 44 error_t err; in _hurd_ports_set()
|
D | xattr.c | 35 error_t 45 error_t err = __io_stat (port, &st); in _hurd_xattr_get() 64 error_t err = __file_get_translator (port, &buf, &bufsz); in _hurd_xattr_get() 86 error_t 102 error_t err = __io_stat (port, &st); in _hurd_xattr_set() 123 error_t err = __io_stat (port, &st); in _hurd_xattr_set() 148 error_t err = __file_get_translator (port, &buf, &bufsz); in _hurd_xattr_set() 167 error_t 173 error_t 187 error_t err = __io_stat (port, &st); in _hurd_xattr_list()
|
D | lookup-at.c | 29 error_t err; in __file_name_lookup_at() 60 error_t use_init_port (int which, error_t (*operate) (mach_port_t)) in __file_name_lookup_at() 80 error_t err; in __file_name_split_at() 90 error_t use_init_port (int which, error_t (*operate) (mach_port_t)) in __file_name_split_at() 108 error_t err; in __directory_name_split_at() 115 error_t use_init_port (int which, error_t (*operate) (mach_port_t)) in __directory_name_split_at()
|
D | fopenport.c | 29 error_t err; in readio() 52 error_t err; in writeio() 68 error_t err = __io_seek ((file_t) cookie, *pos, whence, pos); in seekio() 77 error_t error = __mach_port_deallocate (__mach_task_self (), in closeio() 97 error_t err; in __fopenport()
|
D | hurdioctl.c | 61 error_t err; in fioctl() 219 error_t 222 error_t err; in _hurd_setcttyid() 240 static inline error_t 244 error_t err; in do_tiocsctty() 284 error_t err; in tiocnotty() 313 error_t err; in siocgifconf()
|
/glibc-2.36/string/ |
D | argz.h | 32 typedef int error_t; typedef 38 extern error_t __argz_create (char *const __argv[], char **__restrict __argz, 40 extern error_t argz_create (char *const __argv[], char **__restrict __argz, 47 extern error_t argz_create_sep (const char *__restrict __string, 70 extern error_t argz_append (char **__restrict __argz, 76 extern error_t argz_add (char **__restrict __argz, 82 extern error_t argz_add_sep (char **__restrict __argz, 98 extern error_t argz_insert (char **__restrict __argz, 106 extern error_t argz_replace (char **__restrict __argz,
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | faccessat.c | 31 hurd_fail_seterrno (error_t err) in hurd_fail_seterrno() 37 hurd_fail_noerrno (error_t err) in hurd_fail_noerrno() 44 int (*errfunc) (error_t)) in __faccessat_common() 46 error_t err; in __faccessat_common() 67 error_t reauthenticate_cwdir_at (file_t *result) in __faccessat_common() 70 error_t err; in __faccessat_common() 87 error_t reauthenticate (int which, file_t *result) in __faccessat_common() 90 error_t err; in __faccessat_common() 107 error_t init_port (int which, error_t (*operate) (mach_port_t)) in __faccessat_common()
|
D | ptrace.c | 46 error_t read_data (task_t task, vm_address_t *ourpage, vm_size_t *size) in ptrace() 49 error_t err; in ptrace() 56 error_t fetch_user_thread (task_t task, thread_t *thread) in ptrace() 60 error_t err = __task_threads (task, &threads, &nthreads); in ptrace() 77 error_t err; in ptrace() 108 error_t err; in ptrace() 172 error_t err; in ptrace() 207 error_t err; in ptrace() 277 error_t err; in ptrace() 310 error_t err; in ptrace() [all …]
|
D | spawni.c | 103 error_t err; in __spawni() 122 error_t reauthenticate (int which, file_t *result) in __spawni() 124 error_t err; in __spawni() 155 error_t reauthenticate_fd (int fd) in __spawni() 161 error_t err = __io_reauthenticate (dtable[fd], in __spawni() 178 error_t child_init_port (int which, error_t (*operate) (mach_port_t)) in __spawni() 222 inline error_t child_lookup (const char *file, int oflag, mode_t mode, in __spawni() 228 auto error_t child_chdir (const char *name) in __spawni() 252 error_t err = child_lookup (lookup, 0, 0, &new_ccwdir); in __spawni() 262 inline error_t child_lookup_under (file_t startdir, const char *file, in __spawni() [all …]
|
D | dl-sysdep.c | 140 error_t err; in _dl_sysdep_start() 262 static error_t 269 error_t err; in open_file() 271 error_t use_init_port (int which, error_t (*operate) (file_t)) in open_file() 323 error_t err = open_file (file_name, mode, &port, 0); in __open() 348 error_t err; in __pread64() 384 error_t err; in __write() 417 error_t err; in __writev() 437 error_t err; in __libc_lseek64() 450 error_t err; in __mmap() [all …]
|
D | setpriority.c | 26 error_t err; in __setpriority() 27 error_t pidloser, priloser; in __setpriority() 30 error_t setonepriority (pid_t pid, struct procinfo *pi) in __setpriority() 33 error_t piderr = __USEPORT (PROC, __proc_pid2task (port, pid, &task)); in __setpriority() 44 error_t prierr; in __setpriority()
|
D | profil.c | 59 static error_t 62 error_t err; in update_waiter() 114 error_t err; in libc_hidden_def() 143 static volatile error_t special_profil_failure; in weak_alias() 153 error_t err; 230 error_t err; in fork_profil_child()
|
/glibc-2.36/include/ |
D | argz.h | 7 extern error_t __argz_create_sep (const char *__restrict __string, 11 extern error_t __argz_append (char **__restrict __argz, 15 extern error_t __argz_add (char **__restrict __argz, 19 extern error_t __argz_add_sep (char **__restrict __argz, 27 extern error_t __argz_insert (char **__restrict __argz, 32 extern error_t __argz_replace (char **__restrict __argz,
|
/glibc-2.36/argp/ |
D | argp-parse.c | 110 static error_t 171 static error_t 247 static error_t 252 error_t err; in group_parse() 481 static error_t 485 error_t err = 0; in parser_init() 580 static error_t 582 error_t err, int arg_ebadkey, int *end_index) in parser_finalize() 676 static error_t 682 error_t err = EBADKEY; in parser_parse_arg() [all …]
|
/glibc-2.36/htl/ |
D | pt-internal.h | 271 extern error_t __pthread_timedblock (struct __pthread *__restrict thread, 276 extern error_t __pthread_block_intr (struct __pthread *thread); 279 extern error_t __pthread_timedblock_intr (struct __pthread *__restrict thread, 294 extern error_t __pthread_init_specific (struct __pthread *thread); 303 extern error_t __pthread_sigstate_init (struct __pthread *thread); 310 extern error_t __pthread_sigstate (struct __pthread *__restrict thread, int how,
|