Lines Matching defs:buf
48 * buf: The buffer to return the NAT table entries.
49 * num: The caller sets it to the number of ilb_nat_info_t entries buf can
50 * hold. On return, it contains the actual number of entries put in buf.
61 ilb_show_nat(ilb_handle_t h, ilb_nat_info_t buf[], size_t *num,
64 return (ilb_show_info(h, (char *)buf, num, end, show_nat));
70 * buf: The buffer to return the persistent table entries.
71 * num: The caller sets it to the number of ilb_persist_info_t entries buf can
72 * hold. On return, it contains the actual number of entries put in buf.
83 ilb_show_persist(ilb_handle_t h, ilb_persist_info_t buf[], size_t *num,
86 return (ilb_show_info(h, (char *)buf, num, end, show_persist));
94 ilb_show_info(ilb_handle_t h, char *buf, size_t *num, boolean_t *end,
113 * content to the passed in buf. The reason is that the
150 bcopy(&tmp_si->sn_data, buf, tmp_si->sn_num * entry_sz);
151 buf += tmp_si->sn_num * entry_sz;