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

12345678910

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/kernel/
H A Dirq_lsapic.c32 shutdown: lsapic_noop,
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/genlib/miniserver/
H A Dminiserver.c248 shutdown( request->connfd, SD_BOTH );
326 sock_destroy( &info, SD_BOTH ); //should shutdown completely
380 shutdown( connfd, SD_BOTH );
395 * Checks for socket state and invokes appropriate read and shutdown
513 shutdown( miniServSock, SD_BOTH );
515 shutdown( miniServStopSock, SD_BOTH );
517 shutdown( ssdpSock, SD_BOTH );
519 CLIENTONLY( shutdown( ssdpReqSock, SD_BOTH ) );
639 shutdown( listenfd, SD_BOTH );
667 shutdown( listenf
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/pcmcia/
H A Dsa1100_generic.h56 int (*shutdown)(void); member in struct:pcmcia_low_level
H A Dbcm4710pcmcia.h95 int (*shutdown)(void); member in struct:pcmcia_low_level
H A Dsa1100_adsbitsy.c86 shutdown: sa1111_pcmcia_shutdown,
H A Dsa1100_graphicsmaster.c84 shutdown: sa1111_pcmcia_shutdown,
H A Dsa1100_jornada720.c99 shutdown: sa1111_pcmcia_shutdown,
H A Dsa1100_neponset.c122 shutdown: sa1111_pcmcia_shutdown,
H A Dsa1100_pfs168.c121 shutdown: sa1111_pcmcia_shutdown,
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/hp/sim/
H A Dhpsim_irq.c27 shutdown: hpsim_irq_noop,
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dirq.h42 void (*shutdown)(unsigned int irq); member in struct:hw_interrupt_type
H A Drpcsock.h99 int shutdown; member in struct:rpc_sock
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dirq.h42 void (*shutdown)(unsigned int irq); member in struct:hw_interrupt_type
H A Drpcsock.h99 int shutdown; member in struct:rpc_sock
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/threadutil/inc/
H A DTimerThread.h70 int shutdown; //whether or not we are shutdown member in struct:TIMERTHREAD
106 * of timer. Timer must be shutdown
178 * Timer thread should be shutdown BEFORE it's associated
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/inc/
H A DTimerThread.h70 int shutdown; //whether or not we are shutdown member in struct:TIMERTHREAD
106 * of timer. Timer must be shutdown
178 * Timer thread should be shutdown BEFORE it's associated
/asus-wl-520gu-7.0.1.45/src/router/bpalogin/
H A Dbpalogin.c99 if(s->shutdown)
118 if(s->shutdown)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/serial/
H A Dio_tables.h113 shutdown: edge_shutdown,
135 shutdown: edge_shutdown,
157 shutdown: edge_shutdown,
179 shutdown: edge_shutdown,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/
H A Dcycx_main.c75 static int shutdown (wan_device_t *wandev);
133 wandev->shutdown = shutdown;
277 static int shutdown (wan_device_t *wandev) function
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/kernel/
H A Dirq_srm.c54 shutdown: srm_disable_irq,
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Dau1000_pcmcia.h97 int (*shutdown)(void); member in struct:pcmcia_low_level
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dau1000_pcmcia.h97 int (*shutdown)(void); member in struct:pcmcia_low_level
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/
H A Dau1000_pcmcia.h97 int (*shutdown)(void); member in struct:pcmcia_low_level
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/
H A Dau1000_pcmcia.h97 int (*shutdown)(void); member in struct:pcmcia_low_level
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/threadutil/src/
H A DTimerThread.c89 //Check for shutdown
91 if( timer->shutdown )
94 timer->shutdown = 0;
230 * of timer. Timer must be shutdown
265 timer->shutdown = 0;
456 * Timer thread should be shutdown BEFORE it's associated
477 timer->shutdown = 1;
500 while( timer->shutdown ) //wait for timer thread to shutdown

Completed in 277 milliseconds

12345678910