Searched defs:total (Results 51 - 71 of 71) sorted by relevance

123

/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dtm.h112 int total; /* inclusive total since epoch */ member in struct:__anon1212
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dtm.h112 int total; /* inclusive total since epoch */ member in struct:__anon1234
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dtm.h112 int total; /* inclusive total since epoch */ member in struct:__anon1256
/osnet-11/usr/src/lib/libvrrpadm/common/
H A Dlibvrrpadm.c551 size_t len, cur_size = 0, total; local
558 total = sizeof (vrrp_queryinfo_t);
559 while (cur_size < total) {
560 len = read(sock, (char *)qinfo + cur_size, total - cur_size);
579 total += out_cnt * sizeof (vrrp_addr_t);
581 while (cur_size < total) {
582 len = read(sock, (char *)qinfo + cur_size, total - cur_size);
/osnet-11/usr/src/lib/watchmalloc/common/
H A Dmalloc.c1263 size_t total; local
1265 total = num * size;
1268 if (num != 0 && total / num != size) {
1272 if ((mp = malloc(total)) != NULL)
1273 (void) memset(mp, 0, total);
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dcrypto.c172 int f, to_read, total, attempts, br; local
206 total = attempts = 0;
208 br = read(f, *pfx + total, to_read);
216 total += br;
1411 s64 bytes_read, offset, total, length; local
1433 total = 0;
1435 while (total < count && offset < na->data_size) {
1444 total = -1;
1454 memset(b + total, 0, length);
1455 total
[all...]
H A Drunlist.c1038 s64 bytes_read, to_read, ofs, total; local
1053 for (total = 0LL; count; rl++, ofs = 0) {
1064 total += to_read;
1077 total += bytes_read;
1090 return total;
1092 if (total)
1093 return total;
1122 s64 written, to_write, ofs, total; local
1137 for (total = 0LL; count; rl++, ofs = 0) {
1173 total
[all...]
H A Dattrib.c98 s64 total, r; local
161 for (i = 0, total = 0; rl[i].length; i++) {
162 if (total + (rl[i].length << vol->cluster_size_bits) >=
221 memcpy(b + total, intbuf, sle64_to_cpu(a->u.nonres.data_size) -
222 total);
224 total = sle64_to_cpu(a->u.nonres.data_size);
239 b + total);
258 total += r;
261 return total;
868 s64 br, to_read, ofs, total, total local
1039 s64 written, to_write, ofs, total, old_initialized_size, old_data_size; local
[all...]
/osnet-11/usr/src/lib/libcmd/common/
H A Dod.c259 size_t total; member in struct:State_s
1141 if (state->total >= state->count)
1146 else if ((state->total += n) > state->count)
1147 n -= state->total - state->count;
H A Dls.c104 " [+total.blocks?running total block count]"
105 " [+total.bytes?running total size in bytes]"
106 " [+total.files?running total file count]"
302 typedef struct /* dir/total counts */
334 Count_t total; /* total counts */ member in struct:__anon1493
354 "%(flags:case;*d*;;*[ls]*;total
[all...]
/osnet-11/usr/src/lib/libbsm/common/
H A Dadt_token.c747 int total = 0; local
758 total += written;
764 new_string = realloc(string, total + 1);
/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsKeystoreUtil.c233 int n, total = 0; local
235 n = readn_nointr(fd, &buf[total], buflen - total);
236 if (n != (buflen - total))
239 total += n;
240 } while (total < buflen);
241 return (total);
247 int fd, total = 0; local
253 total = kms_slurp_fd(fd, buf, buflen);
256 total
[all...]
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dgeneralop.c677 long nread, total = 0; local
720 nread = read(fd, buf+total, amount_to_read - total);
727 total += nread;
728 } while (total < amount_to_read);
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_aggregate.c161 long double total = (long double)lquanta[0] * (long double)(base - 1); local
164 total += (long double)lquanta[i + 1] * (long double)base;
166 return (total + (long double)lquanta[levels + 1] *
H A Ddt_consume.c490 uint64_t normal, long double total, char positives, char negatives)
499 assert(!(total == 0 && (positives || negatives)));
502 assert(!(val != 0 && total == 0));
506 f = (dt_fabsl((long double)val) * len) / total;
517 f = (dt_fabsl((long double)val) * len) / total;
535 f = (dt_fabsl((long double)val) * len) / total;
554 long double total = 0; local
585 total += dt_fabsl((long double)data[i]);
597 if (dt_print_quantline(dtp, fp, data[i], normal, total,
612 long double total local
489 dt_print_quantline(dtrace_hdl_t *dtp, FILE *fp, int64_t val, uint64_t normal, long double total, char positives, char negatives) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dnet.c1393 grub_size_t amount, total = 0; local
1407 total += amount;
1423 return total;
1431 return total;
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsclone.c1346 s64 total, used; local
1348 total = nr_clusters * cluster_size;
1353 100.0 * ((float)used / total));
H A Dmkntfs.c548 long long bytes_written, total; local
553 total = 0LL;
566 total += bytes_written;
572 return total;
593 s64 bytes_written, total, length, delta; local
600 total = 0LL;
606 total += length;
617 if (total + length > val_len) {
619 length = val_len - total;
627 bytes_written = dev->d_ops->write(dev, val + total,
[all...]
H A Dntfsresize.c2200 s64 total, used; local
2202 total = vol->nr_clusters * vol->cluster_size;
2208 100.0 * ((float)used / total));
/osnet-11/usr/src/lib/libzonestat/common/
H A Dlibzonestat.c465 * For total utilization, add pset time to zone that
883 * add byte counts to link total
951 * to link/system total. We may be under reporting
1046 /* add to link total */
1154 zs_ts_used_scale(timestruc_t *total, timestruc_t *used, uint64_t scale, argument
1160 if (total->tv_sec == 0 && total->tv_nsec == 0)
1163 dtotal = (double)total->tv_sec +
1164 ((double)total->tv_nsec / (double)NANOSEC);
1177 * Convert total an
1180 zs_ts_used_pct(timestruc_t *total, timestruc_t *used, boolean_t cap_at_100) argument
1193 zs_ts_used_cpus(timestruc_t *total, timestruc_t *used, uint_t ncpus, boolean_t cap_at_100) argument
1267 zs_uint64_used_scale(uint64_t total, uint64_t used, uint64_t scale, boolean_t cap_at_100) argument
1291 zs_uint64_used_pct(uint64_t total, uint64_t used, boolean_t cap_at_100) argument
1633 double total; local
[all...]
/osnet-11/usr/src/lib/libscf/common/
H A Dlowlevel.c3228 size_t total, size; local
3241 total = 0;
3251 total += size;
3254 request_size = REP_PROTOCOL_TRANSACTION_COMMIT_SIZE(total);
3291 assert(new_total == total);
7716 * total number of matching keys.

Completed in 268 milliseconds

123