Home
last modified time | relevance | path

Searched refs:oci_unexpected (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/nspawn/
Dnspawn-oci.c81 static int oci_unexpected(const char *name, JsonVariant *v, JsonDispatchFlags flags, void *userdata… in oci_unexpected() function
126 return json_dispatch(v, table, oci_unexpected, flags, userdata); in oci_console_size()
265 r = json_dispatch(e, table, oci_unexpected, flags, &data); in oci_rlimits()
335 r = json_dispatch(v, table, oci_unexpected, flags, &s->full_capabilities); in oci_capabilities()
422 return json_dispatch(v, table, oci_unexpected, flags, userdata); in oci_user()
443 return json_dispatch(v, table, oci_unexpected, flags, userdata); in oci_process()
456 r = json_dispatch(v, table, oci_unexpected, flags, s); in oci_root()
560 r = json_dispatch(e, table, oci_unexpected, flags, &data); in oci_mounts()
656 r = json_dispatch(e, table, oci_unexpected, flags, &data); in oci_namespaces()
756 r = json_dispatch(e, table, oci_unexpected, flags, &data); in oci_uid_gid_mappings()
[all …]