Searched refs:tuc (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/intel/ia32/os/ |
H A D | sendsig.c | 139 ucontext_t *volatile tuc = NULL; in sendsig() local 290 tuc = kmem_alloc(sizeof (*tuc), KM_SLEEP); in sendsig() 291 savecontext(tuc, &lwp->lwp_sigoldmask); in sendsig() 292 copyout_noerr(tuc, uc, sizeof (*tuc)); in sendsig() 293 kmem_free(tuc, sizeof (*tuc)); in sendsig() 294 tuc = NULL; in sendsig() 355 if (tuc) in sendsig() 356 kmem_free(tuc, sizeof (*tuc)); in sendsig() 398 ucontext32_t *volatile tuc = NULL; in sendsig32() local 506 fp -= SA32(sizeof (*tuc)); in sendsig32() [all …]
|
/titanic_50/usr/src/uts/sparc/v9/os/ |
H A D | v9dep.c | 900 ucontext_t *volatile tuc = NULL; in sendsig() local 1023 tuc = kmem_alloc(sizeof (ucontext_t), KM_SLEEP); in sendsig() 1024 savecontext(tuc, &lwp->lwp_sigoldmask); in sendsig() 1030 xregs_setptr(lwp, tuc, sp); in sendsig() 1039 copyout_noerr(tuc, &fp->uc, sizeof (*tuc)); in sendsig() 1040 kmem_free(tuc, sizeof (*tuc)); in sendsig() 1041 tuc = NULL; in sendsig() 1183 if (tuc) in sendsig() 1184 kmem_free(tuc, sizeof (ucontext_t)); in sendsig() 1231 ucontext32_t *volatile tuc = NULL; in sendsig32() local [all …]
|