Searched refs:obj_idx (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/ |
H A D | ObjectContainerBSDArchive.cpp | 227 size_t obj_idx = m_objects.size(); ParseObjects() local 239 size_t obj_idx; ParseObjects() local
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_sockopt.c | 151 struct rule_check_info *ci, struct obj_idx *oib, struct tid_info *ti); 153 struct tid_info *ti, struct obj_idx *pidx, int *unresolved); 156 struct obj_idx *oib, struct obj_idx *end); 2008 struct obj_idx *oib, struct obj_idx *pidx, struct tid_info *ti) in create_objects_compat() 2011 struct obj_idx *p; in create_objects_compat() 2061 unref_oib_objects(struct ip_fw_chain *ch, ipfw_insn *cmd, struct obj_idx *oib, in unref_oib_objects() 2062 struct obj_idx *end) in unref_oib_objects() 2066 struct obj_idx *p; in unref_oib_objects() 2136 struct obj_idx *pidx, int *unresolved) in ref_opcode_object() 2186 struct rule_check_info *ci, struct obj_idx *oib, struct tid_info *ti) in ref_rule_objects() [all …]
|
H A D | ip_fw_private.h | 482 struct obj_idx { struct 499 struct obj_idx obuf[8]; /* table references storage */ argument 743 struct obj_idx *oib, struct obj_idx *pidx, struct tid_info *ti);
|
/freebsd/sys/dev/ixl/ |
H A D | i40e_lan_hmc.c | 1236 u32 obj_idx) in i40e_hmc_get_object_va() argument 1262 if (obj_idx >= hmc_info->hmc_obj[rsrc_type].cnt) { in i40e_hmc_get_object_va() 1269 I40E_FIND_SD_INDEX_LIMIT(hmc_info, rsrc_type, obj_idx, 1, in i40e_hmc_get_object_va() 1274 hmc_info->hmc_obj[rsrc_type].size * obj_idx; in i40e_hmc_get_object_va() 1277 I40E_FIND_PD_INDEX_LIMIT(hmc_info, rsrc_type, obj_idx, 1, in i40e_hmc_get_object_va()
|
/freebsd/sys/dev/dpaa2/ |
H A D | dpaa2_cmd_if.m | 112 bypass_rc_get_obj(device_t dev, device_t child, struct dpaa2_cmd *cmd, uint32_t obj_idx, 118 device_get_parent(dev), child, cmd, obj_idx, obj)); 973 uint32_t obj_idx;
|
H A D | dpaa2_rc.c | 747 uint32_t obj_idx, struct dpaa2_obj *obj) in dpaa2_rc_get_obj() argument 769 cmd->params[0] = obj_idx; in dpaa2_rc_get_obj()
|