Searched refs:segkp_get (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/uts/common/disp/ |
H A D | thread_intr.c | 112 cp->cpu_intr_stack = (caddr_t)segkp_get(segkp, INTR_STACK_SIZE, in cpu_intr_alloc()
|
H A D | thread.c | 359 stk = (caddr_t)segkp_get(segkp, stksize, in thread_create()
|
/titanic_50/usr/src/uts/common/vm/ |
H A D | seg_kp.h | 138 caddr_t segkp_get(struct seg *seg, size_t len, uint_t flags);
|
H A D | seg_kp.c | 302 segkp_get(struct seg *seg, size_t len, uint_t flags) in segkp_get() function
|
H A D | seg_dev.c | 3928 if ((buf = segkp_get(segkp, len, iflags)) == NULL) { in ddi_umem_alloc()
|
/titanic_50/usr/src/uts/common/tnf/ |
H A D | tnf.c | 621 tnf_buf = segkp_get(segkp, (int)bufsz, in tnf_allocbuf()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | lwp.c | 213 if ((lwpdata = (caddr_t)segkp_get(segkp, stksize, in lwp_create()
|