Searched refs:op (Results 151 - 175 of 4074) sorted by relevance

1234567891011>>

/netbsd-current/external/bsd/libpcap/dist/
H A Dbpf_image.c137 const char *op; local
145 op = "unimp";
151 op = "ret";
157 op = "ret";
162 op = "ld";
168 op = "ldh";
174 op = "ldb";
180 op = "ld";
185 op = "ld";
191 op
[all...]
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-ndb/
H A Dcompare.cpp29 ndb_back_compare( Operation *op, SlapReply *rs ) argument
31 struct ndb_info *ni = (struct ndb_info *) op->o_bd->be_private;
34 int manageDSAit = get_manageDSAit( op );
41 rs->sr_err = ndb_thread_handle( op, &NA.ndb );
45 e.e_name = op->o_req_dn;
46 e.e_nname = op->o_req_ndn;
63 rs->sr_err = ndb_entry_get_info( op, &NA, 0, &matched );
70 ndb_check_referral( op, rs, &NA );
86 rs->sr_err = ndb_entry_get_data( op, &NA, 0 );
87 ber_bvarray_free_x( NA.ocs, op
[all...]
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dmsp430-decode.c40 unsigned char *op; member in struct:__anon1134
59 ld->op [(ld->msp430->n_bytes++)^1] = b;
63 return ld->op[ld->op_ptr++];
68 #define OP(n, t, r, a) (msp430->op[n].type = t, \
69 msp430->op[n].reg = r, \
70 msp430->op[n].addend = a)
73 (msp430->op[n].type = t, \
74 msp430->op[n].reg = r1, \
75 msp430->op[n].reg2 = r2, \
76 msp430->op[
330 unsigned char *op = op_buf; local
[all...]
H A Dmips-formats.h23 static const struct mips_int_operand op = { \
26 return &op.root; \
43 static const struct mips_int_operand op = { \
46 return &op.root; \
53 static const struct mips_mapped_int_operand op = { \
56 return &op.root; \
61 static const struct mips_msb_operand op = { \
64 return &op.root; \
69 static const struct mips_reg_operand op = { \
72 return &op
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dmsp430-decode.c40 unsigned char *op; member in struct:__anon2349
59 ld->op [(ld->msp430->n_bytes++)^1] = b;
63 return ld->op[ld->op_ptr++];
68 #define OP(n, t, r, a) (msp430->op[n].type = t, \
69 msp430->op[n].reg = r, \
70 msp430->op[n].addend = a)
73 (msp430->op[n].type = t, \
74 msp430->op[n].reg = r1, \
75 msp430->op[n].reg2 = r2, \
76 msp430->op[
330 unsigned char *op = op_buf; local
[all...]
H A Dmips-formats.h23 static const struct mips_int_operand op = { \
26 return &op.root; \
43 static const struct mips_int_operand op = { \
46 return &op.root; \
53 static const struct mips_mapped_int_operand op = { \
56 return &op.root; \
61 static const struct mips_msb_operand op = { \
64 return &op.root; \
69 static const struct mips_reg_operand op = { \
72 return &op
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dmsp430-decode.c40 unsigned char *op; member in struct:__anon2292
59 ld->op [(ld->msp430->n_bytes++)^1] = b;
63 return ld->op[ld->op_ptr++];
68 #define OP(n, t, r, a) (msp430->op[n].type = t, \
69 msp430->op[n].reg = r, \
70 msp430->op[n].addend = a)
73 (msp430->op[n].type = t, \
74 msp430->op[n].reg = r1, \
75 msp430->op[n].reg2 = r2, \
76 msp430->op[
330 unsigned char *op = op_buf; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dmsp430-decode.c40 unsigned char *op; member in struct:__anon1731
59 ld->op [(ld->msp430->n_bytes++)^1] = b;
63 return ld->op[ld->op_ptr++];
68 #define OP(n, t, r, a) (msp430->op[n].type = t, \
69 msp430->op[n].reg = r, \
70 msp430->op[n].addend = a)
73 (msp430->op[n].type = t, \
74 msp430->op[n].reg = r1, \
75 msp430->op[n].reg2 = r2, \
76 msp430->op[
330 unsigned char *op = op_buf; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/common/
H A Dalu-n-tst.h33 const alu_op *op; local
37 for (op = tst->ops; op->op != NULL; op++)
39 printf (" %s ", op->op);
40 print_hex (op->arg, N);
41 if (strcmp (op->op, "ADD
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/common/
H A Dalu-n-tst.h33 const alu_op *op; local
37 for (op = tst->ops; op->op != NULL; op++)
39 printf (" %s ", op->op);
40 print_hex (op->arg, N);
41 if (strcmp (op->op, "ADD
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/m32c/
H A Dopc2c.c63 opcode *op; variable
100 opcode *op; member in union:Indirect::__anon2808
107 next_varybits (int bits, opcode * op, int byte) argument
109 int mask = op->b[byte].decodable_mask;
129 valid_varybits (int bits, opcode * op, int byte) argument
131 if (op->nvaries)
134 for (vn = 0; vn < op->nvaries; vn++)
140 if (byte != op->vary[vn].byte)
142 Vary *v = vary[op->vary[vn].varyno];
143 ob = (bits >> op
199 dump_lines(opcode * op, int level, Indirect * ind) argument
292 store_opcode_bits(opcode * op, int byte, Indirect * ind) argument
458 fieldcmp(opcode * op, int bit, char *name) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/m32c/
H A Dopc2c.c63 opcode *op; variable
100 opcode *op; member in union:Indirect::__anon2260
107 next_varybits (int bits, opcode * op, int byte) argument
109 int mask = op->b[byte].decodable_mask;
129 valid_varybits (int bits, opcode * op, int byte) argument
131 if (op->nvaries)
134 for (vn = 0; vn < op->nvaries; vn++)
140 if (byte != op->vary[vn].byte)
142 Vary *v = vary[op->vary[vn].varyno];
143 ob = (bits >> op
199 dump_lines(opcode * op, int level, Indirect * ind) argument
293 store_opcode_bits(opcode * op, int byte, Indirect * ind) argument
459 fieldcmp(opcode * op, int bit, char *name) argument
[all...]
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-ldap/
H A Dextended.c36 typedef int (ldap_back_exop_f)( Operation *op, SlapReply *rs, ldapconn_t **lc );
50 ldap_back_extended_one( Operation *op, SlapReply *rs, ldap_back_exop_f exop ) argument
52 ldapinfo_t *li = (ldapinfo_t *) op->o_bd->be_private;
62 if ( !ldap_back_dobind( &lc, op, rs, LDAP_BACK_SENDERR ) ) {
66 ctrls = oldctrls = op->o_ctrls;
67 if ( ldap_back_controls_add( op, rs, lc, &ctrls ) )
69 op->o_ctrls = oldctrls;
70 send_ldap_extended( op, rs );
77 op->o_ctrls = ctrls;
78 rc = exop( op, r
92 ldap_back_extended( Operation *op, SlapReply *rs ) argument
115 ldap_back_exop_passwd( Operation *op, SlapReply *rs, ldapconn_t **lcp ) argument
306 ldap_back_exop_generic( Operation *op, SlapReply *rs, ldapconn_t **lcp ) argument
[all...]
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/samba4/
H A Dvernum.c57 vernum_op_add( Operation *op, SlapReply *rs ) argument
59 slap_overinst *on = (slap_overinst *) op->o_bd->bd_info;
66 assert( op->ora_e != NULL );
68 if ( BER_BVISEMPTY( &op->ora_e->e_nname ) ) {
72 a = attr_find( op->ora_e->e_attrs, vn->vn_attr );
77 if ( attr_find( op->ora_e->e_attrs, vn->vn_vernum ) != NULL ) {
88 for ( ap = &op->ora_e->e_attrs; *ap != NULL; ap = &(*ap)->a_next )
97 vernum_op_modify( Operation *op, SlapReply *rs ) argument
99 slap_overinst *on = (slap_overinst *) op->o_bd->bd_info;
107 for ( ml = op
203 vernum_repair_cb( Operation *op, SlapReply *rs ) argument
248 Operation *op; local
[all...]
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-perl/
H A Dsearch.c29 Operation *op,
32 PerlBackend *perl_back = (PerlBackend *)op->o_bd->be_private;
47 XPUSHs(sv_2mortal(newSVpv( op->o_req_ndn.bv_val , op->o_req_ndn.bv_len)));
48 XPUSHs(sv_2mortal(newSViv( op->ors_scope )));
49 XPUSHs(sv_2mortal(newSViv( op->ors_deref )));
50 XPUSHs(sv_2mortal(newSViv( op->ors_slimit )));
51 XPUSHs(sv_2mortal(newSViv( op->ors_tlimit )));
52 XPUSHs(sv_2mortal(newSVpv( op->ors_filterstr.bv_val , op
28 perl_back_search( Operation *op, SlapReply *rs ) argument
[all...]
/netbsd-current/external/bsd/ipf/dist/lib/
H A Dbuildopts.c14 u_32_t buildopts(cp, op, len)
15 char *cp, *op;
31 if ((inc = addipopt(op, io, len, t))) {
32 op += inc;
44 *op++ = IPOPT_NOP;
47 *op++ = IPOPT_EOL;
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dtranslit.c45 const char *op; local
51 for (op = original; *op != 0; op++) {
52 if (*cp == *op) {
53 *cp = replacement[op - original];
/netbsd-current/external/bsd/ipf/dist/ipsend/
H A Dipsopt.c81 int addipopt(op, io, len, class)
82 char *op;
91 char *s = op, *t;
98 *op++ = io->on_value;
105 *op++ = val + io->on_siz;
108 *op++ = io->on_siz;
110 *op++ = IPOPT_MINOFF + 1;
112 *op++ = IPOPT_MINOFF;
120 *(op - 1) = lvl;
128 bcopy((char *)&ipadr, op, sizeo
[all...]
/netbsd-current/sys/arch/mips/include/
H A Dcache_tx39.h62 #define cache_op_tx39_line(va, op) \
72 : "r" (va), "i" (op) \
82 #define cache_tx39_op_32lines_4(va, op) \
107 : "r" (va), "i" (op) \
117 #define cache_tx39_op_32lines_16(va, op) \
142 : "r" (va), "i" (op) \
H A Dcache_r5900.h54 #define cache_op_r5900_line_64(va, op) \
65 : "r" (va), "i" (op) \
69 #define cache_r5900_op_4lines_64(va, op) \
89 : "r" (va), "i" (op) \
93 #define cache_r5900_op_4lines_64_2way(va, op) \
125 : "r" (va), "i" (op) \
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-wt/
H A Dsearch.c36 Operation *op,
104 static void *search_stack( Operation *op )
106 struct wt_info *wi = (struct wt_info *) op->o_bd->be_private;
109 if ( op->o_threadctx ) {
110 ldap_pvt_thread_pool_getkey( op->o_threadctx, (void *)search_stack,
119 if ( op->o_threadctx ) {
120 ldap_pvt_thread_pool_setkey( op->o_threadctx, (void *)search_stack,
130 Operation *op,
137 struct wt_info *wi = (struct wt_info *) op->o_bd->be_private;
148 e->e_nname.bv_val, (long) e->e_id, op
35 search_aliases( Operation *op, SlapReply *rs, Entry *e, WT_SESSION *session, ID *ids, ID *scopes, ID *stack ) argument
129 search_candidates( Operation *op, SlapReply *rs, Entry *e, wt_ctx *wc, ID *ids, ID *scopes ) argument
235 parse_paged_cookie( Operation *op, SlapReply *rs ) argument
280 send_paged_response( Operation *op, SlapReply *rs, ID *lastid, int tentries ) argument
336 wt_search( Operation *op, SlapReply *rs ) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dneon-fma-cov.s5 .macro regs3_1 op opq vtype
6 \op\vtype q0,q0,q0
8 \op\vtype d0,d0,d0
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mmix/
H A Dget-op.l1 GAS for MMIX .*/get-op\.s page 1
11 GAS for MMIX .*/get-op\.s page 2
15 .*/get-op\.s:3 \.text:0000000000000000 Main
H A Dsave-op.l1 GAS for MMIX .*/save-op.s page 1
11 GAS for MMIX .*/save-op.s page 2
15 .*/save-op.s:2 .text:0000000000000000 Main
H A Dunsave-op.l1 GAS for MMIX .*/unsave-op.s page 1
11 GAS for MMIX .*/unsave-op\.s page 2
15 .*/unsave-op.s:2 \.text:0000000000000000 Main

Completed in 433 milliseconds

1234567891011>>