Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Delfcore-compat.h39 char pr_sname; member
H A Delfcore.h60 char pr_sname; /* char for pr_state */ member
/openbmc/linux/fs/proc/
H A Dkcore.c432 .pr_sname = 'R', in read_kcore_iter()
/openbmc/linux/arch/s390/kernel/
H A Dcrash_dump.c362 prpsinfo.pr_sname = 'R'; in nt_prpsinfo()
/openbmc/linux/fs/
H A Dbinfmt_elf_fdpic.c1349 psinfo->pr_sname = (i > 5) ? '.' : "RSDTZW"[i]; in fill_psinfo()
1350 psinfo->pr_zomb = psinfo->pr_sname == 'Z'; in fill_psinfo()
H A Dbinfmt_elf.c1602 psinfo->pr_sname = (i > 5) ? '.' : "RSDTZW"[i]; in fill_psinfo()
1603 psinfo->pr_zomb = psinfo->pr_sname == 'Z'; in fill_psinfo()
/openbmc/qemu/linux-user/
H A Delfload.c3989 char pr_sname; /* char for pr_state */ member