Searched refs:obj_idx (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw_private.h471 struct obj_idx { struct
488 struct obj_idx obuf[8]; /* table references storage */
744 struct obj_idx *oib, struct obj_idx *pidx, struct tid_info *ti);
H A Dip_fw_sockopt.c164 struct rule_check_info *ci, struct obj_idx *oib, struct tid_info *ti);
166 struct tid_info *ti, struct obj_idx *pidx, int *unresolved);
169 struct obj_idx *oib, struct obj_idx *end);
2539 struct obj_idx *oib, struct obj_idx *pidx, struct tid_info *ti)
2542 struct obj_idx *p;
2649 unref_oib_objects(struct ip_fw_chain *ch, ipfw_insn *cmd, struct obj_idx *oib,
2650 struct obj_idx *end)
2654 struct obj_idx *
[all...]
/freebsd-13-stable/sys/dev/ixl/
H A Di40e_lan_hmc.c1228 * @obj_idx: hmc object index
1237 u32 obj_idx)
1263 if (obj_idx >= hmc_info->hmc_obj[rsrc_type].cnt) {
1270 I40E_FIND_SD_INDEX_LIMIT(hmc_info, rsrc_type, obj_idx, 1,
1275 hmc_info->hmc_obj[rsrc_type].size * obj_idx;
1278 I40E_FIND_PD_INDEX_LIMIT(hmc_info, rsrc_type, obj_idx, 1,
1234 i40e_hmc_get_object_va(struct i40e_hw *hw, u8 **object_base, enum i40e_hmc_lan_rsrc_type rsrc_type, u32 obj_idx) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp158 size_t obj_idx = m_objects.size(); local
161 m_object_name_to_index_map.Append(obj.ar_name, obj_idx);

Completed in 120 milliseconds