Searched refs:pr_path (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | proc_fd.c | 280 if (*core->pr_path != '\0') { in proc_fdinfo_from_core() 281 slen = strlen(core->pr_path) + 1; in proc_fdinfo_from_core() 312 bcopy(core->pr_path, misc, slen); in proc_fdinfo_from_core() 349 if (pathl <= sizeof (core->pr_path) - 1) in proc_fdinfo_to_core() 350 bcopy(path, core->pr_path, pathl + 1); in proc_fdinfo_to_core()
|
/illumos-gate/usr/src/cmd/sh/ |
H A D | hashserv.c | 48 static void pr_path(unsigned char *, int); 206 pr_path(h->key, hashdata(h->data)); 370 pr_path(name, hashval); in what_is_path() 385 pr_path(name, cnt); in what_is_path() 488 pr_path(unsigned char *name, int count) in pr_path() function
|
/illumos-gate/usr/src/uts/common/exec/elf/ |
H A D | elf_notes.c | 437 (void) vnodetopath(vroot, fvp, fdinfo.pr_path, in write_elfnotes() 438 sizeof (fdinfo.pr_path), credp); in write_elfnotes()
|
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | struct_layout.h | 528 sl_field_t pr_path; member
|
H A D | gen_struct_layout.c | 590 ARRAY_FIELD(prfdinfo_core_t, pr_path, 0); in gen_prfdinfo()
|
H A D | elfdump.msg | 651 @ MSG_CNOTE_T_PR_PATH "pr_path:"
|
H A D | corenote.c | 1725 PRINT_STRBUF(MSG_ORIG(MSG_CNOTE_T_PR_PATH), pr_path); in dump_prfdinfo()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | procfs.h | 538 char pr_path[MAXPATHLEN];
|