Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libproc/common/
H A Dproc_fd.c301 info->pr_fdflags = core->pr_fdflags; in proc_fdinfo_from_core()
340 core->pr_fdflags = info->pr_fdflags; in proc_fdinfo_to_core()
/illumos-gate/usr/src/uts/common/sys/
H A Dprocfs.h535 int pr_fdflags; /* fcntl(F_GETFD), etc. */
560 int pr_fdflags; /* (see F_GETFD in fcntl(2)) */
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dstruct_layout.h527 sl_field_t pr_fdflags; member
H A Dgen_struct_layout.c586 SCALAR_FIELD(prfdinfo_core_t, pr_fdflags, 0); in gen_prfdinfo()
H A Delfdump.msg658 @ MSG_CNOTE_T_PR_FDFLAGS "pr_fdflags:"
H A Dcorenote.c1721 PRINT_DEC(MSG_ORIG(MSG_CNOTE_T_PR_FDFLAGS), pr_fdflags); in dump_prfdinfo()
/illumos-gate/usr/src/cmd/ptools/pfiles/
H A Dpfiles.c330 fdflags = info->pr_fdflags; in dofcntl()
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf_notes.c377 fdinfo.pr_fdflags = ufp->uf_flag; in write_elfnotes()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprvnops.c876 fdinfo->pr_fdflags = ufp_flag; in pr_read_fdinfo()