Lines Matching defs:size
63 pr_err("Buffer size is too small: %s\n", p);
330 * size = <ENTRIES>
346 trace_boot_compose_hist_cmd(struct xbc_node *hnode, char *buf, size_t size)
349 char *end = buf + size;
369 p = xbc_node_find_value(hnode, "size", NULL);
371 append_printf(&buf, end, ":size=%s", p);
420 struct xbc_node *hnode, char *buf, size_t size)
431 if (trace_boot_compose_hist_cmd(node, buf, size) == 0) {
442 if (trace_boot_compose_hist_cmd(hnode, buf, size) == 0) {
455 struct xbc_node *hnode, char *buf, size_t size)