Searched refs:bytecount (Results 1 - 25 of 34) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/sysdep-i386/
H A Dskas_ptrace.h17 unsigned long bytecount; member in struct:ptrace_ldt
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/sysdep-ia64/
H A Dskas_ptrace.h17 unsigned long bytecount; member in struct:ptrace_ldt
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/sysdep-ppc/
H A Dskas_ptrace.h17 unsigned long bytecount; member in struct:ptrace_ldt
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/sysdep-x86_64/
H A Dskas_ptrace.h17 unsigned long bytecount; member in struct:ptrace_ldt
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/ia32/
H A Dia32_ldt.c25 read_ldt (void __user *ptr, unsigned long bytecount) argument
31 if (bytecount > IA32_LDT_ENTRIES*IA32_LDT_ENTRY_SIZE)
32 bytecount = IA32_LDT_ENTRIES*IA32_LDT_ENTRY_SIZE;
34 bytes_left = bytecount;
58 return bytecount;
62 read_default_ldt (void __user * ptr, unsigned long bytecount) argument
69 if (size > bytecount)
70 size = bytecount;
80 write_ldt (void __user * ptr, unsigned long bytecount, int oldmode) argument
86 if (bytecount !
126 sys32_modify_ldt(int func, unsigned int ptr, unsigned int bytecount) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dldt.c127 static int read_ldt(void __user * ptr, unsigned long bytecount) argument
135 if (bytecount > LDT_ENTRY_SIZE*LDT_ENTRIES)
136 bytecount = LDT_ENTRY_SIZE*LDT_ENTRIES;
140 if (size > bytecount)
141 size = bytecount;
149 if (size != bytecount) {
151 if (clear_user(ptr+size, bytecount-size) != 0) {
156 return bytecount;
161 static int read_default_ldt(void __user * ptr, unsigned long bytecount) argument
165 if (bytecount > 12
172 write_ldt(void __user * ptr, unsigned long bytecount, int oldmode) argument
233 sys_modify_ldt(int func, void __user *ptr, unsigned long bytecount) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-i386/
H A Dldt.c20 extern int modify_ldt(int func, void *ptr, unsigned long bytecount);
25 unsigned long bytecount)
36 if (bytecount != sizeof(struct user_desc)) {
53 buf = kmalloc(bytecount, GFP_KERNEL);
65 res = modify_ldt(func, p, bytecount);
120 .bytecount = sizeof(*desc)};
164 static long read_ldt_from_host(void __user * ptr, unsigned long bytecount) argument
169 .bytecount = bytecount,
170 .ptr = kmalloc(bytecount, GFP_KERNE
24 do_modify_ldt_tt(int func, void __user *ptr, unsigned long bytecount) argument
208 read_ldt(void __user * ptr, unsigned long bytecount) argument
260 read_default_ldt(void __user * ptr, unsigned long bytecount) argument
278 write_ldt(void __user * ptr, unsigned long bytecount, int func) argument
370 do_modify_ldt_skas(int func, void __user *ptr, unsigned long bytecount) argument
574 sys_modify_ldt(int func, void __user *ptr, unsigned long bytecount) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dldt.c124 static int read_ldt(void __user * ptr, unsigned long bytecount) argument
132 if (bytecount > LDT_ENTRY_SIZE*LDT_ENTRIES)
133 bytecount = LDT_ENTRY_SIZE*LDT_ENTRIES;
137 if (size > bytecount)
138 size = bytecount;
146 if (size != bytecount) {
148 if (clear_user(ptr+size, bytecount-size) != 0) {
153 return bytecount;
158 static int read_default_ldt(void __user * ptr, unsigned long bytecount) argument
165 if (size > bytecount)
175 write_ldt(void __user * ptr, unsigned long bytecount, int oldmode) argument
231 sys_modify_ldt(int func, void __user *ptr, unsigned long bytecount) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/x25/
H A Dx25_facilities.c208 unsigned bytecount = (dte_facs->calling_len % 2) ? local
212 *p++ = 1 + bytecount;
214 memcpy(p, dte_facs->calling_ae, bytecount);
215 p += bytecount;
219 unsigned bytecount = (dte_facs->called_len % 2) ? local
223 *p++ = 1 + bytecount;
225 memcpy(p, dte_facs->called_ae, bytecount);
226 p+=bytecount;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dgopher.c115 curl_off_t *bytecount = &data->req.bytecount; local
195 Curl_setup_transfer(conn, FIRSTSOCKET, -1, FALSE, bytecount,
H A Dopenldap.c489 data->req.size = data->req.bytecount;
511 data->req.bytecount += bv.bv_len + 5;
531 data->req.bytecount += bv.bv_len + 2;
565 data->req.bytecount += 2;
569 data->req.bytecount += val_b64_sz;
576 data->req.bytecount += bvals[i].bv_len + 1;
579 data->req.bytecount++;
583 data->req.bytecount++;
586 data->req.bytecount++;
H A Dfile.c319 curl_off_t bytecount = 0; local
412 bytecount += nread;
414 Curl_pgrsSetUploadCounter(data, bytecount);
453 curl_off_t bytecount = 0; local
584 bytecount += nread;
591 Curl_pgrsSetDownloadCounter(data, bytecount);
H A Dtransfer.c402 curl_off_t totalleft = k->size - k->bytecount;
424 if((k->bytecount == 0) && (k->writebytecount == 0)) {
624 DEBUGF(infof(data, "Increasing bytecount by %zu from hbuflen\n",
626 k->bytecount += k->hbuflen;
630 (k->bytecount + nread >= k->maxdownload)) {
632 excess = (size_t)(k->bytecount + nread - k->maxdownload);
641 ", bytecount = %" FORMAT_OFF_T ", nread = %zd)\n",
643 k->size, k->maxdownload, k->bytecount, nread);
652 ", bytecount = %" FORMAT_OFF_T "\n",
653 excess, k->size, k->maxdownload, k->bytecount);
[all...]
H A Dcurl_rtmp.c286 conn->data->req.size = conn->data->req.bytecount;
H A Dtftp.c1116 k->bytecount += state->rbytes-4;
1117 Curl_pgrsSetDownloadCounter(data, (curl_off_t) k->bytecount);
1284 *k->bytecountp = k->bytecount; /* read count */
H A Dssh.c1781 data->req.bytecount += sshc->readdir_len+1;
1908 data->req.bytecount += sshc->readdir_currLen;
2229 curl_off_t bytecount; local
2257 bytecount = (curl_off_t)sb.st_size;
2259 Curl_setup_transfer(conn, FIRSTSOCKET, bytecount, FALSE, NULL, -1, NULL);
H A Durldata.h540 curl_off_t bytecount; /* total number of bytes read */ member in struct:SingleRequest
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/cris/
H A Dide-cris.c854 * so if an odd bytecount is specified, be sure that there's at least one
858 cris_atapi_input_bytes (ide_drive_t *drive, void *buffer, unsigned int bytecount) argument
861 buffer, bytecount));
863 if(bytecount & 1) {
864 printk("warning, odd bytecount in cdrom_in_bytes = %d.\n", bytecount);
865 bytecount++; /* to round off */
870 cris_ide_fill_descriptor(&mydescr, buffer, bytecount, 1);
871 cris_ide_start_dma(drive, &mydescr, 1, TYPE_PIO, bytecount);
880 cris_atapi_output_bytes (ide_drive_t *drive, void *buffer, unsigned int bytecount) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide-iops.c260 * so if an odd bytecount is specified, be sure that there's at least one
264 static void atapi_input_bytes(ide_drive_t *drive, void *buffer, u32 bytecount) argument
268 ++bytecount;
272 insw_swapw(IDE_DATA_REG, buffer, bytecount / 2);
276 hwif->ata_input_data(drive, buffer, bytecount / 4);
277 if ((bytecount & 0x03) >= 2)
278 hwif->INSW(IDE_DATA_REG, ((u8 *)buffer)+(bytecount & ~0x03), 1);
281 static void atapi_output_bytes(ide_drive_t *drive, void *buffer, u32 bytecount) argument
285 ++bytecount;
289 outsw_swapw(IDE_DATA_REG, buffer, bytecount /
408 ide_fixstring(u8 *s, const int bytecount, const int byteswap) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/core/
H A Dhcd.h306 #define BitTime(bytecount) (7 * 8 * bytecount / 6) /* with integer truncation */
308 of (7/6 * 8 * bytecount) = 9.33 * bytecount */
309 /* bytecount = data payload byte count */
342 int isoc, int bytecount);
H A Dhcd.c854 * @bytecount: how many bytes in the transaction.
860 long usb_calc_bus_time (int speed, int is_input, int isoc, int bytecount) argument
867 tmp = (67667L * (31L + 10L * BitTime (bytecount))) / 1000L;
870 tmp = (66700L * (31L + 10L * BitTime (bytecount))) / 1000L;
875 tmp = (8354L * (31L + 10L * BitTime (bytecount))) / 1000L;
878 tmp = (8354L * (31L + 10L * BitTime (bytecount))) / 1000L;
883 tmp = HS_NSECS_ISO (bytecount);
885 tmp = HS_NSECS (bytecount);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/libertas/
H A Dcmdresp.c508 le16_to_cpu(resp->params.rdeeprom.bytecount));
509 if (pbuf->NOB < le16_to_cpu(resp->params.rdeeprom.bytecount)) {
514 pbuf->NOB = le16_to_cpu(resp->params.rdeeprom.bytecount);
518 le16_to_cpu(resp->params.rdeeprom.bytecount));
520 le16_to_cpu(resp->params.rdeeprom.bytecount));
H A Dhostcmd.h527 __le16 bytecount; member in struct:cmd_ds_802_11_eeprom_access
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/misc/
H A Dauerswald.c947 /* get the actual bytecount (incl. headerbyte) */
975 unsigned int bytecount; local
1017 bytecount = (unsigned char)cp->intbufp[3];
1018 bytecount |= (unsigned char)cp->intbufp[4] << 8;
1027 if (bytecount > (cp->maxControlLength+AUH_SIZE)) {
1028 dbg ("invalid byte count received: %d", bytecount);
1032 dbg ("Byte Count = %d", bytecount);
1061 bp->dr->wLength = cpu_to_le16 (bytecount);
1063 (unsigned char*)bp->dr, bp->bufp, bytecount,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/
H A Dstart_up.c449 .bytecount = sizeof(ldtbuf)};

Completed in 165 milliseconds

12