Searched refs:opinfo (Results 1 - 25 of 34) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-bdb/
H A Doperational.c40 struct bdb_op_info *opinfo; local
73 opinfo = (struct bdb_op_info *) oex;
74 if ( opinfo && opinfo->boi_txn ) {
75 rtxn = opinfo->boi_txn;
H A Dadd.c39 struct bdb_op_info opinfo = {{{ 0 }}}; local
140 LDAP_SLIST_REMOVE( &op->o_extra, &opinfo.boi_oe, OpExtra, oe_next );
141 opinfo.boi_oe.oe_key = NULL;
142 op->o_do_not_cache = opinfo.boi_acl_cache;
168 opinfo.boi_oe.oe_key = bdb;
169 opinfo.boi_txn = ltid;
170 opinfo.boi_err = 0;
171 opinfo.boi_acl_cache = op->o_do_not_cache;
172 LDAP_SLIST_INSERT_HEAD( &op->o_extra, &opinfo.boi_oe, oe_next );
230 switch( opinfo
[all...]
H A Ddelete.c40 struct bdb_op_info opinfo = {{{ 0 }}}; local
128 LDAP_SLIST_REMOVE( &op->o_extra, &opinfo.boi_oe, OpExtra, oe_next );
129 opinfo.boi_oe.oe_key = NULL;
130 op->o_do_not_cache = opinfo.boi_acl_cache;
158 opinfo.boi_oe.oe_key = bdb;
159 opinfo.boi_txn = ltid;
160 opinfo.boi_err = 0;
161 opinfo.boi_acl_cache = op->o_do_not_cache;
162 LDAP_SLIST_INSERT_HEAD( &op->o_extra, &opinfo.boi_oe, oe_next );
249 switch( opinfo
[all...]
H A Dmodify.c366 struct bdb_op_info opinfo = {{{ 0 }}}; local
450 LDAP_SLIST_REMOVE( &op->o_extra, &opinfo.boi_oe, OpExtra, oe_next );
451 opinfo.boi_oe.oe_key = NULL;
452 op->o_do_not_cache = opinfo.boi_acl_cache;
478 opinfo.boi_oe.oe_key = bdb;
479 opinfo.boi_txn = ltid;
480 opinfo.boi_err = 0;
481 opinfo.boi_acl_cache = op->o_do_not_cache;
482 LDAP_SLIST_INSERT_HEAD( &op->o_extra, &opinfo.boi_oe, oe_next );
605 if ( (rs->sr_err == LDAP_INSUFFICIENT_ACCESS) && opinfo
[all...]
H A Dmodrdn.c41 struct bdb_op_info opinfo = {{{ 0 }}}; local
138 LDAP_SLIST_REMOVE( &op->o_extra, &opinfo.boi_oe, OpExtra, oe_next );
139 opinfo.boi_oe.oe_key = NULL;
140 op->o_do_not_cache = opinfo.boi_acl_cache;
168 opinfo.boi_oe.oe_key = bdb;
169 opinfo.boi_txn = ltid;
170 opinfo.boi_err = 0;
171 opinfo.boi_acl_cache = op->o_do_not_cache;
172 LDAP_SLIST_INSERT_HEAD( &op->o_extra, &opinfo.boi_oe, oe_next );
233 switch( opinfo
[all...]
H A Dsearch.c336 struct bdb_op_info *opinfo = NULL; local
347 opinfo = (struct bdb_op_info *) oex;
351 if ( opinfo && opinfo->boi_txn ) {
352 ltid = opinfo->boi_txn;
388 if ( !opinfo ) {
392 opinfo->boi_err = rs->sr_err;
591 if ( !opinfo ) {
595 opinfo->boi_err = rs->sr_err;
718 if ( !opinfo ) {
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Dcgen.c85 int opinfo; member in struct:fixup
106 queue_fixup (opindex, opinfo, expP)
108 int opinfo;
116 fixups[num_fixups].opinfo = opinfo;
251 gas_cgen_record_fixup (frag, where, insn, length, operand, opinfo, symbol, offset)
257 int opinfo;
271 fixP->fx_cgen.opinfo = opinfo;
292 gas_cgen_record_fixup_exp (frag, where, insn, length, operand, opinfo, ex
703 queue_fixup_recursively(const int opindex, const int opinfo, expressionS * expP, const CGEN_MAYBE_MULTI_IFLD * field, const int signed_p, const int part_of_multi) argument
[all...]
H A Dfrags.h96 int opinfo; member in struct:frag::__anon3263
H A Dwrite.h122 int opinfo; member in struct:fix::__anon3279
H A Dfrags.c227 frag_now->fr_cgen.opinfo = 0;
259 frag_now->fr_cgen.opinfo = 0;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-m32r.h124 #define TC_CGEN_PARSE_FIX_EXP(opinfo, exp) \
125 m32r_cgen_parse_fix_exp(opinfo, exp)
H A Dtc-xstormy16.c255 int opinfo,
265 operand, opinfo, exp);
382 if (fixP->fx_cgen.opinfo && fixP->fx_cgen.opinfo != BFD_RELOC_NONE)
383 return fixP->fx_cgen.opinfo;
248 xstormy16_cgen_record_fixup_exp(fragS * frag, int where, const CGEN_INSN * insn, int length, const CGEN_OPERAND * operand, int opinfo, expressionS * exp) argument
H A Dtc-m32r.c1828 fragP->fr_cgen.opinfo,
1830 if (fragP->fr_cgen.opinfo)
1831 fixP->fx_r_type = fragP->fr_cgen.opinfo;
1889 /* If low/high/shigh/sda was used, it is recorded in `opinfo'. */
1890 if (fixP->fx_cgen.opinfo != 0)
1891 return fixP->fx_cgen.opinfo;
1929 int opinfo,
1939 operand, opinfo, exp);
1944 /* If low/high/shigh/sda was used, it is recorded in `opinfo'. */
1945 if (fixP->fx_cgen.opinfo
1918 m32r_cgen_record_fixup_exp(fragS *frag, int where, const CGEN_INSN *insn, int length, const CGEN_OPERAND *operand, int opinfo, expressionS *exp) argument
2400 m32r_cgen_parse_fix_exp(int opinfo, expressionS *exp) argument
[all...]
H A Dtc-ip2k.c302 if (fixP->fx_cgen.opinfo != 0)
303 result = fixP->fx_cgen.opinfo;
308 result = fixP->fx_cgen.opinfo;
H A Dtc-iq2000.c560 int opinfo,
564 operand, opinfo, exp);
567 /* If low/high was used, it is recorded in `opinfo'. */
568 && (fixP->fx_cgen.opinfo == BFD_RELOC_HI16
569 || fixP->fx_cgen.opinfo == BFD_RELOC_LO16))
570 iq2000_record_hi16 (fixP->fx_cgen.opinfo, fixP, now_seg);
575 /* Return BFD reloc type from opinfo field in a fixS.
578 #define FX_OPINFO_R_TYPE(f) ((f)->fx_cgen.opinfo)
551 iq2000_cgen_record_fixup_exp(fragS * frag, int where, const CGEN_INSN * insn, int length, const CGEN_OPERAND * operand, int opinfo, expressionS * exp) argument
H A Dtc-frv.c1351 if (fixP->fx_cgen.opinfo != 0)
1352 return fixP->fx_cgen.opinfo;
1362 /* The relocation type should be recorded in opinfo */
1363 if (fixP->fx_cgen.opinfo != 0)
1364 return fixP->fx_cgen.opinfo;
1369 if (fixP->fx_cgen.opinfo != 0)
1370 return fixP->fx_cgen.opinfo;
1393 : fix->fx_cgen.opinfo)
1440 switch (fixP->fx_cgen.opinfo)
1485 switch (fixP->fx_cgen.opinfo)
1816 frv_cgen_record_fixup_exp(fragS *frag, int where, const CGEN_INSN *insn, int length, const CGEN_OPERAND *operand, int opinfo, expressionS *exp) argument
[all...]
H A Dtc-mep.c453 const char **strP, int opindex, int opinfo,
466 return gas_cgen_parse_operand (cd, want, strP, opindex, opinfo,
1779 fragP->fr_cgen.opinfo,
1794 switch (fixP->fx_cgen.opinfo)
1848 enum bfd_reloc_code_real reloc = fixP->fx_cgen.opinfo;
1882 fixP->fx_cgen.opinfo = BFD_RELOC_MEP_16;
1924 int opinfo,
1928 operand, opinfo, exp);
1932 /* Return BFD reloc type from opinfo field in a fixS.
1935 #define FX_OPINFO_R_TYPE(f) ((f)->fx_cgen.opinfo)
450 mep_parse_operand(CGEN_CPU_DESC cd, enum cgen_parse_operand_type want, const char **strP, int opindex, int opinfo, enum cgen_parse_operand_result *resultP, bfd_vma *valueP) argument
1915 mep_cgen_record_fixup_exp(fragS *frag, int where, const CGEN_INSN *insn, int length, const CGEN_OPERAND *operand, int opinfo, expressionS *exp) argument
[all...]
H A Dtc-mt.c414 if (fixP->fx_cgen.opinfo != 0)
415 result = fixP->fx_cgen.opinfo;
H A Dtc-m32c.c867 fragP->fr_cgen.opinfo,
1006 if (fixP->fx_cgen.opinfo
1007 && fixP->fx_cgen.opinfo != BFD_RELOC_NONE)
1008 return fixP->fx_cgen.opinfo;
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dexpr.c20 /* The order of these enums is constrained by the order of opinfo[] */
45 /* things that don't appear in the opinfo[] table */
69 struct opinfo { struct
79 static const struct opinfo opinfo[] = { variable in typeref:struct:opinfo
252 s = opinfo[(int)es->tok].name;
331 for (op = es->tok; IS_BINOP(op) && opinfo[(int) op].prec == prec;
524 for (i = 0; (n0 = opinfo[i].name[0]); i++)
526 && strncmp(cp, opinfo[i].name, opinfo[
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dw65-dis.c64 const struct opinfo *op;
H A Dcgen-asm.c306 int opinfo,
315 (cd, CGEN_PARSE_OPERAND_ADDRESS, strp, opindex, opinfo,
302 cgen_parse_address(CGEN_CPU_DESC cd, const char **strp, int opindex, int opinfo, enum cgen_parse_operand_result *resultp, bfd_vma *valuep) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dw65-dis.c64 const struct opinfo *op;
H A Dcgen-asm.c306 int opinfo,
315 (cd, CGEN_PARSE_OPERAND_ADDRESS, strp, opindex, opinfo,
302 cgen_parse_address(CGEN_CPU_DESC cd, const char **strp, int opindex, int opinfo, enum cgen_parse_operand_result *resultp, bfd_vma *valuep) argument
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/slapi/
H A Dslapi_overlay.c562 struct slapi_op_info *opinfo; local
586 opinfo = &slapi_op_dispatch_table[which];
587 if ( opinfo == NULL ) {
595 preop_type = opinfo->soi_internal_preop;
596 postop_type = opinfo->soi_internal_postop;
598 preop_type = opinfo->soi_preop;
599 postop_type = opinfo->soi_postop;
626 if ( opinfo->soi_callback == NULL ) {
633 rc = (opinfo->soi_callback)( op, rs, rc );

Completed in 225 milliseconds

12