Searched refs:poolstat_field_format_t (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/pools/poolstat/ |
H A D | poolstat.c | 56 typedef int (* formatter) (char *, int, int, poolstat_field_format_t *, char *); 61 static int default_f(char *, int, int, poolstat_field_format_t *, char *); 62 static int bigno_f(char *, int, int, poolstat_field_format_t *, char *); 63 static int used_stat_f(char *, int, int, poolstat_field_format_t *, char *); 64 static int header_f(char *, int, int, poolstat_field_format_t *, char *); 73 static poolstat_field_format_t pset_ffs[] = { 108 static poolstat_field_format_t pool_ffs[] = { 210 sizeof (poolstat_field_format_t); in main() 213 sizeof (poolstat_field_format_t); in main() 383 poolstat_field_format_t *ff; /* current format field */ in create_prt_sequence_list() [all …]
|
H A D | poolstat.h | 161 } poolstat_field_format_t; typedef 175 poolstat_field_format_t *plf_ffs;
|