Searched refs:ops (Results 1 - 25 of 302) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/wpa/src/pae/
H A Dieee802_1x_secy_ops.c30 struct ieee802_1x_kay_ctx *ops; local
37 ops = kay->ctx;
38 if (!ops || !ops->enable_protect_frames) {
44 return ops->enable_protect_frames(ops->ctx, enabled);
50 struct ieee802_1x_kay_ctx *ops; local
57 ops = kay->ctx;
58 if (!ops || !ops
70 struct ieee802_1x_kay_ctx *ops; local
90 struct ieee802_1x_kay_ctx *ops; local
118 struct ieee802_1x_kay_ctx *ops; local
138 struct ieee802_1x_kay_ctx *ops; local
159 struct ieee802_1x_kay_ctx *ops; local
180 struct ieee802_1x_kay_ctx *ops; local
201 struct ieee802_1x_kay_ctx *ops; local
222 struct ieee802_1x_kay_ctx *ops; local
242 struct ieee802_1x_kay_ctx *ops; local
262 struct ieee802_1x_kay_ctx *ops; local
282 struct ieee802_1x_kay_ctx *ops; local
302 struct ieee802_1x_kay_ctx *ops; local
322 struct ieee802_1x_kay_ctx *ops; local
344 struct ieee802_1x_kay_ctx *ops; local
367 struct ieee802_1x_kay_ctx *ops; local
388 struct ieee802_1x_kay_ctx *ops; local
409 struct ieee802_1x_kay_ctx *ops; local
430 struct ieee802_1x_kay_ctx *ops; local
451 struct ieee802_1x_kay_ctx *ops; local
474 struct ieee802_1x_kay_ctx *ops; local
497 struct ieee802_1x_kay_ctx *ops; local
524 struct ieee802_1x_kay_ctx *ops; local
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dauxv.h38 extern LONGEST target_auxv_read (struct target_ops *ops, char **data);
44 extern int target_auxv_parse (struct target_ops *ops,
52 extern int target_auxv_search (struct target_ops *ops,
56 extern int fprint_target_auxv (struct ui_file *file, struct target_ops *ops);
66 extern LONGEST procfs_xfer_auxv (struct target_ops *ops,
H A Dser-pipe.c140 struct serial_ops *ops = XMALLOC (struct serial_ops); local
141 memset (ops, 0, sizeof (struct serial_ops));
142 ops->name = "pipe";
143 ops->next = 0;
144 ops->open = pipe_open;
145 ops->close = pipe_close;
146 ops->readchar = ser_unix_readchar;
147 ops->write = ser_unix_write;
148 ops->flush_output = ser_unix_nop_flush_output;
149 ops
[all...]
H A Dser-tcp.c210 struct serial_ops *ops = XMALLOC (struct serial_ops); local
211 memset (ops, 0, sizeof (struct serial_ops));
212 ops->name = "tcp";
213 ops->next = 0;
214 ops->open = net_open;
215 ops->close = net_close;
216 ops->readchar = ser_unix_readchar;
217 ops->write = ser_unix_write;
218 ops->flush_output = ser_unix_nop_flush_output;
219 ops
[all...]
H A Dserial.c155 struct serial_ops *ops;
157 for (ops = serial_ops_list; ops; ops = ops->next)
158 if (strcmp (name, ops->name) == 0)
159 return ops;
177 struct serial_ops *ops;
188 ops = serial_interface_lookup ("pc");
190 ops
153 struct serial_ops *ops; local
175 struct serial_ops *ops; local
240 struct serial_ops *ops; local
[all...]
/freebsd-11-stable/sys/dev/mii/
H A Dmii_bitbang.c49 static void mii_bitbang_sendbits(device_t dev, mii_bitbang_ops_t ops,
54 ops->mbo_write(dev, (x)); \
58 #define MREAD ops->mbo_read(dev)
60 #define MDO ops->mbo_bits[MII_BIT_MDO]
61 #define MDI ops->mbo_bits[MII_BIT_MDI]
62 #define MDC ops->mbo_bits[MII_BIT_MDC]
63 #define MDIRPHY ops->mbo_bits[MII_BIT_DIR_HOST_PHY]
64 #define MDIRHOST ops->mbo_bits[MII_BIT_DIR_PHY_HOST]
72 mii_bitbang_sync(device_t dev, mii_bitbang_ops_t ops) argument
92 mii_bitbang_sendbits(device_t dev, mii_bitbang_ops_t ops, uint32_ argument
118 mii_bitbang_readreg(device_t dev, mii_bitbang_ops_t ops, int phy, int reg) argument
166 mii_bitbang_writereg(device_t dev, mii_bitbang_ops_t ops, int phy, int reg, int val) argument
[all...]
H A Dmii_bitbang.h50 int mii_bitbang_readreg(device_t dev, mii_bitbang_ops_t ops,
52 void mii_bitbang_sync(device_t dev, mii_bitbang_ops_t ops);
53 void mii_bitbang_writereg(device_t dev, mii_bitbang_ops_t ops,
/freebsd-11-stable/sys/dev/e1000/
H A De1000_api.c48 if (hw->mac.ops.init_params) {
49 ret_val = hw->mac.ops.init_params(hw);
74 if (hw->nvm.ops.init_params) {
75 ret_val = hw->nvm.ops.init_params(hw);
100 if (hw->phy.ops.init_params) {
101 ret_val = hw->phy.ops.init_params(hw);
126 if (hw->mbx.ops.init_params) {
127 ret_val = hw->mbx.ops.init_params(hw);
536 if (hw->mac.ops.get_bus_info)
537 return hw->mac.ops
[all...]
H A De1000_82541.c98 phy->ops.check_polarity = e1000_check_polarity_igp;
99 phy->ops.force_speed_duplex = e1000_phy_force_speed_duplex_igp;
100 phy->ops.get_cable_length = e1000_get_cable_length_igp_82541;
101 phy->ops.get_cfg_done = e1000_get_cfg_done_generic;
102 phy->ops.get_info = e1000_get_phy_info_igp;
103 phy->ops.read_reg = e1000_read_phy_reg_igp;
104 phy->ops.reset = e1000_phy_hw_reset_82541;
105 phy->ops.set_d3_lplu_state = e1000_set_d3_lplu_state_82541;
106 phy->ops.write_reg = e1000_write_phy_reg_igp;
107 phy->ops
[all...]
H A De1000_82540.c77 phy->ops.check_polarity = e1000_check_polarity_m88;
78 phy->ops.commit = e1000_phy_sw_reset_generic;
79 phy->ops.force_speed_duplex = e1000_phy_force_speed_duplex_m88;
80 phy->ops.get_cable_length = e1000_get_cable_length_m88;
81 phy->ops.get_cfg_done = e1000_get_cfg_done_generic;
82 phy->ops.read_reg = e1000_read_phy_reg_m88;
83 phy->ops.reset = e1000_phy_hw_reset_generic;
84 phy->ops.write_reg = e1000_write_phy_reg_m88;
85 phy->ops.get_info = e1000_get_phy_info_m88;
86 phy->ops
[all...]
H A De1000_phy.c76 phy->ops.init_params = e1000_null_ops_generic;
77 phy->ops.acquire = e1000_null_ops_generic;
78 phy->ops.check_polarity = e1000_null_ops_generic;
79 phy->ops.check_reset_block = e1000_null_ops_generic;
80 phy->ops.commit = e1000_null_ops_generic;
81 phy->ops.force_speed_duplex = e1000_null_ops_generic;
82 phy->ops.get_cfg_done = e1000_null_ops_generic;
83 phy->ops.get_cable_length = e1000_null_ops_generic;
84 phy->ops.get_info = e1000_null_ops_generic;
85 phy->ops
[all...]
H A De1000_vf.c65 hw->phy.ops.acquire = e1000_acquire_vf;
66 hw->phy.ops.release = e1000_release_vf;
81 hw->nvm.ops.acquire = e1000_acquire_vf;
82 hw->nvm.ops.release = e1000_release_vf;
118 mac->ops.setup_link = e1000_setup_link_vf;
120 mac->ops.get_bus_info = e1000_get_bus_info_pcie_vf;
122 mac->ops.reset_hw = e1000_reset_hw_vf;
124 mac->ops.init_hw = e1000_init_hw_vf;
126 mac->ops.check_for_link = e1000_check_for_link_vf;
128 mac->ops
[all...]
H A De1000_80003es2lan.c100 phy->ops.power_up = e1000_power_up_phy_copper;
101 phy->ops.power_down = e1000_power_down_phy_copper_80003es2lan;
109 phy->ops.acquire = e1000_acquire_phy_80003es2lan;
110 phy->ops.check_polarity = e1000_check_polarity_m88;
111 phy->ops.check_reset_block = e1000_check_reset_block_generic;
112 phy->ops.commit = e1000_phy_sw_reset_generic;
113 phy->ops.get_cfg_done = e1000_get_cfg_done_80003es2lan;
114 phy->ops.get_info = e1000_get_phy_info_m88;
115 phy->ops.release = e1000_release_phy_80003es2lan;
116 phy->ops
[all...]
H A De1000_82571.c110 phy->ops.check_reset_block = e1000_check_reset_block_generic;
111 phy->ops.reset = e1000_phy_hw_reset_generic;
112 phy->ops.set_d0_lplu_state = e1000_set_d0_lplu_state_82571;
113 phy->ops.set_d3_lplu_state = e1000_set_d3_lplu_state_generic;
114 phy->ops.power_up = e1000_power_up_phy_copper;
115 phy->ops.power_down = e1000_power_down_phy_copper_82571;
121 phy->ops.get_cfg_done = e1000_get_cfg_done_82571;
122 phy->ops.get_info = e1000_get_phy_info_igp;
123 phy->ops.check_polarity = e1000_check_polarity_igp;
124 phy->ops
[all...]
/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe_api.c69 if (hw->mac.ops.get_rtrup2tc)
70 hw->mac.ops.get_rtrup2tc(hw, map);
233 return ixgbe_call_func(hw, hw->mac.ops.init_hw, (hw),
246 return ixgbe_call_func(hw, hw->mac.ops.reset_hw, (hw),
262 return ixgbe_call_func(hw, hw->mac.ops.start_hw, (hw),
276 if (hw->mac.ops.enable_relaxed_ordering)
277 hw->mac.ops.enable_relaxed_ordering(hw);
289 return ixgbe_call_func(hw, hw->mac.ops.clear_hw_cntrs, (hw),
301 return ixgbe_call_func(hw, hw->mac.ops.get_media_type, (hw),
317 return ixgbe_call_func(hw, hw->mac.ops
[all...]
H A Dixgbe_x540.c73 eeprom->ops.init_params = ixgbe_init_eeprom_params_X540;
74 eeprom->ops.read = ixgbe_read_eerd_X540;
75 eeprom->ops.read_buffer = ixgbe_read_eerd_buffer_X540;
76 eeprom->ops.write = ixgbe_write_eewr_X540;
77 eeprom->ops.write_buffer = ixgbe_write_eewr_buffer_X540;
78 eeprom->ops.update_checksum = ixgbe_update_eeprom_checksum_X540;
79 eeprom->ops.validate_checksum = ixgbe_validate_eeprom_checksum_X540;
80 eeprom->ops.calc_checksum = ixgbe_calc_eeprom_checksum_X540;
83 phy->ops.init = ixgbe_init_phy_ops_generic;
84 phy->ops
[all...]
/freebsd-11-stable/sys/amd64/vmm/io/
H A Diommu.c59 static struct iommu_ops *ops; variable in typeref:struct:iommu_ops
66 if (ops != NULL)
67 return ((*ops->init)());
75 if (ops != NULL && iommu_avail)
76 (*ops->cleanup)();
83 if (ops != NULL && iommu_avail)
84 return ((*ops->create_domain)(maxaddr));
93 if (ops != NULL && iommu_avail)
94 (*ops->destroy_domain)(dom);
101 if (ops !
[all...]
/freebsd-11-stable/sys/netgraph/
H A Dng_patch.c76 offsetof(struct ng_patch_config, ops));
239 switch (conf->ops[i].length)
242 conf->ops[i].val.v8 = conf->ops[i].val.v1;
245 conf->ops[i].val.v8 = conf->ops[i].val.v2;
248 conf->ops[i].val.v8 = conf->ops[i].val.v4;
265 switch (conf->ops[i].length)
268 conf->ops[
[all...]
/freebsd-11-stable/contrib/gdb/gdb/config/sparc/
H A Dnm-nbsd.h37 extern LONGEST sparc_xfer_wcookie (struct target_ops *ops,
/freebsd-11-stable/sys/kern/
H A Dsubr_kobj.c98 kobj_class_compile_common(kobj_class_t cls, kobj_ops_t ops) argument
106 if (cls->ops)
118 * Then initialise the ops table.
121 ops->cache[i] = &null_method;
122 ops->cls = cls;
123 cls->ops = ops;
129 kobj_ops_t ops; local
134 * Allocate space for the compiled ops table.
136 ops
158 kobj_class_compile_static(kobj_class_t cls, kobj_ops_t ops) argument
227 void* ops = NULL; local
[all...]
/freebsd-11-stable/contrib/less/
H A Dcvt.c23 cvt_length(len, ops)
25 int ops;
53 * Convert text. Perform the transformations specified by ops.
58 cvt_text(odst, osrc, chpos, lenp, ops)
63 int ops;
82 if ((ops & CVT_BS) && ch == '\b' && dst > odst)
89 } else if ((ops & CVT_ANSI) && (pansi = ansi_start(ch)) != NULL)
102 if ((ops & CVT_TO_LC) && IS_UPPER(ch))
112 if ((ops & CVT_CRLF) && edst > odst && edst[-1] == '\r')
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dparseipfexpr.c40 char *temp, *arg, *s, *t, *ops, *error; local
77 for (ops = strtok(temp, ";"); ops != NULL; ops = strtok(NULL, ";")) {
78 arg = strchr(ops, '=');
79 if ((arg < ops + 2) || (arg == NULL)) {
94 if (strcmp(ops, e->ipoe_word) == 0)
101 ops);
151 if (!strcasecmp(ops, "ip.addr") ||
152 !strcasecmp(ops, "i
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-reassoc.c86 We start with our merge worklist empty, and the ops list with all of
111 Continue building binary ops of these operations until you have only
137 reassociating have 3 or less ops. If they have 2 ops, they already
138 will be written into a nice single binary op. If you have 3 ops, a
153 Thus, this is what we do. When we have three ops left, we check to see
155 reduction, we check if any of ops are a really a phi node that is a
365 add_to_ops_vec (VEC(operand_entry_t, heap) **ops, tree op)
371 VEC_safe_push (operand_entry_t, heap, *ops, oe);
407 /* If CURR and LAST are a pair of ops tha
412 eliminate_duplicate_pair(enum tree_code opcode, VEC (operand_entry_t, heap) **ops, bool *all_done, unsigned int i, operand_entry_t curr, operand_entry_t last) argument
490 eliminate_plus_minus_pair(enum tree_code opcode, VEC (operand_entry_t, heap) **ops, unsigned int currindex, operand_entry_t curr) argument
547 eliminate_not_pairs(enum tree_code opcode, VEC (operand_entry_t, heap) **ops, unsigned int currindex, operand_entry_t curr) argument
616 eliminate_using_constants(enum tree_code opcode, VEC(operand_entry_t, heap) **ops) argument
735 optimize_ops_list(enum tree_code opcode, VEC (operand_entry_t, heap) **ops) argument
839 rewrite_expr_tree(tree stmt, unsigned int opindex, VEC(operand_entry_t, heap) * ops) argument
1345 optimize_ops_list (TREE_CODE (rhs), &ops); local
1385 dump_ops_vector(FILE *file, VEC (operand_entry_t, heap) *ops) argument
[all...]
/freebsd-11-stable/lib/libc/xdr/
H A Dxdr_sizeof.c128 struct xdr_ops ops; local
134 ops.x_putlong = x_putlong;
135 ops.x_putbytes = x_putbytes;
136 ops.x_inline = x_inline;
137 ops.x_getpostn = x_getpostn;
138 ops.x_setpostn = x_setpostn;
139 ops.x_destroy = x_destroy;
142 ops.x_getlong = (dummyfunc1) harmless;
143 ops.x_getbytes = (dummyfunc2) harmless;
146 x.x_ops = &ops;
[all...]
/freebsd-11-stable/sys/xdr/
H A Dxdr_sizeof.c135 struct xdr_ops ops; local
141 ops.x_putlong = x_putlong;
142 ops.x_putbytes = x_putbytes;
143 ops.x_inline = x_inline;
144 ops.x_getpostn = x_getpostn;
145 ops.x_setpostn = x_setpostn;
146 ops.x_destroy = x_destroy;
149 ops.x_getlong = (dummyfunc1) harmless;
150 ops.x_getbytes = (dummyfunc2) harmless;
153 x.x_ops = &ops;
[all...]

Completed in 254 milliseconds

1234567891011>>