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

/illumos-gate/usr/src/lib/libipadm/common/
H A Dlibipadm.c869 * we re-allocate the required memory,n assign it to `rbufp', copy the data to
870 * `rbufp' and then call munmap() (see below).
874 * return status can set `rbufp' to NULL and set `rsize' to 0.
877 ipadm_door_call(ipadm_handle_t iph, void *arg, size_t asize, void **rbufp, argument
885 if (rbufp == NULL) {
887 rbufp = (void **)&rvalp;
895 darg.rbuf = *rbufp;
925 if (darg.rbuf != *rbufp) {
933 * The size of the buffer `*rbufp' was not big enough
937 * Reallocate the buffer `*rbufp' an
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Drctl.c309 rctl_build_name_buf(char **rbufp) argument
332 rbufloc = *rbufp = kmem_alloc(req_size, KM_SLEEP);
351 kmem_free(*rbufp, req_size);

Completed in 67 milliseconds