Searched refs:shutdown (Results 1 – 21 of 21) sorted by relevance
/l4re-core-master/l4sys/include/ |
A D | platform_control | 42 * client to suspend, reboot or shutdown the system. 72 * Allow CPU shutdown. 75 * \param enable Allow shutdown when 1, disallow when 0.
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/API/ |
A D | sys_socket.SUSv4.syms | 15 shutdown
|
/l4re-core-master/libc_backends/lib/l4re_file/ |
A D | socket.cc | 59 L4B_REDIRECT_2(int, shutdown, int, int)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/ |
A D | Makefile.in | 52 sendto.c setsockopt.c shutdown.c socket.c socketpair.c
|
A D | socketcalls.c | 349 int shutdown(int sockfd, int how) in libc_hidden_def() 352 return INLINE_SYSCALL(shutdown, 2, sockfd, how); in libc_hidden_def()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/sys/ |
A D | socket.h | 250 extern int shutdown (int __fd, int __how) __THROW;
|
/l4re-core-master/libc_backends/lib/socket_noop/ |
A D | socket_noop.c | 81 int W shutdown(int sockfd, int how) in shutdown() function
|
/l4re-core-master/l4re/include/ |
A D | inhibitor | 27 * suspend-to-RAM state and a different one to prevent shutdown.
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/ |
A D | stubs.c | 366 make_stub(shutdown)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/experimental/ |
A D | socket | 851 void shutdown(shutdown_type __what) 852 { return shutdown(__what, __throw_on_error{"basic_socket::shutdown"}); } 855 shutdown(shutdown_type __what, error_code& __ec) 858 if (::shutdown(native_handle(), static_cast<int>(__what)) == -1)
|
A D | executor | 436 virtual void shutdown() noexcept = 0; 452 shutdown(); 472 shutdown() 478 __svc._M_ptr->shutdown();
|
A D | io_context | 294 void shutdown() noexcept { }
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/experimental/ |
A D | socket | 860 void shutdown(shutdown_type __what) 861 { return shutdown(__what, __throw_on_error{"basic_socket::shutdown"}); } 864 shutdown(shutdown_type __what, error_code& __ec) 867 if (::shutdown(native_handle(), static_cast<int>(__what)) == -1)
|
A D | executor | 436 virtual void shutdown() noexcept = 0; 452 shutdown(); 472 shutdown() 478 __svc._M_ptr->shutdown();
|
A D | io_context | 289 void shutdown() noexcept { }
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/experimental/ |
A D | socket | 874 void shutdown(shutdown_type __what) 875 { return shutdown(__what, __throw_on_error{"basic_socket::shutdown"}); } 878 shutdown(shutdown_type __what, error_code& __ec) 881 if (::shutdown(native_handle(), static_cast<int>(__what)) == -1)
|
A D | executor | 436 virtual void shutdown() noexcept = 0; 452 shutdown(); 472 shutdown() 478 __svc._M_ptr->shutdown();
|
A D | io_context | 289 void shutdown() noexcept { }
|
/l4re-core-master/l4re_vfs/include/ |
A D | backend | 209 int shutdown(int) throw()
|
A D | vfs.h | 385 virtual int shutdown(int) throw() = 0;
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/Configs/ |
A D | Config.in | 1727 bool "Attempt to shutdown stdio subsystem when abort() is called."
|
Completed in 26 milliseconds