/sysdeps/htl/ |
A D | timer_routines.c | 73 newp->prev = list->prev; in list_append() 74 newp->next = list; in list_append() 75 list->prev->next = newp; in list_append() 76 list->prev = newp; in list_append() 82 list_append (list, newp); in list_insbefore() 93 struct list_head *lnext = list->next, *lprev = list->prev; in list_unlink() 102 return list->next; in list_first() 106 list_null (struct list_head *list) in list_null() argument 108 return list; in list_null() 114 return list->next; in list_next() [all …]
|
/sysdeps/posix/ |
A D | libc_fatal.c | 71 struct str_list *list = NULL; in __libc_message() local 106 newp->next = list; in __libc_message() 107 list = newp; in __libc_message() 118 iov[cnt].iov_base = (char *) list->str; in __libc_message() 119 iov[cnt].iov_len = list->len; in __libc_message() 120 total += list->len; in __libc_message() 121 list = list->next; in __libc_message()
|
A D | getaddrinfo.c | 1318 unsigned int bits = list[idx].bits; in match_prefix() 1319 const uint8_t *mask = list[idx].prefix.s6_addr; in match_prefix() 1340 return list[idx].val; in match_prefix() 1714 free_prefixlist (struct prefixlist *list) in free_prefixlist() argument 1716 while (list != NULL) in free_prefixlist() 1718 struct prefixlist *oldp = list; in free_prefixlist() 1719 list = list->next; in free_prefixlist() 1726 free_scopelist (struct scopelist *list) in free_scopelist() argument 1728 while (list != NULL) in free_scopelist() 1730 struct scopelist *oldp = list; in free_scopelist() [all …]
|
/sysdeps/pthread/ |
A D | posix-timer.h | 163 list_unlink_ip (struct list_head *list) in list_unlink_ip() argument 165 struct list_head *lnext = list->next, *lprev = list->prev; in list_unlink_ip() 174 list->next = list; in list_unlink_ip() 175 list->prev = list; in list_unlink_ip()
|
/sysdeps/mach/hurd/ |
A D | flistxattr.c | 26 flistxattr (int fd, char *list, size_t size) in flistxattr() argument 30 err = HURD_DPORT_USE (fd, _hurd_xattr_list (port, list, &size)); in flistxattr()
|
A D | listxattr.c | 25 listxattr (const char *path, char *list, size_t size) in listxattr() argument 31 err = _hurd_xattr_list (port, list, &size); in listxattr()
|
A D | llistxattr.c | 26 llistxattr (const char *path, char *list, size_t size) in llistxattr() argument 32 err = _hurd_xattr_list (port, list, &size); in llistxattr()
|
/sysdeps/nptl/ |
A D | fork.h | 103 struct pthread *curp = list_entry (runp, struct pthread, list); in reclaim_stacks() 140 list_del (&self->list); in reclaim_stacks() 147 list_add (&self->list, &GL (dl_stack_user)); in reclaim_stacks() 149 list_add (&self->list, &GL (dl_stack_used)); in reclaim_stacks()
|
A D | dl-thread_gscope_wait.c | 36 struct pthread *t = list_entry (runp, struct pthread, list); in __thread_gscope_wait() 59 struct pthread *t = list_entry (runp, struct pthread, list); in __thread_gscope_wait()
|
A D | dl-tls_init_tp.c | 72 list_add (&pd->list, &GL (dl_stack_user)); in __tls_init_tp() 89 pd->robust_head.list = &pd->robust_head; in __tls_init_tp()
|
A D | _Fork.c | 46 self->robust_head.list = &self->robust_head; in _Fork()
|
/sysdeps/unix/sysv/linux/ |
A D | Makefile | 40 sysdeps/unix/sysv/linux/syscall-names.list 178 ../sysdeps/unix/sysv/linux/syscall-names.list 186 $(objpfx)tst-syscall-list-macros.list: \ 194 $(objpfx)tst-syscall-list-nr.list: \ 196 $(objpfx)tst-syscall-list-macros.list 201 $(objpfx)tst-syscall-list-sys.list: $(objpfx)tst-syscall-list-macros.list 205 tests-special += $(objpfx)tst-syscall-list.out 206 $(objpfx)tst-syscall-list.out: \ 208 $(objpfx)tst-syscall-list-macros.list \ 209 $(objpfx)tst-syscall-list-nr.list \ [all …]
|
A D | dl-execstack.c | 74 err = __nptl_change_stack_perm (list_entry (runp, struct pthread, list)); in _dl_make_stacks_executable() 86 list)); in _dl_make_stacks_executable()
|
A D | syscall-names.list | 19 # This file contains the list of system call names. It has to remain in 21 # This file can list all potential system calls. The names are only 24 # The list of system calls is current as of Linux 5.15.
|
A D | glibcsyscalls.py | 108 names = list(set(names) - set(self.syscalls))
|
/sysdeps/unix/sysv/linux/sparc/sparc32/fpu/ |
A D | Implies | 1 # We must list this here to move it ahead of the ldbl-opt code.
|
/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/ |
A D | Implies | 1 # We must list this here to move it ahead of the ldbl-opt code.
|
/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/ |
A D | Implies | 1 # We must list this here to move it ahead of the ldbl-opt code.
|
/sysdeps/x86_64/fpu/ |
A D | Makefile | 2 libmvec-double-func-list = \ 7 libmvec-float-func-list = \ 21 $(foreach l,$(libmvec-double-func-list), \ 23 $(foreach l,$(libmvec-float-func-list), \
|
/sysdeps/x86_64/fpu/multiarch/ |
A D | Makefile | 62 libmvec-multiarch-double-func-list = \ 69 libmvec-multiarch-float-func-list = \ 78 $(foreach l,$(libmvec-multiarch-double-func-list), \ 80 $(foreach l,$(libmvec-multiarch-float-func-list), \
|
/sysdeps/unix/ |
A D | Makefile | 94 $(wildcard $(+sysdep_dirs:%=%/syscalls.list)) \ 98 test -f $$dir/syscalls.list && \
|
A D | make-syscalls.sh | 54 /^[ ]*$/d' $thisdir/syscalls.list`
|
/sysdeps/arc/ |
A D | configure.ac | 8 # Later # also got added to comment list, but ; couldn't be switched to
|
A D | configure | 9 # Later # also got added to comment list, but ; couldn't be switched to
|
/sysdeps/generic/ |
A D | ldsodefs.h | 489 void *list[50]; member
|