Searched refs:COMMON_SYSCALL_FD_CLOSE (Results 1 – 6 of 6) sorted by relevance
212 #define COMMON_SYSCALL_FD_CLOSE(fd) \ macro
32 // COMMON_SYSCALL_FD_CLOSE(fd)67 #ifndef COMMON_SYSCALL_FD_CLOSE68 # define COMMON_SYSCALL_FD_CLOSE(fd) ((void)(fd))1407 COMMON_SYSCALL_FD_CLOSE((int)fd);
31 // COMMON_SYSCALL_FD_CLOSE(fd)66 #ifndef COMMON_SYSCALL_FD_CLOSE67 # define COMMON_SYSCALL_FD_CLOSE(fd) ((void)(fd))1406 COMMON_SYSCALL_FD_CLOSE((int)fd);
31 // COMMON_SYSCALL_FD_CLOSE(fd)73 #ifndef COMMON_SYSCALL_FD_CLOSE74 #define COMMON_SYSCALL_FD_CLOSE(fd) ((void)(fd))146 PRE_SYSCALL(close)(long long fd_) { COMMON_SYSCALL_FD_CLOSE((int)fd_); }
2375 #define COMMON_SYSCALL_FD_CLOSE(fd) syscall_fd_close(GET_CALLER_PC(), fd) macro
2560 #define COMMON_SYSCALL_FD_CLOSE(fd) syscall_fd_close(GET_CALLER_PC(), fd) macro