Searched refs:shutdown (Results 226 - 250 of 768) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dtty_port.c122 if (port->ops->shutdown && !port->console &&
124 port->ops->shutdown(port);
374 to drop the last active reference in ->shutdown() or the tty
375 shutdown path */
425 * already initialized. Serialize open and shutdown using the
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dreboot.c701 .shutdown = native_machine_shutdown,
717 machine_ops.shutdown();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ieee802154/
H A Daf_ieee802154.c200 .shutdown = sock_no_shutdown,
225 .shutdown = sock_no_shutdown,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/misc/
H A Dyealink.c121 unsigned int shutdown:1; member in struct:yealink_dev
451 if (!yld->shutdown) {
470 if (!yld->shutdown)
476 if (!yld->shutdown)
540 yld->shutdown = 1;
550 yld->shutdown = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/
H A Dsvc.c363 void (*shutdown)(struct svc_serv *serv))
380 serv->sv_shutdown = shutdown;
430 void (*shutdown)(struct svc_serv *serv))
432 return __svc_create(prog, bufsize, /*npools*/1, shutdown);
438 void (*shutdown)(struct svc_serv *serv),
444 serv = __svc_create(prog, bufsize, npools, shutdown);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/test/name-test/
H A DMakefile43 # test-shutdown$(EXEEXT) \
90 test_shutdown_SOURCES = test-shutdown.c
91 test_shutdown_OBJECTS = test-shutdown.$(OBJEXT)
125 test-privserver-client.c test-shutdown.c test-threads-init.c
128 test-privserver.c test-privserver-client.c test-shutdown.c \
425 test-shutdown$(EXEEXT): $(test_shutdown_OBJECTS) $(test_shutdown_DEPENDENCIES)
426 @rm -f test-shutdown$(EXEEXT)
444 include ./$(DEPDIR)/test-shutdown.Po
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/tipc/
H A Dsocket.c1586 * shutdown - shutdown socket connection
1595 static int shutdown(struct socket *sock, int how) function
1797 .shutdown = shutdown,
1818 .shutdown = shutdown,
1839 .shutdown = shutdown,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Dlistener.c69 void (*shutdown)(struct evconnlistener *); member in struct:evconnlistener_ops
146 NULL, /* shutdown */
262 if (lev->ops->shutdown)
263 lev->ops->shutdown(lev);
632 * shutdown work correctly on the accepted socket. */
724 iocp_listener_disable_impl(struct evconnlistener *lev, int shutdown) argument
738 if (shutdown)
786 iocp_listener_destroy, /* shutdown */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/cio/
H A Dccwgroup.c506 if (gdrv->shutdown)
507 gdrv->shutdown(gdev);
584 .shutdown = ccwgroup_shutdown,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dmacio_asic.c111 if (dev->driver && drv->shutdown)
112 drv->shutdown(macio_dev);
143 .shutdown = macio_device_shutdown,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/spi/
H A Dspi.c174 sdrv->shutdown(to_spi_device(dev));
189 if (sdrv->shutdown)
190 sdrv->driver.shutdown = spi_drv_shutdown;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Dbio_lib.c90 bio->shutdown=1;
532 new->shutdown=bio->shutdown;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/ps3/
H A Dsystem-bus.c439 if (drv->shutdown)
440 drv->shutdown(dev);
442 dev_dbg(&dev->core, "%s:%d %s: no shutdown, calling remove\n",
446 dev_dbg(&dev->core, "%s:%d %s: no shutdown method\n",
485 .shutdown = ps3_system_bus_shutdown,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/codecs/
H A Duda1380.c588 .shutdown = uda1380_pcm_shutdown,
595 .shutdown = uda1380_pcm_shutdown,
602 .shutdown = uda1380_pcm_shutdown,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/
H A Dsoc-core.c496 if (machine->ops && machine->ops->shutdown)
497 machine->ops->shutdown(substream);
500 if (codec_dai->ops->shutdown)
501 codec_dai->ops->shutdown(substream, codec_dai);
508 if (cpu_dai->ops->shutdown)
509 cpu_dai->ops->shutdown(substream, cpu_dai);
551 * shutdown.
579 * shutdown, for example from stopping clocks.
584 if (cpu_dai->ops->shutdown)
585 cpu_dai->ops->shutdown(substrea
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bio/
H A Dbio_lib.c88 bio->shutdown = 1;
526 new_bio->shutdown = bio->shutdown;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bio/
H A Dbio_lib.c88 bio->shutdown = 1;
526 new_bio->shutdown = bio->shutdown;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ds3_lib.c2249 s->shutdown=(SSL_SENT_SHUTDOWN|SSL_RECEIVED_SHUTDOWN);
2253 if (!(s->shutdown & SSL_SENT_SHUTDOWN))
2255 s->shutdown|=SSL_SENT_SHUTDOWN;
2259 /* our shutdown alert has been sent now, and if it still needs
2269 else if (!(s->shutdown & SSL_RECEIVED_SHUTDOWN))
2275 if ((s->shutdown == (SSL_SENT_SHUTDOWN|SSL_RECEIVED_SHUTDOWN)) &&
2287 if (s->shutdown & SSL_SEND_SHUTDOWN)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/bt8xx/
H A Dbt878.c452 bt->shutdown = 0;
561 because shutdown flag is set, no new processes (in this queue)
564 bt->shutdown = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx231xx/
H A Dcx231xx-audio.c350 if (dev->adev.users == 0 && dev->adev.shutdown == 1) {
353 dev->adev.shutdown = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/core/
H A Dhcd-pci.c277 * usb_hcd_pci_remove - shutdown processing for PCI-based HCDs
320 * usb_hcd_pci_shutdown - shutdown host controller
321 * @dev: USB Host Controller being shutdown
332 hcd->driver->shutdown)
333 hcd->driver->shutdown(hcd);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dohci-omap.c391 * usb_hcd_omap_remove - shutdown processing for OMAP-based HCDs
462 .shutdown = ohci_shutdown,
546 .shutdown = usb_hcd_platform_shutdown,
H A Dohci-pxa27x.c373 * usb_hcd_pxa27x_remove - shutdown processing for pxa27x-based HCDs
437 .shutdown = ohci_shutdown,
533 .shutdown = usb_hcd_platform_shutdown,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509_lu.c106 if (ctx->method->shutdown != NULL)
107 return ctx->method->shutdown(ctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptp/
H A Dpptp_callmgr.c165 if (sigsetjmp(callmgr_env, 1) != 0) goto shutdown;
239 /* soft shutdown. Callback will do hard shutdown later */
247 shutdown:
259 log("Closing connection (shutdown)");

Completed in 217 milliseconds

1234567891011>>