Home
last modified time | relevance | path

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

/titanic_44/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.c633 size_t stat_len; in dr_cpu_pack_response() local
646 stat_len = sizeof (dr_cpu_stat_t) * nstat; in dr_cpu_pack_response()
647 resp_len += stat_len; in dr_cpu_pack_response()
674 curr_off = sizeof (dr_cpu_hdr_t) + stat_len; in dr_cpu_pack_response()
675 curr_str = (char *)resp_stat + stat_len; in dr_cpu_pack_response()
/titanic_44/usr/src/lib/libipsecutil/common/
H A Dikedoor.h586 uint32_t stat_len; member
600 uint32_t stat_len; member
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c2635 print_stats(sp, sreqp->stat_len); in do_getstats()
2661 if (dreqp->stat_len < ((2 * sizeof (ike_defaults_t)) in do_getdefs()
/titanic_44/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c4116 unsigned int stat_len = cache_line_size > 64 ? 128 : 64; in t4_fixup_host_params() local
4134 V_EGRSTATUSPAGESIZE(stat_len != 64)); in t4_fixup_host_params()