Home
last modified time | relevance | path

Searched refs:__sys_shutdown (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/perf/trace/beauty/include/linux/
H A Dsocket.h462 extern int __sys_shutdown(int fd, int how);
/openbmc/linux/include/linux/
H A Dsocket.h463 extern int __sys_shutdown(int fd, int how);
/openbmc/linux/net/
H A Dcompat.c488 ret = __sys_shutdown(a0, a1); in COMPAT_SYSCALL_DEFINE2()
H A Dsocket.c2441 int __sys_shutdown(int fd, int how) in __sys_shutdown() function
2456 return __sys_shutdown(fd, how); in SYSCALL_DEFINE2()
3161 err = __sys_shutdown(a0, a1); in SYSCALL_DEFINE2()