Lines Matching defs:thingsize

170 	size_t thingsize = 0;
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)) {
410 kmem_free(thing, thingsize);
422 kmem_free(thing, thingsize);
562 if (thing && thingsize != (Nlwp+1) * sizeof (id_t)) {
563 kmem_free(thing, thingsize);
567 thingsize = (Nlwp+1) * sizeof (id_t);
568 thing = kmem_alloc(thingsize, KM_NOSLEEP);
817 bzero(thing, thingsize);
825 if (copyout(thing, cmaddr, thingsize))
832 kmem_free(thing, thingsize);
850 kmem_free(thing, thingsize);
871 if (thing && thingsize != (Nlwp+1) * sizeof (prstatus_t)) {
872 kmem_free(thing, thingsize);
876 thingsize = (Nlwp+1) * sizeof (prstatus_t);
877 thing = kmem_alloc(thingsize, KM_NOSLEEP);
1146 if (thing && thingsize !=
1148 kmem_free(thing, thingsize);
1152 thingsize = sizeof (prhusage_t) +
1154 thing = kmem_alloc(thingsize, KM_NOSLEEP);
1223 kmem_free(thing, thingsize);
1275 if (thing && thingsize != (n+1) * sizeof (*ssd)) {
1276 kmem_free(thing, thingsize);
1280 thingsize = (n+1) * sizeof (*ssd);
1281 thing = kmem_alloc(thingsize, KM_NOSLEEP);
1708 size_t thingsize = 0;
1797 thingsize = sizeof (proc_t);
1800 thingsize = sizeof (user_t);
1823 thingsize = sizeof (prxregset_t);
1825 thingsize = 0;
1829 thingsize = (nsig-1) * sizeof (struct sigaction32);
1860 thingsize = sizeof (gwindows32_t);
1955 if (thingsize) {
1957 thing = kmem_alloc(thingsize, KM_SLEEP);
1972 if (copyin(cmaddr, thing, thingsize)) {
1973 kmem_free(thing, thingsize);
1985 kmem_free(thing, thingsize);
2147 if (thing && thingsize != (Nlwp+1) * sizeof (id_t)) {
2148 kmem_free(thing, thingsize);
2152 thingsize = (Nlwp+1) * sizeof (id_t);
2153 thing = kmem_alloc(thingsize, KM_NOSLEEP);
2424 bzero(thing, thingsize);
2434 copyout(thing, cmaddr, thingsize))
2437 kmem_free(thing, thingsize);
2457 kmem_free(thing, thingsize);
2484 kmem_free(thing, thingsize);
2493 if (thing && thingsize != (Nlwp+1) * sizeof (prstatus32_t)) {
2494 kmem_free(thing, thingsize);
2498 thingsize = (Nlwp+1) * sizeof (prstatus32_t);
2499 thing = kmem_alloc(thingsize, KM_NOSLEEP);
2776 if (thing && thingsize !=
2778 kmem_free(thing, thingsize);
2782 thingsize = sizeof (prhusage_t) +
2784 thing = kmem_alloc(thingsize, KM_NOSLEEP);
2853 kmem_free(thing, thingsize);
2915 if (thing && thingsize != (n+1) * sizeof (*ssd)) {
2916 kmem_free(thing, thingsize);
2920 thingsize = (n+1) * sizeof (*ssd);
2921 thing = kmem_alloc(thingsize, KM_NOSLEEP);