Lines Matching defs:method
31 * "method": "<< METHOD NAME >>", <<== *method
303 char *method;
308 {"method", offsetof(struct config_entry, method), spdk_json_decode_string},
354 rc = spdk_rpc_get_method_state_mask(cfg.method, &state_mask);
371 SPDK_NOTICELOG("Skipping method '%s' because its subsystem '%s' "
373 cfg.method, ctx->subsystem_name_str);
378 SPDK_ERRLOG("Method '%s' was not found\n", cfg.method);
385 SPDK_DEBUG_APP_CFG("Method '%s' not allowed -> skipping\n", cfg.method);
394 SPDK_DEBUG_APP_CFG("Method '%s' has already been run in STARTUP state\n", cfg.method);
401 SPDK_DEBUG_APP_CFG("\tmethod: %s\n", cfg.method);
426 spdk_json_write_named_string(w, "method", cfg.method);
443 free(cfg.method);