Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dprocfs.h240 #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 Delf_read.h40 char fname[PRFNSZ]; /* name of process that dumped core */
/titanic_50/usr/src/uts/sparc/sys/
H A Dold_procfs.h241 #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 Dold_procfs.h242 #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 Dsyslog.c115 char _ProcName[PRFNSZ + 1];
222 (void) strncpy(ProcName, p.pr_fname, PRFNSZ); in vsyslog()
/titanic_50/usr/src/lib/libproc/common/
H A DP32ton.c396 (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 Dprutil.c330 int bytesleft = PRFNSZ; in stripfname()
/titanic_50/usr/src/cmd/svc/svcs/
H A Dsvcs.c2931 int len = 1 + 15 + 8 + 3 + 6 + 1 + PRFNSZ; in add_processes()
2960 stime, pids[i], PRFNSZ, psi.pr_fname); in add_processes()