Searched refs:print_stat (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/latencytop/common/
H A Dklog.c51 print_stat(const char *key, lt_stat_data_t *log, FILE *fp) function
154 g_hash_table_foreach(klog_table, (GHFunc)print_stat, fp);
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_cout.c57 static void print_stat(int, declaration *);
308 print_stat(1, &dl->decl);
322 print_stat(1, &def->def.un.enum_decl);
404 print_stat(indent + 2,
534 print_stat(indent + 1,
545 print_stat(indent + 1, &dl->decl);
554 print_stat(indent + 1, &cur->decl);
618 print_stat(indent, &dl->decl);
648 print_stat(indent, &dl->decl);
663 print_stat(inden
730 print_stat(int indent, declaration *dec) function
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dpppd.h377 void (*print_stat) __P((int unit, FILE *strptr)); member in struct:protent
H A Dmain.c2577 if (protp->print_stat != NULL)
2578 (*protp->print_stat)(unit, strptr);

Completed in 89 milliseconds