Searched refs:totalsize (Results 1 - 25 of 29) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ncpfs/
H A Dncpsign_kernel.h14 void __sign_packet(struct ncp_server *server, const char *data, size_t size, __u32 totalsize, void *sign_buff);
15 int sign_verify_reply(struct ncp_server *server, const char *data, size_t size, __u32 totalsize, const void *sign_buff);
18 static inline size_t sign_packet(struct ncp_server *server, const char *data, size_t size, __u32 totalsize, void *sign_buff) { argument
21 __sign_packet(server, data, size, totalsize, sign_buff);
H A Dncpsign_kernel.c94 void __sign_packet(struct ncp_server *server, const char *packet, size_t size, __u32 totalsize, void *sign_buff) { argument
98 *(__u32*)(data + 8) = totalsize;
109 int sign_verify_reply(struct ncp_server *server, const char *packet, size_t size, __u32 totalsize, const void *sign_buff) { argument
114 *(__u32*)(data + 8) = totalsize;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dxvasprintf.c42 size_t totalsize; local
47 totalsize = 0;
52 totalsize = xsum (totalsize, strlen (next));
56 /* Test for overflow in the summing pass above or in (totalsize + 1) below.
59 if (totalsize == SIZE_MAX || totalsize > INT_MAX)
66 result = XNMALLOC (totalsize + 1, char);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dxvasprintf.c42 size_t totalsize; local
47 totalsize = 0;
52 totalsize = xsum (totalsize, strlen (next));
56 /* Test for overflow in the summing pass above or in (totalsize + 1) below.
59 if (totalsize == SIZE_MAX || totalsize > INT_MAX)
66 result = XNMALLOC (totalsize + 1, char);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/dtc/
H A Dflattree.c339 fdt->totalsize = cpu_to_fdt32(reserve_off + reservesize + dtsize + strsize);
377 * If the user asked for more space than is used, adjust the totalsize.
380 padlen = minsize - fdt32_to_cpu(fdt.totalsize);
384 fdt32_to_cpu(fdt.totalsize), minsize);
391 int tsize = fdt32_to_cpu(fdt.totalsize);
393 fdt.totalsize = cpu_to_fdt32(tsize);
466 fprintf(f, "\t.long\t_%s_blob_abs_end - _%s_blob_start\t/* totalsize */\n",
778 uint32_t magic, totalsize, version, size_dt, boot_cpuid_phys; local
809 rc = fread(&totalsize, sizeof(totalsize),
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/dtc/libfdt/
H A Dfdt.h8 uint32_t totalsize; /* total size of DT block */ member in struct:fdt_header
H A Dlibfdt.h146 #define fdt_totalsize(fdt) (fdt_get_header(fdt, totalsize))
163 __fdt_set_hdr(totalsize); variable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/tdb/common/
H A Dfreelist.c85 tdb_off_t totalsize; local
88 totalsize = sizeof(*rec) + rec->rec_len;
89 return tdb_ofs_write(tdb, offset + totalsize - sizeof(tdb_off_t),
90 &totalsize);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dof_fdt.h46 __be32 totalsize; /* total size of DT block */ member in struct:boot_param_header
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dlstring.c101 size_t totalsize; /* total size of TString object */ local
102 totalsize = sizeof(TString) + ((l + 1) * sizeof(char));
103 ts = &luaC_newobj(L, tag, totalsize, list, 0)->ts;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/
H A Dam200epd.c203 int totalsize; local
237 totalsize = fw + am200_board.wfm_size + padding_size + (fw*fh);
247 am200_fb_info.modes->yres = DIV_ROUND_UP(totalsize, fw);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dmicrocode_intel.c99 unsigned int totalsize; member in struct:microcode_header_intel
130 (((struct microcode_intel *)mc)->hdr.totalsize ? \
131 ((struct microcode_intel *)mc)->hdr.totalsize : \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/kernel/
H A Dprom.c152 flat_dt_blob.size = initial_boot_params->totalsize;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/server/
H A Drtspd.c122 static void storerequest(char *reqbuf, size_t totalsize);
719 static void storerequest(char *reqbuf, size_t totalsize) argument
729 if (totalsize == 0)
742 writeleft = totalsize;
744 written = fwrite(&reqbuf[totalsize-writeleft],
753 logmsg("Wrote request (%zu bytes) input to " REQUEST_DUMP, totalsize);
758 totalsize-writeleft, totalsize, REQUEST_DUMP);
H A Dsws.c126 static void storerequest(char *reqbuf, size_t totalsize);
803 static void storerequest(char *reqbuf, size_t totalsize) argument
814 if (totalsize == 0)
827 writeleft = totalsize;
829 written = fwrite(&reqbuf[totalsize-writeleft],
838 logmsg("Wrote request (%zu bytes) input to %s", totalsize, dumpfile);
843 totalsize-writeleft, totalsize, dumpfile);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/
H A Dinit.c199 #define CSHAPE(totalsize, linesize, assoc) \
200 ((totalsize & ~0xff) | (linesize << 4) | assoc)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dwget.c690 static off_t lastsize, totalsize; local
701 totalsize = content_len + beg_range; /* as content_len changes.. */
705 if (totalsize != 0 && !chunked) {
707 ratio = (unsigned) (100ULL * (transferred+beg_range) / totalsize);
752 off_t to_download = totalsize - beg_range;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dfile.c138 curl_off_t totalsize=-1; local
167 totalsize = to-from;
168 data->req.maxdownload = totalsize+1; /* include last byte */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/ip2/
H A Di2lib.c457 int totalsize = 0; local
517 totalsize = blocksize = sizeof(i2CmdHeader);
529 totalsize += sizeof(i2CmdHeader);
531 totalsize += cnt;
565 if (totalsize <= bufroom) {
569 ip2trace(CHANN, ITRC_QUEUE, 3, 1, totalsize);
572 ip2trace(CHANN, ITRC_QUEUE, 3, 1, totalsize);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dprom.c97 size = be32_to_cpu(initial_boot_params->totalsize);
536 self_size = initial_boot_params->totalsize;
899 flat_dt_blob.size = initial_boot_params->totalsize;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/cramfs/
H A Dmkcramfs.c154 int totalsize = 0, dircount, dirindex; local
313 totalsize += size;
317 return totalsize;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Dvis_gui.c179 int totalsize = len, totalsent = 0; local
181 while (totalsent < totalsize) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/of/
H A Dfdt.c566 pr_debug("size: %08x\n", be32_to_cpu(initial_boot_params->totalsize));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dtdb.c179 u32 totalsize; (tailer)
494 tdb_off totalsize; local
497 totalsize = sizeof(*rec) + rec->rec_len;
498 return ofs_write(tdb, offset + totalsize - sizeof(tdb_off),
499 &totalsize);
522 printf("ERROR: tailer does not match record! tailer=%u totalsize=%u\n",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/tdb/
H A Dtdb.c182 u32 totalsize; (tailer)
501 tdb_off totalsize; local
504 totalsize = sizeof(*rec) + rec->rec_len;
505 return ofs_write(tdb, offset + totalsize - sizeof(tdb_off),
506 &totalsize);
529 printf("ERROR: tailer does not match record! tailer=%u totalsize=%u\n",

Completed in 364 milliseconds

12