Home
last modified time | relevance | path

Searched refs:pr_sname (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
H A Delfcore-compat.h39 char pr_sname; member
H A Delfcore.h60 char pr_sname; /* char for pr_state */ member
/linux/fs/proc/
H A Dkcore.c431 .pr_sname = 'R', in read_kcore_iter()
/linux/fs/
H A Dbinfmt_elf_fdpic.c1365 psinfo->pr_sname = (i > 5) ? '.' : "RSDTZW"[i]; in fill_psinfo()
1366 psinfo->pr_zomb = psinfo->pr_sname == 'Z'; in fill_psinfo()
H A Dbinfmt_elf.c1552 psinfo->pr_sname = (i > 5) ? '.' : "RSDTZW"[i]; in fill_psinfo()
1553 psinfo->pr_zomb = psinfo->pr_sname == 'Z'; in fill_psinfo()
/linux/arch/s390/kernel/
H A Dcrash_dump.c357 prpsinfo.pr_sname = 'R'; in nt_prpsinfo()