Home
last modified time | relevance | path

Searched refs:segkp_get (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/uts/common/disp/
H A Dthread_intr.c112 cp->cpu_intr_stack = (caddr_t)segkp_get(segkp, INTR_STACK_SIZE, in cpu_intr_alloc()
H A Dthread.c359 stk = (caddr_t)segkp_get(segkp, stksize, in thread_create()
/titanic_50/usr/src/uts/common/vm/
H A Dseg_kp.h138 caddr_t segkp_get(struct seg *seg, size_t len, uint_t flags);
H A Dseg_kp.c302 segkp_get(struct seg *seg, size_t len, uint_t flags) in segkp_get() function
H A Dseg_dev.c3928 if ((buf = segkp_get(segkp, len, iflags)) == NULL) { in ddi_umem_alloc()
/titanic_50/usr/src/uts/common/tnf/
H A Dtnf.c621 tnf_buf = segkp_get(segkp, (int)bufsz, in tnf_allocbuf()
/titanic_50/usr/src/uts/common/os/
H A Dlwp.c213 if ((lwpdata = (caddr_t)segkp_get(segkp, stksize, in lwp_create()