Searched refs:psargs (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/latencytop/common/ |
H A D | klog.c | 186 char *psargs; in lt_klog_log() local 195 psargs = (char *)g_hash_table_lookup(proc_table, in lt_klog_log() 198 if (psargs == NULL) { in lt_klog_log() 199 psargs = lt_get_proc_field(pid, LT_FIELD_PSARGS); in lt_klog_log() 201 if (psargs == NULL) { in lt_klog_log() 202 psargs = lt_get_proc_field(pid, LT_FIELD_FNAME); in lt_klog_log() 205 if (psargs == NULL) { in lt_klog_log() 210 LT_INT_TO_POINTER(pid), psargs); in lt_klog_log()
|
/titanic_41/usr/src/cmd/ps/ |
H A D | ucbps.c | 80 char *psargs; member 149 char *psargs = NULL; /* pointer to buffer for -w and -ww options */ in ucbmain() local 378 if (twidth > PRARGSZ && (psargs = malloc(twidth)) == NULL) { in ucbmain() 382 svpsargs = psargs; in ucbmain() 413 if (psargs != NULL || eflg) { in ucbmain() 477 if ((psargs != NULL && in ucbmain() 478 preadargs(asfd, &info, psargs) == -1) || in ucbmain() 479 (eflg && preadenvs(asfd, &info, psargs) == -1)) { in ucbmain() 492 psargs = info.pr_psargs; in ucbmain() 510 if (psargs == NULL) in ucbmain() [all …]
|
/titanic_41/usr/src/cmd/ptools/ptree/ |
H A D | ptree.c | 52 #define FAKEDPID0(p) (p->pid == 0 && p->psargs[0] == '\0') 65 char psargs[PRARGSZ]; member 241 (void) strcpy(p->psargs, "<defunct>"); in main() 243 (void) strncpy(p->psargs, info.pr_fname, in main() 244 sizeof (p->psargs)); in main() 246 (void) strncpy(p->psargs, info.pr_psargs, in main() 247 sizeof (p->psargs)); in main() 248 p->psargs[sizeof (p->psargs)-1] = '\0'; in main() 368 PIDWIDTH, (int)p->pid, n, p->psargs); in printone()
|
/titanic_41/usr/src/uts/intel/ |
H A D | Makefile.files | 207 psargs.o psloop.o psobject.o psopcode.o psopinfo.o \
|
/titanic_41/usr/src/cmd/truss/ |
H A D | main.c | 73 void psargs(private_t *); 665 psargs(pri); in main() 2262 psargs(private_t *pri) in psargs() function
|
/titanic_41/exception_lists/ |
H A D | cstyle | 1085 usr/src/uts/intel/io/acpica/parser/psargs.c
|