Searched defs:s_types (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/stat/common/
H A Dstatcommon.h215 enum snapshot_types s_types; member in struct:snapshot
/illumos-gate/usr/src/tools/ctf/dump/
H A Ddump.c80 ulong_t s_types[16]; /* number of types by kind */ member in struct:__anon4465
625 stats.s_types[kind]++;
696 long_stat("total number of integers", stats.s_types[CTF_K_INTEGER]);
697 long_stat("total number of floats", stats.s_types[CTF_K_FLOAT]);
698 long_stat("total number of pointers", stats.s_types[CTF_K_POINTER]);
699 long_stat("total number of arrays", stats.s_types[CTF_K_ARRAY]);
700 long_stat("total number of func types", stats.s_types[CTF_K_FUNCTION]);
701 long_stat("total number of structs", stats.s_types[CTF_K_STRUCT]);
702 long_stat("total number of unions", stats.s_types[CTF_K_UNION]);
703 long_stat("total number of enums", stats.s_types[CTF_K_ENU
[all...]

Completed in 77 milliseconds