HomeSort by: relevance | last modified time | path
    Searched refs:ops (Results 1 - 25 of 960) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/bsd/wpa/dist/src/pae/
ieee802_1x_secy_ops.c 30 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->enable_encrypt)
70 struct ieee802_1x_kay_ctx *ops; local
90 struct ieee802_1x_kay_ctx *ops; local
110 struct ieee802_1x_kay_ctx *ops; local
138 struct ieee802_1x_kay_ctx *ops; local
158 struct ieee802_1x_kay_ctx *ops; local
179 struct ieee802_1x_kay_ctx *ops; local
200 struct ieee802_1x_kay_ctx *ops; local
221 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
342 struct ieee802_1x_kay_ctx *ops; local
364 struct ieee802_1x_kay_ctx *ops; local
387 struct ieee802_1x_kay_ctx *ops; local
408 struct ieee802_1x_kay_ctx *ops; local
429 struct ieee802_1x_kay_ctx *ops; local
450 struct ieee802_1x_kay_ctx *ops; local
471 struct ieee802_1x_kay_ctx *ops; local
494 struct ieee802_1x_kay_ctx *ops; local
517 struct ieee802_1x_kay_ctx *ops; local
544 struct ieee802_1x_kay_ctx *ops; local
    [all...]
  /src/usr.sbin/gspa/gspa/
gsp_pseu.c 42 pseudo(int code, operand ops)
51 if( ops == NULL )
53 if( ops->type != EXPR ){
57 if( !eval_expr(ops->op_u.value, &val, &ln) ){
72 if( ops == NULL )
74 if( ops->type != EXPR ){
78 do_asg(label, ops->op_u.value, 0);
83 if( ops == NULL )
85 for( o = ops; o != NULL; o = o->next ){
106 if( ops == NULL
    [all...]
  /src/sys/dev/onewire/
onewire_bitbang.c 78 onewire_bb_reset(const struct onewire_bbops *ops, void *arg)
84 ops->bb_tx(arg);
85 ops->bb_set(arg, 0);
87 ops->bb_set(arg, 1);
88 ops->bb_rx(arg);
91 if ((rv = ops->bb_get(arg)) == 0)
112 ops->bb_tx(arg);
113 ops->bb_set(arg, 1);
130 onewire_bb_write_bit(const struct onewire_bbops *ops, void *arg, int value)
143 ops->bb_set(arg, 0)
    [all...]
  /src/sys/dev/wscons/
wsemulconf.c 47 const struct wsemul_ops *ops; member in struct:wsemulentry
69 const struct wsemul_ops **ops; local
82 if (!strcmp(name, wep->ops->name)) {
84 return wep->ops;
87 for (ops = &wsemul_conf[0]; *ops != NULL; ops++)
88 if (strcmp(name, (*ops)->name) == 0)
91 return (*ops);
95 wsemul_drop(const struct wsemul_ops *ops)
    [all...]
  /src/sys/dev/mii/
mii_bitbang.c 48 ops->mbo_write(sc, (x)); \
52 #define READ ops->mbo_read(sc)
54 #define MDO ops->mbo_bits[MII_BIT_MDO]
55 #define MDI ops->mbo_bits[MII_BIT_MDI]
56 #define MDC ops->mbo_bits[MII_BIT_MDC]
57 #define MDIRPHY ops->mbo_bits[MII_BIT_DIR_HOST_PHY]
58 #define MDIRHOST ops->mbo_bits[MII_BIT_DIR_PHY_HOST]
66 mii_bitbang_sync(device_t sc, mii_bitbang_ops_t ops)
86 mii_bitbang_sendbits(device_t sc, mii_bitbang_ops_t ops, uint32_t data,
112 mii_bitbang_readreg(device_t sc, mii_bitbang_ops_t ops, int phy, int reg
    [all...]
  /src/sys/dev/i2c/
i2c_bitbang.c 51 #define SETBITS(x) ops->ibo_set_bits(v, (x))
52 #define DIR(x) ops->ibo_set_dir(v, (x))
53 #define READ ops->ibo_read_bits(v)
55 #define SDA ops->ibo_bits[I2C_BIT_SDA] /* i2c signal */
56 #define SCL ops->ibo_bits[I2C_BIT_SCL] /* i2c signal */
57 #define OUTPUT ops->ibo_bits[I2C_BIT_OUTPUT] /* SDA is output */
58 #define INPUT ops->ibo_bits[I2C_BIT_INPUT] /* SDA is input */
67 i2c_wait_for_scl(void *v, i2c_bitbang_ops_t ops)
76 i2c_bitbang_send_stop(v, 0, ops);
84 i2c_bitbang_send_start(void *v, int flags, i2c_bitbang_ops_t ops)
    [all...]
  /src/sys/fs/v7fs/
v7fs_endian.c 163 struct endian_conversion_ops *ops = &fs->val; local
169 ops->conv32 = val32_normal_order;
170 ops->conv16 = val16_normal_order;
171 ops->conv24read = val24_normal_order_read;
172 ops->conv24write = val24_normal_order_write;
175 ops->conv32 = val32_reverse_order;
176 ops->conv16 = val16_reverse_order;
177 ops->conv24read = val24_reverse_order_read;
178 ops->conv24write = val24_reverse_order_write;
181 ops->conv32 = val32_pdp_to_little
    [all...]
  /src/external/lgpl3/gmp/dist/tests/devel/
gen-test-longlong_h.c 35 mp_limb_t ops[1000]; variable
65 ops[n_operands++] = 1 << i;
66 ops[n_operands++] = -(1 << i);
67 ops[n_operands++] = (1 << i) - 1;
68 ops[n_operands++] = -(1 << i) - 1;
76 /* Print out ops[] definition. */
77 printf ("static const int ops[%zu] = {\n", n_operands);
80 printf ("%ld,", (long) ops[i]);
91 one (op, n_functions++, ops[i], ops[j])
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
gimple-match.h 138 tree ops[MAX_NUM_OPS]; member in class:gimple_match_op
169 ops[0] = op0;
179 ops[0] = op0;
180 ops[1] = op1;
190 ops[0] = op0;
191 ops[1] = op1;
192 ops[2] = op2;
202 ops[0] = op0;
203 ops[1] = op1;
204 ops[2] = op2
    [all...]
tree-ssa-scopedtables.cc 126 enum tree_code code = expr->ops.binary.op;
140 expr.ops.binary.op = LE_EXPR;
145 expr.ops.binary.opnd0 = rhs1;
146 expr.ops.binary.opnd1 = rhs2;
158 expr.ops.binary.op = GE_EXPR;
192 expr.ops.binary.op = EQ_EXPR;
197 expr.ops.binary.opnd0 = rhs1;
198 expr.ops.binary.opnd1 = rhs2;
291 && (TREE_CODE (element.expr()->ops.single.rhs) == SSA_NAME
292 || is_gimple_min_invariant (element.expr()->ops.single.rhs))
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
serial.c 147 for (const serial_ops *ops : serial_ops_list)
148 if (strcmp (name, ops->name) == 0)
149 return ops;
175 /* Create a new serial for OPS. */
178 new_serial (const struct serial_ops *ops)
182 scb->ops = ops;
191 static struct serial *serial_open_ops_1 (const struct serial_ops *ops,
199 const struct serial_ops *ops;
203 ops = serial_interface_lookup ("pipe")
197 const struct serial_ops *ops; local
586 const struct serial_ops *ops; local
    [all...]
extension.c 161 if (extlang->ops != NULL)
164 gdb_assert (extlang->ops->initialized != NULL);
165 return extlang->ops->initialized (extlang);
317 if (extlang->ops != nullptr
318 && extlang->ops->initialize != NULL)
321 extlang->ops->initialize (extlang);
333 if (extlang->ops != nullptr && extlang->ops->shutdown != nullptr)
334 extlang->ops->shutdown (extlang);
356 if (extlang->ops != NUL
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
serial.c 147 for (const serial_ops *ops : serial_ops_list)
148 if (strcmp (name, ops->name) == 0)
149 return ops;
175 /* Create a new serial for OPS. */
178 new_serial (const struct serial_ops *ops)
182 scb->ops = ops;
191 static struct serial *serial_open_ops_1 (const struct serial_ops *ops,
199 const struct serial_ops *ops;
203 ops = serial_interface_lookup ("pipe")
197 const struct serial_ops *ops; local
586 const struct serial_ops *ops; local
    [all...]
extension.c 163 if (extlang->ops != NULL)
166 gdb_assert (extlang->ops->initialized != NULL);
167 return extlang->ops->initialized (extlang);
319 if (extlang->ops != nullptr
320 && extlang->ops->initialize != NULL)
323 extlang->ops->initialize (extlang);
335 if (extlang->ops != nullptr && extlang->ops->shutdown != nullptr)
336 extlang->ops->shutdown (extlang);
358 if (extlang->ops != NUL
    [all...]
  /src/sys/dev/pci/ixgbe/
ixgbe_api.c 75 if (hw->mac.ops.get_rtrup2tc)
76 hw->mac.ops.get_rtrup2tc(hw, map);
239 return ixgbe_call_func(hw, hw->mac.ops.init_hw, (hw),
252 return ixgbe_call_func(hw, hw->mac.ops.reset_hw, (hw),
268 return ixgbe_call_func(hw, hw->mac.ops.start_hw, (hw),
282 if (hw->mac.ops.enable_relaxed_ordering)
283 hw->mac.ops.enable_relaxed_ordering(hw);
295 return ixgbe_call_func(hw, hw->mac.ops.clear_hw_cntrs, (hw),
307 return ixgbe_call_func(hw, hw->mac.ops.get_media_type, (hw),
323 return ixgbe_call_func(hw, hw->mac.ops.get_mac_addr
    [all...]
  /src/sys/arch/hpcmips/dev/
mq200machdep.c 63 static void mq200_setupregs(struct mq200_softc *sc, u_int32_t *ops);
211 mq200_setupregs(struct mq200_softc *sc, u_int32_t *ops)
216 switch (ops[0] & 0x3) {
219 mq200_write(sc, ops[0], ops[1]);
221 reg = mq200_read(sc, ops[0]);
222 reg = (reg & ~mask) | (ops[1] & mask);
223 mq200_write(sc, ops[0], reg);
227 switch (ops[0]) {
231 mask = ops[1]
    [all...]
  /src/sys/dev/pci/igc/
igc_api.c 27 if (hw->mac.ops.init_params) {
28 ret_val = hw->mac.ops.init_params(hw);
53 if (hw->nvm.ops.init_params) {
54 ret_val = hw->nvm.ops.init_params(hw);
79 if (hw->phy.ops.init_params) {
80 ret_val = hw->phy.ops.init_params(hw);
225 if (hw->mac.ops.update_mc_addr_list)
226 hw->mac.ops.update_mc_addr_list(hw, mc_addr_list,
241 if (hw->mac.ops.check_for_link)
242 return hw->mac.ops.check_for_link(hw)
    [all...]
  /src/sys/arch/sun68k/stand/libsa/
promdev.c 66 struct boottab *ops; local
73 ops = si->si_boottab;
74 dip = ops->b_devinfo;
78 DPRINTF("Boot device type: %s", ops->b_desc);
118 error = (*ops->b_open)(si);
123 ops->b_desc, error);
137 struct boottab *ops; local
142 ops = si->si_boottab;
145 (*ops->b_close)(si);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-scopedtables.cc 126 enum tree_code code = expr->ops.binary.op;
153 expr.ops.binary.op = EQ_EXPR;
154 expr.ops.binary.opnd0 = gimple_assign_rhs1 (stmt);
155 expr.ops.binary.opnd1 = gimple_assign_rhs2 (stmt);
250 && (TREE_CODE (element.expr()->ops.single.rhs) == SSA_NAME
251 || is_gimple_min_invariant (element.expr()->ops.single.rhs)))
395 inchash::add_expr (expr->ops.single.rhs, hstate);
399 hstate.add_object (expr->ops.unary.op);
405 if (CONVERT_EXPR_CODE_P (expr->ops.unary.op)
406 || expr->ops.unary.op == NON_LVALUE_EXPR
    [all...]
  /src/sys/dev/fdt/
fdt_console.h 40 const struct fdt_console *ops; member in struct:fdt_console_info
48 .ops = (_ops) \
  /src/external/bsd/openldap/dist/tests/data/
lloadd-backend-issues.conf 34 max-pending-ops=5
43 max-pending-ops=5
52 max-pending-ops=5
61 max-pending-ops=5
lloadd-anon.conf 28 max-pending-ops=5
36 max-pending-ops=5
44 max-pending-ops=5
lloadd-sasl.conf 37 max-pending-ops=20
44 max-pending-ops=20
51 max-pending-ops=20
  /src/external/bsd/ipf/dist/lib/
parseipfexpr.c 42 char *temp, *arg, *s, *t, *ops, *error; local
79 for (ops = strtok(temp, ";"); ops != NULL; ops = strtok(NULL, ";")) {
80 arg = strchr(ops, '=');
81 if ((arg < ops + 2) || (arg == NULL)) {
96 if (strcmp(ops, e->ipoe_word) == 0)
103 ops);
153 if (!strcasecmp(ops, "ip.addr") ||
154 !strcasecmp(ops, "ip.src") |
    [all...]
  /src/external/bsd/less/dist/
cvt.c 24 public int cvt_length(int len, int ops)
50 * Convert text. Perform the transformations specified by ops.
54 public void cvt_text(char *odst, char *osrc, int *chpos, int *lenp, int ops)
73 if ((ops & CVT_BS) && ch == '\b' && dst > odst)
80 } else if ((ops & CVT_ANSI) && (pansi = ansi_start(ch)) != NULL)
93 if ((ops & CVT_TO_LC) && IS_UPPER(ch))
103 if ((ops & CVT_CRLF) && edst > odst && edst[-1] == '\r')

Completed in 34 milliseconds

1 2 3 4 5 6 7 8 91011>>