Searched defs:thingsize (Results 1 - 1 of 1) sorted by relevance

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

Completed in 60 milliseconds