Searched refs:temp_buff (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cudbg_lib.c | 819 struct cudbg_buffer temp_buff = { 0 }; in cudbg_collect_reg_dump() local 828 rc = cudbg_get_buff(pdbg_init, dbg_buff, buf_size, &temp_buff); in cudbg_collect_reg_dump() 831 t4_get_regs(padap, (void *)temp_buff.data, temp_buff.size); in cudbg_collect_reg_dump() 832 return cudbg_write_and_release_buff(pdbg_init, &temp_buff, dbg_buff); in cudbg_collect_reg_dump() 840 struct cudbg_buffer temp_buff = { 0 }; in cudbg_collect_fw_devlog() local 851 rc = cudbg_get_buff(pdbg_init, dbg_buff, dparams->size, &temp_buff); in cudbg_collect_fw_devlog() 861 (__be32 *)(char *)temp_buff.data, in cudbg_collect_fw_devlog() 866 cudbg_put_buff(pdbg_init, &temp_buff); in cudbg_collect_fw_devlog() 870 return cudbg_write_and_release_buff(pdbg_init, &temp_buff, dbg_buff); in cudbg_collect_fw_devlog() 878 struct cudbg_buffer temp_buff = { 0 }; in cudbg_collect_cim_la() local [all …]
|
H A D | cudbg_zlib.c | 31 struct cudbg_buffer temp_buff = { 0 }; in cudbg_compress_buff() local 37 rc = cudbg_get_compress_hdr(pout_buff, &temp_buff); in cudbg_compress_buff() 41 c_hdr = (struct cudbg_compress_hdr *)temp_buff.data; in cudbg_compress_buff()
|
/openbmc/u-boot/fs/ext4/ |
H A D | ext4_journal.c | 342 char *temp_buff = zalloc(fs->blksz); in recover_transaction() local 344 if (!temp_buff || !metadata_buff) in recover_transaction() 352 temp_buff); in recover_transaction() 353 p_jdb = (char *)temp_buff; in recover_transaction() 354 jdb = (struct journal_header_t *) temp_buff; in recover_transaction() 382 free(temp_buff); in recover_transaction() 408 char *temp_buff = NULL; in ext4fs_check_journal_state() local 412 temp_buff = zalloc(fs->blksz); in ext4fs_check_journal_state() 413 if (!temp_buff) in ext4fs_check_journal_state() 417 free(temp_buff); in ext4fs_check_journal_state() [all …]
|
H A D | ext4_write.c | 693 char *temp_buff = zalloc(fs->blksz); in ext4fs_deinit() local 694 if (temp_buff) { in ext4fs_deinit() 700 temp_buff); in ext4fs_deinit() 701 jsb = (struct journal_superblock_t *)temp_buff; in ext4fs_deinit() 704 (struct journal_superblock_t *)temp_buff, fs->blksz); in ext4fs_deinit() 705 free(temp_buff); in ext4fs_deinit()
|