Home
last modified time | relevance | path

Searched refs:shutdown (Results 1 – 21 of 21) sorted by relevance

/l4re-core-master/l4sys/include/
A Dplatform_control42 * 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 Dsys_socket.SUSv4.syms15 shutdown
/l4re-core-master/libc_backends/lib/l4re_file/
A Dsocket.cc59 L4B_REDIRECT_2(int, shutdown, int, int)
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/
A DMakefile.in52 sendto.c setsockopt.c shutdown.c socket.c socketpair.c
A Dsocketcalls.c349 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 Dsocket.h250 extern int shutdown (int __fd, int __how) __THROW;
/l4re-core-master/libc_backends/lib/socket_noop/
A Dsocket_noop.c81 int W shutdown(int sockfd, int how) in shutdown() function
/l4re-core-master/l4re/include/
A Dinhibitor27 * suspend-to-RAM state and a different one to prevent shutdown.
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/
A Dstubs.c366 make_stub(shutdown)
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/experimental/
A Dsocket851 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 Dexecutor436 virtual void shutdown() noexcept = 0;
452 shutdown();
472 shutdown()
478 __svc._M_ptr->shutdown();
A Dio_context294 void shutdown() noexcept { }
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/experimental/
A Dsocket860 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 Dexecutor436 virtual void shutdown() noexcept = 0;
452 shutdown();
472 shutdown()
478 __svc._M_ptr->shutdown();
A Dio_context289 void shutdown() noexcept { }
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/experimental/
A Dsocket874 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 Dexecutor436 virtual void shutdown() noexcept = 0;
452 shutdown();
472 shutdown()
478 __svc._M_ptr->shutdown();
A Dio_context289 void shutdown() noexcept { }
/l4re-core-master/l4re_vfs/include/
A Dbackend209 int shutdown(int) throw()
A Dvfs.h385 virtual int shutdown(int) throw() = 0;
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/Configs/
A DConfig.in1727 bool "Attempt to shutdown stdio subsystem when abort() is called."

Completed in 26 milliseconds