Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libproc/common/
H A DPfdinfo.c133 info->pr_fdflags = pr_fcntl(P, fd, F_GETFD, 0); in load_fdinfo()
/titanic_41/usr/src/cmd/sgs/elfdump/common/
H A Dstruct_layout.h525 sl_field_t pr_fdflags; member
H A Dgen_struct_layout.c584 SCALAR_FIELD(prfdinfo_t, pr_fdflags, 0); in gen_prfdinfo()
H A Delfdump.msg636 @ MSG_CNOTE_T_PR_FDFLAGS "pr_fdflags:"
H A Dcorenote.c1607 PRINT_DEC(MSG_ORIG(MSG_CNOTE_T_PR_FDFLAGS), pr_fdflags); in dump_prfdinfo()
/titanic_41/usr/src/uts/common/sys/
H A Dprocfs.h520 int pr_fdflags; /* fcntl(F_GETFD), etc. */
/titanic_41/usr/src/uts/common/exec/elf/
H A Delf_notes.c357 fdinfo.pr_fdflags = ufp->uf_flag; in write_elfnotes()
/titanic_41/usr/src/cmd/ptools/pfiles/
H A Dpfiles.c364 fdflags = info->pr_fdflags; in dofcntl()