Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprioctl.c162 size_t thingsize = 0; in prioctl64() local
234 thingsize = sizeof (proc_t); in prioctl64()
237 thingsize = sizeof (user_t); in prioctl64()
387 if (thingsize) { in prioctl64()
406 kmem_free(thing, thingsize); in prioctl64()
808 bzero(thing, thingsize); in prioctl64()
1118 if (thing && thingsize != in prioctl64()
1674 size_t thingsize = 0; in prioctl32() local
1924 if (thingsize) { in prioctl32()
2389 bzero(thing, thingsize); in prioctl32()
[all …]