Lines Matching refs:id
284 u64 id; in pstore_dump() local
345 ret = psinfo->write(PSTORE_TYPE_DMESG, reason, &id, part, in pstore_dump()
384 u64 id; in pstore_console_write() local
395 psinfo->write_buf(PSTORE_TYPE_CONSOLE, 0, &id, 0, in pstore_console_write()
426 u64 *id, unsigned int part, int count, in pstore_write_compat() argument
430 return psi->write_buf(type, reason, id, part, psinfo->buf, compressed, in pstore_write_compat()
436 u64 *id, unsigned int part, in pstore_write_buf_user_compat() argument
458 ret = psi->write_buf(type, reason, id, part, psinfo->buf, in pstore_write_buf_user_compat()
559 u64 id; in pstore_get_records() local
574 while ((size = psi->read(&id, &type, &count, &time, &buf, &compressed, in pstore_get_records()
593 rc = pstore_mkfile(type, psi->name, id, count, buf, in pstore_get_records()