Searched refs:closing (Results 1 - 25 of 63) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l2tpd-0.69/
H A Dcall.h61 int closing; /* Are we actually in the process of closing? */ member in struct:call
63 needclose closing state
67 1 1 Waiting for closing notice
H A Dnetwork.c213 "%s: Unable to deliver closing message for tunnel %d. Destroying anyway.\n",
216 t->self->closing = -1;
294 if (st->self->needclose ^ st->self->closing)
297 log (LOG_DEBUG, "%S: closing down tunnel %d\n",
310 if (sc->needclose ^ sc->closing)
320 /* if (!sc->throttle && !sc->needclose && !sc->closing) { */
321 if (!sc->needclose && !sc->closing)
442 * this from closing the tunnel, if we get a call on a valid
H A Dcall.c219 * We're actually closing the
262 if (c->closing)
267 log (LOG_DEBUG, "%s: Actually closing tunnel %d\n", __FUNCTION__,
316 tmp->closing = -1;
337 if (c->closing)
340 log (LOG_DEBUG, "%s: Actually closing call %d\n", __FUNCTION__,
388 * Note that we're in the process of closing now
390 c->closing = -1;
546 tmp->closing = 0;
H A Dcontrol.c438 c->closing = -1;
695 c->closing = -1;
734 p->closing = -1;
1154 c->closing = -1;
1238 c->closing = -1;
1792 if (c->needclose && c->closing)
1797 log (LOG_DEBUG, "%s: ZLB for closing message found\n",
1801 /* Trigger final closing of call */
H A Dl2tpd.c246 strcpy (st->self->errormsg, "Server closing");
247 sec = st->self->closing;
257 st->self->closing = -1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/
H A Dseq_memory.h49 int closing; member in struct:snd_seq_pool
H A Dseq_ports.h77 unsigned int closing : 1; member in struct:snd_seq_client_port
H A Dseq_memory.c241 while (pool->free == NULL && ! nonblock && ! pool->closing) {
255 if (pool->closing) { /* closing.. */
420 /* wait for closing all threads */
422 pool->closing = 1;
448 pool->closing = 0;
471 pool->closing = 0;
H A Dseq_ports.c69 if (port->closing)
102 if (found->closing)
261 /* set closing flag and wait for all port access are gone */
262 port->closing = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Dumem.c228 if (context->closing) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Ddev_table.h79 int closing; member in struct:dma_buffparms
H A Ddmabuf.c179 dmap->closing = 0;
485 adev->dmap_out->closing = 1;
488 adev->dmap_in->closing = 1;
1006 * This is dmap->qlen <= 0 except when closing when
1010 while (dmap->qlen <= -dmap->closing) {
H A Daudio.c192 audio_devs[dev]->dmap_out->closing = 1;
193 audio_devs[dev]->dmap_in->closing = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dtty.h229 unsigned char closing:1; member in struct:tty_struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dgeneric_serial.c664 tty->closing = 1;
688 tty->closing = 0;
H A Dsb1250_duart.c697 tty->closing = 1;
709 tty->closing = 0;
H A Dn_tty.c688 if (tty->closing) {
1088 tty->closing = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/char/
H A Dcon3215.c939 tty->closing = 1;
942 tty->closing = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A D68328serial.c1113 tty->closing = 1;
1131 tty->closing = 0;
H A Dmcfserial.c1184 tty->closing = 1;
1203 tty->closing = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/ircomm/
H A Dircomm_tty.c430 * If the port is the middle of closing, bail out now
439 * closing has been finished - if so, wouldn't we
552 tty->closing = 1;
563 tty->closing = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/packet/
H A Daf_packet.c167 static int packet_set_ring(struct sock *sk, struct tpacket_req *req, int closing);
1659 static int packet_set_ring(struct sock *sk, struct tpacket_req *req, int closing) argument
1732 if (closing || atomic_read(&po->mapped) == 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Ddigi_acceleport.c1542 tty->closing = 1;
1605 tty->closing = 0;
H A Dwhiteheat.c665 port->tty->closing = 1;
706 port->tty->closing = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/4xx_io/
H A Dserial_sicc.c1398 /* lock tty->driver_data while closing port */
1429 tty->closing = 1;
1450 tty->closing = 0;
1680 * If the port is in the middle of closing, bail out now.

Completed in 163 milliseconds

123