Lines Matching defs:nvs_op
2017 int nvs_op;
2148 switch (nvs->nvs_op) {
2171 switch (nvs->nvs_op) {
2205 switch (nvs->nvs_op) {
2259 int nvs_op)
2275 nvs.nvs_op = nvs_op;
2282 switch (nvs_op) {
2467 switch (nvs->nvs_op) {
2504 switch (nvs->nvs_op) {
2527 switch (nvs->nvs_op) {
2567 if (nvs->nvs_op == NVS_OP_ENCODE) {
2586 if (nvs->nvs_op == NVS_OP_ENCODE) {
2605 if (nvs->nvs_op == NVS_OP_ENCODE) {
2634 switch (nvs->nvs_op) {
2673 switch (nvs->nvs_op) {
2756 switch (nvs->nvs_op) {
2847 switch (nvs->nvs_op) {
2867 switch (nvs->nvs_op) {
2880 switch (nvs->nvs_op) {
2907 if (nvs->nvs_op == NVS_OP_ENCODE) {
3081 if (nvs->nvs_op == NVS_OP_DECODE)
3094 if (nvs->nvs_op == NVS_OP_DECODE)
3178 int old_nvs_op = nvs->nvs_op;
3181 nvs->nvs_op = NVS_OP_GETSIZE;
3186 nvs->nvs_op = old_nvs_op;
3241 switch (nvs->nvs_op) {