Searched refs:total (Results 1 - 25 of 336) sorted by last modified time

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dafs.c37 int total, free; local
63 total = free + vs->BlocksInUse;
65 total = vs->PartMaxBlocks;
70 *btotal = (VolSpace) total * 1024;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/mtd/
H A Dnand.h258 * @total: total number of ecc bytes per page
282 int total; member in struct:nand_ecc_ctrl
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dtool_cb_prg.c59 curl_off_t total = (curl_off_t)dltotal + (curl_off_t)ultotal + local
66 if(point > total)
67 /* we have got more than the expected total! */
68 total = point;
73 if(total < 1) {
82 frac = (double)point / (double)total;
112 * it can display progress towards total file
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/libtest/
H A Dlib553.c35 static size_t total=POSTLEN; local
42 if (size > total)
43 size = total;
49 total -= size;
H A Dlib556.c77 size_t total=0; local
92 total += iolen;
94 } while(((res == CURLE_OK) || (res == CURLE_AGAIN)) && (total < 129));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/
H A Druntests.pl2619 my ($testnum, $count, $total)=@_;
3583 my $esttotal = $sofar/$count * $total;
3588 printf "OK (%-3d out of %-3d, %s)\n", $count, $total, $left;
4044 logmsg "\nTest suite total running time breakdown per task...\n\n";
4590 my $total=0;
4608 $total++; # number of tests we've run
4639 my $all = $total + $skipped;
4643 if($total) {
4644 logmsg sprintf("TESTDONE: $ok tests out of $total reported OK: %d%%\n",
4645 $ok/$total*10
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/client/
H A Dclient.c216 int total, bsize, avail; local
225 if (!cli_dskattr(targetcli, &bsize, &total, &avail)) {
231 total, bsize, avail);
2711 {"du",cmd_du,"<mask> computes the total size of the current directory",{COMPL_REMOTE,COMPL_NONE}},
H A Dclitar.c387 /* reset tar buffer pointer and tar file counter and total dumped */
872 int bufread, total = 0; local
876 total = TBLOCK;
889 total = bufread;
891 while (total < bufsiz) {
893 return (total > 0 ? -2 : bufread);
896 if (total <= 0) {
901 bufread = read(tarhandle, &ltarbuf[total], bufsiz - total);
902 total
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/
H A Dconfigure[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dinterfaces.c101 int total = 0; local
123 for (i=n-1;i>=0 && total < max_interfaces;i--) {
145 strncpy(ifaces[total].name, iname, sizeof(ifaces[total].name)-1);
146 ifaces[total].name[sizeof(ifaces[total].name)-1] = 0;
147 ifaces[total].ip = ipaddr;
148 ifaces[total].netmask = nmask;
149 total++;
154 return total;
174 int total = 0; local
266 int total = 0; local
363 int total, i, j; local
394 int total = get_interfaces(ifaces, MAX_INTERFACES); local
[all...]
H A Dsendfile.c39 size_t total=0; local
50 while (total < hdr_len) {
51 ret = sys_send(tofd, header->data + total,hdr_len - total, MSG_MORE);
54 total += ret;
58 total = count;
59 while (total) {
63 nwritten = sendfile64(tofd, fromfd, &offset, total);
65 nwritten = sendfile(tofd, fromfd, &offset, total);
84 total
105 size_t total=0; local
179 size_t total, xferred; local
264 size_t total=0; local
335 size_t total=0; local
407 size_t total=0; local
[all...]
H A Dutil.c727 size_t total = 0; local
736 while (total < n) {
737 num_to_read_thistime = MIN((n - total), TRANSFER_BUF_SIZE);
759 return (ssize_t)total;
764 total += (size_t)read_ret;
768 return (ssize_t)total;
H A Dutil_file.c350 size_t total; local
358 total = 0;
361 tp = SMB_REALLOC(p, total + n + 1);
370 memcpy(p+total, buf, n);
371 total += n;
373 if (p) p[total] = 0;
381 *size = total;
H A Dutil_sock.c340 size_t total=0; local
344 while (total < N) {
345 ret = sys_read(fd,buffer + total,N - total);
348 DEBUG(10,("read_data: read of %d returned 0. Error = %s\n", (int)(N - total), strerror(errno) ));
354 DEBUG(0,("read_data: read failure for %d. Error = %s\n", (int)(N - total), strerror(errno) ));
358 total += ret;
360 return (ssize_t)total;
370 size_t total=0; local
374 while (total <
399 size_t total=0; local
423 size_t total=0; local
[all...]
H A Dxfile.c151 size_t total=0; local
162 while (total < size*nmemb) {
164 n = MIN(n, (size*nmemb)-total);
172 memcpy(f->buf + f->bufused, total+(const char *)p, n);
174 total += n;
189 return total/size;
323 size_t total = 0; local
324 while (total < size*nmemb) {
327 (total+(char *)p)[0] = (char)c;
328 total
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dclifile.c263 sbuf->st_size = IVAL2_TO_SMB_BIG_UINT(rdata,0); /* total size, in bytes */
1287 BOOL cli_dskattr(struct cli_state *cli, int *bsize, int *total, int *avail) argument
1301 *total = SVAL(cli->inbuf,smb_vwv0);
H A Dclireadwrite.c69 ssize_t total = 0; local
85 while (total < size) {
86 readsize = MIN(readsize, size-total);
138 memcpy(buf + total, p, size2);
140 total += size2;
151 return total;
200 ssize_t total = 0;
211 while (total < size) {
212 readsize = MIN(readsize, size-total);
236 memcpy(buf + total,
385 ssize_t total = 0; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/printing/
H A Dnt_printing.c699 int total=0; local
715 if((fl = SMB_REALLOC_ARRAY(*list, fstring, total+1)) == NULL) {
721 fstrcpy((*list)[total], kbuf.dptr+strlen(key));
722 total++;
725 return(total);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpc_server/
H A Dsrv_lsa_nt.c143 int total = 0; local
196 init_dom_rid2(&rid2[total], rid, name_type, dom_idx);
197 total++;
231 int total = 0; local
289 init_lsa_trans_name(&trn->name[total], &trn->uni_name[total],
291 total++;
296 trn->num_entries = total;
298 trn->num_entries2 = total;
781 DEBUG(10,("_lsa_enum_privs: enum_context:%d total entrie
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dlanman.c124 int neededlen; /* total needed size */
125 int usedlen; /* total used size (usedlen <= neededlen and usedlen <= buflen) */
1162 int counted=0,total=0; local
1203 total = get_server_info(servertype,&servers,domain);
1208 if (total > 0)
1209 qsort(servers,total,sizeof(servers[0]),QSORT_CAST srv_comp);
1214 for (i=0;i<total;i++)
1245 for (i = 0; i < total && count2;i++)
1266 DEBUG(3,("NetServerEnum domain = %s uLevel=%d counted=%d total=%d\n",
1482 int total local
[all...]
H A Dvfs.c418 size_t total=0; local
420 while (total < byte_count)
422 ssize_t ret = SMB_VFS_READ(fsp, fsp->fd, buf + total,
423 byte_count - total);
425 if (ret == 0) return total;
432 total += ret;
434 return (ssize_t)total;
440 size_t total=0; local
442 while (total < byte_count)
444 ssize_t ret = SMB_VFS_PREAD(fsp, fsp->fd, buf + total,
465 size_t total=0; local
491 SMB_BIG_UINT total=0; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/torture/
H A Ddenytest.c1399 static void progress_bar(unsigned i, unsigned total) argument
1402 printf("%5d/%5d\r", i, total);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex501 \item \verb|bytes| --- the total number of bytes received or transmitted
505 \item \verb|packets| --- the total number of packets received or transmitted
507 \item \verb|errors| --- the total number of receiver or transmitter errors.
508 \item \verb|dropped| --- the total number of packets dropped due to lack
510 \item \verb|overrun| --- the total number of receiver overruns resulting
514 \item \verb|mcast| --- the total number of received multicast packets. This option
516 \item \verb|carrier| --- total number of link media failures f.e.\ because
518 \item \verb|collsns| --- the total number of collision events
521 \item \verb|compressed| --- the total number of compressed packets. This is
2474 \item \verb|CsumErrs| --- the total numbe
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/netem/
H A Dmaketable.c123 cumulativedist(int *table, int limit, int *total) argument
131 *total = accum;
204 int total; local
227 cumulativedist(table, DISTTABLESIZE, &total);
228 inverse = inverttable(table, TABLESIZE, DISTTABLESIZE, total);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/perlasm/
H A Dcbc.pl314 $total=16+4;
315 $total+=4 if ($p1 > 0);
316 $total+=4 if ($p2 > 0);
317 $total+=4 if ($p3 > 0);
318 &add("esp",$total);

Completed in 203 milliseconds

1234567891011>>