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

/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_cookie.c183 * new_buffer pointer to the newly allocated cookie buffer
198 IN DAPL_COOKIE_BUFFER *new_buffer)
214 dat_return = dapls_cb_create(new_buffer,
227 new_buffer->pool[index] = curr_buffer->pool[head];
231 new_buffer->head = 0;
232 new_buffer->tail = index;
195 dapls_cb_resize( IN DAPL_COOKIE_BUFFER *curr_buffer, IN DAT_COUNT new_size, IN DAPL_COOKIE_BUFFER *new_buffer) argument
/illumos-gate/usr/src/cmd/sgs/ldprof/common/
H A Dprofile.c169 int new_buffer = 0; local
297 new_buffer++;
326 if (new_buffer)
/illumos-gate/usr/src/uts/common/io/usb/clients/usbkbm/
H A Dusbkbm.c1134 uchar_t new_buffer[USBKBM_MAXPKTSIZE]; local
1239 bzero(new_buffer, USBKBM_MAXPKTSIZE);
1241 new_buffer);

Completed in 57 milliseconds