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

/illumos-gate/usr/src/uts/common/os/
H A Dlog_sysevent.c760 log_eventq_t *qcopy; local
764 qcopy = kmem_zalloc(copy_len, flag);
765 if (qcopy == NULL) {
768 copy = (sysevent_t *)&qcopy->arg.buf;
793 kmem_free(qcopy, copy_len);
1823 log_eventq_t *qcopy; local
1827 qcopy = kmem_zalloc(copy_sz, KM_SLEEP);
1828 ev_copy = (sysevent_t *)&qcopy->arg.buf;
1834 kmem_free(qcopy, copy_sz);

Completed in 59 milliseconds