| /OK3568_Linux_fs/u-boot/env/ |
| H A D | attr.c | 123 struct regex_callback_priv *cbp = (struct regex_callback_priv *)priv; in regex_callback() local 132 if (slre_match(&slre, cbp->searched_for, in regex_callback() 133 strlen(cbp->searched_for), caps)) { in regex_callback() 134 free(cbp->regex); in regex_callback() 139 cbp->regex = malloc(strlen(regex) + 1); in regex_callback() 140 if (cbp->regex) { in regex_callback() 141 strcpy(cbp->regex, regex); in regex_callback() 147 free(cbp->attributes); in regex_callback() 148 cbp->attributes = malloc(strlen(attributes) + 1); in regex_callback() 149 if (cbp->attributes) { in regex_callback() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/zte/ |
| H A D | pinctrl-zx.h | 51 #define TOP_PIN(pin, off, bp, wd, coff, cbp, ...) { \ argument 60 .cbitpos = cbp, \ 66 #define AON_PIN(pin, off, bp, wd, coff, cbp, ...) { \ argument 75 .cbitpos = cbp, \
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/ |
| H A D | log.c | 82 void RTMP_LogSetCallback(RTMP_LogCallback *cbp) in RTMP_LogSetCallback() argument 84 cb = cbp; in RTMP_LogSetCallback()
|
| /OK3568_Linux_fs/kernel/fs/xfs/libxfs/ |
| H A D | xfs_btree.c | 2888 struct xfs_buf *cbp; /* buffer for cblock */ in xfs_btree_new_iroot() local 2919 error = xfs_btree_get_buf_block(cur, &nptr, &cblock, &cbp); in xfs_btree_new_iroot() 2930 cblock->bb_u.l.bb_blkno = cpu_to_be64(cbp->b_bn); in xfs_btree_new_iroot() 2932 cblock->bb_u.s.bb_blkno = cpu_to_be64(cbp->b_bn); in xfs_btree_new_iroot() 2963 xfs_btree_setbuf(cur, level, cbp); in xfs_btree_new_iroot() 2969 xfs_btree_log_block(cur, cbp, XFS_BB_ALL_BITS); in xfs_btree_new_iroot() 2970 xfs_btree_log_keys(cur, cbp, 1, be16_to_cpu(cblock->bb_numrecs)); in xfs_btree_new_iroot() 2971 xfs_btree_log_ptrs(cur, cbp, 1, be16_to_cpu(cblock->bb_numrecs)); in xfs_btree_new_iroot() 3485 struct xfs_buf *cbp; in xfs_btree_kill_iroot() local 3513 cblock = xfs_btree_get_block(cur, level - 1, &cbp); in xfs_btree_kill_iroot() [all …]
|
| H A D | xfs_bmap.c | 595 xfs_buf_t *cbp; /* child block's buffer */ in xfs_bmap_btree_to_extents() local 618 error = xfs_btree_read_bufl(mp, tp, cbno, &cbp, XFS_BMAP_BTREE_REF, in xfs_bmap_btree_to_extents() 622 cblock = XFS_BUF_TO_BLOCK(cbp); in xfs_bmap_btree_to_extents() 623 if ((error = xfs_btree_check_block(cur, cblock, 0, cbp))) in xfs_bmap_btree_to_extents() 629 xfs_trans_binval(tp, cbp); in xfs_bmap_btree_to_extents() 630 if (cur->bc_bufs[0] == cbp) in xfs_bmap_btree_to_extents()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/ |
| H A D | bio.h | 597 # define BIO_get_info_callback(b,cbp) (int)BIO_ctrl(b,BIO_CTRL_GET_CALLBACK,0, \ argument 598 cbp)
|