Home
last modified time | relevance | path

Searched refs:NT_PSTATUS (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Delf.h983 #define NT_PSTATUS 10 /* pstatus_t <sys/procfs.h> */ macro
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf_notes.c273 error = elfnote(vp, &offset, NT_PSTATUS, sizeof (bigwad->pstatus), in write_elfnotes()
/illumos-gate/usr/src/lib/libproc/common/
H A DPgcore.c1373 if (write_note(fd, NT_PSTATUS, &P->status, sizeof (pstatus_t), in Pfgcore()
1395 if (write_note(fd, NT_PSTATUS, &ps32, sizeof (pstatus32_t), in Pfgcore()
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg40 @ MSG_NT_PSTATUS "[ NT_PSTATUS ]"
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dcorenote.c1915 case NT_PSTATUS: /* pstatus_t <sys/procfs.h> */ in corenote()