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

/illumos-gate/usr/src/common/nvpair/
H A Dnvpair.c2509 native_cp(nvstream_t *nvs, void *buf, size_t size) function
2552 if (native_cp(nvs, &nvl->nvl_version, sizeof (int32_t)) != 0 ||
2553 native_cp(nvs, &nvl->nvl_nvflag, sizeof (int32_t)) != 0)
2690 if (native_cp(nvs, nvp, nvp->nvp_size) != 0)

Completed in 65 milliseconds