Searched refs:state (Results 1 - 17 of 17) sorted by relevance

/broadcom-cfe-1.4.2/cfe/zlib/
H A Dinflate.c28 /* inflate private state */
48 *blocks; /* current inflate_blocks state */
56 if (z == Z_NULL || z->state == Z_NULL)
60 z->state->mode = z->state->nowrap ? BLOCKS : METHOD;
61 inflate_blocks_reset(z->state->blocks, z, Z_NULL);
70 if (z == Z_NULL || z->state == Z_NULL || z->zfree == Z_NULL)
72 if (z->state->blocks != Z_NULL)
73 inflate_blocks_free(z->state->blocks, z);
74 ZFREE(z, z->state);
[all...]
H A Ddeflate.c74 /* Compression function. Returns the block state after the call. */
251 strm->state = (struct internal_state FAR *)s;
301 if (strm == Z_NULL || strm->state == Z_NULL || dictionary == Z_NULL ||
302 strm->state->status != INIT_STATE) return Z_STREAM_ERROR;
304 s = strm->state;
337 if (strm == Z_NULL || strm->state == Z_NULL ||
344 s = (deflate_state *)strm->state;
371 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
372 s = strm->state;
399 * IN assertion: the stream state i
[all...]
H A Dzlib.h78 struct internal_state FAR *state; /* not visible by applications */ member in struct:z_stream_s
80 alloc_func zalloc; /* used to allocate the internal state */
81 free_func zfree; /* used to free the internal state */
181 Initializes the internal stream state for compression. The fields
239 Z_SYNC_FLUSH, and the compression state is reset so that decompression can
273 Z_FINISH), Z_STREAM_ERROR if the stream state was inconsistent (for example
286 stream state was inconsistent, Z_DATA_ERROR if the stream was freed
296 Initializes the internal stream state for decompression. The fields
356 be inflateEnd to deallocate the decompression state. The use of Z_FINISH
389 inflateEnd returns Z_OK if success, Z_STREAM_ERROR if the stream state
[all...]
H A Dgzio.c69 insufficient memory to allocate the (de)compression state; errno
325 if (s->stream.state != NULL) {
820 and deallocates all the (de)compression state.
/broadcom-cfe-1.4.2/cfe/arch/mips/cpu/sb1250/src/
H A Ddiag_l1cache.h80 #define DTAGHI_STATE_SHIFT _SB_MAKE64(28) /* state bits */
91 /* TAGHI state bits */
133 #define DTAG_HI_PAT(state,coh,check,enc,stream,lu,lru) \
134 ((_SB_MAKEVALUE(state, DTAGHI_STATE_SHIFT)& \
/broadcom-cfe-1.4.2/cfe/net/
H A Dnet_tcp_internal.h126 * This macro returns true if a given state is in a
130 #define TCPSTATE_IN_SET(state,set) ((1 << (state)) & (set))
182 int tcb_state; /* current connection state */
H A Dnet_tcp.c116 #define _tcp_setstate(tcb,state) (tcb)->tcb_state = (state); \
117 printf("tcp state = " #state "\n");
120 #define _tcp_setstate(tcb,state) (tcb)->tcb_state = (state);
350 * Set up initial state. Find an empty port number.
437 * us into the disconnect state.
463 * Decide what action to take based on current state
485 * idle state tha
[all...]
/broadcom-cfe-1.4.2/cfe/dev/
H A Ddev_rtl8139.c155 eth_state_t state; /* current state */ member in struct:rtl8139_softc
621 if (sc->state == eth_state_uninit) {
654 sc->state = eth_state_on;
767 sc->state = eth_state_on;
794 sc->state = eth_state_uninit;
888 sc->state = eth_state_uninit;
924 if (sc->state == eth_state_on)
953 if (sc->state != eth_state_on) return -1;
988 if (sc->state !
[all...]
H A Ddev_aic6915.c354 /* current state */
355 eth_state_t state; member in struct:aic_ether_s
1235 if (sc->state == eth_state_uninit) {
1243 sc->state = eth_state_off;
1295 sc->state = eth_state_on;
1396 sc->state = eth_state_uninit;
1432 if (sc->state == eth_state_on)
1457 if (sc->state != eth_state_on) return -1;
1487 if (sc->state != eth_state_on) return -1;
1505 if (sc->state !
[all...]
H A Ddev_bcm4401.c182 eth_state_t state; /* current state */ member in struct:bcm4401_softc
687 /* Reestablish the initial state. */
1014 if (sc->state == eth_state_uninit) {
1066 sc->state = eth_state_on;
1162 sc->state = eth_state_on;
1342 sc->state = eth_state_uninit;
1391 if (sc->state == eth_state_on)
1420 if (sc->state != eth_state_on) return -1;
1456 if (sc->state !
[all...]
H A Ddev_dp83815.c186 eth_state_t state; /* current state */ member in struct:dp83815_softc
729 /* Reestablish the initial state. */
914 * sc - dp83815 state
1416 if (sc->state == eth_state_uninit) {
1423 sc->state = eth_state_off;
1536 sc->state = eth_state_off;
1634 sc->state = eth_state_on;
1663 xprintf("%s: idle state not achieved\n", dp83815_devname(sc));
1666 sc->state
[all...]
H A Ddev_i82559.c223 eth_state_t state; /* current state */ member in struct:i82559_softc_s
450 The manual is somewhat confusing about end-of-list state and
1130 xprintf("i82559: state dump:");
1283 if (sc->state == eth_state_uninit) {
1338 sc->state = eth_state_on;
1444 sc->state = eth_state_uninit;
1543 if (sc->state == eth_state_on)
1572 if (sc->state != eth_state_on) return -1;
1608 if (sc->state !
[all...]
H A Ddev_bcm5700.c400 eth_state_t state; /* current state */ member in struct:t3_ether_s
2001 /* Turn on RX list selector state machine. */
2114 /* Configure power state (92) */
2135 /* Enable link state attentions */
2211 if (sc->state != eth_state_on) {
2213 if (sc->state == eth_state_uninit) {
2247 AutoAccess logic into a good state. ??? */
2266 sc->state = eth_state_off;
2324 sc->state
[all...]
H A Ddev_tulip.c211 /* current state */
212 eth_state_t state; member in struct:tulip_softc
655 if (sc->state == eth_state_setup) {
663 sc->state = eth_state_on;
788 /* Reestablish the initial state. */
969 * sc - tulip state
1022 * sc - tulip state
2083 if (sc->state == eth_state_uninit) {
2091 sc->state = eth_state_off;
2155 sc->state
[all...]
/broadcom-cfe-1.4.2/cfe/arch/mips/chipset/bcmsb/src/
H A Ddev_sb_mac.c218 eth_state_t state; /* current state */ member in struct:bcm4401_softc
757 /* Reestablish the initial state. */
1119 if (sc->state == eth_state_uninit) {
1191 sc->state = eth_state_on;
1294 sc->state = eth_state_on;
1530 sc->state = eth_state_uninit;
1670 sc->state = eth_state_uninit;
1708 if (sc->state == eth_state_on)
1737 if (sc->state !
[all...]
/broadcom-cfe-1.4.2/cfe/arch/ppc/chipset/mpc824x/src/
H A Ddev_tulip.c230 /* current state */
231 eth_state_t state; member in struct:tulip_softc_s
724 if (sc->state == eth_state_setup) {
732 sc->state = eth_state_on;
861 /* Reestablish the initial state. */
1115 * sc - tulip state
1168 * sc - tulip state
1212 * sc - tulip state
2469 if (sc->state == eth_state_uninit) {
2481 sc->state
[all...]
/broadcom-cfe-1.4.2/cfe/arch/mips/cpu/bcm1480/src/
H A Dbcm1480_l2cache.S291 * t6: MC initial state information
448 # so we work backwards to restore state.

Completed in 251 milliseconds