/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | wait4.c | 30 return SYSCALL_CANCEL (wait4, pid, stat_loc, options, usage); in __wait4_time64() 35 ret = SYSCALL_CANCEL (wait4, pid, stat_loc, options, in __wait4_time64() 61 if (SYSCALL_CANCEL (waitid, idtype, pid, &infop, options, usage) < 0) in __wait4_time64() 66 if (SYSCALL_CANCEL (waitid, idtype, pid, &infop, options, &usage32) < 0) in __wait4_time64()
|
D | select.c | 69 int r = SYSCALL_CANCEL (pselect6_time64, nfds, readfds, writefds, exceptfds, in __select64() 78 int r = SYSCALL_CANCEL (pselect6_time64, nfds, readfds, writefds, in __select64() 98 int r = SYSCALL_CANCEL (pselect6, nfds, readfds, writefds, exceptfds, pts32, in __select64() 111 int r = SYSCALL_CANCEL (_newselect, nfds, readfds, writefds, exceptfds, ptv32); in __select64()
|
D | sigtimedwait.c | 31 result = SYSCALL_CANCEL (rt_sigtimedwait_time64, set, info, timeout, in __sigtimedwait64() 37 result = SYSCALL_CANCEL (rt_sigtimedwait_time64, set, info, timeout, in __sigtimedwait64() 52 result = SYSCALL_CANCEL (rt_sigtimedwait, set, info, pts32, in __sigtimedwait64()
|
D | ppoll.c | 42 return SYSCALL_CANCEL (ppoll_time64, fds, nfds, timeout, sigmask, in __ppoll64() 49 ret = SYSCALL_CANCEL (ppoll_time64, fds, nfds, timeout, sigmask, in __ppoll64() 61 return SYSCALL_CANCEL (ppoll, fds, nfds, timeout ? &ts32 : NULL, sigmask, in __ppoll64()
|
D | mq_timedsend.c | 35 return SYSCALL_CANCEL (mq_timedsend_time64, mqdes, msg_ptr, msg_len, in ___mq_timedsend_time64() 42 int r = SYSCALL_CANCEL (mq_timedsend_time64, mqdes, msg_ptr, msg_len, in ___mq_timedsend_time64() 57 return SYSCALL_CANCEL (mq_timedsend, mqdes, msg_ptr, msg_len, msg_prio, in ___mq_timedsend_time64()
|
D | mq_timedreceive.c | 35 return SYSCALL_CANCEL (mq_timedreceive_time64, mqdes, msg_ptr, msg_len, in ___mq_timedreceive_time64() 42 int r = SYSCALL_CANCEL (mq_timedreceive_time64, mqdes, msg_ptr, msg_len, in ___mq_timedreceive_time64() 57 return SYSCALL_CANCEL (mq_timedreceive, mqdes, msg_ptr, msg_len, msg_prio, in ___mq_timedreceive_time64()
|
D | pause.c | 29 return SYSCALL_CANCEL (pause); in __libc_pause() 31 return SYSCALL_CANCEL (ppoll, NULL, 0, NULL, NULL); in __libc_pause()
|
D | msgsnd.c | 25 return SYSCALL_CANCEL (msgsnd, msqid, msgp, msgsz, msgflg); in __libc_msgsnd() 27 return SYSCALL_CANCEL (ipc, IPCOP_msgsnd, msqid, msgsz, msgflg, in __libc_msgsnd()
|
D | sync_file_range.c | 26 return SYSCALL_CANCEL (sync_file_range2, fd, flags, SYSCALL_LL64 (offset), in sync_file_range() 29 return SYSCALL_CANCEL (sync_file_range, fd, in sync_file_range()
|
D | msgrcv.c | 26 return SYSCALL_CANCEL (msgrcv, msqid, msgp, msgsz, msgtyp, msgflg); in __libc_msgrcv() 28 return SYSCALL_CANCEL (ipc, IPCOP_msgrcv, msqid, msgsz, msgflg, in __libc_msgrcv()
|
D | accept.c | 26 return SYSCALL_CANCEL (accept, fd, addr.__sockaddr__, len); in __libc_accept() 28 return SYSCALL_CANCEL (accept4, fd, addr.__sockaddr__, len, 0); in __libc_accept()
|
D | send.c | 26 return SYSCALL_CANCEL (send, fd, buf, len, flags); in __libc_send() 28 return SYSCALL_CANCEL (sendto, fd, buf, len, flags, NULL, 0); in __libc_send()
|
D | recv.c | 26 return SYSCALL_CANCEL (recv, fd, buf, len, flags); in __libc_recv() 28 return SYSCALL_CANCEL (recvfrom, fd, buf, len, flags, NULL, NULL); in __libc_recv()
|
D | poll.c | 29 return SYSCALL_CANCEL (poll, fds, nfds, timeout); in __poll() 41 return SYSCALL_CANCEL (ppoll, fds, nfds, timeout_ts_p, NULL, 0); in __poll()
|
D | preadv.c | 28 return SYSCALL_CANCEL (preadv, fd, vector, count, LO_HI_LONG (offset)); in preadv() 36 ssize_t result = SYSCALL_CANCEL (preadv, fd, vector, count, in preadv()
|
D | pwritev.c | 28 return SYSCALL_CANCEL (pwritev, fd, vector, count, LO_HI_LONG (offset)); in pwritev() 36 ssize_t result = SYSCALL_CANCEL (pwritev, fd, vector, count, in pwritev()
|
D | pwritev64.c | 26 return SYSCALL_CANCEL (pwritev, fd, vector, count, LO_HI_LONG (offset)); in pwritev64() 34 ssize_t result = SYSCALL_CANCEL (pwritev, fd, vector, count, in pwritev64()
|
D | preadv64.c | 26 return SYSCALL_CANCEL (preadv, fd, vector, count, LO_HI_LONG (offset)); in preadv64() 34 ssize_t result = SYSCALL_CANCEL (preadv, fd, vector, count, in preadv64()
|
D | recvmmsg.c | 29 int r = SYSCALL_CANCEL (recvmmsg_time64, fd, vmessages, vlen, flags, in recvmmsg_syscall() 48 r = SYSCALL_CANCEL (recvmmsg, fd, vmessages, vlen, flags, pts32); in recvmmsg_syscall()
|
D | fcntl.c | 46 return SYSCALL_CANCEL (fcntl64, fd, cmd, arg); in __libc_fcntl() 58 return SYSCALL_CANCEL (fcntl64, fd, cmd, &flk64); in __libc_fcntl()
|
D | fdatasync.c | 28 return SYSCALL_CANCEL (fdatasync, fd); in fdatasync()
|
D | fsync.c | 27 return SYSCALL_CANCEL (fsync, fd); in fsync()
|
D | tcdrain.c | 28 return SYSCALL_CANCEL (ioctl, fd, TCSBRK, 1); in __libc_tcdrain()
|
D | msync.c | 25 return SYSCALL_CANCEL (msync, addr, length, flags); in msync()
|
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/ |
D | select.c | 30 return SYSCALL_CANCEL (select, nfds, readfds, writefds, exceptfds, timeout); in __new_select() 46 return SYSCALL_CANCEL (osf_select, nfds, readfds, writefds, exceptfds, in __select_tv32()
|