Searched refs:poolstat_field_format_t (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/pools/poolstat/ |
H A D | poolstat.c | 57 typedef int (* formatter) (char *, int, int, poolstat_field_format_t *, char *); 62 static int default_f(char *, int, int, poolstat_field_format_t *, char *); 63 static int bigno_f(char *, int, int, poolstat_field_format_t *, char *); 64 static int used_stat_f(char *, int, int, poolstat_field_format_t *, char *); 65 static int header_f(char *, int, int, poolstat_field_format_t *, char *); 74 static poolstat_field_format_t pset_ffs[] = { 109 static poolstat_field_format_t pool_ffs[] = { 209 sizeof (poolstat_field_format_t); in main() 212 sizeof (poolstat_field_format_t); in main() 382 poolstat_field_format_t *ff; /* current format field */ in create_prt_sequence_list() [all …]
|
H A D | poolstat.h | 163 } poolstat_field_format_t; typedef 177 poolstat_field_format_t *plf_ffs;
|