| /openbmc/qemu/hw/usb/ |
| H A D | u2f-passthru.c | 48 uint32_t cid; member 91 uint32_t cid; member 140 static int u2f_transaction_get_index(U2FPassthruState *key, uint32_t cid) in u2f_transaction_get_index() argument 145 if (cid == key->current_transactions[index].cid) { in u2f_transaction_get_index() 153 uint32_t cid) in u2f_transaction_get() argument 155 int index = u2f_transaction_get_index(key, cid); in u2f_transaction_get() 168 if (key->current_transactions[index].cid == BROADCAST_CID in u2f_transaction_get_from_nonce() 177 static void u2f_transaction_close(U2FPassthruState *key, uint32_t cid) in u2f_transaction_close() argument 180 index = u2f_transaction_get_index(key, cid); in u2f_transaction_close() 204 static void u2f_transaction_add(U2FPassthruState *key, uint32_t cid, in u2f_transaction_add() argument [all …]
|
| /openbmc/qemu/hw/nvme/ |
| H A D | trace-events | 11 pci_nvme_io_cmd(uint16_t cid, uint32_t nsid, uint16_t sqid, uint8_t opcode, const char *opname) "ci… 12 pci_nvme_admin_cmd(uint16_t cid, uint16_t sqid, uint8_t opcode, const char *opname) "cid %"PRIu16" … 15 pci_nvme_read(uint16_t cid, uint32_t nsid, uint32_t nlb, uint64_t count, uint64_t lba) "cid %"PRIu1… 16 pci_nvme_write(uint16_t cid, const char *verb, uint32_t nsid, uint32_t nlb, uint64_t count, uint64_… 17 pci_nvme_rw_cb(uint16_t cid, const char *blkname) "cid %"PRIu16" blk '%s'" 18 pci_nvme_misc_cb(uint16_t cid) "cid %"PRIu16"" 20 pci_nvme_dif_rw_cb(uint16_t cid, const char *blkname) "cid %"PRIu16" blk '%s'" 21 pci_nvme_dif_rw_mdata_in_cb(uint16_t cid, const char *blkname) "cid %"PRIu16" blk '%s'" 22 pci_nvme_dif_rw_mdata_out_cb(uint16_t cid, const char *blkname) "cid %"PRIu16" blk '%s'" 23 pci_nvme_dif_rw_check_cb(uint16_t cid, uint8_t prinfo, uint16_t apptag, uint16_t appmask, uint32_t … [all …]
|
| /openbmc/u-boot/include/linux/soc/ti/ |
| H A D | ti_sci_protocol.h | 189 int (*get_clock)(const struct ti_sci_handle *handle, u32 did, u8 cid, 192 int (*idle_clock)(const struct ti_sci_handle *handle, u32 did, u8 cid); 193 int (*put_clock)(const struct ti_sci_handle *handle, u32 did, u8 cid); 194 int (*is_auto)(const struct ti_sci_handle *handle, u32 did, u8 cid, 196 int (*is_on)(const struct ti_sci_handle *handle, u32 did, u8 cid, 198 int (*is_off)(const struct ti_sci_handle *handle, u32 did, u8 cid, 200 int (*set_parent)(const struct ti_sci_handle *handle, u32 did, u8 cid, 202 int (*get_parent)(const struct ti_sci_handle *handle, u32 did, u8 cid, 205 u8 cid, u8 *num_parents); 207 u8 cid, u64 min_freq, u64 target_freq, [all …]
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 237.out | 20 cid: XXXXXXXXXX 21 parent cid: XXXXXXXXXX 47 cid: XXXXXXXXXX 48 parent cid: XXXXXXXXXX 74 cid: XXXXXXXXXX 75 parent cid: XXXXXXXXXX 168 cid: XXXXXXXXXX 169 parent cid: XXXXXXXXXX 189 cid: XXXXXXXXXX 190 parent cid: XXXXXXXXXX [all …]
|
| /openbmc/u-boot/drivers/tee/optee/ |
| H A D | rpmb.c | 34 u8 cid[16]; member 108 memcpy(info->cid, mmc->cid, sizeof(info->cid)); in rpmb_get_dev_info()
|
| /openbmc/qemu/hw/sd/ |
| H A D | sd.c | 126 uint8_t cid[16]; member 440 sd->cid[0] = MID; /* Fake card manufacturer ID (MID) */ in sd_set_cid() 441 sd->cid[1] = OID[0]; /* OEM/Application ID (OID) */ in sd_set_cid() 442 sd->cid[2] = OID[1]; in sd_set_cid() 443 sd->cid[3] = PNM[0]; /* Fake product name (PNM) */ in sd_set_cid() 444 sd->cid[4] = PNM[1]; in sd_set_cid() 445 sd->cid[5] = PNM[2]; in sd_set_cid() 446 sd->cid[6] = PNM[3]; in sd_set_cid() 447 sd->cid[7] = PNM[4]; in sd_set_cid() 448 sd->cid[8] = PRV; /* Fake product revision (PRV) */ in sd_set_cid() [all …]
|
| /openbmc/u-boot/board/intel/edison/ |
| H A D | edison.c | 60 md5((unsigned char *)mmc->cid, sizeof(mmc->cid), ssn); in assign_serial()
|
| /openbmc/pldm/tools/visualize-pdr/ |
| H A D | pldm_visualise_pdrs.py | 209 cid = str(value[f"containedEntityContainerID[{i}]"]) 211 hashlib.md5((childnode + cid).encode()).hexdigest(), childnode 220 hashlib.md5((childnode + cid).encode()).hexdigest(), 230 hashlib.md5((childnode + cid).encode()).hexdigest(), 240 hashlib.md5((childnode + cid).encode()).hexdigest(),
|
| /openbmc/qemu/block/ |
| H A D | nvme.c | 70 int cid; member 261 req->cid = i + 1; in nvme_create_queue_pair() 369 le16_to_cpu(c->cid), in nvme_translate_error() 408 int16_t cid; in nvme_process_completion() local 422 cid = le16_to_cpu(c->cid); in nvme_process_completion() 423 if (cid == 0 || cid > NVME_NUM_REQS) { in nvme_process_completion() 425 ", should be within: 1..%u inclusively", cid, in nvme_process_completion() 429 trace_nvme_complete_command(s, q->index, cid); in nvme_process_completion() 430 preq = &q->reqs[cid - 1]; in nvme_process_completion() 432 assert(req.cid == cid); in nvme_process_completion() [all …]
|
| H A D | trace-events | 141 …or(int cmd_specific, int sq_head, int sqid, int cid, int status) "cmd_specific %d sq_head %d sqid … 143 nvme_complete_command(void *s, unsigned q_index, int cid) "s %p q #%u cid %d" 144 nvme_submit_command(void *s, unsigned q_index, int cid) "s %p q #%u cid %d"
|
| H A D | vmdk.c | 171 uint32_t cid; member 306 uint32_t cid; in vmdk_read_cid() local 333 if (sscanf(p_name, "%" SCNx32, &cid) != 1) { in vmdk_read_cid() 337 *pcid = cid; in vmdk_read_cid() 346 vmdk_write_cid(BlockDriverState *bs, uint32_t cid) in vmdk_write_cid() argument 383 snprintf(p_name, desc_buf_size - (p_name - desc), "%" PRIx32 "\n", cid); in vmdk_write_cid() 1396 ret = vmdk_read_cid(bs, 0, &s->cid); in vmdk_open() 3033 .cid = s->cid, in vmdk_get_specific_info()
|
| /openbmc/u-boot/arch/arm/mach-snapdragon/ |
| H A D | misc.c | 36 return UNSTUFF_BITS(mmc_dev->cid, 16, 32); in msm_board_serial()
|
| /openbmc/u-boot/cmd/ |
| H A D | mmc.c | 21 printf("Manufacturer ID: %x\n", mmc->cid[0] >> 24); in print_mmcinfo() 22 printf("OEM: %x\n", (mmc->cid[0] >> 8) & 0xffff); in print_mmcinfo() 23 printf("Name: %c%c%c%c%c \n", mmc->cid[0] & 0xff, in print_mmcinfo() 24 (mmc->cid[1] >> 24), (mmc->cid[1] >> 16) & 0xff, in print_mmcinfo() 25 (mmc->cid[1] >> 8) & 0xff, mmc->cid[1] & 0xff); in print_mmcinfo()
|
| /openbmc/qemu/util/ |
| H A D | qemu-sockets.c | 798 if (parse_uint_full(vaddr->cid, 10, &val) < 0 || in vsock_parse_vaddr_to_sockaddr() 800 error_setg(errp, "Failed to parse cid '%s'", vaddr->cid); in vsock_parse_vaddr_to_sockaddr() 837 vaddr->cid, vaddr->port); in vsock_connect_addr() 890 char cid[33]; in vsock_parse() local 894 if (sscanf(str, "%32[^:]:%32[^,]%n", cid, port, &n) != 2) { in vsock_parse() 903 addr->cid = g_strdup(cid); in vsock_parse() 1145 addr->u.vsock.cid, in socket_uri() 1433 vaddr->cid = g_strdup_printf("%u", svm->svm_cid); in socket_sockaddr_to_address_vsock()
|
| /openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/ |
| H A D | 0001-autogen.sh-remove-unknown-in-version.patch | 32 cid="0000000"
|
| /openbmc/qemu/docs/system/i386/ |
| H A D | nitro-enclave.rst | 49 The forward-cid option below with value 1 forwards all connections from the enclave 54 --vm guest-cid=4,forward-cid=1,forward-listen=9001+9002,socket=/tmp/vhost4.socket
|
| /openbmc/qemu/include/block/ |
| H A D | nvme.h | 588 uint16_t cid; member 647 uint16_t cid; member 657 uint16_t cid; member 679 uint16_t cid; member 705 uint16_t cid; member 722 uint16_t cid; member 778 uint16_t cid; member 809 uint16_t cid; member 884 uint16_t cid; member 992 uint16_t cid; member [all …]
|
| /openbmc/openbmc/poky/meta/recipes-support/gnupg/gnupg/ |
| H A D | 0004-autogen.sh-fix-find-version-for-beta-checking.patch | 30 cid="0000000"
|
| /openbmc/qemu/tests/qtest/migration/ |
| H A D | migration-util.c | 56 addr->u.vsock.cid, in SocketAddress_to_str() 83 qdict_put_str(dict, "cid", addr->u.vsock.cid); in SocketAddress_to_qdict()
|
| /openbmc/u-boot/drivers/mmc/ |
| H A D | mmc.c | 2296 memcpy(mmc->cid, cmd.response, 16); in mmc_startup() 2476 mmc->cid[0] >> 24, (mmc->cid[2] & 0xffff), in mmc_startup() 2477 (mmc->cid[3] >> 16) & 0xffff); in mmc_startup() 2478 sprintf(bdesc->product, "%c%c%c%c%c%c", mmc->cid[0] & 0xff, in mmc_startup() 2479 (mmc->cid[1] >> 24), (mmc->cid[1] >> 16) & 0xff, in mmc_startup() 2480 (mmc->cid[1] >> 8) & 0xff, mmc->cid[1] & 0xff, in mmc_startup() 2481 (mmc->cid[2] >> 24) & 0xff); in mmc_startup() 2482 sprintf(bdesc->revision, "%d.%d", (mmc->cid[2] >> 20) & 0xf, in mmc_startup() 2483 (mmc->cid[2] >> 16) & 0xf); in mmc_startup()
|
| /openbmc/openbmc/poky/meta/lib/oeqa/core/ |
| H A D | context.py | 64 cid = class_ids[tclass] 66 if (cid + '.').startswith(skip + '.'):
|
| /openbmc/qemu/qapi/ |
| H A D | sockets.json | 125 # @cid: unique host identifier 136 'cid': 'str',
|
| /openbmc/u-boot/include/ |
| H A D | fsl_immap.h | 154 u32 cid[4]; /* Component ID */ member
|
| /openbmc/qemu/docs/interop/ |
| H A D | qemu-ga.rst | 67 vsock-listen are written as ``<cid>:<port>``.
|
| /openbmc/qemu/tests/qtest/ |
| H A D | ahci-test.c | 363 uint8_t cid = header & 0xFF; in ahci_test_pci_caps() local 366 g_test_message("CID: %02x; next: %02x", cid, next); in ahci_test_pci_caps() 368 switch (cid) { in ahci_test_pci_caps() 380 g_test_message("Unknown CAP 0x%02x", cid); in ahci_test_pci_caps()
|