Home
last modified time | relevance | path

Searched refs:total (Results 151 – 175 of 260) sorted by relevance

1234567891011

/illumos-gate/usr/src/lib/libdtrace/common/
H A Dudp.d.in37 uint16_t udp_length; /* total length */
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh_var.h108 uint32_t total; member
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Ddiscovery.c1032 uint16_t total, cleaned, skipped, unhandled; in fct_trigger_rport_cleanup() local
1037 total = port->port_max_xchges - iport->iport_nslots_free; in fct_trigger_rport_cleanup()
1071 if (((cleaned + skipped) == total) && (unhandled == 0)) { in fct_trigger_rport_cleanup()
1079 unhandled, total); in fct_trigger_rport_cleanup()
2204 uint32_t total, max_active; in fct_check_cmdlist() local
2208 total = iport->iport_total_alloced_ncmds; in fct_check_cmdlist()
2211 if (total <= max_active) in fct_check_cmdlist()
2216 num_to_release = (total + 1 - max_active) / 2; in fct_check_cmdlist()
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.h87 int total; /* total messages logged */ member
/illumos-gate/usr/src/cmd/sgs/dump/common/
H A Ddump.c218 unsigned long total, topath; in print_static() local
232 total = temp[0]; in print_static()
236 (total - topath)*sizeof (long)); in print_static()
238 strtab += total*sizeof (long); in print_static()
239 section_size -= (total*sizeof (long)); in print_static()
/illumos-gate/usr/src/uts/sun4u/os/
H A Dcpr_impl.c740 pgcnt_t pages, total = 0; in i_cpr_count_special_kpages() local
763 total++; in i_cpr_count_special_kpages()
765 total++; in i_cpr_count_special_kpages()
770 return (total); in i_cpr_count_special_kpages()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4st.h164 u32_t total; /* Size of the entire block */ member
176 u32_t total; /* Size of the entire block */ member
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxgell.h291 uint_t total; /* total buffers */ member
/illumos-gate/usr/src/cmd/mdb/intel/modules/i40e/
H A Di40e.c94 LE_16(rsrc.guaranteed), LE_16(rsrc.total), LE_16(rsrc.used), in i40e_switch_rsrcs_dcmd()
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_auth.c231 const char *authblocks, size_t len, int n, size_t *total) { in slp_verify() argument
325 *total = off; in slp_verify()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtypegraph.c1536 typegraph_stat_perc(char *name, size_t stat, size_t total) in typegraph_stat_perc() argument
1538 int perc = (stat * 100) / total; in typegraph_stat_perc()
1539 int tenths = ((stat * 1000) / total) % 10; in typegraph_stat_perc()
2112 size_t total = 0; in typegraph_postpass_node() local
2143 state->tgps_total = total; in typegraph_postpass_node()
2166 total = state->tgps_total; in typegraph_postpass_node()
/illumos-gate/usr/src/uts/common/xen/public/
H A Dsysctl.h226 uint8_t total; /* total Px states */ member
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dhw_debug.h74 total++; \
/illumos-gate/usr/src/contrib/zlib/
H A Dinflate.c124 strm->total_in = strm->total_out = state->total = 0; in inflateResetKeep()
1204 state->total += out; in inflate()
1227 if ((state->wrap & 4) && hold != (state->total & 0xffffffff)) { in inflate()
1270 state->total += out; in inflate()
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dclient.c128 int filefd, bytes, n, total = 0; in send_ocsp_request() local
169 total += n; in send_ocsp_request()
H A Dgeneralop.c663 long nread, total = 0; in kmf_read_input_file() local
695 nread = read(fd, buf+total, s.st_size-total); in kmf_read_input_file()
702 total += nread; in kmf_read_input_file()
703 } while (total < s.st_size); in kmf_read_input_file()
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c3625 size_t total, offset, len; in get_datasets() local
3654 total = 0; in get_datasets()
3656 total += strlen(dstab.zone_dataset_name) + 1; in get_datasets()
3662 total += implicit_len + 1; in get_datasets()
3664 if (total == 0) { in get_datasets()
3669 if ((str = malloc(total)) == NULL) { in get_datasets()
3682 total - offset); in get_datasets()
3684 if (offset < total - 1) in get_datasets()
3690 (void) strlcpy(str + offset, implicit_datasets, total - offset); in get_datasets()
3694 *bufsizep = total; in get_datasets()
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c3822 uint64_t count = 0, total = 0; in single_histo_average() local
3836 total += histo[i] * (((1UL << i) + ((1UL << i)/2))); in single_histo_average()
3842 return (count == 0 ? 0 : total / count); in single_histo_average()
6598 uint64_t pass_scanned, scanned, pass_issued, issued, total; in print_scan_status() local
6681 total = ps->pss_to_examine; in print_scan_status()
6684 fraction_done = (double)issued / total; in print_scan_status()
6693 total_secs_left = (issue_rate != 0 && total >= issued) ? in print_scan_status()
6694 ((total - issued) / issue_rate) : UINT64_MAX; in print_scan_status()
6704 zfs_nicebytes(total, total_buf, sizeof (total_buf)); in print_scan_status()
6827 uint64_t copied, total, elapsed, mins_left, hours_left; in print_removal_status() local
[all …]
/illumos-gate/usr/src/uts/common/io/uath/
H A Duath_reg.h44 uint32_t total; member
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c1646 unsigned long total; /* protected copy of output count */ member
2336 strm->total_in = strm->total_out = state->total = 0;
3301 state->total += out;
3323 if (hold != (state->total & 0xffffffff)) {
3363 state->total += out;
4703 unsigned long total; local
4928 …else if (!(total = ((num[0]|(num[1]<<8)|(num[2]<<16)|(num[3]<<24)) + sizeof(Header_t) - 1) / sizeo…
4929 total = 1;
5113 p = (state.blocks * 100) / total;
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_impl.c213 uint_t total; member
1563 flow->total = 0; in ibcm_flow_init()
1644 flow->total++; in ibcm_flow_enter()
1674 flow->total += flow1->waiters; in ibcm_flow_exit()
/illumos-gate/usr/src/cmd/login/
H A Dlogin.c2372 int total = strlen(*envp) + MAXARGSWIDTH + 3; in establish_user_environment() local
2373 envinit[basicenv+k] = malloc(total); in establish_user_environment()
2378 (void) snprintf(envinit[basicenv+k], total, "L%d=%s", in establish_user_environment()
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dsetup.c839 struct timeval total = DBG_TOTALTIME; in setup() local
852 DBG_TOTALTIME = total; in setup()
/illumos-gate/usr/src/cmd/refer/papers/
H A DRv7man354 "The total cost of maintaining a widely used program is typically 40 percent
357 "As shown above, amalgamating prose and program reduces the total
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dcheetah_copy.S992 ldub [%o0 + 1], %o3 ! repeat for a total of 4 bytes
1122 ldx [%o0 + 8], %o3 ! repeat for a total for 4 long words
1172 lduw [%o0 + 4], %o3 ! repeat for a total for 4 words
1219 lduh [%o0 + 2], %o3 ! repeat for a total for 4 halfwords
1869 ldub [%o0 + 1], %o3 ! repeat for a total of 4 bytes
2008 ldx [%o0 + 8], %o3 ! repeat for a total for 4 long words
2063 lduw [%o0 + 4], %o3 ! repeat for a total for 4 words
2116 lduh [%o0 + 2], %o3 ! repeat for a total for 4 halfwords
2631 lduba [%o0]ASI_USER, %o3 ! repeat for a total of 4 bytes
2767 ldxa [%o0]ASI_USER, %o3 ! repeat for a total for 4 long words
[all …]

1234567891011