Home
last modified time | relevance | path

Searched defs:rs2 (Results 1 – 25 of 49) sorted by relevance

12

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/rbac/
H A Drbacsess.c221 SlapReply rs2 = { REP_RESULT }; in rbac_session_add_role() local
281 SlapReply rs2 = { REP_RESULT }; in rbac_session_drop_role() local
352 SlapReply rs2 = { REP_RESULT }; in rbac_int_delete_session() local
418 SlapReply rs2 = { REP_RESULT }; in rbac_register_session() local
517 SlapReply rs2 = { REP_RESULT }; in rbac_register_session2() local
662 SlapReply rs2 = { REP_RESULT }; in rbac_session_byid_fake() local
736 SlapReply rs2 = { REP_RESULT }; in rbac_session_byid() local
837 SlapReply rs2 = { REP_RESULT }; in rbac_int_session_permissions() local
H A Drbacuser.c246 SlapReply rs2 = { REP_RESULT }; in rbac_authenticate_user() local
361 SlapReply rs2 = { REP_RESULT }; in rbac_read_user() local
H A Drbacperm.c118 SlapReply rs2 = { REP_RESULT }; in rbac_read_permission() local
H A Drbacaudit.c73 SlapReply rs2 = { REP_RESULT }; in rbac_audit() local
H A Dinit.c161 SlapReply rs2 = { REP_RESULT }; in initialize_tenant() local
/netbsd-src/sys/arch/sparc64/sparc64/
H A Demul.c133 int32_t *rs2) in muldiv()
245 int64_t rs1, rs2; in fixalign() local
380 int32_t rs1, rs2, rd; in emulinstr() local
/netbsd-src/sys/arch/sparc/sparc/
H A Demul.c134 union instr *code, int32_t *rd, int32_t *rs1, int32_t *rs2) in muldiv()
248 int32_t rs1, rs2; in fixalign() local
388 int32_t rs1, rs2, rd; in emulinstr() local
/netbsd-src/sys/arch/sparc/fpu/
H A Dfpu.c305 int opf, rs1, rs2, rd, type, mask, fsr, cx; in fpu_execute() local
308 int opf, rs1, rs2, rd, type, mask, fsr, cx, i, cond; in fpu_execute() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp378 unsigned rs2 = 0; in DecodeMem() local
533 unsigned rs2 = 0; in DecodeJMPL() local
566 unsigned rs2 = 0; in DecodeReturn() local
597 unsigned rs2 = 0; in DecodeSWAP() local
635 unsigned rs2 = 0; in DecodeTRAP() local
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/samba4/
H A Drdnval.c89 SlapReply rs2 = { 0 }; in rdnval_unique_check() local
538 SlapReply rs2 = { REP_RESULT }; in rdnval_repair() local
H A Dpguid.c343 SlapReply rs2 = { REP_RESULT }; in pguid_repair() local
H A Dvernum.c312 SlapReply rs2 = { REP_RESULT }; in vernum_repair() local
/netbsd-src/sys/arch/riscv/riscv/
H A Ddb_machdep.c182 register_t rs2 = get_reg_value(tf, i.type_b.b_rs2); branch_taken() local
H A Ddb_disasm.c140 unsigned rd, rs1, rs2; in db_disasm_16() local
529 rs2: 5; global() member
[all...]
/netbsd-src/sys/arch/sparc/include/
H A Dinstr.h351 #define _I_OP3_LS_RAR(rd, op3, rs1, asi, rs2) \ argument
355 #define _I_OP3_LS_RR(rd, op3, rs1, rs2) \ argument
357 #define _I_OP3_R_RAR(rd, op3, rs1, asi, rs2) \ argument
361 #define _I_OP3_R_RR(rd, op3, rs1, rs2) \ argument
390 #define I_ORrr(rd, rs1, rs2) _I_OP3_R_RR(rd, IOP3_OR, rs1, rs2) argument
398 #define I_JMPLrr(rd, rs1, rs2) _I_OP3_R_RR(rd, IOP3_JMPL, rs1, rs2) argument
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-sql/
H A Ddelete.c337 SlapReply rs2 = { REP_RESULT }; in backsql_tree_delete() local
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dmemberof.c297 SlapReply rs2 = { REP_RESULT }; in memberof_isGroupOrMember() local
320 SlapReply rs2 = { REP_RESULT }; in memberof_isGroupOrMember() local
366 SlapReply rs2 = { REP_RESULT }; in memberof_value_modify() local
H A Daccesslog.c1516 SlapReply rs2 = {REP_RESULT}; in accesslog_response() local
2126 SlapReply rs2 = {REP_RESULT}; in accesslog_unbind() local
2169 SlapReply rs2 = {REP_RESULT}; in accesslog_abandon() local
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/vc/
H A Dvc.c199 SlapReply rs2 = { 0 }; in vc_exop() local
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Driscv-opc.c151 int rs2 = (insn & MASK_RS2) >> OP_SH_RS2; in match_rs1_eq_rs2() local
H A Ddlx-dis.c39 unsigned char opc, rs1, rs2, rd; variable
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Driscv-opc.c182 int rs2 = (insn & MASK_RS2) >> OP_SH_RS2; in match_rs1_eq_rs2() local
H A Ddlx-dis.c39 unsigned char opc, rs1, rs2, rd; variable
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A Driscv.h185 #define RISCV_RTYPE(insn, rd, rs1, rs2) \ argument
189 #define RISCV_STYPE(insn, rs1, rs2, imm) \ argument
191 #define RISCV_BTYPE(insn, rs1, rs2, target) \ argument
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Driscv.h204 #define RISCV_RTYPE(insn, rd, rs1, rs2) \ argument
208 #define RISCV_STYPE(insn, rs1, rs2, imm) \ argument
210 #define RISCV_BTYPE(insn, rs1, rs2, target) \ argument

12