Home
last modified time | relevance | path

Searched refs:zd (Results 1 – 25 of 27) sorted by relevance

12

/openbmc/linux/drivers/net/wireless/zydas/
H A Dzd1201.c123 struct zd1201 *zd = urb->context; in zd1201_usbfree() local
133 dev_warn(&zd->usb->dev, "%s: urb failed: %d\n", in zd1201_usbfree()
134 zd->dev->name, urb->status); in zd1201_usbfree()
151 static int zd1201_docmd(struct zd1201 *zd, int cmd, int parm0, in zd1201_docmd() argument
173 usb_fill_bulk_urb(urb, zd->usb, usb_sndbulkpipe(zd->usb, zd->endp_out2), in zd1201_docmd()
174 command, 16, zd1201_usbfree, zd); in zd1201_docmd()
187 struct zd1201 *zd = urb->context; in zd1201_usbtx() local
188 netif_wake_queue(zd->dev); in zd1201_usbtx()
194 struct zd1201 *zd = urb->context; in zd1201_usbrx() local
200 if (!zd) in zd1201_usbrx()
[all …]
/openbmc/linux/fs/zonefs/
H A Dsuper.c874 struct zonefs_zone_data *zd = data; in zonefs_get_zone_info_cb() local
875 struct super_block *sb = zd->sb; in zonefs_get_zone_info_cb()
896 zone->start != zd->cnv_zone_start) in zonefs_get_zone_info_cb()
898 zd->cnv_zone_start = zone->start + zone->len; in zonefs_get_zone_info_cb()
909 zonefs_err(zd->sb, "Unsupported zone type 0x%x\n", in zonefs_get_zone_info_cb()
914 memcpy(&zd->zones[idx], zone, sizeof(struct blk_zone)); in zonefs_get_zone_info_cb()
919 static int zonefs_get_zone_info(struct zonefs_zone_data *zd) in zonefs_get_zone_info() argument
921 struct block_device *bdev = zd->sb->s_bdev; in zonefs_get_zone_info()
924 zd->zones = kvcalloc(bdev_nr_zones(bdev), sizeof(struct blk_zone), in zonefs_get_zone_info()
926 if (!zd->zones) in zonefs_get_zone_info()
[all …]
/openbmc/qemu/target/arm/tcg/
H A Dneon_helper.c1341 uint64_t zd = rd[0], zm = rm[0]; in HELPER() local
1343 uint64_t d0 = ELEM(zd, 0, 8) | (ELEM(zd, 2, 8) << 8) in HELPER()
1344 | (ELEM(zd, 4, 8) << 16) | (ELEM(zd, 6, 8) << 24) in HELPER()
1347 uint64_t m0 = ELEM(zd, 1, 8) | (ELEM(zd, 3, 8) << 8) in HELPER()
1348 | (ELEM(zd, 5, 8) << 16) | (ELEM(zd, 7, 8) << 24) in HELPER()
1359 uint64_t zd = rd[0], zm = rm[0]; in HELPER() local
1361 uint64_t d0 = ELEM(zd, 0, 16) | (ELEM(zd, 2, 16) << 16) in HELPER()
1363 uint64_t m0 = ELEM(zd, 1, 16) | (ELEM(zd, 3, 16) << 16) in HELPER()
1440 uint64_t zd = rd[0], zm = rm[0]; in HELPER() local
1442 uint64_t d0 = ELEM(zd, 0, 8) | (ELEM(zm, 0, 8) << 8) in HELPER()
[all …]
H A Dsve_helper.c6658 DO_LD1_ZPZ_D(bdu, zd, MO_8) in DO_LD1_ZPZ_S()
6664 DO_LD1_ZPZ_D(bds, zd, MO_8) in DO_LD1_ZPZ_S()
6670 DO_LD1_ZPZ_D(hdu_le, zd, MO_16) in DO_LD1_ZPZ_S()
6676 DO_LD1_ZPZ_D(hdu_be, zd, MO_16) in DO_LD1_ZPZ_S()
6682 DO_LD1_ZPZ_D(hds_le, zd, MO_16) in DO_LD1_ZPZ_S()
6688 DO_LD1_ZPZ_D(hds_be, zd, MO_16) in DO_LD1_ZPZ_S()
6694 DO_LD1_ZPZ_D(sdu_le, zd, MO_32) in DO_LD1_ZPZ_S()
6700 DO_LD1_ZPZ_D(sdu_be, zd, MO_32) in DO_LD1_ZPZ_S()
6704 DO_LD1_ZPZ_D(sds_le, zd, MO_32) in DO_LD1_ZPZ_S()
6708 DO_LD1_ZPZ_D(sds_be, zd, MO_32) in DO_LD1_ZPZ_S()
[all …]
/openbmc/qemu/util/
H A Dtrace-events22 buffer_resize(const char *buf, size_t olen, size_t len) "%s: old %zd, new %zd"
23 buffer_move_empty(const char *buf, size_t len, const char *from) "%s: %zd bytes from %s"
24 buffer_move(const char *buf, size_t len, const char *from) "%s: %zd bytes from %s"
25 buffer_free(const char *buf, size_t len) "%s: capacity %zd"
56 win32_map_alloc(size_t size) "size:%zd"
/openbmc/qemu/hw/scsi/
H A Dtrace-events319 scsi_disk_read_complete(uint32_t tag, size_t size) "Data ready tag=0x%x len=%zd"
322 scsi_disk_write_complete_noio(uint32_t tag, size_t size) "Write complete tag=0x%x more=%zd"
324 scsi_disk_emulate_vpd_page_00(size_t xfer) "Inquiry EVPD[Supported pages] buffer size %zd"
326 scsi_disk_emulate_vpd_page_80(size_t xfer) "Inquiry EVPD[Serial number] buffer size %zd"
327 scsi_disk_emulate_vpd_page_83(size_t xfer) "Inquiry EVPD[Device identification] buffer size %zd"
329 …(int cmd, int page, size_t xfer, int control) "Mode Sense(%d) (page %d, xfer %zd, page_control %d)"
336 scsi_disk_emulate_command_MODE_SELECT(size_t xfer) "Mode Select(6) (len %zd)"
337 scsi_disk_emulate_command_MODE_SELECT_10(size_t xfer) "Mode Select(10) (len %zd)"
338 scsi_disk_emulate_command_UNMAP(size_t xfer) "Unmap (len %zd)"
340 scsi_disk_emulate_command_WRITE_SAME(int cmd, size_t xfer) "WRITE SAME %d (len %zd)"
/openbmc/qemu/hw/9pfs/
H A Dtrace-events23 …s_read_return(uint16_t tag, uint8_t id, int32_t count, ssize_t err) "tag %d id %d count %d err %zd"
25 …return(uint16_t tag, uint8_t id, uint32_t count, ssize_t retval) "tag %d id %d count %u retval %zd"
27 …_write_return(uint16_t tag, uint8_t id, int32_t total, ssize_t err) "tag %d id %d total %d err %zd"
/openbmc/qemu/hw/nvram/
H A Dtrace-events11 fw_cfg_add_file(void *s, int index, char *name, size_t len) "%p #%d: %s (%zd bytes)"
/openbmc/qemu/chardev/
H A Dtrace-events14 spice_vmc_write(ssize_t out, int len) "spice wrote %zd of requested %d"
/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/
H A D0001-script.c-avoid-use-of-chroot.patch81 - internerr("maintscript name '%s' length < instdir length %zd",
/openbmc/qemu/hw/virtio/
H A Dtrace-events72 virtqueue_alloc_element(void *elem, size_t sz, unsigned in_num, unsigned out_num) "elem %p size %zd
86 virtio_rng_pushed(void *rng, size_t len) "rng %p: %zd bytes pushed"
87 virtio_rng_request(void *rng, size_t size, unsigned quota) "rng %p: %zd bytes requested, %u bytes q…
/openbmc/qemu/block/
H A Dtrace-events70 …fset, size_t nbytes, int type) "bs %p s %p luringcb %p fd %d offset %" PRId64 " nbytes %zd type %d"
188 ssh_read_return(ssize_t ret, int sftp_err) "sftp_read returned %zd (sftp error=%d)"
191 ssh_write_return(ssize_t ret, int sftp_err) "sftp_write returned %zd (sftp error=%d)"
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.0.2/
H A D0002-Instead-of-doing-preprocessor-magic-just-output-off_.patch252 - v("write %zd bytes, offset %"PRIdoff_t", file %s",
254 + v("write %zd bytes, offset %lld, file %s",
/openbmc/qemu/migration/
H A Dtrace-events228 qemu_rdma_fill(size_t control_len, size_t size) "RDMA %zd of %zd bytes already in buffer"
293 postcopy_ram_fault_thread_fds_extra(size_t index, const char *name, int fd) "%zd/%s: %d"
/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Dprintk-formats.rst40 ssize_t %zd 或 %zx
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/build/
H A D0001-Riscv-Add-risc-v-Android-config-header.patch344 + * Define if printf() supports %zd for size_t arguments
/openbmc/qemu/hw/char/
H A Dtrace-events19 …io_console_flush_buf(unsigned int port, size_t len, ssize_t ret) "port %u, in_len %zu, out_len %zd"
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/uefi/files/
H A D0001-BootLogoLib-align-logo-coords-to-be-even.patch229 zd-s*sUt<oqb>BZB4CDV1O!b<}zQ38zAP2*MI?I*@CN=CsAm#JA%s8UgD6IUpMpWQ8
292 zprNpbG{aa(w{vp9`4Rp~7BoIA#WC-B$UtT#6=h+zd;MszS`4<1Ad8Dz!V2cQgnJ!h
/openbmc/linux/Documentation/networking/
H A Dmctp.rst199 printf("received %zd bytes from remote EID %d\n", rc, addr.smctp_addr);
/openbmc/linux/drivers/isdn/hardware/mISDN/
H A DmISDNisar.c704 u8 zd = 0; in send_next() local
706 ISAR_HIS_SDATA, 0x01, 1, &zd); in send_next()
/openbmc/qemu/ui/
H A Dtrace-events45 … void *ioc, const void *buf, size_t len) "VNC server msg audio data state=%p ioc=%p buf=%p len=%zd"
/openbmc/docs/designs/mctp/
H A Dmctp-kernel.md342 printf("received %zd bytes from remote EID %d\n", rc, addr.smctp_addr);
559 printf("%zd bytes from EID %d\n", rc, addr.smctp_addr);
/openbmc/linux/Documentation/core-api/
H A Dprintk-formats.rst30 ssize_t %zd or %zx
/openbmc/qemu/hw/usb/
H A Dtrace-events264 usb_msd_send_status(unsigned status, unsigned tag, size_t size) "status %d, tag 0x%x, len %zd"
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch7905 + request_log("%s: Import: %zd, total=%zd, bufs=%d\n", __func__, dh->size, total_size, total_buf…
7938 + request_log("%s: Alloc: %zd, total=%zd, bufs=%d\n", __func__, dh->size, total_size, total_bufs…
8039 + request_log("%s: Free: %zd, total=%zd, bufs=%d\n", __func__, dh->size, total_size, total_bufs);
10481 + request_log("%s: Overrun %zd > %zd; trying %zd\n", __func__, len, dmabuf_size(be->dh[0]), …
10487 + request_log("%s: Realloc %zd failed\n", __func__, newsize);
11850 + request_log("Failed to realloc poll array to %zd\n", asize);

12