Home
last modified time | relevance | path

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

/openbmc/docs/designs/
H A Dbinarystore-via-blobs.md102 blobs, each having a unique blob_id string with the base id as a common prefix.
106 optional string blob_id = 1;
132 `flags` can be `READ` for read-only access or `READ|WRITE`. `blob_id` can be any
134 with supplied `blob_id`, the handler treats it as a request to create such a
167 Delete the binary data associated with `blob_id`. Deleting the base_id (the
187 1. `BmcBlobOpen` with `blob_id = /bmc_store/blob0`, BMC honors the request and
199 1. `BmcBlobOpen` with `blob_id = /bmc_store/blob0`.
H A Dfirmware-update-via-blobs.md117 When a transfer is active, it'll create a blob_id of `/flash/active/image` and
288 Once opened a new file will appear in the blob_id list (for both the image and
382 Blob stat on a blob_id (not SessionStat) will return the capabilities of the
383 blob_id handler.
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-gpu-bswap.h69 le64_to_cpus(&cblob->blob_id); in virtio_gpu_create_blob_bswap()
/openbmc/phosphor-ipmi-blobs/
H A DREADME.md87 char blob_id[];
106 char blob_id[]; /* Must correspond to a valid blob. */
240 char blob_id[]; /* Must correspond to a valid blob. */
251 blobs must support this command; this is only useful when blob_id semantics are
257 char blob_id[]; /* Must correspond to a valid blob. */
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_gpu.h412 uint64_t blob_id; member
/openbmc/qemu/hw/display/
H A Dvirtio-gpu-rutabaga.c622 rc_blob.blob_id = cblob.blob_id; in rutabaga_cmd_resource_create_blob()
H A Dvirtio-gpu-virgl.c713 virgl_args.blob_id = cblob.blob_id; in virgl_cmd_resource_create_blob()