Home
last modified time | relevance | path

Searched refs:NT_PRPSINFO (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/exec/elf/
H A Dold_notes.c115 error = elfnote(vp, &offset, NT_PRPSINFO, sizeof (bigwad->psinfo), in write_old_elfnotes()
/illumos-gate/usr/src/cmd/file/
H A Delf_read.c396 EI->core_type = (ntype == NT_PRPSINFO)? in process_phdr()
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h976 #define NT_PRPSINFO 3 /* prpsinfo_t <sys/old_procfs.h> */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h738 #define NT_PRPSINFO 3 /* Process state info. */ macro
/illumos-gate/usr/src/lib/libproc/common/
H A DPgcore.c1291 if (write_note(fd, NT_PRPSINFO, &prpsinfo, sizeof (prpsinfo_t), in Pfgcore()
1307 if (write_note(fd, NT_PRPSINFO, &pi32, sizeof (prpsinfo32_t), in Pfgcore()
H A DPcore.c2592 nhdr.n_type == NT_PRPSINFO)
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg33 @ MSG_NT_PRPSINFO "[ NT_PRPSINFO ]"
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dcorenote.c1882 case NT_PRPSINFO: /* prpsinfo_t <sys/old_procfs.h> */ in corenote()