Home
last modified time | relevance | path

Searched refs:optvect_t (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/ctrun/
H A Dctrun.c58 } optvect_t; typedef
60 static optvect_t option_params[] = {
68 static optvect_t option_events[] = {
113 bit2str(optvect_t *options, uint_t bit) in bit2str()
129 str2bit(optvect_t *options, int match, const char *str, int len) in str2bit()
149 opt2bits(optvect_t *options, int match, const char *str, uint_t *bits, char c) in opt2bits()
/titanic_50/usr/src/cmd/ctstat/
H A Dctstat.c105 } optvect_t; typedef
107 static optvect_t option_params[] = {
115 static optvect_t option_events[] = {
131 print_bits(uint_t bits, optvect_t *desc) in print_bits()