Searched refs:block (Results 1 - 5 of 5) sorted by relevance

/broadcom-cfe-1.4.2/cfe/arch/mips/cpu/sb1250/src/
H A Ddiag_l2util.h100 int block; member in struct:__anon16
/broadcom-cfe-1.4.2/cfe/net/
H A Dnet_tftp.c160 uint16_t type,error,block; local
259 * Yay, we've got data! Store the first block.
261 ebuf_get_u16_be(buf,block);
263 info->tftp_blknum = block;
280 * Read the next block of the file. We do this by acking the
281 * previous block. Once that block is acked, the TFTP server
282 * should send the next block to us.
295 uint16_t cmd,block; local
299 * If we've already read the last block, ther
390 uint16_t cmd,block,error; local
[all...]
/broadcom-cfe-1.4.2/cfe/arch/ppc/chipset/mpc824x/src/
H A Ddev_tulip.c1822 uint16_t leaf, block, info; local
1834 block = leaf + 3;
1838 switch (srom[block+1]) {
1841 info = block;
1845 info = block;
1848 block += (srom[block+0] & 0x7F);
1874 0x80 bit on the block length. */
2007 uint16_t leaf, block; local
2039 block
[all...]
/broadcom-cfe-1.4.2/cfe/dev/
H A Ddev_tulip.c1621 uint16_t leaf, block, info; local
1633 block = leaf + 3;
1637 switch (srom[block+1]) {
1640 info = block;
1644 info = block;
1647 block += (srom[block+0] & 0x7F);
1665 0x80 bit on the block length. */
1791 uint16_t leaf, block; local
1823 block
[all...]
/broadcom-cfe-1.4.2/cfe/zlib/
H A Dzutil.h66 /* The three kinds of block type */
81 void _Cdecl farfree( void *block );

Completed in 48 milliseconds