Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_virtio_input.c476 void *newPtr = realloc(queue->events, in vtinput_eventqueue_add_event() local
478 if (newPtr == NULL) { in vtinput_eventqueue_add_event()
483 queue->events = newPtr; in vtinput_eventqueue_add_event()