/openbmc/ipmitool/src/plugins/bmc/ |
H A D | bmc.c | 141 reqrsp.req.datalength = req->msg.data_len; in ipmi_bmc_send_cmd_ioctl() 143 reqrsp.rsp.datalength = RECV_MAX_PAYLOAD_SIZE; in ipmi_bmc_send_cmd_ioctl() 168 rsp.data_len = reqrsp.rsp.datalength; in ipmi_bmc_send_cmd_ioctl() 206 request->datalength = req->msg.data_len; in ipmi_bmc_send_cmd_putmsg() 258 rsp.data_len = response->datalength; in ipmi_bmc_send_cmd_putmsg() 320 printf("BMC req.datalength : 0x%x\n", request->datalength); in dump_request() 323 if (request->datalength > 0) { in dump_request() 324 for (i = 0; i < request->datalength; i++) in dump_request() 341 printf("BMC rsp.datalength : 0x%x\n", response->datalength); in dump_response() 344 if (response->datalength > 0) { in dump_response() [all …]
|
H A D | bmc_intf.h | 117 uint8_t datalength; /* length of following data */ member 139 uint8_t datalength; /* Length */ member
|
/openbmc/ipmitool/src/plugins/lipmi/ |
H A D | lipmi.c | 90 reqrsp.req.datalength = req->msg.data_len; in ipmi_lipmi_send_cmd() 92 reqrsp.rsp.datalength = RECV_MAX_PAYLOAD_SIZE; in ipmi_lipmi_send_cmd() 103 printf("LIPMI req.datalength : %d\n", reqrsp.req.datalength); in ipmi_lipmi_send_cmd() 113 rsp.data_len = reqrsp.rsp.datalength; in ipmi_lipmi_send_cmd()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/ |
H A D | 0005-adb-add-base64-implementation.patch | 169 + size_t datalength = 0; 189 + if (datalength + 4 > targsize) 191 + target[datalength++] = Base64[output[0]]; 192 + target[datalength++] = Base64[output[1]]; 193 + target[datalength++] = Base64[output[2]]; 194 + target[datalength++] = Base64[output[3]]; 211 + if (datalength + 4 > targsize) 213 + target[datalength++] = Base64[output[0]]; 214 + target[datalength++] = Base64[output[1]]; 216 + target[datalength++] = Pad64; [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netcat/netcat-openbsd/ |
H A D | 0001-bundle-own-base64-encode-decode-functions.patch | 177 + size_t datalength = 0; 197 + if (datalength + 4 > targsize) 199 + target[datalength++] = Base64[output[0]]; 200 + target[datalength++] = Base64[output[1]]; 201 + target[datalength++] = Base64[output[2]]; 202 + target[datalength++] = Base64[output[3]]; 219 + if (datalength + 4 > targsize) 221 + target[datalength++] = Base64[output[0]]; 222 + target[datalength++] = Base64[output[1]]; 224 + target[datalength++] = Pad64; [all …]
|
/openbmc/qemu/hw/sd/ |
H A D | pl181.c | 40 uint32_t datalength; member 72 VMSTATE_UINT32(datalength, PL181State), 323 return s->datalength; in pl181_read() 412 s->datalength = value & 0xffff; in pl181_write() 417 s->datacnt = s->datalength; in pl181_write() 476 s->datalength = 0; in pl181_reset() 483 s->datalength = 0; in pl181_reset()
|
/openbmc/openpower-vpd-parser/vpdecc/ |
H A D | vpdecc.h | 45 int vpdecc_create_ecc(const unsigned char* data, size_t datalength,
|
/openbmc/linux/drivers/net/wireless/marvell/libertas_tf/ |
H A D | if_usb.c | 301 le32_to_cpu(fwdata->hdr.datalength)); in if_usb_send_fw_pkt() 304 le32_to_cpu(fwdata->hdr.datalength)); in if_usb_send_fw_pkt() 307 cardp->totalbytes += le32_to_cpu(fwdata->hdr.datalength); in if_usb_send_fw_pkt() 310 le32_to_cpu(fwdata->hdr.datalength), 0); in if_usb_send_fw_pkt() 781 blksize = le32_to_cpu(fwh->datalength); in check_fwfile_format()
|
H A D | if_usb.h | 75 __le32 datalength; member
|
/openbmc/linux/drivers/net/wireless/marvell/libertas/ |
H A D | if_usb.c | 358 le32_to_cpu(fwdata->hdr.datalength)); in if_usb_send_fw_pkt() 361 le32_to_cpu(fwdata->hdr.datalength)); in if_usb_send_fw_pkt() 364 cardp->totalbytes += le32_to_cpu(fwdata->hdr.datalength); in if_usb_send_fw_pkt() 367 le32_to_cpu(fwdata->hdr.datalength)); in if_usb_send_fw_pkt() 792 blksize = le32_to_cpu(fwh->datalength); in check_fwfile_format()
|
H A D | if_usb.h | 85 __le32 datalength; member
|
/openbmc/u-boot/drivers/mmc/ |
H A D | arm_pl180_mmci.h | 158 u32 datalength; /* 0x28*/ member
|
H A D | arm_pl180_mmci.c | 242 writel(data_len, &host->base->datalength); in do_data_transfer()
|
/openbmc/openbmc/poky/meta/recipes-multimedia/libsndfile/libsndfile1/ |
H A D | cve-2022-33065.patch | 41 psf->datalength = psf->filelength - psf->dataoffset - psf->dataend ; 120 - psf->datalength = hdr.frames * (hdr.rez / 8) ; 121 + psf->datalength = (sf_count_t) hdr.frames * (hdr.rez / 8) ; 124 psf->filelength = AVR_HDR_SIZE + psf->datalength ; 238 sf_count_t datalength ; /* Length in bytes of the audio data. */
|
/openbmc/linux/drivers/scsi/megaraid/ |
H A D | megaraid_sas_fusion.c | 2732 u32 start_lba_lo, start_lba_hi, device_id, datalength = 0; in megasas_build_ldio_fusion() local 2765 datalength = (u32) scp->cmnd[4]; in megasas_build_ldio_fusion() 2776 datalength = (u32) scp->cmnd[8] | in megasas_build_ldio_fusion() 2787 datalength = ((u32) scp->cmnd[6] << 24) | in megasas_build_ldio_fusion() 2799 datalength = ((u32) scp->cmnd[10] << 24) | in megasas_build_ldio_fusion() 2813 io_info.numBlocks = datalength; in megasas_build_ldio_fusion()
|