Lines Matching refs:nvs_op
2009 int nvs_op; member
2140 switch (nvs->nvs_op) { in nvs_operation()
2163 switch (nvs->nvs_op) { in nvs_embedded()
2197 switch (nvs->nvs_op) { in nvs_embedded_nvl_array()
2251 int nvs_op) in nvlist_common() argument
2267 nvs.nvs_op = nvs_op; in nvlist_common()
2274 switch (nvs_op) { in nvlist_common()
2459 switch (nvs->nvs_op) { in nvs_native_create()
2496 switch (nvs->nvs_op) { in native_cp()
2519 switch (nvs->nvs_op) { in nvs_native_nvlist()
2559 if (nvs->nvs_op == NVS_OP_ENCODE) { in nvs_native_nvl_fini()
2578 if (nvs->nvs_op == NVS_OP_ENCODE) { in nvpair_native_embedded()
2596 if (nvs->nvs_op == NVS_OP_ENCODE) { in nvpair_native_embedded_array()
2624 switch (nvs->nvs_op) { in nvpair_native_string_array()
2663 switch (nvs->nvs_op) { in nvs_native_nvp_op()
2746 switch (nvs->nvs_op) { in nvs_native_nvpair()
2837 switch (nvs->nvs_op) { in nvs_xdr_create()
2857 switch (nvs->nvs_op) { in nvs_xdr_destroy()
2870 switch (nvs->nvs_op) { in nvs_xdr_nvlist()
2897 if (nvs->nvs_op == NVS_OP_ENCODE) { in nvs_xdr_nvl_fini()
3069 if (nvs->nvs_op == NVS_OP_DECODE) in nvs_xdr_nvp_op()
3082 if (nvs->nvs_op == NVS_OP_DECODE) in nvs_xdr_nvp_op()
3166 int old_nvs_op = nvs->nvs_op; in nvs_xdr_nvp_size()
3169 nvs->nvs_op = NVS_OP_GETSIZE; in nvs_xdr_nvp_size()
3174 nvs->nvs_op = old_nvs_op; in nvs_xdr_nvp_size()
3229 switch (nvs->nvs_op) { in nvs_xdr_nvpair()