total 546 lib/async_req/async_sock.c size_t total = talloc_get_size(state->buf);
total 550 lib/async_req/async_sock.c nread = recv(state->fd, state->buf+state->nread, total-state->nread,
total 562 lib/async_req/async_sock.c if (state->nread < total) {
total 576 lib/async_req/async_sock.c more = state->more(state->buf, total, state->private_data);
total 588 lib/async_req/async_sock.c tmp = TALLOC_REALLOC_ARRAY(state, state->buf, uint8_t, total+more);
total 1093 lib/talloc/talloc.c size_t total = 0;
total 1111 lib/talloc/talloc.c total = tc->size;
total 1113 lib/talloc/talloc.c total += talloc_total_size(TC_PTR_FROM_CHUNK(c));
total 1118 lib/talloc/talloc.c return total;
total 1126 lib/talloc/talloc.c size_t total = 0;
total 1135 lib/talloc/talloc.c total++;
total 1137 lib/talloc/talloc.c total += talloc_total_blocks(TC_PTR_FROM_CHUNK(c));
total 1142 lib/talloc/talloc.c return total;
total 161 lib/util/xfile.c size_t total=0;
total 172 lib/util/xfile.c while (total < size*nmemb) {
total 174 lib/util/xfile.c n = MIN(n, (size*nmemb)-total);
total 182 lib/util/xfile.c memcpy(f->buf + f->bufused, total+(const char *)p, n);
total 184 lib/util/xfile.c total += n;
total 199 lib/util/xfile.c return total/size;
total 334 lib/util/xfile.c size_t total = 0;
total 348 lib/util/xfile.c memcpy((char *)p+total, f->next, thistime);
total 353 lib/util/xfile.c total += thistime;
total 355 lib/util/xfile.c return total/size;
total 119 lib/zlib/examples/gun.c unsigned long total;
total 134 lib/zlib/examples/gun.c me->total += len;
total 461 lib/zlib/examples/gun.c outd.total = 0;
total 485 lib/zlib/examples/gun.c if (NEXT() != (outd.total & 0xff) ||
total 486 lib/zlib/examples/gun.c NEXT() != ((outd.total >> 8) & 0xff) ||
total 487 lib/zlib/examples/gun.c NEXT() != ((outd.total >> 16) & 0xff) ||
total 488 lib/zlib/examples/gun.c NEXT() != ((outd.total >> 24) & 0xff)) {
total 110 lib/zlib/inflate.c strm->total_in = strm->total_out = state->total = 0;
total 1082 lib/zlib/inflate.c state->total += out;
total 1104 lib/zlib/inflate.c if (hold != (state->total & 0xffffffffUL)) {
total 1144 lib/zlib/inflate.c state->total += out;
total 85 lib/zlib/inflate.h unsigned long total; /* protected copy of output count */
total 252 librpc/gen_ndr/cli_dfs.c uint32_t *total /* [in,out] [unique] */,
total 262 librpc/gen_ndr/cli_dfs.c r.in.total = total;
total 290 librpc/gen_ndr/cli_dfs.c if (total && r.out.total) {
total 291 librpc/gen_ndr/cli_dfs.c *total = *r.out.total;
total 1008 librpc/gen_ndr/cli_dfs.c uint32_t *total /* [in,out] [unique] */,
total 1019 librpc/gen_ndr/cli_dfs.c r.in.total = total;
total 1047 librpc/gen_ndr/cli_dfs.c if (total && r.out.total) {
total 1048 librpc/gen_ndr/cli_dfs.c *total = *r.out.total;
total 42 librpc/gen_ndr/cli_dfs.h uint32_t *total /* [in,out] [unique] */,
total 133 librpc/gen_ndr/cli_dfs.h uint32_t *total /* [in,out] [unique] */,
total 357 librpc/gen_ndr/dfs.h uint32_t *total;/* [unique] */
total 362 librpc/gen_ndr/dfs.h uint32_t *total;/* [unique] */
total 565 librpc/gen_ndr/dfs.h uint32_t *total;/* [unique] */
total 570 librpc/gen_ndr/dfs.h uint32_t *total;/* [unique] */
total 3970 librpc/gen_ndr/ndr_dfs.c NDR_CHECK(ndr_push_unique_ptr(ndr, r->in.total));
total 3971 librpc/gen_ndr/ndr_dfs.c if (r->in.total) {
total 3972 librpc/gen_ndr/ndr_dfs.c NDR_CHECK(ndr_push_uint32(ndr, NDR_SCALARS, *r->in.total));
total 3980 librpc/gen_ndr/ndr_dfs.c NDR_CHECK(ndr_push_unique_ptr(ndr, r->out.total));
total 3981 librpc/gen_ndr/ndr_dfs.c if (r->out.total) {
total 3982 librpc/gen_ndr/ndr_dfs.c NDR_CHECK(ndr_push_uint32(ndr, NDR_SCALARS, *r->out.total));
total 4014 librpc/gen_ndr/ndr_dfs.c NDR_PULL_ALLOC(ndr, r->in.total);
total 4016 librpc/gen_ndr/ndr_dfs.c r->in.total = NULL;
total 4018 librpc/gen_ndr/ndr_dfs.c if (r->in.total) {
total 4020 librpc/gen_ndr/ndr_dfs.c NDR_PULL_SET_MEM_CTX(ndr, r->in.total, 0);
total 4021 librpc/gen_ndr/ndr_dfs.c NDR_CHECK(ndr_pull_uint32(ndr, NDR_SCALARS, r->in.total));
total 4040 librpc/gen_ndr/ndr_dfs.c NDR_PULL_ALLOC(ndr, r->out.total);
total 4042 librpc/gen_ndr/ndr_dfs.c r->out.total = NULL;
total 4044 librpc/gen_ndr/ndr_dfs.c if (r->out.total) {
total 4046 librpc/gen_ndr/ndr_dfs.c NDR_PULL_SET_MEM_CTX(ndr, r->out.total, 0);
total 4047 librpc/gen_ndr/ndr_dfs.c NDR_CHECK(ndr_pull_uint32(ndr, NDR_SCALARS, r->out.total));
total 4073 librpc/gen_ndr/ndr_dfs.c ndr_print_ptr(ndr, "total", r->in.total);
total 4075 librpc/gen_ndr/ndr_dfs.c if (r->in.total) {
total 4076 librpc/gen_ndr/ndr_dfs.c ndr_print_uint32(ndr, "total", *r->in.total);
total 4090 librpc/gen_ndr/ndr_dfs.c ndr_print_ptr(ndr, "total", r->out.total);
total 4092 librpc/gen_ndr/ndr_dfs.c if (r->out.total) {
total 4093 librpc/gen_ndr/ndr_dfs.c ndr_print_uint32(ndr, "total", *r->out.total);
total 5393 librpc/gen_ndr/ndr_dfs.c NDR_CHECK(ndr_push_unique_ptr(ndr, r->in.total));
total 5394 librpc/gen_ndr/ndr_dfs.c if (r->in.total) {
total 5395 librpc/gen_ndr/ndr_dfs.c NDR_CHECK(ndr_push_uint32(ndr, NDR_SCALARS, *r->in.total));
total 5403 librpc/gen_ndr/ndr_dfs.c NDR_CHECK(ndr_push_unique_ptr(ndr, r->out.total));
total 5404 librpc/gen_ndr/ndr_dfs.c if (r->out.total) {
total 5405 librpc/gen_ndr/ndr_dfs.c NDR_CHECK(ndr_push_uint32(ndr, NDR_SCALARS, *r->out.total));
total 5444 librpc/gen_ndr/ndr_dfs.c NDR_PULL_ALLOC(ndr, r->in.total);
total 5446 librpc/gen_ndr/ndr_dfs.c r->in.total = NULL;
total 5448 librpc/gen_ndr/ndr_dfs.c if (r->in.total) {
total 5450 librpc/gen_ndr/ndr_dfs.c NDR_PULL_SET_MEM_CTX(ndr, r->in.total, 0);
total 5451 librpc/gen_ndr/ndr_dfs.c NDR_CHECK(ndr_pull_uint32(ndr, NDR_SCALARS, r->in.total));
total 5470 librpc/gen_ndr/ndr_dfs.c NDR_PULL_ALLOC(ndr, r->out.total);
total 5472 librpc/gen_ndr/ndr_dfs.c r->out.total = NULL;
total 5474 librpc/gen_ndr/ndr_dfs.c if (r->out.total) {
total 5476 librpc/gen_ndr/ndr_dfs.c NDR_PULL_SET_MEM_CTX(ndr, r->out.total, 0);
total 5477 librpc/gen_ndr/ndr_dfs.c NDR_CHECK(ndr_pull_uint32(ndr, NDR_SCALARS, r->out.total));
total 5504 librpc/gen_ndr/ndr_dfs.c ndr_print_ptr(ndr, "total", r->in.total);
total 5506 librpc/gen_ndr/ndr_dfs.c if (r->in.total) {
total 5507 librpc/gen_ndr/ndr_dfs.c ndr_print_uint32(ndr, "total", *r->in.total);
total 5521 librpc/gen_ndr/ndr_dfs.c ndr_print_ptr(ndr, "total", r->out.total);
total 5523 librpc/gen_ndr/ndr_dfs.c if (r->out.total) {
total 5524 librpc/gen_ndr/ndr_dfs.c ndr_print_uint32(ndr, "total", *r->out.total);
total 428 librpc/gen_ndr/srv_dfs.c r->out.total = r->in.total;
total 1607 librpc/gen_ndr/srv_dfs.c r->out.total = r->in.total;
total 1805 librpc/gen_ndr/srv_dfs.c r->out.total = r->in.total;
total 1912 librpc/gen_ndr/srv_dfs.c r->out.total = r->in.total;
total 300 source3/client/client.c int total, bsize, avail;
total 310 source3/client/client.c if (!cli_dskattr(targetcli, &bsize, &total, &avail)) {
total 316 source3/client/client.c total, bsize, avail);
total 932 source3/client/clitar.c int bufread, total = 0;
total 936 source3/client/clitar.c total = TBLOCK;
total 949 source3/client/clitar.c total = bufread;
total 951 source3/client/clitar.c while (total < bufsiz) {
total 953 source3/client/clitar.c return (total > 0 ? -2 : bufread);
total 956 source3/client/clitar.c if (total <= 0) {
total 961 source3/client/clitar.c bufread = read(tarhandle, <arbuf[total], bufsiz - total);
total 962 source3/client/clitar.c total += bufread;
total 965 source3/client/clitar.c DEBUG(5, ("Total bytes read ... %i\n", total));
total 970 source3/client/clitar.c return(total);
total 2541 source3/include/proto.h bool cli_dskattr(struct cli_state *cli, int *bsize, int *total, int *avail);
total 132 source3/lib/interfaces.c int total = 0;
total 168 source3/lib/interfaces.c memset(&ifaces[total], '\0', sizeof(ifaces[total]));
total 172 source3/lib/interfaces.c ifaces[total].flags = ifptr->ifa_flags;
total 180 source3/lib/interfaces.c memcpy(&ifaces[total].ip, ifptr->ifa_addr, copy_size);
total 181 source3/lib/interfaces.c memcpy(&ifaces[total].netmask, ifptr->ifa_netmask, copy_size);
total 183 source3/lib/interfaces.c if (ifaces[total].flags & (IFF_BROADCAST|IFF_LOOPBACK)) {
total 184 source3/lib/interfaces.c make_bcast(&ifaces[total].bcast,
total 185 source3/lib/interfaces.c &ifaces[total].ip,
total 186 source3/lib/interfaces.c &ifaces[total].netmask);
total 187 source3/lib/interfaces.c } else if ((ifaces[total].flags & IFF_POINTOPOINT) &&
total 189 source3/lib/interfaces.c memcpy(&ifaces[total].bcast,
total 196 source3/lib/interfaces.c strlcpy(ifaces[total].name, ifptr->ifa_name,
total 197 source3/lib/interfaces.c sizeof(ifaces[total].name));
total 198 source3/lib/interfaces.c total++;
total 204 source3/lib/interfaces.c return total;
total 276 source3/lib/interfaces.c int total, i, j;
total 278 source3/lib/interfaces.c total = _get_interfaces(mem_ctx, &ifaces);
total 279 source3/lib/interfaces.c if (total <= 0) return total;
total 282 source3/lib/interfaces.c qsort(ifaces, total, sizeof(ifaces[0]), QSORT_CAST iface_comp);
total 284 source3/lib/interfaces.c for (i=1;i<total;) {
total 286 source3/lib/interfaces.c for (j=i-1;j<total-1;j++) {
total 289 source3/lib/interfaces.c total--;
total 296 source3/lib/interfaces.c return total;
total 211 source3/lib/ldb/common/ldb_ldif.c #define CHECK_RET do { if (ret < 0) return ret; total += ret; } while (0)
total 220 source3/lib/ldb/common/ldb_ldif.c int total=0, ret;
total 231 source3/lib/ldb/common/ldb_ldif.c return total;
total 269 source3/lib/ldb/common/ldb_ldif.c #define CHECK_RET do { if (ret < 0) { talloc_free(mem_ctx); return ret; } total += ret; } while (0)
total 281 source3/lib/ldb/common/ldb_ldif.c int total=0, ret;
total 364 source3/lib/ldb/common/ldb_ldif.c return total;
total 40 source3/lib/ldb/tools/ldbdel.c int ret, i, total=0;
total 49 source3/lib/ldb/tools/ldbdel.c total++;
total 55 source3/lib/ldb/tools/ldbdel.c if (total == 0) {
total 58 source3/lib/ldb/tools/ldbdel.c printf("Deleted %d records\n", total);
total 56 source3/lib/recvfile.c size_t total = 0;
total 83 source3/lib/recvfile.c while (total < count) {
total 86 source3/lib/recvfile.c size_t toread = MIN(bufsize,count - total);
total 121 source3/lib/recvfile.c total += read_ret;
total 38 source3/lib/sendfile.c size_t total=0;
total 49 source3/lib/sendfile.c while (total < hdr_len) {
total 50 source3/lib/sendfile.c ret = sys_send(tofd, header->data + total,hdr_len - total, MSG_MORE);
total 53 source3/lib/sendfile.c total += ret;
total 57 source3/lib/sendfile.c total = count;
total 58 source3/lib/sendfile.c while (total) {
total 62 source3/lib/sendfile.c nwritten = sendfile64(tofd, fromfd, &offset, total);
total 64 source3/lib/sendfile.c nwritten = sendfile(tofd, fromfd, &offset, total);
total 85 source3/lib/sendfile.c return hdr_len + (count - total);
total 87 source3/lib/sendfile.c total -= nwritten;
total 108 source3/lib/sendfile.c size_t total=0;
total 133 source3/lib/sendfile.c while (total < hdr_len) {
total 134 source3/lib/sendfile.c ret = sys_send(tofd, header->data + total,hdr_len - total, MSG_MORE);
total 137 source3/lib/sendfile.c total += ret;
total 186 source3/lib/sendfile.c size_t total, xferred;
total 212 source3/lib/sendfile.c total = count + hdr_len;
total 214 source3/lib/sendfile.c while (total) {
total 259 source3/lib/sendfile.c total -= nwritten;
total 271 source3/lib/sendfile.c size_t total=0;
total 286 source3/lib/sendfile.c total = count;
total 287 source3/lib/sendfile.c while (total + hdtrl[0].iov_len) {
total 299 source3/lib/sendfile.c nwritten = sendfile64(tofd, fromfd, offset, total, &hdtrl[0], 0);
total 301 source3/lib/sendfile.c nwritten = sendfile(tofd, fromfd, offset, total, &hdtrl[0], 0);
total 328 source3/lib/sendfile.c total -= nwritten;
total 342 source3/lib/sendfile.c size_t total=0;
total 361 source3/lib/sendfile.c total = count;
total 362 source3/lib/sendfile.c while (total + hdtrl.iov_len) {
total 373 source3/lib/sendfile.c ret = sendfile(fromfd, tofd, offset, total, &hdr, &nwritten, 0);
total 400 source3/lib/sendfile.c total -= nwritten;
total 846 source3/lib/util.c size_t total=0;
total 853 source3/lib/util.c while (total < N) {
total 854 source3/lib/util.c ret = sys_pwrite(fd,buffer + total,N - total, pos);
total 856 source3/lib/util.c return write_data(fd, buffer + total,N - total);
total 863 source3/lib/util.c return total;
total 865 source3/lib/util.c total += ret;
total 868 source3/lib/util.c return (ssize_t)total;
total 31 source3/lib/util_file.c size_t total;
total 39 source3/lib/util_file.c total = 0;
total 42 source3/lib/util_file.c p = talloc_realloc(NULL, p, char, total + n + 1);
total 48 source3/lib/util_file.c memcpy(p+total, buf, n);
total 49 source3/lib/util_file.c total += n;
total 53 source3/lib/util_file.c p[total] = 0;
total 62 source3/lib/util_file.c *size = total;
total 41 source3/lib/util_transfer_file.c size_t total = 0;
total 51 source3/lib/util_transfer_file.c while (total < n) {
total 52 source3/lib/util_transfer_file.c num_to_read_thistime = MIN((n - total), TRANSFER_BUF_SIZE);
total 79 source3/lib/util_transfer_file.c return (ssize_t)total;
total 85 source3/lib/util_transfer_file.c total += (size_t)read_ret;
total 89 source3/lib/util_transfer_file.c return (ssize_t)total;
total 152 source3/libaddns/dnssock.c size_t total = 0;
total 154 source3/libaddns/dnssock.c while (total < len) {
total 156 source3/libaddns/dnssock.c ssize_t ret = write(fd, data + total, len - total);
total 165 source3/libaddns/dnssock.c total += ret;
total 214 source3/libaddns/dnssock.c size_t total = 0;
total 218 source3/libaddns/dnssock.c while (total < len) {
total 235 source3/libaddns/dnssock.c ret = read(fd, data + total, len - total);
total 241 source3/libaddns/dnssock.c total += ret;
total 1820 source3/libsmb/clifile.c bool cli_dskattr(struct cli_state *cli, int *bsize, int *total, int *avail)
total 1834 source3/libsmb/clifile.c *total = SVAL(cli->inbuf,smb_vwv0);
total 834 source3/libsmb/clireadwrite.c ssize_t total = 0;
total 856 source3/libsmb/clireadwrite.c memcpy(p, buf + total, size); p += size;
total 874 source3/libsmb/clireadwrite.c total += size;
total 879 source3/libsmb/clireadwrite.c return total;
total 691 source3/libsmb/clitrans.c uint32_t max, total, received;
total 1070 source3/libsmb/clitrans.c uint32_t total, uint32_t thistime,
total 1074 source3/libsmb/clitrans.c if (total > blob->max) {
total 1077 source3/libsmb/clitrans.c blob->total = total;
total 1078 source3/libsmb/clitrans.c blob->data = TALLOC_ARRAY(mem_ctx, uint8_t, total);
total 1084 source3/libsmb/clitrans.c if (total > blob->total) {
total 1175 source3/libsmb/clitrans.c if ((state->rparam.total == state->rparam.received)
total 1176 source3/libsmb/clitrans.c && (state->rdata.total == state->rdata.received)) {
total 1327 source3/libsmb/clitrans.c *num_param = state->rparam.total;
total 1334 source3/libsmb/clitrans.c *num_data = state->rdata.total;
total 219 source3/modules/onefs_system.c size_t total=0;
total 243 source3/modules/onefs_system.c total = count;
total 244 source3/modules/onefs_system.c while (total + hdtrl.iov_len) {
total 255 source3/modules/onefs_system.c ret = sendfile(fromfd, tofd, offset, total, &hdr,
total 277 source3/modules/onefs_system.c if (atomic && nwritten != total + hdtrl.iov_len) {
total 280 source3/modules/onefs_system.c total + hdtrl.iov_len));
total 303 source3/modules/onefs_system.c total -= nwritten;
total 965 source3/printing/nt_printing.c int total=0;
total 987 source3/printing/nt_printing.c if((*list = SMB_REALLOC_ARRAY(*list, fstring, total+1)) == NULL) {
total 993 source3/printing/nt_printing.c fstrcpy((*list)[total], (const char *)kbuf.dptr+strlen(key));
total 994 source3/printing/nt_printing.c total++;
total 998 source3/printing/nt_printing.c return(total);
total 285 source3/rpc_server/srv_dfs_nt.c *r->out.total = num_jn;
total 200 source3/rpcclient/cmd_dfs.c uint32 total = 0;
total 224 source3/rpcclient/cmd_dfs.c &total, &werr);
total 248 source3/rpcclient/cmd_dfs.c uint32 total = 0;
total 273 source3/rpcclient/cmd_dfs.c 0xFFFFFFFF, &str, &total, &werr);
total 1381 source3/smbd/lanman.c int counted=0,total=0;
total 1435 source3/smbd/lanman.c total = get_server_info(servertype,&servers,domain);
total 1441 source3/smbd/lanman.c if (total > 0) {
total 1442 source3/smbd/lanman.c qsort(servers,total,sizeof(servers[0]),QSORT_CAST srv_comp);
total 1448 source3/smbd/lanman.c for (i=0;i<total;i++) {
total 1484 source3/smbd/lanman.c for (i = 0; i < total && count2;i++) {
total 1788 source3/smbd/lanman.c int total=0,counted=0;
total 1820 source3/smbd/lanman.c total++;
total 1865 source3/smbd/lanman.c SSVAL(*rparam,6,total);
total 1868 source3/smbd/lanman.c counted,total,uLevel,
total 393 source3/smbd/vfs.c size_t total=0;
total 395 source3/smbd/vfs.c while (total < byte_count)
total 397 source3/smbd/vfs.c ssize_t ret = SMB_VFS_READ(fsp, buf + total,
total 398 source3/smbd/vfs.c byte_count - total);
total 400 source3/smbd/vfs.c if (ret == 0) return total;
total 407 source3/smbd/vfs.c total += ret;
total 409 source3/smbd/vfs.c return (ssize_t)total;
total 415 source3/smbd/vfs.c size_t total=0;
total 417 source3/smbd/vfs.c while (total < byte_count)
total 419 source3/smbd/vfs.c ssize_t ret = SMB_VFS_PREAD(fsp, buf + total,
total 420 source3/smbd/vfs.c byte_count - total, offset + total);
total 422 source3/smbd/vfs.c if (ret == 0) return total;
total 429 source3/smbd/vfs.c total += ret;
total 431 source3/smbd/vfs.c return (ssize_t)total;
total 443 source3/smbd/vfs.c size_t total=0;
total 457 source3/smbd/vfs.c while (total < N) {
total 458 source3/smbd/vfs.c ret = SMB_VFS_WRITE(fsp, buffer + total, N - total);
total 463 source3/smbd/vfs.c return total;
total 465 source3/smbd/vfs.c total += ret;
total 467 source3/smbd/vfs.c return (ssize_t)total;
total 476 source3/smbd/vfs.c size_t total=0;
total 490 source3/smbd/vfs.c while (total < N) {
total 491 source3/smbd/vfs.c ret = SMB_VFS_PWRITE(fsp, buffer + total, N - total,
total 492 source3/smbd/vfs.c offset + total);
total 497 source3/smbd/vfs.c return total;
total 499 source3/smbd/vfs.c total += ret;
total 501 source3/smbd/vfs.c return (ssize_t)total;
total 621 source3/smbd/vfs.c size_t total;
total 652 source3/smbd/vfs.c total = 0;
total 654 source3/smbd/vfs.c while (total < num_to_write) {
total 655 source3/smbd/vfs.c size_t curr_write_size = MIN(SPARSE_BUF_WRITE_SIZE, (num_to_write - total));
total 657 source3/smbd/vfs.c pwrite_ret = SMB_VFS_PWRITE(fsp, sparse_buf, curr_write_size, offset + total);
total 669 source3/smbd/vfs.c total += pwrite_ret;
total 1396 source3/torture/denytest.c static void progress_bar(unsigned i, unsigned total)
total 1399 source3/torture/denytest.c printf("%5d/%5d\r", i, total);
total 28 source3/torture/mangle_test.c static unsigned total, collisions, failures;
total 38 source3/torture/mangle_test.c total++;
total 94 source3/torture/mangle_test.c name, data.dptr, shortname, collisions, total);
total 198 source3/torture/mangle_test.c if (total && total % 100 == 0) {
total 200 source3/torture/mangle_test.c collisions, total, (100.0*collisions) / total, failures);
total 211 source3/torture/mangle_test.c collisions, total, (100.0*collisions) / total, failures);
total 45 source3/torture/nbio.c double total = 0;
total 47 source3/torture/nbio.c total += children[i].bytes_out + children[i].bytes_in;
total 49 source3/torture/nbio.c return total;
total 254 source3/torture/nbio.c int bsize, total, avail;
total 256 source3/torture/nbio.c cli_dskattr(c, &bsize, &total, &avail);
total 224 source3/utils/smbget.c static void print_progress(const char *name, time_t start, time_t now, off_t start_pos, off_t pos, off_t total)
total 233 source3/utils/smbget.c eta = (total - pos) / avg;
total 234 source3/utils/smbget.c if(total)prcnt = 100.0 * pos / total;
total 237 source3/utils/smbget.c human_readable(total, htotal, sizeof(htotal));
total 225 source4/client/client.c uint64_t total, avail;
total 227 source4/client/client.c if (NT_STATUS_IS_ERR(smbcli_dskattr(ctx->cli->tree, &bsize, &total, &avail))) {
total 233 source4/client/client.c (unsigned long long)total,
total 210 source4/lib/ldb/common/ldb_ldif.c #define CHECK_RET do { if (ret < 0) return ret; total += ret; } while (0)
total 219 source4/lib/ldb/common/ldb_ldif.c int total=0, ret;
total 230 source4/lib/ldb/common/ldb_ldif.c return total;
total 268 source4/lib/ldb/common/ldb_ldif.c #define CHECK_RET do { if (ret < 0) { talloc_free(mem_ctx); return ret; } total += ret; } while (0)
total 280 source4/lib/ldb/common/ldb_ldif.c int total=0, ret;
total 367 source4/lib/ldb/common/ldb_ldif.c return total;
total 39 source4/lib/ldb/tools/ldbdel.c int ret, i, total=0;
total 48 source4/lib/ldb/tools/ldbdel.c total++;
total 54 source4/lib/ldb/tools/ldbdel.c if (total == 0) {
total 57 source4/lib/ldb/tools/ldbdel.c printf("Deleted %d records\n", total);
total 51 source4/lib/socket/netif.c int total = 0;
total 58 source4/lib/socket/netif.c for (ifptr = iflist, total = 0;
total 59 source4/lib/socket/netif.c ifptr != NULL && total < max_interfaces;
total 62 source4/lib/socket/netif.c memset(&ifaces[total], '\0', sizeof(ifaces[total]));
total 78 source4/lib/socket/netif.c ifaces[total].ip = ((struct sockaddr_in *)ifptr->ifa_addr)->sin_addr;
total 79 source4/lib/socket/netif.c ifaces[total].netmask = ((struct sockaddr_in *)ifptr->ifa_netmask)->sin_addr;
total 81 source4/lib/socket/netif.c strlcpy(ifaces[total].name, ifptr->ifa_name,
total 82 source4/lib/socket/netif.c sizeof(ifaces[total].name));
total 83 source4/lib/socket/netif.c total++;
total 88 source4/lib/socket/netif.c return total;
total 106 source4/lib/socket/netif.c int total, i, j;
total 108 source4/lib/socket/netif.c total = _get_interfaces(ifaces, max_interfaces);
total 109 source4/lib/socket/netif.c if (total <= 0) return total;
total 112 source4/lib/socket/netif.c qsort(ifaces, total, sizeof(ifaces[0]), QSORT_CAST iface_comp);
total 114 source4/lib/socket/netif.c for (i=1;i<total;) {
total 116 source4/lib/socket/netif.c for (j=i-1;j<total-1;j++) {
total 119 source4/lib/socket/netif.c total--;
total 125 source4/lib/socket/netif.c return total;
total 654 source4/libcli/clifile.c uint64_t *total, uint64_t *avail)
total 666 source4/libcli/clifile.c *total = fsinfo_parms.size_info.out.total_alloc_units;
total 35 source4/libcli/clireadwrite.c ssize_t total = 0;
total 51 source4/libcli/clireadwrite.c while (total < size) {
total 54 source4/libcli/clireadwrite.c readsize = MIN(readsize, size-total);
total 59 source4/libcli/clireadwrite.c parms.readx.in.remaining = size - total;
total 61 source4/libcli/clireadwrite.c parms.readx.out.data = buf + total;
total 69 source4/libcli/clireadwrite.c total += parms.readx.out.nread;
total 77 source4/libcli/clireadwrite.c return total;
total 95 source4/libcli/clireadwrite.c ssize_t total = 0;
total 109 source4/libcli/clireadwrite.c while (total < size) {
total 112 source4/libcli/clireadwrite.c block = MIN(block, size - total);
total 125 source4/libcli/clireadwrite.c total += parms.writex.out.nwritten;
total 129 source4/libcli/clireadwrite.c return total;
total 140 source4/libcli/clireadwrite.c ssize_t total = 0;
total 152 source4/libcli/clireadwrite.c parms.write.in.data = buf + total;
total 162 source4/libcli/clireadwrite.c total += size;
total 166 source4/libcli/clireadwrite.c return total;
total 32 source4/libcli/raw/raweas.c uint_t total = 4;
total 35 source4/libcli/raw/raweas.c total += 4 + strlen(eas[i].name.s)+1 + eas[i].value.length;
total 37 source4/libcli/raw/raweas.c return total;
total 45 source4/libcli/raw/raweas.c uint_t total = 4;
total 48 source4/libcli/raw/raweas.c total += 1 + strlen(eas[i].name.s) + 1;
total 50 source4/libcli/raw/raweas.c return total;
total 60 source4/libcli/raw/raweas.c uint_t total = 0;
total 65 source4/libcli/raw/raweas.c total += len;
total 67 source4/libcli/raw/raweas.c return total;
total 47 source4/rpc_server/epmapper/rpc_epmapper.c uint32_t total = 0;
total 60 source4/rpc_server/epmapper/rpc_epmapper.c total + 1);
total 64 source4/rpc_server/epmapper/rpc_epmapper.c (*eps)[total].name = iface->iface.name;
total 69 source4/rpc_server/epmapper/rpc_epmapper.c status = dcerpc_binding_build_tower(mem_ctx, description, &(*eps)[total].ep);
total 74 source4/rpc_server/epmapper/rpc_epmapper.c total++;
total 78 source4/rpc_server/epmapper/rpc_epmapper.c return total;
total 1963 source4/rpc_server/samr/dcesrv_samr.c int i, total;
total 1984 source4/rpc_server/samr/dcesrv_samr.c total = 0;
total 1402 source4/torture/basic/denytest.c static void progress_bar(struct torture_context *tctx, uint_t i, uint_t total)
total 1405 source4/torture/basic/denytest.c torture_comment(tctx, "%5d/%5d\r", i, total);
total 33 source4/torture/basic/mangle_test.c static uint_t total, collisions, failures;
total 44 source4/torture/basic/mangle_test.c total++;
total 100 source4/torture/basic/mangle_test.c name, data.dptr, shortname, collisions, total);
total 188 source4/torture/basic/mangle_test.c if (total && total % 100 == 0) {
total 191 source4/torture/basic/mangle_test.c collisions, total, (100.0*collisions) / total, failures);
total 203 source4/torture/basic/mangle_test.c collisions, total, (100.0*collisions) / total, failures);
total 225 source4/torture/nbench/nbio.c double total = 0;
total 227 source4/torture/nbench/nbio.c total += children[i].bytes - children[i].warmup_bytes;
total 229 source4/torture/nbench/nbio.c return 1.0e-6 * total / timeval_elapsed2(&tv_start, &tv_end);
total 50 source4/torture/ndr/dfs.c torture_assert(tctx, r->in.total != NULL, "total ptr");
total 51 source4/torture/ndr/dfs.c torture_assert_int_equal(tctx, *r->in.total, 0, "total");
total 88 source4/torture/ndr/dfs.c torture_assert(tctx, r->out.total != NULL, "total ptr");
total 89 source4/torture/ndr/dfs.c torture_assert_int_equal(tctx, *r->out.total, 3, "total");
total 240 source4/torture/raw/eas.c int i, j, k, last, total;
total 331 source4/torture/raw/eas.c total = 0;
total 346 source4/torture/raw/eas.c total += j;
total 350 source4/torture/raw/eas.c printf("Total EA size:%d\n", total);
total 354 source4/torture/raw/eas.c if (total == 0) {
total 324 source4/torture/raw/lockbench.c int total = 0, minops=0;
total 394 source4/torture/raw/lockbench.c printf("%.2f ops/second\n", total/timeval_elapsed(&tv));
total 400 source4/torture/raw/lockbench.c if (minops < 0.5*total/nprocs) {
total 339 source4/torture/raw/offline.c uint32_t total=0, total_offline=0, total_online=0;
total 341 source4/torture/raw/offline.c total += state[i].count - state[i].lastcount;
total 350 source4/torture/raw/offline.c total, total_offline, total_online,
total 376 source4/torture/raw/openbench.c int total = 0;
total 461 source4/torture/raw/openbench.c total += state[i].count;
total 468 source4/torture/raw/openbench.c total/timeval_elapsed(&tv), total_retries);
total 469 source4/torture/raw/openbench.c if (minops < 0.5*total/nprocs) {
total 253 source4/torture/rpc/dfs.c uint32_t total=0;
total 261 source4/torture/rpc/dfs.c rex.in.total = &total;
total 279 source4/torture/rpc/dfs.c if (level == 1 && rex.out.total) {
total 281 source4/torture/rpc/dfs.c for (i=0;i<*rex.out.total;i++) {
total 290 source4/torture/rpc/dfs.c if (level == 300 && rex.out.total) {
total 292 source4/torture/rpc/dfs.c for (i=0;i<*rex.out.total;i++) {
total 319 source4/torture/rpc/dfs.c uint32_t total=0;
total 327 source4/torture/rpc/dfs.c r.in.total = &total;
total 348 source4/torture/rpc/dfs.c if (level == 1 && r.out.total) {
total 350 source4/torture/rpc/dfs.c for (i=0;i<*r.out.total;i++) {
total 519 source4/torture/rpc/schannel.c uint64_t total;
total 538 source4/torture/rpc/schannel.c uint64_t total;
total 568 source4/torture/rpc/schannel.c if (conn->total % 2) {
total 653 source4/torture/rpc/schannel.c conn->total++;
total 854 source4/torture/rpc/schannel.c s->total += s->conns[i].total;
total 859 source4/torture/rpc/schannel.c (unsigned long long)s->total,
total 860 source4/torture/rpc/schannel.c (unsigned)s->total/s->timelimit);
total 84 source4/torture/winbind/struct_based.c uint32_t total = 0;
total 92 source4/torture/winbind/struct_based.c total++;
total 97 source4/torture/winbind/struct_based.c total, total / timeval_elapsed(&tv));