Searched refs:ecount (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/autofs/
H A Ddirhash.c172 int bucket, ecount, i; local
176 ecount = *ptr & 0xffff;
179 bucket = ecount = 0;
182 DPRINTK(("autofs_hash_enum: bucket %d, entry %d\n", bucket, ecount));
187 ecount++;
191 for ( i = ecount ; ent && i ; i-- )
195 ecount++; /* Point to *next* entry */
199 bucket++; ecount = 0;
212 *ptr = ((bucket+1) << 16) + ecount;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dunwind_decoder.c34 * UNW_DEC_EPILOGUE(fmt,t,ecount,arg)
391 unw_word t, ecount, label; local
396 ecount = unw_decode_uleb128 (&dp);
397 UNW_DEC_EPILOGUE(B3, t, ecount, arg);
H A Dunwind.c1028 desc_epilogue (unw_word t, unw_word ecount, struct unw_state_record *sr)
1031 sr->epilogue_count = ecount + 1;
1026 desc_epilogue(unw_word t, unw_word ecount, struct unw_state_record *sr) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/dvb-core/
H A Ddvb_ca_en50221.c165 static int dvb_ca_en50221_read_data(struct dvb_ca_private *ca, int slot, u8 * ebuf, int ecount);
166 static int dvb_ca_en50221_write_data(struct dvb_ca_private *ca, int slot, u8 * ebuf, int ecount);
585 * @param ecount Size of ebuf. Ignored if ebuf is NULL.
589 static int dvb_ca_en50221_read_data(struct dvb_ca_private *ca, int slot, u8 * ebuf, int ecount) argument
648 if (bytes_read > ecount) {
649 printk("dvb_ca adapter %d: CAM tried to send a buffer larger than the ecount size!\n",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Desp_scsi.c1301 int fifo_cnt, ecount, bytes_sent, flush_fifo; local
1307 ecount = 0;
1309 ecount = ((unsigned int)esp_read8(ESP_TCLOW) |
1312 ecount |= ((unsigned int)esp_read8(FAS_RLO)) << 16;
1316 bytes_sent -= ecount;
H A DNCR53C9x.c1956 int bogus_data = 0, bytes_sent = 0, fifocnt, ecount = 0; local
1991 ecount = esp_getcount(eregs);
1993 ecount -= 0x40;
1998 bytes_sent -= ecount;
2002 ESPDATA(("bytes_sent=%d (ecount=%d, fifocnt=%d), ", bytes_sent,
2003 ecount, fifocnt));
2036 ESPLOG(("esp%d: csz=%d fifocount=%d ecount=%d\n",
2038 esp->current_transfer_size, fifocnt, ecount));

Completed in 81 milliseconds