Lines Matching defs:buf
88 int usnic_vnic_dump(struct usnic_vnic *vnic, char *buf,
102 offset += scnprintf(buf + offset, buf_sz - offset,
108 offset += printtitle(hdr_obj, buf + offset, buf_sz - offset);
109 offset += scnprintf(buf + offset, buf_sz - offset, "\n");
110 offset += scnprintf(buf + offset, buf_sz - offset,
113 offset += printcols(buf + offset, buf_sz - offset);
114 offset += scnprintf(buf + offset, buf_sz - offset, "\n");
121 offset += scnprintf(buf + offset, buf_sz - offset,
126 offset += printrow(res->owner, buf + offset,
129 offset += scnprintf(buf + offset, buf_sz - offset,
178 int usnic_vnic_spec_dump(char *buf, int buf_sz,
189 offset += scnprintf(buf + offset, buf_sz - offset,