Searched defs:stat_len (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/
H A Ddr_cpu.c633 size_t stat_len; local
646 stat_len = sizeof (dr_cpu_stat_t) * nstat;
647 resp_len += stat_len;
674 curr_off = sizeof (dr_cpu_hdr_t) + stat_len;
675 curr_str = (char *)resp_stat + stat_len;
H A Ddr_mem.c659 size_t stat_len; local
669 stat_len = sizeof (dr_mem_stat_t) * nstat;
670 resp_len += stat_len;
695 curr_off = sizeof (dr_mem_hdr_t) + stat_len;
696 curr_str = (char *)resp_stat + stat_len;
/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dikedoor.h576 * Upon request, cmd is set, and stat_len does not matter.
578 * Upon successful return, stat_len contains the total size of the
586 uint32_t stat_len; member in struct:__anon3386
593 * Upon request, cmd is set, and stat_len does not matter.
595 * Upon successful return, stat_len contains the total size of the
600 uint32_t stat_len; member in struct:__anon3387
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c4116 unsigned int stat_len = cache_line_size > 64 ? 128 : 64; local
4134 V_EGRSTATUSPAGESIZE(stat_len != 64));

Completed in 73 milliseconds