/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/ |
H A D | shutdown.c | 2 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 D | init.c | 26 * 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 D | init.h | 37 * 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 D | ib_cmrc.c | 89 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 D | ipcModule.h | 79 void (* shutdown) (void); member in struct:ipcModuleMethods
|
/vbox/src/VBox/Main/src-server/ |
H A D | HostDnsService.cpp | 175 void HostDnsMonitor::shutdown() function in class:HostDnsMonitor
|
/vbox/src/VBox/Frontends/VirtualBox/src/net/ |
H A D | UIUpdateManager.cpp | 419 void UIUpdateManager::shutdown() function in class:UIUpdateManager
|
/vbox/src/libs/xpcom18a4/ipc/ipcd/client/src/ |
H A D | ipcConnectionUnix.cpp | 136 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 D | ipcdclient.cpp | 164 // 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 D | nsXPCOMPrivate.h | 125 ShutdownFunc shutdown; member in struct:XPCOMFunctions
|
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/ |
H A D | sockets.h | 251 #define shutdown(a,b) lwip_shutdown(a,b) macro
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/ |
H A D | prtpool.c | 111 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 D | sockets.h | 403 #define shutdown(a,b) lwip_shutdown(a,b) macro
|
/vbox/src/VBox/NetworkServices/NetLib/ |
H A D | VBoxNetBaseService.cpp | 175 shutdown(); 460 void VBoxNetBaseService::shutdown(void) function in class:VBoxNetBaseService
|
/vbox/src/VBox/Main/src-all/ |
H A D | EventImpl.cpp | 591 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 D | UISession.cpp | 324 bool UISession::shutdown() function in class:UISession 326 /* Send ACPI shutdown signal if possible: */
|
H A D | UIMachineLogic.cpp | 401 void UIMachineLogic::shutdown() function in class:UIMachineLogic 408 uisession()->shutdown(); 1487 shutdown();
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/ |
H A D | prio.h | 478 PRShutdownFN shutdown; /* Shutdown a (net) connection */ member in struct:PRIOMethods 1506 * Upon successful completion of shutdown request, PR_Shutdown
|