Searched refs:lusage (Results 1 – 1 of 1) sorted by relevance
329 static prheader_t *lusage; /* buffer to contain lusage */ variable834 if (Lflg && mflg && (lusage = malloc(lusagesize)) == NULL) { in stdmain()1099 prsz = read(procfd, lusage, lusagesize); in print_proc()1120 lusage = Realloc(lusage, lusagesize); in print_proc()1123 if (lpsinfobuf->pr_nent > lusage->pr_nent) in print_proc()1134 uintptr_t u = (uintptr_t)(lusage + 1); in print_proc()1136 for (i = 0; i < lusage->pr_nent; i++, u += in print_proc()1137 lusage->pr_entsize) { in print_proc()