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

/illumos-gate/usr/src/uts/common/os/
H A Ddacf.c172 static void dacf_opset_copy(dacf_opset_t *dst, dacf_opset_t *src);
758 dacf_opset_copy(&(opsarray[i]), &(sw->dacf_opsets[i]));
865 * dacf_opset_copy()
869 dacf_opset_copy(dacf_opset_t *dst, dacf_opset_t *src) function
874 dprintf("dacf_opset_copy: called\n");
879 dprintf("dacf_opset_copy: counting ops\n");
888 dprintf("dacf_opset_copy: found %lu ops\n", nelems);
893 dprintf("dacf_opset_copy: copying ops\n");
901 dprintf("dacf_opset_copy: done copying ops\n");

Completed in 45 milliseconds