Home
last modified time | relevance | path

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

/titanic_50/usr/src/common/nvpair/
H A Dnvpair.c2488 native_cp(nvstream_t *nvs, void *buf, size_t size) in native_cp() function
2531 if (native_cp(nvs, &nvl->nvl_version, sizeof (int32_t)) != 0 || in nvs_native_nvlist()
2532 native_cp(nvs, &nvl->nvl_nvflag, sizeof (int32_t)) != 0) in nvs_native_nvlist()
2669 if (native_cp(nvs, nvp, nvp->nvp_size) != 0) in nvs_native_nvp_op()