HomeSort by relevance Sort by last modified time
    Searched refs:psargs (Results 1 - 5 of 5) sorted by null

  /onnv/onnv-gate/usr/src/cmd/latencytop/common/
klog.c 186 char *psargs; local
195 psargs = (char *)g_hash_table_lookup(proc_table,
198 if (psargs == NULL) {
199 psargs = lt_get_proc_field(pid, LT_FIELD_PSARGS);
201 if (psargs == NULL) {
202 psargs = lt_get_proc_field(pid, LT_FIELD_FNAME);
205 if (psargs == NULL) {
210 LT_INT_TO_POINTER(pid), psargs);
  /onnv/onnv-gate/usr/src/cmd/ps/
ucbps.c 78 char *psargs; member in struct:psent
147 char *psargs = NULL; /* pointer to buffer for -w and -ww options */ local
376 if (twidth > PRARGSZ && (psargs = malloc(twidth)) == NULL) {
380 svpsargs = psargs;
411 if (psargs != NULL || eflg) {
475 if ((psargs != NULL &&
476 preadargs(asfd, &info, psargs) == -1) ||
477 (eflg && preadenvs(asfd, &info, psargs) == -1)) {
490 psargs = info.pr_psargs;
508 if (psargs == NULL
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ptools/ptree/
ptree.c 52 #define FAKEDPID0(p) (p->pid == 0 && p->psargs[0] == '\0')
65 char psargs[PRARGSZ]; member in struct:ps
241 (void) strcpy(p->psargs, "<defunct>");
243 (void) strncpy(p->psargs, info.pr_fname,
244 sizeof (p->psargs));
246 (void) strncpy(p->psargs, info.pr_psargs,
247 sizeof (p->psargs));
248 p->psargs[sizeof (p->psargs)-1] = '\0';
368 PIDWIDTH, (int)p->pid, n, p->psargs);
    [all...]
  /onnv/onnv-gate/usr/src/uts/intel/
Makefile.files 202 exutils.o psargs.o psopcode.o psparse.o psscope.o \
  /onnv/onnv-gate/usr/src/cmd/truss/
main.c 75 void psargs(private_t *);
669 psargs(pri);
2271 psargs(private_t *pri) function
    [all...]

Completed in 60 milliseconds