Lines Matching refs:psname
300 int pstore_mkfile(enum pstore_type_id type, char *psname, u64 id, int count, in pstore_mkfile() argument
342 psname, id, compressed ? ".enc.z" : ""); in pstore_mkfile()
345 scnprintf(name, sizeof(name), "console-%s-%lld", psname, id); in pstore_mkfile()
348 scnprintf(name, sizeof(name), "ftrace-%s-%lld", psname, id); in pstore_mkfile()
351 scnprintf(name, sizeof(name), "mce-%s-%lld", psname, id); in pstore_mkfile()
354 scnprintf(name, sizeof(name), "rtas-%s-%lld", psname, id); in pstore_mkfile()
358 psname, id); in pstore_mkfile()
362 psname, id); in pstore_mkfile()
365 scnprintf(name, sizeof(name), "pmsg-%s-%lld", psname, id); in pstore_mkfile()
368 sprintf(name, "powerpc-opal-%s-%lld", psname, id); in pstore_mkfile()
371 scnprintf(name, sizeof(name), "unknown-%s-%lld", psname, id); in pstore_mkfile()
375 type, psname, id); in pstore_mkfile()