Searched refs:pr_size (Results 1 – 6 of 6) sorted by relevance
81 upp->pr_size = uap->size; in sys_profil()119 if (pc < prof->pr_off || PC_TO_INDEX(pc, prof) >= prof->pr_size) { in addupc_intr()157 (i = PC_TO_INDEX(pc, prof)) >= prof->pr_size) { in addupc_task()
40 printf("Size of process image in kbytes = %ld\n", curpsinfo->pr_size);
55 segment->end = (uptr)(xmapentry->pr_vaddr + xmapentry->pr_size); in Next()
64 size_t pr_size; /* Mapping size in bytes */ member
381 addr < map->pr_vaddr + map->pr_size) { in proc_objname()434 addr < mapping->map.pr_vaddr + mapping->map.pr_size) in _proc_addr2map()
62 u_long pr_size; /* (c + w2) Buffer size. */ member