Home
last modified time | relevance | path

Searched refs:stat_len (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/
H A Ddr_mem.c659 size_t stat_len; in dr_mem_pack_response() local
669 stat_len = sizeof (dr_mem_stat_t) * nstat; in dr_mem_pack_response()
670 resp_len += stat_len; in dr_mem_pack_response()
695 curr_off = sizeof (dr_mem_hdr_t) + stat_len; in dr_mem_pack_response()
696 curr_str = (char *)resp_stat + stat_len; in dr_mem_pack_response()
H A Ddr_cpu.c637 size_t stat_len; in dr_cpu_pack_response() local
650 stat_len = sizeof (dr_cpu_stat_t) * nstat; in dr_cpu_pack_response()
651 resp_len += stat_len; in dr_cpu_pack_response()
678 curr_off = sizeof (dr_cpu_hdr_t) + stat_len; in dr_cpu_pack_response()
679 curr_str = (char *)resp_stat + stat_len; in dr_cpu_pack_response()
/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dikedoor.h586 uint32_t stat_len; member
600 uint32_t stat_len; member
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c2638 print_stats(sp, sreqp->stat_len); in do_getstats()
2664 if (dreqp->stat_len < ((2 * sizeof (ike_defaults_t)) in do_getdefs()
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c7753 unsigned int stat_len = cache_line_size > 64 ? 128 : 64; in t4_fixup_host_params_compat() local
7773 V_EGRSTATUSPAGESIZE(stat_len != 64)); in t4_fixup_host_params_compat()
7851 V_EGRSTATUSPAGESIZE(stat_len != 64)); in t4_fixup_host_params_compat()