/openbmc/u-boot/env/ |
H A D | attr.c | 122 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/linux/arch/mips/sgi-ip22/ |
H A D | ip28-berr.c | 44 unsigned int cbp; member 135 hpc3.scsi[0].cbp = hpc3c0->scsi_chan0.cbptr; in save_and_clear_buserr() 140 hpc3.scsi[1].cbp = hpc3c0->scsi_chan1.cbptr; in save_and_clear_buserr() 145 hpc3.ethrx.cbp = hpc3c0->ethregs.rx_cbptr; in save_and_clear_buserr() 150 hpc3.ethtx.cbp = hpc3c0->ethregs.tx_cbptr; in save_and_clear_buserr() 157 hpc3.pbdma[i].cbp = hpc3c0->pbdma[i].pbdma_bptr; in save_and_clear_buserr() 404 (cpu_err_addr == hp->ndptr || cpu_err_addr == hp->cbp)) in ip28_be_interrupt() 407 (gio_err_addr == hp->ndptr || gio_err_addr == hp->cbp)) in ip28_be_interrupt() 414 CPHYSADDR(hp->addr), hp->ctrl, hp->ndptr, hp->cbp); in ip28_be_interrupt()
|
/openbmc/linux/drivers/usb/host/ |
H A D | ohci-dbg.c | 267 u32 cbp, be; in ohci_dump_td() local 285 cbp = hc32_to_cpup (ohci, &td->hwCBP); in ohci_dump_td() 287 ohci_dbg (ohci, " cbp %08x be %08x (len %d)\n", cbp, be, in ohci_dump_td() 288 cbp ? (be + 1 - cbp) : 0); in ohci_dump_td() 434 u32 cbp, be; in show_list() local 438 cbp = hc32_to_cpup (ohci, &td->hwCBP); in show_list() 450 cbp ? (be + 1 - cbp) : 0, in show_list()
|
/openbmc/qemu/tests/tcg/multiarch/gdbstub/ |
H A D | memory.py | 84 cbp = gdb.Breakpoint("_exit", gdb.BP_BREAKPOINT) 89 report(cbp.hit_count == 0, "didn't reach backstop")
|
/openbmc/qemu/hw/usb/ |
H A D | hcd-ohci.c | 128 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 D | trace-events | 32 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 D | 0004-mmal_20.patch | 7596 + 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 …]
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_btree.c | 2977 struct xfs_buf *cbp; /* buffer for cblock */ in xfs_btree_new_iroot() local 3008 error = xfs_btree_get_buf_block(cur, &nptr, &cblock, &cbp); in xfs_btree_new_iroot() 3018 __be64 bno = cpu_to_be64(xfs_buf_daddr(cbp)); in xfs_btree_new_iroot() 3054 xfs_btree_setbuf(cur, level, cbp); in xfs_btree_new_iroot() 3060 xfs_btree_log_block(cur, cbp, XFS_BB_ALL_BITS); in xfs_btree_new_iroot() 3061 xfs_btree_log_keys(cur, cbp, 1, be16_to_cpu(cblock->bb_numrecs)); in xfs_btree_new_iroot() 3062 xfs_btree_log_ptrs(cur, cbp, 1, be16_to_cpu(cblock->bb_numrecs)); in xfs_btree_new_iroot() 3596 struct xfs_buf *cbp; in xfs_btree_kill_iroot() local 3624 cblock = xfs_btree_get_block(cur, level - 1, &cbp); in xfs_btree_kill_iroot() 3669 error = xfs_btree_free_block(cur, cbp); in xfs_btree_kill_iroot()
|
H A D | xfs_bmap.c | 546 struct xfs_buf *cbp; /* child block's buffer */ in xfs_bmap_btree_to_extents() local 568 error = xfs_btree_read_bufl(mp, tp, cbno, &cbp, XFS_BMAP_BTREE_REF, in xfs_bmap_btree_to_extents() 572 cblock = XFS_BUF_TO_BLOCK(cbp); in xfs_bmap_btree_to_extents() 573 if ((error = xfs_btree_check_block(cur, cblock, 0, cbp))) in xfs_bmap_btree_to_extents() 584 xfs_trans_binval(tp, cbp); in xfs_bmap_btree_to_extents() 585 if (cur->bc_levels[0].bp == cbp) in xfs_bmap_btree_to_extents()
|