Home
last modified time | relevance | path

Searched defs:object (Results 1 – 4 of 4) sorted by relevance

/spdk/lib/json/
H A Djson_util.c518 json_first(struct spdk_json_val *object, enum spdk_json_val_type type) in json_first()
544 spdk_json_find(struct spdk_json_val *object, const char *key_name, struct spdk_json_val **key, in spdk_json_find()
596 spdk_json_find_string(struct spdk_json_val *object, const char *key_name, in spdk_json_find_string()
603 spdk_json_find_array(struct spdk_json_val *object, const char *key_name, in spdk_json_find_array()
610 spdk_json_object_first(struct spdk_json_val *object) in spdk_json_object_first()
/spdk/lib/trace/
H A Dtrace_flags.c389 struct spdk_trace_object *object; in spdk_trace_register_object() local
/spdk/test/unit/lib/json/json_util.c/
H A Djson_util_ut.c158 struct spdk_json_val object[] = { in test_decode_object() local
[all...]
/spdk/lib/vmd/
H A Dvmd_spec.h13 #define PCI_OFFSET_OF(object, member) ((uint32_t)&((object*)0)->member) argument