Home
last modified time | relevance | path

Searched refs:serialized (Results 1 – 25 of 39) sorted by relevance

12

/openbmc/google-misc/subprojects/nemora-postd/src/
H A Dsocket_manager.cpp42 std::string serialized = Serializer::Serialize(bcast); in SendDatagram() local
57 auto err = sendto(fd, serialized.c_str(), serialized.length(), 0, addr6, in SendDatagram()
70 err = sendto(fd, serialized.c_str(), serialized.length(), 0, addr4, in SendDatagram()
/openbmc/telemetry/tests/src/
H A Dtest_labeled_tuple.cpp44 nlohmann::json serialized(initial); in TEST_P() local
46 EXPECT_EQ(serialized["StringValue"], string_value); in TEST_P()
48 auto& actual_serialized_value = serialized["DoubleValue"]; in TEST_P()
62 LabeledTestingTuple deserialized = serialized.get<LabeledTestingTuple>(); in TEST_P()
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-sphinxcontrib-serializinghtml_1.1.10.bb1 SUMMARY = 'sphinxcontrib-serializinghtml is a sphinx extension which outputs "serialized" HTML file…
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-javaobj-py3_0.4.3.bb3 for reading and writing (writing is WIP currently) Java objects serialized\
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_pmdemand.c471 u32 *reg1, u32 *reg2, bool serialized) in intel_pmdemand_update_params() argument
492 u32 current_val = serialized ? 0 : REG_FIELD_GET((mask), *(reg)); \ in intel_pmdemand_update_params()
521 bool serialized) in intel_pmdemand_program_params() argument
539 serialized); in intel_pmdemand_program_params()
/openbmc/qemu/tests/qemu-iotests/
H A D303.out70 0 serialized 65536 10092544
160 "type": "serialized",
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-crypto/pkcs11-helper/
H A Dpkcs11-helper_1.30.0.bb5 certificates, or selecting a certificate directly by serialized id, handling \
/openbmc/linux/Documentation/admin-guide/nfs/
H A Dnfs-idmapper.rst69 hand". This program takes two arguments, a serialized key and a key
70 description. The serialized key is first converted into a key_serial_t, and
/openbmc/u-boot/doc/device-tree-bindings/video/
H A Drockchip-lvds.txt17 serialized LVDS signal.
/openbmc/linux/Documentation/locking/
H A Dseqlock.rst43 multiple writers. Write side critical sections must thus be serialized
96 sections must be serialized and non-preemptible. This variant of
99 side critical sections are properly serialized.
/openbmc/linux/Documentation/core-api/
H A Dpadata.rst14 is currently the sole consumer of padata's serialized job support.
25 The first step in using padata to run serialized jobs is to set up a
39 jobs to be serialized independently. A padata_instance may have one or more
H A Dcpu_hotplug.rst391 serialized against CPU hotplug operations and provide the automatic
455 The state setup and the callback invocations are serialized against CPU
506 The state removal and the callback invocations are serialized against CPU
573 serialized against CPU hotplug operations. These functions cannot be used
/openbmc/u-boot/doc/device-tree-bindings/gpio/
H A Dmscc_sgpio.txt26 the serialized gpio stream. One 'port' will transport from 1 to 4
/openbmc/linux/tools/testing/selftests/cgroup/
H A Dmemcg_protection.m80 % in reality reclaim is serialized and each sibling recalculates own residual
/openbmc/docs/designs/
H A Dbinarystore-via-blobs.md141 NOTE: the newly created blob is not serialized and stored until `BmcBlobCommit`
150 indicates that the memory content matches the data serialized to storage.
159 Store the serialized BinaryBlobStore to associated system file.
/openbmc/linux/Documentation/devicetree/bindings/media/i2c/
H A Dst,st-mipid02.yaml15 active at a time. Active port input stream will be de-serialized
/openbmc/linux/Documentation/isdn/
H A Dinterface_capi.rst136 Calls to these functions are serialized by Kernel CAPI so that only
143 Calls to these functions are serialized by Kernel CAPI so that only
164 Calls to this function are not serialized by Kernel CAPI, ie. it must
/openbmc/telemetry/
H A D.gitignore81 # Android studio 3.1+ serialized cache file
/openbmc/linux/Documentation/devicetree/bindings/display/imx/
H A Dldb.txt70 serialized LVDS signal.
/openbmc/linux/Documentation/w1/masters/
H A Dds2490.rst56 writes are serialized and the status verifies that the chip is idle
/openbmc/bmcweb/
H A D.gitignore96 # Android studio 3.1+ serialized cache file
/openbmc/linux/Documentation/admin-guide/hw-vuln/
H A Dspecial-register-buffer-data-sampling.rst79 serialized, resulting in an overall reduction in the maximum RDRAND
/openbmc/qemu/hw/i386/kvm/
H A Dxenstore_impl.c72 bool serialized; member
1550 if (s->serialized) { in xs_impl_serialize()
1555 s->serialized = true; in xs_impl_serialize()
/openbmc/linux/include/soc/fsl/qe/
H A Dqe.h382 u8 serialized[QE_FLTR_TAD_SIZE]; member
/openbmc/linux/Documentation/userspace-api/netlink/
H A Dspecs.rst207 Numerical attribute ID, used in serialized Netlink messages.
329 Numerical message ID, used in serialized Netlink messages.

12