Lines Matching defs:buffer
72 "ECC buffer size in bytes (1 is a special value, means 16 "
132 /* Update old/shadowed buffer. */
145 static int ramoops_read_kmsg_hdr(char *buffer, struct timespec64 *time,
151 if (sscanf(buffer, RAMOOPS_KERNMSG_HDR "%lld.%lu-%c\n%n",
159 } else if (sscanf(buffer, RAMOOPS_KERNMSG_HDR "%lld.%lu\n%n",
356 * If our buffer is larger than kmsg_bytes, this can never happen,
357 * and if our buffer is smaller than kmsg_bytes, we don't want the
369 * Since this is a new crash dump, we need to reset the buffer in
373 * expects to find a dump header in the beginning of buffer data, so
374 * we must to reset the buffer values, in order to ensure that the
375 * header will be written to the beginning of the buffer.
840 pr_err("cannot allocate pstore crash dump buffer\n");