| /dflybsd-src/contrib/wpa_supplicant/src/pae/ |
| H A D | ieee802_1x_secy_ops.c | 30 struct ieee802_1x_kay_ctx *ops; in secy_cp_control_protect_frames() local 37 ops = kay->ctx; in secy_cp_control_protect_frames() 38 if (!ops || !ops->enable_protect_frames) { in secy_cp_control_protect_frames() 44 return ops->enable_protect_frames(ops->ctx, enabled); in secy_cp_control_protect_frames() 50 struct ieee802_1x_kay_ctx *ops; in secy_cp_control_encrypt() local 57 ops = kay->ctx; in secy_cp_control_encrypt() 58 if (!ops || !ops->enable_encrypt) { in secy_cp_control_encrypt() 64 return ops->enable_encrypt(ops->ctx, enabled); in secy_cp_control_encrypt() 70 struct ieee802_1x_kay_ctx *ops; in secy_cp_control_replay() local 77 ops = kay->ctx; in secy_cp_control_replay() [all …]
|
| /dflybsd-src/sys/dev/netif/ig_hal/ |
| H A D | e1000_api.c | 48 if (hw->mac.ops.init_params) { in e1000_init_mac_params() 49 ret_val = hw->mac.ops.init_params(hw); in e1000_init_mac_params() 74 if (hw->nvm.ops.init_params) { in e1000_init_nvm_params() 75 ret_val = hw->nvm.ops.init_params(hw); in e1000_init_nvm_params() 100 if (hw->phy.ops.init_params) { in e1000_init_phy_params() 101 ret_val = hw->phy.ops.init_params(hw); in e1000_init_phy_params() 126 if (hw->mbx.ops.init_params) { in e1000_init_mbx_params() 127 ret_val = hw->mbx.ops.init_params(hw); in e1000_init_mbx_params() 558 if (hw->mac.ops.get_bus_info) in e1000_get_bus_info() 559 return hw->mac.ops.get_bus_info(hw); in e1000_get_bus_info() [all …]
|
| H A D | e1000_82541.c | 97 phy->ops.check_polarity = e1000_check_polarity_igp; in e1000_init_phy_params_82541() 98 phy->ops.force_speed_duplex = e1000_phy_force_speed_duplex_igp; in e1000_init_phy_params_82541() 99 phy->ops.get_cable_length = e1000_get_cable_length_igp_82541; in e1000_init_phy_params_82541() 100 phy->ops.get_cfg_done = e1000_get_cfg_done_generic; in e1000_init_phy_params_82541() 101 phy->ops.get_info = e1000_get_phy_info_igp; in e1000_init_phy_params_82541() 102 phy->ops.read_reg = e1000_read_phy_reg_igp; in e1000_init_phy_params_82541() 103 phy->ops.reset = e1000_phy_hw_reset_82541; in e1000_init_phy_params_82541() 104 phy->ops.set_d3_lplu_state = e1000_set_d3_lplu_state_82541; in e1000_init_phy_params_82541() 105 phy->ops.write_reg = e1000_write_phy_reg_igp; in e1000_init_phy_params_82541() 106 phy->ops.power_up = e1000_power_up_phy_copper; in e1000_init_phy_params_82541() [all …]
|
| H A D | e1000_82540.c | 77 phy->ops.check_polarity = e1000_check_polarity_m88; in e1000_init_phy_params_82540() 78 phy->ops.commit = e1000_phy_sw_reset_generic; in e1000_init_phy_params_82540() 79 phy->ops.force_speed_duplex = e1000_phy_force_speed_duplex_m88; in e1000_init_phy_params_82540() 80 phy->ops.get_cable_length = e1000_get_cable_length_m88; in e1000_init_phy_params_82540() 81 phy->ops.get_cfg_done = e1000_get_cfg_done_generic; in e1000_init_phy_params_82540() 82 phy->ops.read_reg = e1000_read_phy_reg_m88; in e1000_init_phy_params_82540() 83 phy->ops.reset = e1000_phy_hw_reset_generic; in e1000_init_phy_params_82540() 84 phy->ops.write_reg = e1000_write_phy_reg_m88; in e1000_init_phy_params_82540() 85 phy->ops.get_info = e1000_get_phy_info_m88; in e1000_init_phy_params_82540() 86 phy->ops.power_up = e1000_power_up_phy_copper; in e1000_init_phy_params_82540() [all …]
|
| H A D | e1000_phy.c | 76 phy->ops.init_params = e1000_null_ops_generic; in e1000_init_phy_ops_generic() 77 phy->ops.acquire = e1000_null_ops_generic; in e1000_init_phy_ops_generic() 78 phy->ops.check_polarity = e1000_null_ops_generic; in e1000_init_phy_ops_generic() 79 phy->ops.check_reset_block = e1000_null_ops_generic; in e1000_init_phy_ops_generic() 80 phy->ops.commit = e1000_null_ops_generic; in e1000_init_phy_ops_generic() 81 phy->ops.force_speed_duplex = e1000_null_ops_generic; in e1000_init_phy_ops_generic() 82 phy->ops.get_cfg_done = e1000_null_ops_generic; in e1000_init_phy_ops_generic() 83 phy->ops.get_cable_length = e1000_null_ops_generic; in e1000_init_phy_ops_generic() 84 phy->ops.get_info = e1000_null_ops_generic; in e1000_init_phy_ops_generic() 85 phy->ops.set_page = e1000_null_set_page; in e1000_init_phy_ops_generic() [all …]
|
| H A D | e1000_82571.c | 110 phy->ops.check_reset_block = e1000_check_reset_block_generic; in e1000_init_phy_params_82571() 111 phy->ops.reset = e1000_phy_hw_reset_generic; in e1000_init_phy_params_82571() 112 phy->ops.set_d0_lplu_state = e1000_set_d0_lplu_state_82571; in e1000_init_phy_params_82571() 113 phy->ops.set_d3_lplu_state = e1000_set_d3_lplu_state_generic; in e1000_init_phy_params_82571() 114 phy->ops.power_up = e1000_power_up_phy_copper; in e1000_init_phy_params_82571() 115 phy->ops.power_down = e1000_power_down_phy_copper_82571; in e1000_init_phy_params_82571() 121 phy->ops.get_cfg_done = e1000_get_cfg_done_82571; in e1000_init_phy_params_82571() 122 phy->ops.get_info = e1000_get_phy_info_igp; in e1000_init_phy_params_82571() 123 phy->ops.check_polarity = e1000_check_polarity_igp; in e1000_init_phy_params_82571() 124 phy->ops.force_speed_duplex = e1000_phy_force_speed_duplex_igp; in e1000_init_phy_params_82571() [all …]
|
| H A D | e1000_82575.c | 171 phy->ops.read_i2c_byte = e1000_read_i2c_byte_generic; in e1000_init_phy_params_82575() 172 phy->ops.write_i2c_byte = e1000_write_i2c_byte_generic; in e1000_init_phy_params_82575() 179 phy->ops.power_up = e1000_power_up_phy_copper; in e1000_init_phy_params_82575() 180 phy->ops.power_down = e1000_power_down_phy_copper_82575; in e1000_init_phy_params_82575() 185 phy->ops.acquire = e1000_acquire_phy_82575; in e1000_init_phy_params_82575() 186 phy->ops.check_reset_block = e1000_check_reset_block_generic; in e1000_init_phy_params_82575() 187 phy->ops.commit = e1000_phy_sw_reset_generic; in e1000_init_phy_params_82575() 188 phy->ops.get_cfg_done = e1000_get_cfg_done_82575; in e1000_init_phy_params_82575() 189 phy->ops.release = e1000_release_phy_82575; in e1000_init_phy_params_82575() 194 phy->ops.reset = e1000_phy_hw_reset_sgmii_82575; in e1000_init_phy_params_82575() [all …]
|
| H A D | e1000_80003es2lan.c | 100 phy->ops.power_up = e1000_power_up_phy_copper; in e1000_init_phy_params_80003es2lan() 101 phy->ops.power_down = e1000_power_down_phy_copper_80003es2lan; in e1000_init_phy_params_80003es2lan() 109 phy->ops.acquire = e1000_acquire_phy_80003es2lan; in e1000_init_phy_params_80003es2lan() 110 phy->ops.check_polarity = e1000_check_polarity_m88; in e1000_init_phy_params_80003es2lan() 111 phy->ops.check_reset_block = e1000_check_reset_block_generic; in e1000_init_phy_params_80003es2lan() 112 phy->ops.commit = e1000_phy_sw_reset_generic; in e1000_init_phy_params_80003es2lan() 113 phy->ops.get_cfg_done = e1000_get_cfg_done_80003es2lan; in e1000_init_phy_params_80003es2lan() 114 phy->ops.get_info = e1000_get_phy_info_m88; in e1000_init_phy_params_80003es2lan() 115 phy->ops.release = e1000_release_phy_80003es2lan; in e1000_init_phy_params_80003es2lan() 116 phy->ops.reset = e1000_phy_hw_reset_generic; in e1000_init_phy_params_80003es2lan() [all …]
|
| H A D | e1000_ich8lan.c | 209 ret_val = hw->phy.ops.read_reg_locked(hw, PHY_ID1, &phy_reg); in e1000_phy_is_accessible_pchlan() 214 ret_val = hw->phy.ops.read_reg_locked(hw, PHY_ID2, &phy_reg); in e1000_phy_is_accessible_pchlan() 236 hw->phy.ops.release(hw); in e1000_phy_is_accessible_pchlan() 240 hw->phy.ops.acquire(hw); in e1000_phy_is_accessible_pchlan() 251 hw->phy.ops.read_reg_locked(hw, CV_SMB_CTRL, &phy_reg); in e1000_phy_is_accessible_pchlan() 253 hw->phy.ops.write_reg_locked(hw, CV_SMB_CTRL, phy_reg); in e1000_phy_is_accessible_pchlan() 334 ret_val = hw->phy.ops.acquire(hw); in e1000_init_phy_workarounds_pchlan() 375 if (hw->phy.ops.check_reset_block(hw)) { in e1000_init_phy_workarounds_pchlan() 404 hw->phy.ops.release(hw); in e1000_init_phy_workarounds_pchlan() 408 if (hw->phy.ops.check_reset_block(hw)) { in e1000_init_phy_workarounds_pchlan() [all …]
|
| H A D | e1000_mbx.c | 83 if (mbx->ops.read) in e1000_read_mbx() 84 ret_val = mbx->ops.read(hw, msg, size, mbx_id); in e1000_read_mbx() 108 else if (mbx->ops.write) in e1000_write_mbx() 109 ret_val = mbx->ops.write(hw, msg, size, mbx_id); in e1000_write_mbx() 128 if (mbx->ops.check_for_msg) in e1000_check_for_msg() 129 ret_val = mbx->ops.check_for_msg(hw, mbx_id); in e1000_check_for_msg() 148 if (mbx->ops.check_for_ack) in e1000_check_for_ack() 149 ret_val = mbx->ops.check_for_ack(hw, mbx_id); in e1000_check_for_ack() 168 if (mbx->ops.check_for_rst) in e1000_check_for_rst() 169 ret_val = mbx->ops.check_for_rst(hw, mbx_id); in e1000_check_for_rst() [all …]
|
| H A D | e1000_vf.c | 65 hw->phy.ops.acquire = e1000_acquire_vf; in e1000_init_phy_params_vf() 66 hw->phy.ops.release = e1000_release_vf; in e1000_init_phy_params_vf() 81 hw->nvm.ops.acquire = e1000_acquire_vf; in e1000_init_nvm_params_vf() 82 hw->nvm.ops.release = e1000_release_vf; in e1000_init_nvm_params_vf() 118 mac->ops.setup_link = e1000_setup_link_vf; in e1000_init_mac_params_vf() 120 mac->ops.get_bus_info = e1000_get_bus_info_pcie_vf; in e1000_init_mac_params_vf() 122 mac->ops.reset_hw = e1000_reset_hw_vf; in e1000_init_mac_params_vf() 124 mac->ops.init_hw = e1000_init_hw_vf; in e1000_init_mac_params_vf() 126 mac->ops.check_for_link = e1000_check_for_link_vf; in e1000_init_mac_params_vf() 128 mac->ops.get_link_up_info = e1000_get_link_up_info_vf; in e1000_init_mac_params_vf() [all …]
|
| /dflybsd-src/contrib/gcc-8.0/gcc/ |
| H A D | tree-ssa-scopedtables.c | 134 enum tree_code code = expr->ops.binary.op; in simplify_binary_operation() 161 expr.ops.binary.op = EQ_EXPR; in simplify_binary_operation() 162 expr.ops.binary.opnd0 = gimple_assign_rhs1 (stmt); in simplify_binary_operation() 163 expr.ops.binary.opnd1 = gimple_assign_rhs2 (stmt); in simplify_binary_operation() 257 && (TREE_CODE (element.expr()->ops.single.rhs) == SSA_NAME in lookup_avail_expr() 258 || is_gimple_min_invariant (element.expr()->ops.single.rhs))) in lookup_avail_expr() 399 inchash::add_expr (expr->ops.single.rhs, hstate); in add_hashable_expr() 403 hstate.add_object (expr->ops.unary.op); in add_hashable_expr() 409 if (CONVERT_EXPR_CODE_P (expr->ops.unary.op) in add_hashable_expr() 410 || expr->ops.unary.op == NON_LVALUE_EXPR) in add_hashable_expr() [all …]
|
| H A D | gimple-match-head.c | 286 maybe_build_generic_op (enum tree_code code, tree type, tree *ops) in maybe_build_generic_op() argument 293 ops[0] = build1 (code, type, ops[0]); in maybe_build_generic_op() 296 ops[0] = build3 (code, type, ops[0], ops[1], ops[2]); in maybe_build_generic_op() 297 ops[1] = ops[2] = NULL_TREE; in maybe_build_generic_op() 310 build_call_internal (internal_fn fn, tree type, unsigned int nargs, tree *ops) in build_call_internal() argument 314 tree_pair types = direct_internal_fn_types (fn, type, ops); in build_call_internal() 318 return gimple_build_call_internal (fn, nargs, ops[0], ops[1], ops[2]); in build_call_internal() 328 maybe_push_res_to_seq (code_helper rcode, tree type, tree *ops, in maybe_push_res_to_seq() argument 334 && gimple_simplified_result_is_gimple_val (rcode, ops)) in maybe_push_res_to_seq() 335 return ops[0]; in maybe_push_res_to_seq() [all …]
|
| H A D | internal-fn.c | 129 struct expand_operand ops[2]; in expand_load_lanes_optab_fn() local 143 create_output_operand (&ops[0], target, TYPE_MODE (type)); in expand_load_lanes_optab_fn() 144 create_fixed_operand (&ops[1], mem); in expand_load_lanes_optab_fn() 145 expand_insn (get_multi_vector_move (type, optab), 2, ops); in expand_load_lanes_optab_fn() 153 struct expand_operand ops[2]; in expand_store_lanes_optab_fn() local 167 create_fixed_operand (&ops[0], target); in expand_store_lanes_optab_fn() 168 create_input_operand (&ops[1], reg, TYPE_MODE (type)); in expand_store_lanes_optab_fn() 169 expand_insn (get_multi_vector_move (type, optab), 2, ops); in expand_store_lanes_optab_fn() 207 struct expand_operand ops[3]; in expand_GOMP_SIMT_ENTER_ALLOC() local 208 create_output_operand (&ops[0], target, Pmode); in expand_GOMP_SIMT_ENTER_ALLOC() [all …]
|
| /dflybsd-src/sys/dev/netif/ix/ |
| H A D | ixgbe_api.c | 69 if (hw->mac.ops.get_rtrup2tc) in ixgbe_dcb_get_rtrup2tc() 70 hw->mac.ops.get_rtrup2tc(hw, map); in ixgbe_dcb_get_rtrup2tc() 233 return ixgbe_call_func(hw, hw->mac.ops.init_hw, (hw), in ixgbe_init_hw() 246 return ixgbe_call_func(hw, hw->mac.ops.reset_hw, (hw), in ixgbe_reset_hw() 262 return ixgbe_call_func(hw, hw->mac.ops.start_hw, (hw), in ixgbe_start_hw() 276 if (hw->mac.ops.enable_relaxed_ordering) in ixgbe_enable_relaxed_ordering() 277 hw->mac.ops.enable_relaxed_ordering(hw); in ixgbe_enable_relaxed_ordering() 289 return ixgbe_call_func(hw, hw->mac.ops.clear_hw_cntrs, (hw), in ixgbe_clear_hw_cntrs() 301 return ixgbe_call_func(hw, hw->mac.ops.get_media_type, (hw), in ixgbe_get_media_type() 317 return ixgbe_call_func(hw, hw->mac.ops.get_mac_addr, in ixgbe_get_mac_addr() [all …]
|
| H A D | ixgbe_x540.c | 73 eeprom->ops.init_params = ixgbe_init_eeprom_params_X540; in ixgbe_init_ops_X540() 74 eeprom->ops.read = ixgbe_read_eerd_X540; in ixgbe_init_ops_X540() 75 eeprom->ops.read_buffer = ixgbe_read_eerd_buffer_X540; in ixgbe_init_ops_X540() 76 eeprom->ops.write = ixgbe_write_eewr_X540; in ixgbe_init_ops_X540() 77 eeprom->ops.write_buffer = ixgbe_write_eewr_buffer_X540; in ixgbe_init_ops_X540() 78 eeprom->ops.update_checksum = ixgbe_update_eeprom_checksum_X540; in ixgbe_init_ops_X540() 79 eeprom->ops.validate_checksum = ixgbe_validate_eeprom_checksum_X540; in ixgbe_init_ops_X540() 80 eeprom->ops.calc_checksum = ixgbe_calc_eeprom_checksum_X540; in ixgbe_init_ops_X540() 83 phy->ops.init = ixgbe_init_phy_ops_generic; in ixgbe_init_ops_X540() 84 phy->ops.reset = NULL; in ixgbe_init_ops_X540() [all …]
|
| H A D | ixgbe_x550.c | 63 mac->ops.dmac_config = ixgbe_dmac_config_X550; in ixgbe_init_ops_X550() 64 mac->ops.dmac_config_tcs = ixgbe_dmac_config_tcs_X550; in ixgbe_init_ops_X550() 65 mac->ops.dmac_update_tcs = ixgbe_dmac_update_tcs_X550; in ixgbe_init_ops_X550() 66 mac->ops.setup_eee = NULL; in ixgbe_init_ops_X550() 67 mac->ops.set_source_address_pruning = in ixgbe_init_ops_X550() 69 mac->ops.set_ethertype_anti_spoofing = in ixgbe_init_ops_X550() 72 mac->ops.get_rtrup2tc = ixgbe_dcb_get_rtrup2tc_generic; in ixgbe_init_ops_X550() 73 eeprom->ops.init_params = ixgbe_init_eeprom_params_X550; in ixgbe_init_ops_X550() 74 eeprom->ops.calc_checksum = ixgbe_calc_eeprom_checksum_X550; in ixgbe_init_ops_X550() 75 eeprom->ops.read = ixgbe_read_ee_hostif_X550; in ixgbe_init_ops_X550() [all …]
|
| H A D | ixgbe_82598.c | 131 phy->ops.init = ixgbe_init_phy_ops_82598; in ixgbe_init_ops_82598() 134 mac->ops.start_hw = ixgbe_start_hw_82598; in ixgbe_init_ops_82598() 135 mac->ops.enable_relaxed_ordering = ixgbe_enable_relaxed_ordering_82598; in ixgbe_init_ops_82598() 136 mac->ops.reset_hw = ixgbe_reset_hw_82598; in ixgbe_init_ops_82598() 137 mac->ops.get_media_type = ixgbe_get_media_type_82598; in ixgbe_init_ops_82598() 138 mac->ops.get_supported_physical_layer = in ixgbe_init_ops_82598() 140 mac->ops.read_analog_reg8 = ixgbe_read_analog_reg8_82598; in ixgbe_init_ops_82598() 141 mac->ops.write_analog_reg8 = ixgbe_write_analog_reg8_82598; in ixgbe_init_ops_82598() 142 mac->ops.set_lan_id = ixgbe_set_lan_id_multi_port_pcie_82598; in ixgbe_init_ops_82598() 143 mac->ops.enable_rx_dma = ixgbe_enable_rx_dma_82598; in ixgbe_init_ops_82598() [all …]
|
| /dflybsd-src/contrib/gdb-7/gdb/ |
| H A D | serial.c | 149 struct serial_ops *ops; in serial_interface_lookup() local 151 for (ops = serial_ops_list; ops; ops = ops->next) in serial_interface_lookup() 152 if (strcmp (name, ops->name) == 0) in serial_interface_lookup() 153 return ops; in serial_interface_lookup() 186 struct serial_ops *ops; in serial_open() local 190 ops = serial_interface_lookup ("pc"); in serial_open() 192 ops = serial_interface_lookup ("parallel"); in serial_open() 195 ops = serial_interface_lookup ("pipe"); in serial_open() 204 ops = serial_interface_lookup ("tcp"); in serial_open() 206 ops = serial_interface_lookup ("hardwire"); in serial_open() [all …]
|
| H A D | ser-pipe.c | 217 struct serial_ops *ops = XMALLOC (struct serial_ops); in _initialize_ser_pipe() local 219 memset (ops, 0, sizeof (struct serial_ops)); in _initialize_ser_pipe() 220 ops->name = "pipe"; in _initialize_ser_pipe() 221 ops->next = 0; in _initialize_ser_pipe() 222 ops->open = pipe_open; in _initialize_ser_pipe() 223 ops->close = pipe_close; in _initialize_ser_pipe() 224 ops->readchar = ser_base_readchar; in _initialize_ser_pipe() 225 ops->write = ser_base_write; in _initialize_ser_pipe() 226 ops->flush_output = ser_base_flush_output; in _initialize_ser_pipe() 227 ops->flush_input = ser_base_flush_input; in _initialize_ser_pipe() [all …]
|
| H A D | ser-tcp.c | 379 struct serial_ops *ops; in _initialize_ser_tcp() 381 ops = XMALLOC (struct serial_ops); in _initialize_ser_tcp() 382 memset (ops, 0, sizeof (struct serial_ops)); in _initialize_ser_tcp() 383 ops->name = "tcp"; in _initialize_ser_tcp() 384 ops->next = 0; in _initialize_ser_tcp() 385 ops->open = net_open; in _initialize_ser_tcp() 386 ops->close = net_close; in _initialize_ser_tcp() 387 ops->readchar = ser_base_readchar; in _initialize_ser_tcp() 388 ops->write = ser_base_write; in _initialize_ser_tcp() 389 ops->flush_output = ser_base_flush_output; in _initialize_ser_tcp() [all …]
|
| H A D | bsd-uthread.c | 58 struct bsd_uthread_ops *ops; in bsd_uthread_init() local 60 ops = OBSTACK_ZALLOC (obstack, struct bsd_uthread_ops); in bsd_uthread_init() 61 return ops; in bsd_uthread_init() 72 struct bsd_uthread_ops *ops = gdbarch_data (gdbarch, bsd_uthread_data); in bsd_uthread_set_supply_uthread() local 73 ops->supply_uthread = supply_uthread; in bsd_uthread_set_supply_uthread() 84 struct bsd_uthread_ops *ops = gdbarch_data (gdbarch, bsd_uthread_data); in bsd_uthread_set_collect_uthread() local 85 ops->collect_uthread = collect_uthread; in bsd_uthread_set_collect_uthread() 165 struct bsd_uthread_ops *ops = gdbarch_data (gdbarch, bsd_uthread_data); in bsd_uthread_activate() local 173 if (!ops->supply_uthread) in bsd_uthread_activate() 231 bsd_uthread_inferior_created (struct target_ops *ops, int from_tty) in bsd_uthread_inferior_created() argument [all …]
|
| /dflybsd-src/sys/kern/ |
| H A D | vfs_vopops.c | 152 #define DO_OPS(ops, error, ap, vop_field) \ argument 153 error = ops->vop_field(ap) 173 vop_old_lookup(struct vop_ops *ops, struct vnode *dvp, in vop_old_lookup() argument 181 ap.a_head.a_ops = ops; in vop_old_lookup() 186 DO_OPS(ops, error, &ap, vop_old_lookup); in vop_old_lookup() 196 vop_old_create(struct vop_ops *ops, struct vnode *dvp, in vop_old_create() argument 204 ap.a_head.a_ops = ops; in vop_old_create() 211 DO_OPS(ops, error, &ap, vop_old_create); in vop_old_create() 221 vop_old_whiteout(struct vop_ops *ops, struct vnode *dvp, in vop_old_whiteout() argument 229 ap.a_head.a_ops = ops; in vop_old_whiteout() [all …]
|
| /dflybsd-src/sys/sys/ |
| H A D | buf2.h | 219 struct bio_ops *ops = bp->b_ops; in buf_deallocate() local 222 if (ops) in buf_deallocate() 223 ops->io_deallocate(bp); in buf_deallocate() 234 struct bio_ops *ops = bp->b_ops; in buf_countdeps() local 237 if (ops) { in buf_countdeps() 240 r = ops->io_countdeps(bp, n); in buf_countdeps() 253 struct bio_ops *ops = bp->b_ops; in buf_start() local 255 if (ops) in buf_start() 256 ops->io_start(bp); in buf_start() 265 struct bio_ops *ops = bp->b_ops; in buf_complete() local [all …]
|
| /dflybsd-src/contrib/gcc-4.7/gcc/ |
| H A D | tree-ssa-reassoc.c | 511 add_to_ops_vec (VEC(operand_entry_t, heap) **ops, tree op) in add_to_ops_vec() argument 518 VEC_safe_push (operand_entry_t, heap, *ops, oe); in add_to_ops_vec() 566 VEC (operand_entry_t, heap) **ops, in eliminate_duplicate_pair() 596 VEC_ordered_remove (operand_entry_t, *ops, i); in eliminate_duplicate_pair() 613 if (VEC_length (operand_entry_t, *ops) == 2) in eliminate_duplicate_pair() 615 VEC_free (operand_entry_t, heap, *ops); in eliminate_duplicate_pair() 616 *ops = NULL; in eliminate_duplicate_pair() 617 add_to_ops_vec (ops, build_zero_cst (TREE_TYPE (last->op))); in eliminate_duplicate_pair() 622 VEC_ordered_remove (operand_entry_t, *ops, i-1); in eliminate_duplicate_pair() 623 VEC_ordered_remove (operand_entry_t, *ops, i-1); in eliminate_duplicate_pair() [all …]
|