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