Searched refs:pr_path (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/lib/libproc/common/ |
H A D | Pfdinfo.c | 147 len = readlink(path, info->pr_path, in load_fdinfo() 148 sizeof (info->pr_path) - 1); in load_fdinfo() 153 info->pr_path[0] = 0; in load_fdinfo() 155 info->pr_path[len] = 0; in load_fdinfo()
|
/titanic_50/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
|
/titanic_50/usr/src/cmd/ptools/pfiles/ |
H A D | pfiles.c | 294 dev = strrchr(info->pr_path, ':'); in show_file() 297 dev = strrchr(info->pr_path, '/'); in show_file() 312 if (info->pr_path[0] != '\0') in show_file() 313 (void) printf(" %s\n", info->pr_path); in show_file()
|
/titanic_50/usr/src/uts/common/exec/elf/ |
H A D | elf_notes.c | 376 (void) vnodetopath(vroot, fvp, fdinfo.pr_path, in write_elfnotes() 377 sizeof (fdinfo.pr_path), credp); in write_elfnotes()
|
/titanic_50/usr/src/cmd/sgs/elfdump/common/ |
H A D | struct_layout.h | 526 sl_field_t pr_path; member
|
H A D | gen_struct_layout.c | 585 ARRAY_FIELD(prfdinfo_t, pr_path, 0); in gen_prfdinfo()
|
H A D | elfdump.msg | 628 @ MSG_CNOTE_T_PR_PATH "pr_path:"
|
H A D | corenote.c | 1609 PRINT_STRBUF(MSG_ORIG(MSG_CNOTE_T_PR_PATH), pr_path); in dump_prfdinfo()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | procfs.h | 522 char pr_path[MAXPATHLEN];
|