Searched refs:PRARGSZ (Results 1 – 16 of 16) sorted by relevance
/titanic_50/usr/src/lib/libproc/common/ |
H A D | Pexecname.c | 165 (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 D | proc_arg.c | 292 size_t n = PRARGSZ; in proc_unctrl_psinfo()
|
H A D | P32ton.c | 434 (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 D | old_procfs.h | 242 #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 D | old_procfs.h | 243 #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 D | procfs.h | 273 #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 D | ps.c | 1574 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 D | ucbps.c | 378 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 D | w.c | 109 char p_comm[PRARGSZ+1]; /* command */ 110 char p_args[PRARGSZ+1]; /* command line arguments */
|
/titanic_50/usr/src/cmd/whodo/ |
H A D | whodo.c | 113 char p_comm[PRARGSZ+1]; /* command */ 114 char p_args[PRARGSZ+1]; /* command line arguments */
|
/titanic_50/usr/src/cmd/ptools/ptree/ |
H A D | ptree.c | 65 char psargs[PRARGSZ];
|
/titanic_50/usr/src/cmd/pgrep/ |
H A D | pgrep.c | 225 name = mbstrip(psinfo->pr_psargs, PRARGSZ); in print_proc_long()
|
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | gcore.c | 1821 MIN(PRARGSZ-1, PSARGSZ)); in Ppsinfo_gcore()
|
/titanic_50/usr/src/uts/common/fs/proc/ |
H A D | prioctl.c | 1632 MIN(PRARGSZ-1, PSARGSZ)); in oprgetpsinfo32() 3471 MIN(PRARGSZ-1, PSARGSZ)); in oprgetpsinfo()
|
H A D | prsubr.c | 2310 MIN(PRARGSZ-1, PSARGSZ)); in prgetpsinfo() 2442 MIN(PRARGSZ-1, PSARGSZ)); in prgetpsinfo32()
|
/titanic_50/usr/src/cmd/svc/svcs/ |
H A D | svcs.c | 2058 (void) printf(" %.*s", PRARGSZ, psi.pr_psargs); in detailed_list_processes()
|