Searched refs:PRFNSZ (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ |
H A D | procfs.h | 240 #define PRFNSZ 16 /* Maximum size of execed filename */ 262 char pr_name[PRFNSZ]; /* name of system lwp */ 298 char pr_fname[PRFNSZ]; /* name of execed file */ 668 char pr_name[PRFNSZ]; /* name of system lwp */ 700 char pr_fname[PRFNSZ]; /* name of execed file */
|
/titanic_50/usr/src/cmd/file/ |
H A D | elf_read.h | 40 char fname[PRFNSZ]; /* name of process that dumped core */
|
/titanic_50/usr/src/uts/sparc/sys/ |
H A D | old_procfs.h | 241 #define PRFNSZ 16 /* max size of execed filename */ macro 270 char pr_fname[PRFNSZ]; /* last component of execed pathname */ 535 char pr_fname[PRFNSZ]; /* last component of execed pathname */
|
/titanic_50/usr/src/uts/intel/sys/ |
H A D | old_procfs.h | 242 #define PRFNSZ 16 /* max size of execed filename */ macro 271 char pr_fname[PRFNSZ]; /* last component of execed pathname */ 536 char pr_fname[PRFNSZ]; /* last component of execed pathname */
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | syslog.c | 115 char _ProcName[PRFNSZ + 1]; 222 (void) strncpy(ProcName, p.pr_fname, PRFNSZ); in vsyslog()
|
/titanic_50/usr/src/lib/libproc/common/ |
H A D | P32ton.c | 396 (void) memcpy(&dst->pr_name[0], &src->pr_name[0], PRFNSZ); in lwpsinfo_32_to_n() 433 (void) memcpy(&dst->pr_fname[0], &src->pr_fname[0], PRFNSZ); in psinfo_32_to_n() 769 (void) memcpy(&dst->pr_name[0], &src->pr_name[0], PRFNSZ); in lwpsinfo_n_to_32() 806 (void) memcpy(&dst->pr_fname[0], &src->pr_fname[0], PRFNSZ); in psinfo_n_to_32()
|
/titanic_50/usr/src/cmd/prstat/ |
H A D | prutil.c | 330 int bytesleft = PRFNSZ; in stripfname()
|
/titanic_50/usr/src/cmd/svc/svcs/ |
H A D | svcs.c | 2931 int len = 1 + 15 + 8 + 3 + 6 + 1 + PRFNSZ; in add_processes() 2960 stime, pids[i], PRFNSZ, psi.pr_fname); in add_processes()
|