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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dtftp.c147 int sbytes; member in struct:tftp_state_data
456 size_t sbytes; local
503 sbytes = 4 + strlen(filename) + strlen(mode);
511 sbytes += tftp_option_add(state, sbytes,
512 (char *)state->spacket.data+sbytes,
514 sbytes += tftp_option_add(state, sbytes,
515 (char *)state->spacket.data+sbytes, buf);
518 sbytes
585 ssize_t sbytes; local
698 ssize_t sbytes; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/proc/
H A Dtask_nommu.c18 unsigned long bytes = 0, sbytes = 0, slack = 0; local
29 sbytes += kobjsize((void *) vml->vma->vm_start);
30 sbytes += kobjsize(vml->vma);
40 sbytes += kobjsize(mm);
45 sbytes += kobjsize(current->fs);
50 sbytes += kobjsize(current->files);
55 sbytes += kobjsize(current->sighand);
65 bytes, slack, sbytes);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Ddo_balan.c268 int sbytes[2]; /* if an item is partially shifted into S_new then local
1182 sbytes[0] = tb->s1bytes;
1183 sbytes[1] = tb->s2bytes;
1202 if (item_pos == n - snum[i] + 1 && sbytes[i] != -1) { /* part of new item falls into S_new[i] */
1221 sbytes[i]) <<
1228 put_ih_item_len(ih, sbytes[i]);
1236 if ((old_len - sbytes[i]) > zeros_num) {
1240 sbytes[i]) -
1246 sbytes[i]);
1256 old_len - sbytes[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/mach-voyager/
H A Dvoyager_cat.c309 __u16 sbytes = sbits / BITS_PER_BYTE; local
319 sbytes++;
324 CDEBUG(("cat_getdata: tbytes = %d, sbytes = %d, padbits = %d\n",
325 tbytes, sbytes, padbits));
331 string[sbytes + i] = inb(CAT_DATA);
334 for(i = sbytes - 1; i >= 0; i--) {
342 for(i=0; i< tbytes+sbytes; i++)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dmyri_sbus.h244 u32 sbytes; /* Send bytes. */ member in struct:myri_channel
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/squashfs/
H A Dmksquashfs.c233 long long sbytes, stotal_bytes; variable
490 bytes = sbytes;
3157 sbytes = bytes;

Completed in 90 milliseconds