Searched refs:rbufsize (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drdsv3_impl.c118 int bufsize, rbufsize; local
219 rbufsize = numifs * sizeof (struct lifreq);
220 rbuf = kmem_alloc(rbufsize, KM_SLEEP);
272 *size = rbufsize;
323 int bufsize, rbufsize; local
432 rbufsize = numifs * sizeof (struct ifreq);
433 rbuf = kmem_alloc(rbufsize, KM_SLEEP);
486 *size = rbufsize;
/illumos-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_door.c721 size_t rbufsize; local
744 rbufsize = sizeof (*rvalp) + count * sizeof (*ifp);
745 rvalp = alloca(rbufsize);
746 bzero(rvalp, rbufsize);
766 (void) door_return((char *)rvalp, rbufsize, NULL, 0);

Completed in 110 milliseconds