Searched refs:htstat (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/ipf/tools/ |
H A D | ippool.c | 387 iphtstat_t htstat; local 507 op.iplo_size = sizeof(htstat); 508 op.iplo_struct = &htstat; 520 showhashs_live(fd, role, &htstat, poolname, opts); 531 showhashs_live(fd, role, &htstat, poolname, opts); 646 iphtstat_t htstat; local 723 op.iplo_struct = &htstat; 724 op.iplo_size = sizeof(htstat); 731 printf("Hash Tables:\t%lu\n", htstat.iphs_numtables); 732 printf("Nodes:\t%lu\n", htstat.iphs_numnodes); [all …]
|