Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/nvpair/
H A Dnvpair.c2328 int nvs_op; member
2466 switch (nvs->nvs_op) { in nvs_operation()
2489 switch (nvs->nvs_op) { in nvs_embedded()
2536 switch (nvs->nvs_op) { in nvs_embedded_nvl_array()
2590 int nvs_op) in nvlist_common() argument
2608 nvs.nvs_op = nvs_op; in nvlist_common()
2616 switch (nvs_op) { in nvlist_common()
2793 switch (nvs->nvs_op) { in nvs_native_create()
2830 switch (nvs->nvs_op) { in native_cp()
2853 switch (nvs->nvs_op) { in nvs_native_nvlist()
[all …]
/freebsd/sys/dev/hyperv/netvsc/
H A Dif_hnreg.h212 uint32_t nvs_op; /* HN_NVS_SUBCH_OP_ */ member
H A Dhn_nvs.c704 req->nvs_op = HN_NVS_SUBCH_OP_ALLOC; in hn_nvs_alloc_subchans()