/illumos-gate/usr/src/uts/common/syscall/ |
H A D | memcntl.c | 300 p->p_stksize, szc); in memcntl() 310 if (!IS_P2ALIGNED(p->p_usrstack - p->p_stksize, pgsz)) { in memcntl() 317 addr = p->p_usrstack - p->p_stksize; in memcntl() 318 len = P2ALIGN(p->p_stksize, pgsz); in memcntl()
|
/illumos-gate/usr/src/uts/intel/syscall/ |
H A D | getcontext.c | 153 ucp->uc_stack.ss_sp = p->p_usrstack - p->p_stksize; in savecontext() 154 ucp->uc_stack.ss_size = p->p_stksize; in savecontext() 457 (p->p_usrstack - p->p_stksize); in savecontext32() 458 ucp->uc_stack.ss_size = (size32_t)p->p_stksize; in savecontext32()
|
/illumos-gate/usr/src/uts/sparc/syscall/ |
H A D | getcontext.c | 98 ucp->uc_stack.ss_sp = p->p_usrstack - p->p_stksize; in savecontext() 99 ucp->uc_stack.ss_size = p->p_stksize; in savecontext() 400 (caddr32_t)(uintptr_t)p->p_usrstack - p->p_stksize; in savecontext32() 402 (size32_t)p->p_stksize; in savecontext32()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | grow.c | 320 size_t oldsize = p->p_stksize; in grow() 335 newsize = p->p_stksize; in grow() 407 saddr = p->p_usrstack - p->p_stksize; in grow_lpg() 467 oldsize = p->p_stksize; in grow_internal() 535 p->p_stksize = newsize; in grow_internal()
|
H A D | fork.c | 1094 cp->p_stksize = pp->p_stksize; in getproc() 1350 pp->p_stksize = p->p_stksize; in relvm()
|
H A D | subr.c | 381 if (addr < p->p_usrstack && addr >= (p->p_usrstack - p->p_stksize)) { in report_stack_exec()
|
H A D | exec.c | 2162 p->p_stksize = 0; in exec_args()
|
/illumos-gate/usr/src/uts/sun4/vm/ |
H A D | vm_dep.c | 193 base = (caddr_t)(p->p_usrstack - p->p_stksize); in pagefault() 194 len = p->p_stksize; in pagefault() 501 len = p->p_stksize; in map_pgszstk()
|
/illumos-gate/usr/src/cmd/mdb/intel/modules/genunix/ |
H A D | gcore_isadep.c | 26 return (p->p_usrstack - p->p_stksize); in gcore_prgetstackbase()
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_gcore.h | 38 size_t p_stksize; member
|
/illumos-gate/usr/src/cmd/mdb/common/modules/nfs/ |
H A D | svc.c | 63 mdb_printf("Stack size for svc_run = %d\n", pool->p_stksize); in svc_print_pool()
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | mlsetup.c | 241 p0.p_stksize = 2*PAGESIZE; in mlsetup()
|
/illumos-gate/usr/src/uts/sun4/os/ |
H A D | mlsetup.c | 184 p0.p_stksize = 2*PAGESIZE; in mlsetup()
|
/illumos-gate/usr/src/uts/intel/fs/proc/ |
H A D | prmachdep.c | 446 return (p->p_usrstack - p->p_stksize); in prgetstackbase()
|
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | svc.h | 287 int p_stksize; /* Stack size for svc_run */ member
|
H A D | svc.c | 622 pool->p_stksize = stksize; in svc_pool_init() 640 (void) zthread_create(NULL, pool->p_stksize, svc_thread_creator, in svc_pool_init()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | proc.h | 260 size_t p_stksize; /* process stack size in bytes */ member
|
/illumos-gate/usr/src/uts/i86pc/vm/ |
H A D | vm_machdep.c | 480 p->p_brksize - p->p_bssbase : p->p_stksize; in map_pgsz() 662 base = (caddr_t)p->p_usrstack - p->p_stksize; in pagefault() 663 len = p->p_stksize; in pagefault()
|
/illumos-gate/usr/src/uts/sparc/fs/proc/ |
H A D | prmachdep.c | 585 return (p->p_usrstack - p->p_stksize); in prgetstackbase()
|
/illumos-gate/usr/src/uts/common/exec/elf/ |
H A D | elf.c | 2246 stkbase = p->p_usrstack - p->p_stksize; in elfcore() 2247 stksize = p->p_stksize; in elfcore()
|
/illumos-gate/usr/src/uts/common/fs/proc/ |
H A D | prsubr.c | 897 sp->pr_stksize = p->p_stksize; in prgetstatus() 1143 sp->pr_stksize = (uint32_t)p->p_stksize; in prgetstatus32() 1909 p->p_stksize - maxstack; in prgetmap() 2024 p->p_stksize - maxstack; in prgetmap32()
|
H A D | prioctl.c | 1393 sp->pr_stksize = (size32_t)p->p_stksize; in oprgetstatus32() 3178 sp->pr_stksize = p->p_stksize; in oprgetstatus()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | gcore.c | 1727 sp->pr_stksize = p->p_stksize; in Pstatus_gcore()
|