Searched refs:NT_PSTATUS (Results 1 – 5 of 5) sorted by relevance
/titanic_52/usr/src/uts/common/sys/ |
H A D | elf.h | 963 #define NT_PSTATUS 10 /* pstatus_t <sys/procfs.h> */ macro
|
/titanic_52/usr/src/uts/common/exec/elf/ |
H A D | elf_notes.c | 260 error = elfnote(vp, &offset, NT_PSTATUS, sizeof (bigwad->pstatus), in write_elfnotes()
|
/titanic_52/usr/src/lib/libproc/common/ |
H A D | Pgcore.c | 1317 if (write_note(fd, NT_PSTATUS, &P->status, sizeof (pstatus_t), in Pfgcore() 1339 if (write_note(fd, NT_PSTATUS, &ps32, sizeof (pstatus32_t), in Pfgcore()
|
/titanic_52/usr/src/cmd/sgs/libconv/common/ |
H A D | corenote.msg | 39 @ MSG_NT_PSTATUS "[ NT_PSTATUS ]"
|
/titanic_52/usr/src/cmd/sgs/elfdump/common/ |
H A D | corenote.c | 1767 case NT_PSTATUS: /* pstatus_t <sys/procfs.h> */ in corenote()
|