Lines Matching defs:buf
89 int usnic_vnic_dump(struct usnic_vnic *vnic, char *buf,
103 offset += scnprintf(buf + offset, buf_sz - offset,
109 offset += printtitle(hdr_obj, buf + offset, buf_sz - offset);
110 offset += scnprintf(buf + offset, buf_sz - offset, "\n");
111 offset += scnprintf(buf + offset, buf_sz - offset,
114 offset += printcols(buf + offset, buf_sz - offset);
115 offset += scnprintf(buf + offset, buf_sz - offset, "\n");
122 offset += scnprintf(buf + offset, buf_sz - offset,
127 offset += printrow(res->owner, buf + offset,
130 offset += scnprintf(buf + offset, buf_sz - offset,
179 int usnic_vnic_spec_dump(char *buf, int buf_sz,
190 offset += scnprintf(buf + offset, buf_sz - offset,