Lines Matching refs:JSON_VARIANT_OBJECT
429 …{ "consoleSize", JSON_VARIANT_OBJECT, oci_console_size, 0, … in oci_process()
435 …{ "capabilities", JSON_VARIANT_OBJECT, oci_capabilities, 0, … in oci_process()
439 …{ "user", JSON_VARIANT_OBJECT, oci_user, 0, … in oci_process()
1580 { "memory", JSON_VARIANT_OBJECT, oci_cgroup_memory, 0, 0 }, in oci_resources()
1581 { "cpu", JSON_VARIANT_OBJECT, oci_cgroup_cpu, 0, 0 }, in oci_resources()
1582 { "blockIO", JSON_VARIANT_OBJECT, oci_cgroup_block_io, 0, 0 }, in oci_resources()
1584 { "network", JSON_VARIANT_OBJECT, oci_unsupported, 0, 0 }, in oci_resources()
1585 { "pids", JSON_VARIANT_OBJECT, oci_cgroup_pids, 0, 0 }, in oci_resources()
1586 { "rdma", JSON_VARIANT_OBJECT, oci_unsupported, 0, 0 }, in oci_resources()
2083 … { "resources", JSON_VARIANT_OBJECT, oci_resources, 0, 0 }, in oci_linux()
2084 … { "intelRdt", JSON_VARIANT_OBJECT, oci_unsupported, 0, JSON_PERMISSIVE }, in oci_linux()
2085 … { "sysctl", JSON_VARIANT_OBJECT, oci_sysctl, 0, 0 }, in oci_linux()
2086 … { "seccomp", JSON_VARIANT_OBJECT, oci_seccomp, 0, 0 }, in oci_linux()
2170 { "prestart", JSON_VARIANT_OBJECT, oci_hooks_array, 0, 0 }, in oci_hooks()
2171 { "poststart", JSON_VARIANT_OBJECT, oci_hooks_array, 0, 0 }, in oci_hooks()
2172 { "poststop", JSON_VARIANT_OBJECT, oci_hooks_array, 0, 0 }, in oci_hooks()
2203 { "process", JSON_VARIANT_OBJECT, oci_process, 0, 0 }, in oci_load()
2204 { "root", JSON_VARIANT_OBJECT, oci_root, 0, 0 }, in oci_load()
2207 { "linux", JSON_VARIANT_OBJECT, oci_linux, 0, 0 }, in oci_load()
2208 { "hooks", JSON_VARIANT_OBJECT, oci_hooks, 0, 0 }, in oci_load()
2209 { "annotations", JSON_VARIANT_OBJECT, oci_annotations, 0, 0 }, in oci_load()