Searched refs:InUse (Results 1 - 25 of 26) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Drsrc_iodyn.c130 s->io[i].InUse = num;
142 s->io[i].InUse += num;
155 s->io[i].InUse += num;
H A Drsrc_nonstatic.c762 s->io[i].InUse = num;
778 s->io[i].InUse += num;
797 s->io[i].InUse += num;
H A Dpcmcia_resource.c71 s->io[i].InUse -= num;
77 if (s->io[i].InUse == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Drt_usb.c310 pNullContext->InUse = FALSE;
358 pRTSContext->InUse = FALSE;
405 pPsPollContext->InUse = FALSE;
463 pRxContext->InUse = FALSE;
501 ASSERT((pRxContext->InUse == pRxContext->IRPPending));
551 pMLMEContext->InUse = FALSE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/vendor_defns/
H A Daep.h185 InUse = 2 enumerator in enum:__anon4993
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/routing/
H A DContact.h82 bool InUse() const throw() { return m_inUse > 0; } function in class:Kademlia::CContact
H A DRoutingZone.cpp774 if (!c->InUse()) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/engines/vendor_defns/
H A Daep.h138 InUse= 2 enumerator in enum:__anon7195
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/vendor_defns/
H A Daep.h185 InUse = 2 enumerator in enum:__anon4644
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/rio/
H A Dport.h111 unsigned char InUse; /* how many pre-emptive cmds */ member in struct:Port
H A Driotty.c252 PortP->InUse = NOT_INUSE;
448 while ((PortP->InUse != NOT_INUSE) && !p->RIOHalted && (PortP->TxBufferIn != PortP->TxBufferOut)) {
469 PortP->InUse = 0;
589 while ((PortP->InUse != NOT_INUSE) && !p->RIOHalted) {
H A Driointr.c396 PortP->InUse = NOT_INUSE;
412 if (PortP->InUse)
416 while (PortP->WflushFlag && can_add_transmit(&PacketP, PortP) && (PortP->InUse == NOT_INUSE)) {
H A Drioparam.c186 while (!(res = can_add_transmit(&PacketP, PortP)) || (PortP->InUse != NOT_INUSE)) {
190 if (PortP->InUse != NOT_INUSE) {
H A Driocmd.c349 PortP->InUse = NOT_INUSE;
854 if (PortP->InUse) {
855 if (--PortP->InUse != NOT_INUSE) {
861 ** While PortP->InUse is set (i.e. a preemptive command has been sent to
868 ** was called to flush the read queue preemptively. PortP->InUse was
872 ** When PortP->InUse becomes NOT_INUSE, we must ensure that any data
877 wakeup( (caddr_t)&(PortP->InUse) );
H A Drioctrl.c854 p->RIOPortp[loop]->InUse = NOT_INUSE;
1403 if ((PortP->InUse == (typeof(PortP->InUse))-1) ||
1410 rio_dprintk(RIO_DEBUG_CTRL, "Command blk %p - InUse now %d\n",
1411 CmdBlkP, PortP->InUse);
1498 PortP->InUse++;
H A Driotable.c512 PortP->InUse = NOT_INUSE;
514 wakeup( &PortP->InUse );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/chip/
H A Dmac_usb.h146 BOOLEAN InUse; member in struct:rt_tx_context
197 BOOLEAN InUse; /* USB Hardware Occupied. Wait for USB HW to put packet. */ member in struct:rt_rx_context
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2870/common/
H A Drtusb_bulk.c634 (pMLMEContext->InUse == FALSE) ||
790 || (pRxContext->InUse == TRUE)) {
794 pRxContext->InUse = TRUE;
809 pRxContext->InUse = FALSE;
817 ASSERT((pRxContext->InUse == pRxContext->IRPPending));
865 if (((pRxContext->InUse == FALSE)
1120 pRxContext->InUse = FALSE;
H A Drtusb_io.c1386 pRxContext->InUse = FALSE;
1467 ("\tRxContext[%d]: IRPPending=%d, InUse=%d, Readable=%d!\n",
1474 InUse,
1490 pRxContext->InUse = FALSE;
1520 InUse ==
1528 pRxContext->InUse =
1550 InUse =
1577 ASSERT((pRxContext->InUse == pRxContext->IRPPending));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/pcmcia/
H A Dss.h105 u_int InUse, Config; member in struct:io_window_t
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcmm_mac_usb.c88 pRxContext->InUse = FALSE;
270 pMLMEContext->InUse = FALSE;
306 pBeaconContext->InUse = FALSE;
325 pNullContext->InUse = FALSE;
343 pRTSContext->InUse = FALSE;
360 pPsPollContext->InUse = FALSE;
H A Dcmm_data_usb.c620 pMLMEContext->InUse = TRUE;
649 if (pAd->NullContext.InUse == FALSE) {
658 pNullContext->InUse = TRUE;
723 if ((pRxContext->Readable == FALSE) || (pRxContext->InUse == TRUE))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/
H A De_aep.c943 aep_app_conn_table[0].conn_state = InUse;
952 aep_app_conn_table[count].conn_state = InUse;
973 aep_app_conn_table[count].conn_state = InUse;
1048 case InUse:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/engines/
H A De_aep.c925 aep_app_conn_table[0].conn_state = InUse;
934 aep_app_conn_table[count].conn_state = InUse;
954 aep_app_conn_table[count].conn_state = InUse;
1031 case InUse:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/
H A De_aep.c943 aep_app_conn_table[0].conn_state = InUse;
952 aep_app_conn_table[count].conn_state = InUse;
973 aep_app_conn_table[count].conn_state = InUse;
1048 case InUse:

Completed in 303 milliseconds

12