Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libilb/common/
H A Dilb_nat.c42 static ilb_status_t ilb_show_info(ilb_handle_t, char *, size_t *, boolean_t *,
64 return (ilb_show_info(h, (char *)buf, num, end, show_nat)); in ilb_show_nat()
86 return (ilb_show_info(h, (char *)buf, num, end, show_persist)); in ilb_show_persist()
94 ilb_show_info(ilb_handle_t h, char *buf, size_t *num, boolean_t *end, in ilb_show_info() function