Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/exec/elf/
H A Dold_notes.c169 error = elfnote(vp, &offset, NT_PRSTATUS, in write_old_elfnotes()
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h974 #define NT_PRSTATUS 1 /* prstatus_t <sys/old_procfs.h> */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h736 #define NT_PRSTATUS 1 /* Process status. */ macro
/illumos-gate/usr/src/lib/libproc/common/
H A DPgcore.c425 if (write_note(pgc->pgc_fd, NT_PRSTATUS, &prstatus, in old_per_lwp()
436 if (write_note(pgc->pgc_fd, NT_PRSTATUS, &pr32, in old_per_lwp()
H A DPcore.c2591 if (nhdr.n_type == NT_PRSTATUS ||
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg31 @ MSG_NT_PRSTATUS "[ NT_PRSTATUS ]"
H A Dcorenote.c69 CONV_DS_MSG_INIT(NT_PRSTATUS, types) }; in conv_cnote_type()
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dcorenote.c1872 case NT_PRSTATUS: /* prstatus_t <sys/old_procfs.h> */ in corenote()