Searched defs:shutdown (Results 1 - 18 of 18) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dshutdown.c2 Implement the shutdown API.
21 The shutdown routine stops socket receive and transmit operations.
24 <a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/shutdown.html">POSIX</a>
29 @param [in] how Which operations to shutdown
36 shutdown ( function
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dinit.c26 * Initialisation, startup and shutdown routines
41 * shutdown path.
55 * probing devices. You may call startup() and shutdown() multiple
80 * again after calling shutdown().
85 void shutdown ( int flags ) { function
91 /* Call registered shutdown functions (in reverse order) */
93 if ( startup_fn->shutdown )
94 startup_fn->shutdown ( flags );
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dinit.h37 * A startup/shutdown function
39 * Startup and shutdown functions may be called multiple times, as
40 * part of the calls to startup() and shutdown().
44 void ( * shutdown ) ( int booting ); member in struct:startup_fn
47 /** Startup/shutdown function table */
50 /** Declare a startup/shutdown function */
54 /** @defgroup startfn_order Startup/shutdown function ordering
70 extern void shutdown ( int booting );
77 shutdown ( 1 );
85 shutdown (
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/net/infiniband/
H A Dib_cmrc.c89 struct process shutdown; member in struct:ib_cmrc_connection
102 * This shutdown process will run some time after the call to
106 * The shutdown process holds an implicit reference on the CMRC
108 * shutdown process has run.
135 /* Schedule shutdown process */
136 process_add ( &cmrc->shutdown );
361 /** CMRC shutdown process descriptor */
363 PROC_DESC_ONCE ( struct ib_cmrc_connection, shutdown,
391 process_init_stopped ( &cmrc->shutdown, &ib_cmrc_shutdown_desc,
423 * to our shutdown proces
[all...]
/vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/public/
H A DipcModule.h79 void (* shutdown) (void); member in struct:ipcModuleMethods
/vbox/src/VBox/Main/src-server/
H A DHostDnsService.cpp175 void HostDnsMonitor::shutdown() function in class:HostDnsMonitor
/vbox/src/VBox/Frontends/VirtualBox/src/net/
H A DUIUpdateManager.cpp419 void UIUpdateManager::shutdown() function in class:UIUpdateManager
/vbox/src/libs/xpcom18a4/ipc/ipcd/client/src/
H A DipcConnectionUnix.cpp136 PRBool shutdown; member in struct:ipcConnectionState
173 s->shutdown = PR_FALSE;
375 // check if we should exit this thread. delay processing a shutdown
379 if (s->shutdown && s->send_queue.IsEmpty() && s->callback_queue.IsEmpty())
530 gConnState->shutdown = PR_TRUE;
H A Dipcdclient.cpp164 // the monitor protects the targetMap and the connected and shutdown flags.
177 PRBool shutdown; member in class:ipcClientState
193 , shutdown(PR_FALSE)
388 // only the ICPM target is allowed to wait for a message after shutdown
393 while (gClientState->connected && (!gClientState->shutdown || isIPCMTarget))
493 LOG(("woke up from sleep [pendingQempty=%d connected=%d shutdown=%d isIPCMTarget=%d]\n",
495 gClientState->shutdown, isIPCMTarget));
545 // maybe we've been shutdown!
850 // first, set the shutdown flag and unblock any calls to WaitTarget.
859 gClientState->shutdown
[all...]
/vbox/src/libs/xpcom18a4/xpcom/build/
H A DnsXPCOMPrivate.h125 ShutdownFunc shutdown; member in struct:XPCOMFunctions
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dsockets.h251 #define shutdown(a,b) lwip_shutdown(a,b) macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprtpool.c111 PRBool shutdown; member in struct:PRThreadPool
195 * execute jobs until shutdown
197 while (!tp->shutdown) {
201 DWORD unused, shutdown; local
208 &unused, &shutdown, &olp, INFINITE);
211 if (shutdown)
221 while (PR_CLIST_IS_EMPTY(&tp->jobq.list) && (!tp->shutdown)) {
226 if (tp->shutdown) {
328 while (!tp->shutdown) {
408 if (tp->shutdown) {
[all...]
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dsockets.h403 #define shutdown(a,b) lwip_shutdown(a,b) macro
/vbox/src/VBox/NetworkServices/NetLib/
H A DVBoxNetBaseService.cpp175 shutdown();
460 void VBoxNetBaseService::shutdown(void) function in class:VBoxNetBaseService
/vbox/src/VBox/Main/src-all/
H A DEventImpl.cpp591 void shutdown();
789 shutdown();
879 // In order to safely shutdown, count all waiting threads here.
913 void ListenerRecord::shutdown() function in class:ListenerRecord
922 * undesireble freeze on shutdown, this workaround is used. */
988 it->second.obj()->shutdown();
1037 it->second.obj()->shutdown();
1121 lit->second.obj()->shutdown();
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUISession.cpp324 bool UISession::shutdown() function in class:UISession
326 /* Send ACPI shutdown signal if possible: */
H A DUIMachineLogic.cpp401 void UIMachineLogic::shutdown() function in class:UIMachineLogic
408 uisession()->shutdown();
1487 shutdown();
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprio.h478 PRShutdownFN shutdown; /* Shutdown a (net) connection */ member in struct:PRIOMethods
1506 * Upon successful completion of shutdown request, PR_Shutdown

Completed in 111 milliseconds