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

12

/haiku/src/servers/registrar/
H A DShutdownProcess.cpp72 // The time span the app that has aborted the shutdown shall be displayed in
73 // the shutdown window before closing it automatically.
200 : BHandler("shutdown quit reply handler"),
289 // cancel shutdown button
290 AddButton(B_TRANSLATE("Cancel shutdown"));
646 BLooper("shutdown process"),
690 // If an error occurred (e.g. the shutdown process was cancelled), the
743 fInternalEventSemaphore = create_sem(0, "shutdown events");
758 fWorker = spawn_thread(_WorkerEntry, "shutdown worker",
897 if (message->FindBool("stop shutdown",
1318 const char* shutdown = B_TRANSLATE("Shut down"); local
[all...]
/haiku/src/kits/app/
H A DLooper.cpp1307 bool shutdown; local
1309 || (message->FindBool("_shutdown_", &shutdown) == B_OK && shutdown)) {
/haiku/src/system/kernel/fs/
H A Dsocket.cpp395 return sStackInterface->shutdown(descriptor->u.socket, how);
649 shutdown(int socket, int how) function
/haiku/src/servers/input/
H A DInputServer.cpp351 bool shutdown = false; local
352 CurrentMessage()->FindBool("_shutdown_", &shutdown);
354 // Don't actually quit when the system is being shutdown
355 if (shutdown) {
/haiku/src/libs/compat/freebsd_network/
H A Ddevice.c321 dev->methods.shutdown = (void *)mth->method;
/haiku/src/bin/network/telnetd/
H A Dsys_term.c1383 (void) shutdown(net, 2);
/haiku/src/add-ons/kernel/network/stack/
H A Dnet_socket.cpp1580 return socket->first_info->shutdown(socket->first_protocol, direction);
/haiku/src/bin/network/telnet/
H A Dcommands.c1407 (void) shutdown(net, 2);
/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.c3394 shutdown( hc->conn_fd, SHUT_WR );

Completed in 120 milliseconds

12