Searched refs:print_hc (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/ |
H A D | ilbadm_hc.c | 77 static boolean_t print_hc(ofmt_arg_t *, char *, uint_t); 83 {"HCNAME", 14, hc_of_name, print_hc}, 84 {"TIMEOUT", 8, hc_of_timeout, print_hc}, 85 {"COUNT", 8, hc_of_count, print_hc}, 86 {"INTERVAL", 9, hc_of_interval, print_hc}, 87 {"DEF_PING", 9, hc_of_def_ping, print_hc}, 88 {"TEST", 32, hc_of_test, print_hc}, 93 print_hc(ofmt_arg_t *of_arg, char *buf, uint_t bufsize) in print_hc() function
|