Home
last modified time | relevance | path

Searched refs:block_ptr (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/sys/dev/mlxfw/
H A Dmlxfw_fsm.c115 u8 *block_ptr; in mlxfw_flash_component() local
151 block_ptr = comp->data + offset; in mlxfw_flash_component()
155 block_ptr, block_size, in mlxfw_flash_component()
/freebsd-12.1/contrib/elftoolchain/libdwarf/
H A Ddwarf_frame.c400 Dwarf_Signed *offset_or_block_len, Dwarf_Ptr *block_ptr, in dwarf_get_fde_info_for_reg3() argument
412 block_ptr == NULL || row_pc == NULL) { in dwarf_get_fde_info_for_reg3()
437 *block_ptr = RL.dw_block_ptr; in dwarf_get_fde_info_for_reg3()
447 Dwarf_Ptr *block_ptr, Dwarf_Addr *row_pc, Dwarf_Error *error) in dwarf_get_fde_info_for_cfa_reg3() argument
458 block_ptr == NULL || row_pc == NULL) { in dwarf_get_fde_info_for_cfa_reg3()
478 *block_ptr = CFA.dw_block_ptr; in dwarf_get_fde_info_for_cfa_reg3()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrameList.cpp105 Block *block_ptr = m_frames[0]->GetFrameBlock(); in ResetCurrentInlinedDepth() local
106 if (!block_ptr) in ResetCurrentInlinedDepth()
113 if (!block_ptr->GetRangeContainingAddress(pc_as_address, containing_range) || in ResetCurrentInlinedDepth()
173 for (Block *container_ptr = block_ptr->GetInlinedParent(); in ResetCurrentInlinedDepth()
/freebsd-12.1/sys/dev/drm2/i915/
H A Dintel_bios.c71 u16 *block_ptr, block_size; in get_blocksize() local
73 block_ptr = (u16 *)((char *)p - 2); in get_blocksize()
74 block_size = *block_ptr; in get_blocksize()
/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_lock.cpp3952 kmp_block_of_locks_t *block_ptr = __kmp_lock_blocks; in __kmp_cleanup_user_locks() local
3955 while (block_ptr != NULL) { in __kmp_cleanup_user_locks()
3956 kmp_block_of_locks_t *next = block_ptr->next_block; in __kmp_cleanup_user_locks()
3957 __kmp_free(block_ptr->locks); in __kmp_cleanup_user_locks()
3959 block_ptr = next; in __kmp_cleanup_user_locks()
/freebsd-12.1/sys/dev/mlx4/
H A Ddevice.h954 __be32 block_ptr; member
/freebsd-12.1/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mad.c61 …GET_BLK_PTR_FROM_EQE(eqe) be32_to_cpu(eqe->event.port_mgmt_change.params.tbl_change_info.block_ptr)