Home
last modified time | relevance | path

Searched refs:cbp (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/env/
H A Dattr.c122 struct regex_callback_priv *cbp = (struct regex_callback_priv *)priv; in regex_callback() local
131 if (slre_match(&slre, cbp->searched_for, in regex_callback()
132 strlen(cbp->searched_for), caps)) { in regex_callback()
133 free(cbp->regex); in regex_callback()
138 cbp->regex = malloc(strlen(regex) + 1); in regex_callback()
139 if (cbp->regex) { in regex_callback()
140 strcpy(cbp->regex, regex); in regex_callback()
146 free(cbp->attributes); in regex_callback()
147 cbp->attributes = malloc(strlen(attributes) + 1); in regex_callback()
148 if (cbp->attributes) { in regex_callback()
[all …]
/openbmc/qemu/tests/tcg/multiarch/gdbstub/
H A Dmemory.py83 cbp = gdb.Breakpoint("_exit", gdb.BP_BREAKPOINT)
88 report(cbp.hit_count == 0, "didn't reach backstop")
/openbmc/qemu/hw/usb/
H A Dhcd-ohci.c128 uint32_t cbp; member
518 ptr = td->cbp; in ohci_copy_td()
940 if (td.cbp && td.be) { in ohci_service_td()
941 if ((td.cbp & 0xfffff000) != (td.be & 0xfffff000)) { in ohci_service_td()
942 len = (td.be & 0xfff) + 0x1001 - (td.cbp & 0xfff); in ohci_service_td()
944 if (td.cbp - 1 > td.be) { /* rely on td.cbp != 0 */ in ohci_service_td()
945 trace_usb_ohci_td_bad_buf(td.cbp, td.be); in ohci_service_td()
949 len = (td.be - td.cbp) + 1; in ohci_service_td()
973 flag_r, td.cbp, td.be); in ohci_service_td()
1030 td.cbp = 0; in ohci_service_td()
[all …]
H A Dtrace-events32 usb_ohci_td_bad_buf(uint32_t cbp, uint32_t be) "Bad cbp = 0x%x > be = 0x%x"
53 …, const char *s, int flag_r, uint32_t cbp, uint32_t be) " TD @ 0x%.8x %" PRId64 " of %" PRId64 " b…
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0004-mmal_20.patch7596 + cma_buf_pool_t * cbp;
7611 + cb->cbp->alloc_size -= cb->size;
7612 + --cb->cbp->alloc_n;
7613 …"%s[%d:%s]: N=%d, Total=%d\n", __func__, cb->cbp->pool->seq, cb->cbp->pool->name, cb->cbp->alloc_n…
7621 + if (cb->cbp->init_type == VCSM_INIT_CMA)
7643 + cma_buf_pool_t * const cbp = v;
7651 + .cbp = cbp,
7661 + cb->cbp->alloc_size += cb->size;
7662 + ++cb->cbp->alloc_n;
7663 …f(stderr, "%s[%d:%s]: N=%d, Total=%d\n", __func__, cbp->pool->seq, cbp->pool->name, cbp->alloc_n,
[all …]