Home
last modified time | relevance | path

Searched refs:NT_CWD (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Delf.h998 #define NT_CWD 27 /* prcwd_t */ macro
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf_notes.c496 error = elfnote(vp, &offset, NT_CWD, sizeof (bigwad->cwd), in write_elfnotes()
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg55 @ MSG_NT_CWD "[ NT_CWD ]"
H A Dcorenote.c66 #if NT_NUM != NT_CWD in conv_cnote_type()
/illumos-gate/usr/src/lib/libproc/common/
H A DPcore.c1292 #if NT_NUM != NT_CWD
1335 [NT_CWD] = note_cwd
H A DPgcore.c1499 if (write_note(fd, NT_CWD, cwd, in Pfgcore()
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dcorenote.c2060 case NT_CWD: in corenote()