Searched refs:_buf (Results 1 – 8 of 8) sorted by relevance
| /openbmc/openbmc/poky/scripts/lib/wic/ |
| H A D | filemap.py | 343 self._buf = array.array('B', [0] * self._buf_size) 367 struct.pack_into(_FIEMAP_FORMAT, self._buf, 0, block * self.block_size, 372 fcntl.ioctl(self._f_image, _FIEMAP_IOCTL, self._buf, 1) 389 return struct.unpack(_FIEMAP_FORMAT, self._buf[:_FIEMAP_SIZE]) 411 self._buf[offset : offset + _FIEMAP_EXTENT_SIZE])
|
| /openbmc/libpldm/tools/ |
| H A D | pd.c | 19 static void pd_print_bytes(const char *head, const void *_buf, size_t len, in pd_print_bytes() argument 22 const uint8_t *buf = _buf; in pd_print_bytes()
|
| /openbmc/u-boot/drivers/mmc/ |
| H A D | mxcmmc.c | 280 static int mxcmci_pull(struct mxcmci_host *host, void *_buf, int bytes) in mxcmci_pull() argument 283 u32 *buf = _buf; in mxcmci_pull() 309 static int mxcmci_push(struct mxcmci_host *host, const void *_buf, int bytes) in mxcmci_push() argument 312 const u32 *buf = _buf; in mxcmci_push()
|
| /openbmc/libpldm/include/libpldm/ |
| H A D | base.h | 258 PLDM_MSG_BUFFER(name##_buf, size); \ 259 auto *(name) = new (name##_buf) pldm_msg()
|
| /openbmc/u-boot/tools/ |
| H A D | kwboot.c | 472 char _buf[128], *buf = _buf; in kwboot_term_pipe() local
|
| /openbmc/qemu/target/i386/kvm/ |
| H A D | xen-emu.c | 75 static int kvm_gva_rw(CPUState *cs, uint64_t gva, void *_buf, size_t sz, in kvm_gva_rw() argument 78 uint8_t *buf = (uint8_t *)_buf; in kvm_gva_rw()
|
| /openbmc/libpldm/src/dsp/ |
| H A D | pdr.c | 623 struct pldm_msgbuf_ro _buf; in pldm_pdr_delete_by_record_handle() local 624 struct pldm_msgbuf_ro *buf = &_buf; in pldm_pdr_delete_by_record_handle()
|
| /openbmc/libpldm/tests/dsp/ |
| H A D | pdr.cpp | 1762 struct pldm_msgbuf_ro _buf; in TEST() local 1763 struct pldm_msgbuf_ro* buf = &_buf; in TEST()
|