Searched refs:thingsize (Results 1 – 1 of 1) sorted by relevance
162 size_t thingsize = 0; in prioctl64() local234 thingsize = sizeof (proc_t); in prioctl64()237 thingsize = sizeof (user_t); in prioctl64()258 thingsize = prgetprxregsize(p); in prioctl64()261 thingsize = (nsig-1) * sizeof (struct sigaction); in prioctl64()292 thingsize = sizeof (gwindows_t); in prioctl64()387 if (thingsize) { in prioctl64()389 thing = kmem_alloc(thingsize, KM_SLEEP); in prioctl64()406 kmem_free(thing, thingsize); in prioctl64()542 if (thing && thingsize != (Nlwp+1) * sizeof (id_t)) { in prioctl64()[all …]