Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/proc/
H A Dprioctl.c170 size_t thingsize = 0; in prioctl64() local
234 thingsize = sizeof (proc_t); in prioctl64()
237 thingsize = sizeof (user_t); in prioctl64()
260 thingsize = sizeof (prxregset_t); in prioctl64()
262 thingsize = 0; in prioctl64()
266 thingsize = (nsig-1) * sizeof (struct sigaction); in prioctl64()
297 thingsize = sizeof (gwindows_t); in prioctl64()
392 if (thingsize) { in prioctl64()
394 thing = kmem_alloc(thingsize, KM_SLEEP); in prioctl64()
409 if (copyin(cmaddr, thing, thingsize)) { in prioctl64()
[all …]