Searched refs:ebuf (Results 1 – 4 of 4) sorted by relevance
| /openbmc/qemu/chardev/ |
| H A D | char-mux.c | 103 char ebuf[15] = "Escape-Char"; in mux_print_help() local 108 snprintf(ebuf, sizeof(ebuf), "C-%c", term_escape_char - 1 + 'a'); in mux_print_help() 120 qemu_chr_write_all(chr, (uint8_t *)ebuf, strlen(ebuf)); in mux_print_help()
|
| /openbmc/qemu/hw/usb/ |
| H A D | dev-network.c | 1140 uint16_t ebuf[4]; in usb_net_handle_statusin() local 1155 ebuf[0] = in usb_net_handle_statusin() 1157 ebuf[1] = cpu_to_le16(s->connection); in usb_net_handle_statusin() 1158 ebuf[2] = cpu_to_le16(1); in usb_net_handle_statusin() 1159 ebuf[3] = cpu_to_le16(0); in usb_net_handle_statusin() 1160 usb_packet_copy(p, ebuf, 8); in usb_net_handle_statusin()
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/ |
| H A D | rdist-6.1.5-cleanup.patch | 745 u_char ebuf[BUFSIZ]; 892 char ebuf[BUFSIZ]; 1140 -extern char *exptilde(ebuf, file) 1141 +char *exptilde(ebuf, file) 1142 char *ebuf; 1155 - for (s1 = ebuf; *s1++ = *s2++; ) 1156 + for (s1 = ebuf; (*s1++ = *s2++); ) 1312 static char ebuf[BUFSIZ]; 1339 static char ebuf[BUFSIZ], msgbuf[MSGBUFSIZ];
|
| /openbmc/qemu/hw/nvme/ |
| H A D | ctrl.c | 452 static NvmeFdpEvent *nvme_fdp_alloc_event(NvmeCtrl *n, NvmeFdpEventBuffer *ebuf) in nvme_fdp_alloc_event() argument 455 bool is_full = ebuf->next == ebuf->start && ebuf->nelems; in nvme_fdp_alloc_event() 457 ret = &ebuf->events[ebuf->next++]; in nvme_fdp_alloc_event() 458 if (unlikely(ebuf->next == NVME_FDP_MAX_EVENTS)) { in nvme_fdp_alloc_event() 459 ebuf->next = 0; in nvme_fdp_alloc_event() 462 ebuf->start = ebuf->next; in nvme_fdp_alloc_event() 464 ebuf->nelems++; in nvme_fdp_alloc_event() 5393 NvmeFdpEventBuffer *ebuf; in nvme_fdp_events() local 5408 ebuf = &endgrp->fdp.host_events; in nvme_fdp_events() 5410 ebuf = &endgrp->fdp.ctrl_events; in nvme_fdp_events() [all …]
|