Home
last modified time | relevance | path

Searched refs:PRARGSZ (Results 1 – 16 of 16) sorted by relevance

/titanic_50/usr/src/lib/libproc/common/
H A DPexecname.c165 (void) strncpy(path, P->psinfo.pr_psargs, PRARGSZ); in Pfindexec()
166 path[PRARGSZ] = '\0'; in Pfindexec()
206 (void) strncpy(path, P->psinfo.pr_psargs, PRARGSZ); in Pfindexec()
207 path[PRARGSZ] = '\0'; in Pfindexec()
H A Dproc_arg.c292 size_t n = PRARGSZ; in proc_unctrl_psinfo()
H A DP32ton.c434 (void) memcpy(&dst->pr_psargs[0], &src->pr_psargs[0], PRARGSZ); in psinfo_32_to_n()
807 (void) memcpy(&dst->pr_psargs[0], &src->pr_psargs[0], PRARGSZ); in psinfo_n_to_32()
/titanic_50/usr/src/uts/sparc/sys/
H A Dold_procfs.h242 #define PRARGSZ 80 /* Number of chars of arguments */ macro
271 char pr_psargs[PRARGSZ]; /* initial characters of arg list */
536 char pr_psargs[PRARGSZ]; /* initial characters of arg list */
/titanic_50/usr/src/uts/intel/sys/
H A Dold_procfs.h243 #define PRARGSZ 80 /* Number of chars of arguments */ macro
272 char pr_psargs[PRARGSZ]; /* initial characters of arg list */
537 char pr_psargs[PRARGSZ]; /* initial characters of arg list */
/titanic_50/usr/src/uts/common/sys/
H A Dprocfs.h273 #define PRARGSZ 80 /* number of chars of arguments */
299 char pr_psargs[PRARGSZ]; /* initial characters of arg list */
701 char pr_psargs[PRARGSZ]; /* initial characters of arg list */
/titanic_50/usr/src/cmd/ps/
H A Dps.c1574 psinfo->pr_psargs[PRARGSZ-1] = '\0'; in prcom()
1575 bytesleft = PRARGSZ; in prcom()
1593 wcnt = namencnt(psinfo->pr_psargs, PRARGSZ, lflg ? 35 : PRARGSZ); in prcom()
1908 psinfo->pr_psargs[PRARGSZ-1] = '\0'; in print_field()
1909 bytesleft = PRARGSZ; in print_field()
1927 wcnt = namencnt(psinfo->pr_psargs, PRARGSZ, width); in print_field()
H A Ducbps.c378 if (twidth > PRARGSZ && (psargs = malloc(twidth)) == NULL) { in ucbmain()
1007 i = PRARGSZ; in prcom()
1008 tp = &psinfo->pr_psargs[PRARGSZ]; in prcom()
/titanic_50/usr/src/cmd/w/
H A Dw.c109 char p_comm[PRARGSZ+1]; /* command */
110 char p_args[PRARGSZ+1]; /* command line arguments */
/titanic_50/usr/src/cmd/whodo/
H A Dwhodo.c113 char p_comm[PRARGSZ+1]; /* command */
114 char p_args[PRARGSZ+1]; /* command line arguments */
/titanic_50/usr/src/cmd/ptools/ptree/
H A Dptree.c65 char psargs[PRARGSZ];
/titanic_50/usr/src/cmd/pgrep/
H A Dpgrep.c225 name = mbstrip(psinfo->pr_psargs, PRARGSZ); in print_proc_long()
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c1821 MIN(PRARGSZ-1, PSARGSZ)); in Ppsinfo_gcore()
/titanic_50/usr/src/uts/common/fs/proc/
H A Dprioctl.c1632 MIN(PRARGSZ-1, PSARGSZ)); in oprgetpsinfo32()
3471 MIN(PRARGSZ-1, PSARGSZ)); in oprgetpsinfo()
H A Dprsubr.c2310 MIN(PRARGSZ-1, PSARGSZ)); in prgetpsinfo()
2442 MIN(PRARGSZ-1, PSARGSZ)); in prgetpsinfo32()
/titanic_50/usr/src/cmd/svc/svcs/
H A Dsvcs.c2058 (void) printf(" %.*s", PRARGSZ, psi.pr_psargs); in detailed_list_processes()