Home
last modified time | relevance | path

Searched refs:NT_FDINFO (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf_notes.c454 error = elfnote(vp, &offset, NT_FDINFO, in write_elfnotes()
483 error = elfnote(vp, &offset, NT_FDINFO, in write_elfnotes()
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h993 #define NT_FDINFO 22 /* open fd info */ macro
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg50 @ MSG_NT_FDINFO "[ NT_FDINFO ]"
/illumos-gate/usr/src/lib/libproc/common/
H A DPgcore.c540 ret = write_note(iter->fd_fd, NT_FDINFO, &core, in iter_fd()
H A DPcore.c1330 [NT_FDINFO] = note_fdinfo,
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dcorenote.c2031 case NT_FDINFO: in corenote()