Searched refs:NT_PSTATUS (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | elf.h | 811 #define NT_PSTATUS 10 /* pstatus_t <sys/procfs.h> */ macro
|
/illumos-gate/usr/src/uts/common/exec/elf/ |
H A D | elf_notes.c | 262 error = elfnote(vp, &offset, NT_PSTATUS, sizeof (bigwad->pstatus),
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Pgcore.c | 1317 if (write_note(fd, NT_PSTATUS, &P->status, sizeof (pstatus_t), 1339 if (write_note(fd, NT_PSTATUS, &ps32, sizeof (pstatus32_t),
|
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | corenote.c | 1810 case NT_PSTATUS: /* pstatus_t <sys/procfs.h> */
|
Completed in 72 milliseconds