Searched refs:shutdown (Results 1 - 25 of 34) sorted by relevance

12

/haiku/src/add-ons/kernel/busses/scsi/usb/
H A Duninstall.sh31 shutdown -r
H A Dinstall.sh42 shutdown -r
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DUtils.h35 shutdown(socket, SHUTDOWN_BOTH);
/haiku/headers/private/drivers/
H A Dksocket.h26 #define kshutdown shutdown
50 #define kshutdown shutdown
78 #define kshutdown (gSocket->shutdown)
/haiku/src/add-ons/kernel/file_systems/nfs/
H A Dksocket.h26 #define kshutdown shutdown
53 #define kshutdown (gSocket->shutdown)
91 #define kshutdown (gSocket->shutdown)
/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dksocket.h26 #define kshutdown shutdown
48 #define kshutdown shutdown
76 #define kshutdown (gSocket->shutdown)
/haiku/3rdparty/mmu_man/scripts/
H A Dmyupdate.sh37 shutdown -r -a
/haiku/src/libs/compat/freebsd_network/
H A Dshared.h43 void (*shutdown)(device_t dev); member in struct:device::__anon1780
/haiku/src/bin/debug/strace/
H A Dnetwork.cpp123 Syscall *shutdown = get_syscall("_kern_shutdown_socket"); local
124 shutdown->GetParameter("how")->SetHandler(
/haiku/build/scripts/
H A Dbootstrap_client.py59 stdioConnection.shutdown(socket.SHUT_WR)
/haiku/src/add-ons/print/transports/hp_jetdirect/
H A DHPJetDirectTransport.cpp82 shutdown(fEndpoint->Socket(), SHUT_WR);
/haiku/src/apps/terminal/
H A DTermApp.cpp150 bool shutdown; local
151 if (message != NULL && message->FindBool("_shutdown_", &shutdown) == B_OK
152 && shutdown) {
/haiku/headers/private/net/
H A Dnet_stack_interface.h33 status_t (*shutdown)(net_socket* socket, int how); member in struct:net_stack_interface_module_info
H A Dnet_protocol.h80 status_t (*shutdown)(net_protocol* self, int direction); member in struct:net_protocol_module_info
H A Dnet_socket.h113 int (*shutdown)(net_socket* socket, int direction); member in struct:net_socket_module_info
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/ral/
H A Dif_ral_pci.c112 void (*shutdown)(void *); member in struct:ral_opns
301 (*psc->sc_opns->shutdown)(psc);
/haiku/src/add-ons/kernel/network/protocols/unix/
H A DUnixStreamEndpoint.cpp445 // Orderly write shutdown on our side.
543 // Either our socket was closed or read shutdown.
549 // Orderly shutdown or the peer closed the connection.
651 uint32 shutdown; local
654 // translate the direction into shutdown flags for our and the peer fifo
657 shutdown = UNIX_FIFO_SHUTDOWN_READ;
661 shutdown = 0;
665 shutdown = UNIX_FIFO_SHUTDOWN_READ;
680 // shutdown our FIFO
682 fReceiveFifo->Shutdown(shutdown);
[all...]
H A DUnixFifo.h123 void Shutdown(uint32 shutdown);
H A DUnixFifo.cpp369 UnixFifo::Shutdown(uint32 shutdown) argument
372 find_thread(NULL), this, shutdown);
374 fShutdown |= shutdown;
376 if (shutdown != 0) {
/haiku/src/add-ons/print/transports/shared/
H A DSocket.cpp122 ::shutdown(__sock, 2);
/haiku/src/add-ons/kernel/network/stack/
H A Dstack_interface.cpp46 return gNetSocketModule.shutdown(socket, how);
/haiku/headers/posix/sys/
H A Dsocket.h187 int shutdown(int socket, int how);
/haiku/src/kits/media/
H A DMediaDefs.cpp1331 bool shutdown = false; local
1354 reply.FindBool("_shutdown", &shutdown);
1355 if (err == B_TIMED_OUT || shutdown == false) {
1369 shutdown = false;
1374 // The media_server usually shutdown the media_addon_server,
1378 reply.FindBool("_shutdown", &shutdown);
1379 if (err == B_TIMED_OUT || shutdown == false) {
/haiku/src/tests/system/network/
H A Dunix_dgram_test.cpp443 status = shutdown(sock, SHUT_WR);
445 REPORT_ERROR("shutdown() failed: %s\n", strerror(errno));
465 status = shutdown(sock, SHUT_RD);
467 REPORT_ERROR("shutdown() failed: %s\n", strerror(errno));
/haiku/src/system/libnetwork/
H A Dsocket.cpp163 shutdown(int socket, int how) function

Completed in 320 milliseconds

12