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.c2330 int nvs_op; member
2468 switch (nvs->nvs_op) { in nvs_operation()
2491 switch (nvs->nvs_op) { in nvs_embedded()
2538 switch (nvs->nvs_op) { in nvs_embedded_nvl_array()
2592 int nvs_op) in nvlist_common() argument
2610 nvs.nvs_op = nvs_op; in nvlist_common()
2618 switch (nvs_op) { in nvlist_common()
2795 switch (nvs->nvs_op) { in nvs_native_create()
2832 switch (nvs->nvs_op) { in native_cp()
2855 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()