Searched refs:State (Results 1 - 25 of 89) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-autoipd/
H A Diface.h45 int iface_get_initial_state(State *state);
H A Dmain.h34 typedef enum State { enum
43 } State; typedef in typeref:enum:State
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-autoipd/
H A Diface.h45 int iface_get_initial_state(State *state);
H A Dmain.h34 typedef enum State { enum
43 } State; typedef in typeref:enum:State
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dcheckbox.h35 enum State enum in class:wxCheckBox
83 void SetBitmap(const wxBitmap& bmp, State state, Status status);
84 virtual wxBitmap GetBitmap(State state, Status status) const;
127 wxCheckBox::State GetState(int flags) const;
131 wxBitmap DoGetBitmap(State state, Status status) const
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/rio/
H A Driotty.c206 while ((PortP->State & RIO_CLOSING) && !p->RIOHalted) {
242 if (!(PortP->State & (RIO_LOPEN | RIO_MOPEN))) {
302 PortP->State |= RIO_CARR_ON;
309 while (!(PortP->State & RIO_CARR_ON) && !(filp->f_flags & O_NONBLOCK) && !p->RIOHalted) {
314 PortP->State |= RIO_WOPEN;
328 PortP->State &= ~RIO_WOPEN;
335 PortP->State &= ~RIO_WOPEN;
340 PortP->State |= RIO_MOPEN;
396 PortP->State |= RIO_CLOSING;
398 if ((PortP->State
[all...]
H A Dport.h47 unsigned long State; /* FLAGS for open & xopen */ member in struct:Port
175 unsigned long State; member in struct:PortParams
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_fax3.h85 unsigned char State; /* see above */ member in struct:__anon762
200 StateNames[TabEnt->State], TabEnt->Param); \
212 StateNames[TabEnt->State], TabEnt->Param); \
321 switch (TabEnt->State) { \
343 switch (TabEnt->State) { \
391 switch (TabEnt->State) { \
403 switch (TabEnt->State) { \
419 switch (TabEnt->State) { \
436 switch (TabEnt->State) { \
452 switch (TabEnt->State) { \
[all...]
H A Dmkg3states.c314 FillTable(TIFFFaxTabEnt *T, int Size, struct proto *P, int State) argument
325 E->State = State;
351 sep, prebrace, T->State, T->Width, (int) T->Param, postbrace);
362 sep, prebrace, T->State, T->Width, (int) T->Param, postbrace);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Ddefault.h47 enum State {WAITING_FOR_KEYCHECK, KEY_GOOD, KEY_BAD}; enum in class:DefaultDecryptor
48 State CurrentState() const {return m_state;}
54 State m_state;
89 DefaultDecryptor::State CurrentState() const;
H A Dauthenc.h40 enum State {State_Start, State_KeySet, State_IVSet, State_AuthUntransformed, State_AuthTransformed, State_AuthFooter}; enum in class:AuthenticatedSymmetricCipherBase
41 State m_state;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8187se/ieee80211/
H A Ddot11d.c19 pDot11dInfo->State = DOT11D_STATE_NONE;
49 pDot11dInfo->State = DOT11D_STATE_NONE;
127 pDot11dInfo->State = DOT11D_STATE_LEARNED;
160 switch(pDot11dInfo->State)
163 pDot11dInfo->State = DOT11D_STATE_DONE;
H A Ddot11d.h37 DOT11D_STATE State; member in struct:_RT_DOT11D_INFO
59 #define IS_DOT11D_STATE_DONE(__pIeeeDev) (GET_DOT11D_INFO(__pIeeeDev)->State == DOT11D_STATE_DONE)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Ddot11d.c20 pDot11dInfo->State = DOT11D_STATE_NONE;
49 pDot11dInfo->State = DOT11D_STATE_NONE;
118 pDot11dInfo->State = DOT11D_STATE_LEARNED;
152 switch(pDot11dInfo->State)
155 pDot11dInfo->State = DOT11D_STATE_DONE;
H A Ddot11d.h38 DOT11D_STATE State; member in struct:_RT_DOT11D_INFO
60 #define IS_DOT11D_STATE_DONE(__pIeeeDev) (GET_DOT11D_INFO(__pIeeeDev)->State == DOT11D_STATE_DONE)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/ieee80211/
H A Ddot11d.c29 pDot11dInfo->State = DOT11D_STATE_NONE;
59 pDot11dInfo->State = DOT11D_STATE_NONE;
126 pDot11dInfo->State = DOT11D_STATE_LEARNED;
160 switch(pDot11dInfo->State)
163 pDot11dInfo->State = DOT11D_STATE_DONE;
H A Ddot11d.h48 DOT11D_STATE State; member in struct:_RT_DOT11D_INFO
70 #define IS_DOT11D_STATE_DONE(__pIeeeDev) (GET_DOT11D_INFO(__pIeeeDev)->State == DOT11D_STATE_DONE)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Ddot11d.c20 pDot11dInfo->State = DOT11D_STATE_NONE;
49 pDot11dInfo->State = DOT11D_STATE_NONE;
118 pDot11dInfo->State = DOT11D_STATE_LEARNED;
152 switch(pDot11dInfo->State)
155 pDot11dInfo->State = DOT11D_STATE_DONE;
H A Ddot11d.h38 DOT11D_STATE State; member in struct:_RT_DOT11D_INFO
60 #define IS_DOT11D_STATE_DONE(__pIeeeDev) (GET_DOT11D_INFO(__pIeeeDev)->State == DOT11D_STATE_DONE)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/include/FLAC++/
H A Ddecoder.h103 class FLACPP_API State { class in class:FLAC::Decoder::Stream
105 inline State(::FLAC__StreamDecoderState state): state_(state) { } function in class:FLAC::Decoder::Stream::State
134 State get_state() const; ///< See FLAC__stream_decoder_get_state()
184 // lame hack: some MSVC/GCC versions can't see a protected decoder_ from nested State::resolved_as_cstring()
185 friend State;
H A Dencoder.h105 class FLACPP_API State { class in class:FLAC::Encoder::Stream
107 inline State(::FLAC__StreamEncoderState state): state_(state) { } function in class:FLAC::Encoder::Stream::State
151 State get_state() const; ///< See FLAC__stream_encoder_get_state()
152 virtual Decoder::Stream::State get_verify_decoder_state() const; ///< See FLAC__stream_encoder_get_verify_decoder_state()
196 // lame hack: some MSVC/GCC versions can't see a protected encoder_ from nested State::resolved_as_cstring()
197 friend State;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DLexBash.cxx137 int State; // 0: '<<' encountered member in class:HereDocCls
146 State = 0;
238 if (HereDoc.State == 1 && isEOLChar(ch)) {
242 HereDoc.State = 2;
337 HereDoc.State = 0;
443 if (HereDoc.State == 0) { // '<<' encountered
444 HereDoc.State = 1;
456 HereDoc.State = 0;
467 HereDoc.State = 0;
470 HereDoc.State
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/hv/
H A Drndis_filter.c48 enum rndis_device_state State; member in struct:rndis_device
108 device->State = RNDIS_DEV_UNINITIALIZED;
382 if (rndisDevice->State == RNDIS_DEV_UNINITIALIZED) {
632 Device->State = RNDIS_DEV_INITIALIZING;
636 Device->State = RNDIS_DEV_UNINITIALIZED;
645 Device->State = RNDIS_DEV_INITIALIZED;
648 Device->State = RNDIS_DEV_UNINITIALIZED;
677 Device->State = RNDIS_DEV_UNINITIALIZED;
689 if (Device->State != RNDIS_DEV_INITIALIZED)
697 Device->State
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/
H A Ddot11d.h41 DOT11D_STATE State; member in struct:_RT_DOT11D_INFO
77 (GET_DOT11D_INFO(__pIeeeDev)->State == DOT11D_STATE_DONE)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/
H A Ddot11d.h33 DOT11D_STATE State; member in struct:_RT_DOT11D_INFO
60 #define IS_DOT11D_STATE_DONE(__pIeeeDev) (GET_DOT11D_INFO(__pIeeeDev)->State == DOT11D_STATE_DONE)

Completed in 120 milliseconds

1234