Searched refs:opcode (Results 1 - 25 of 407) sorted by relevance

1234567891011>>

/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h183 ConditionPassed (const uint32_t opcode,
184 bool *is_conditional = NULL); // Filled in with true if the opcode is a conditional opcode
185 // Filled in with false if the opcode is always executed
188 CurrentCond (const uint32_t opcode);
362 bool (EmulateInstructionARM::*callback) (const uint32_t opcode, const EmulateInstructionARM::ARMEncoding encoding);
373 GetARMOpcodeForInstruction (const uint32_t opcode, uint32_t isa_mask);
376 GetThumbOpcodeForInstruction (const uint32_t opcode, uint32_t isa_mask);
380 EmulatePUSH (const uint32_t opcode, const ARMEncoding encoding);
384 EmulatePOP (const uint32_t opcode, cons
[all...]
H A DEmulateInstructionARM.cpp357 EmulateInstructionARM::EmulatePUSH (const uint32_t opcode, const ARMEncoding encoding) argument
388 if (ConditionPassed(opcode, &conditional))
398 registers = Bits32(opcode, 7, 0);
400 if (Bit32(opcode, 8))
408 registers = Bits32(opcode, 15, 0) & ~0xa000;
414 Rt = Bits32(opcode, 15, 12);
421 registers = Bits32(opcode, 15, 0);
427 Rt = Bits32(opcode, 15, 12);
487 EmulateInstructionARM::EmulatePOP (const uint32_t opcode, const ARMEncoding encoding) argument
511 if (ConditionPassed(opcode,
619 EmulateADDRdSPImm(const uint32_t opcode, const ARMEncoding encoding) argument
678 EmulateMOVRdSP(const uint32_t opcode, const ARMEncoding encoding) argument
735 EmulateMOVLowHigh(const uint32_t opcode, const ARMEncoding encoding) argument
743 EmulateMOVRdRm(const uint32_t opcode, const ARMEncoding encoding) argument
829 EmulateMOVRdImm(const uint32_t opcode, const ARMEncoding encoding) argument
942 EmulateMUL(const uint32_t opcode, const ARMEncoding encoding) argument
1069 EmulateMVNImm(const uint32_t opcode, const ARMEncoding encoding) argument
1129 EmulateMVNReg(const uint32_t opcode, const ARMEncoding encoding) argument
1210 EmulateLDRRtPCRelative(const uint32_t opcode, const ARMEncoding encoding) argument
1306 EmulateADDSPImm(const uint32_t opcode, const ARMEncoding encoding) argument
1390 EmulateADDSPRm(const uint32_t opcode, const ARMEncoding encoding) argument
1452 EmulateBLXImmediate(const uint32_t opcode, const ARMEncoding encoding) argument
1548 EmulateBLXRm(const uint32_t opcode, const ARMEncoding encoding) argument
1613 EmulateBXRm(const uint32_t opcode, const ARMEncoding encoding) argument
1661 EmulateBXJRm(const uint32_t opcode, const ARMEncoding encoding) argument
1716 EmulateSUBR7IPImm(const uint32_t opcode, const ARMEncoding encoding) argument
1768 EmulateSUBIPSPImm(const uint32_t opcode, const ARMEncoding encoding) argument
1822 EmulateSUBSPImm(const uint32_t opcode, const ARMEncoding encoding) argument
1910 EmulateSTRRtSP(const uint32_t opcode, const ARMEncoding encoding) argument
2013 EmulateVPUSH(const uint32_t opcode, const ARMEncoding encoding) argument
2110 EmulateVPOP(const uint32_t opcode, const ARMEncoding encoding) argument
2205 EmulateSVC(const uint32_t opcode, const ARMEncoding encoding) argument
2252 EmulateIT(const uint32_t opcode, const ARMEncoding encoding) argument
2265 EmulateNop(const uint32_t opcode, const ARMEncoding encoding) argument
2273 EmulateB(const uint32_t opcode, const ARMEncoding encoding) argument
2354 EmulateCB(const uint32_t opcode, const ARMEncoding encoding) argument
2405 EmulateTB(const uint32_t opcode, const ARMEncoding encoding) argument
2475 EmulateADDImmThumb(const uint32_t opcode, const ARMEncoding encoding) argument
2588 EmulateADDImmARM(const uint32_t opcode, const ARMEncoding encoding) argument
2647 EmulateADDReg(const uint32_t opcode, const ARMEncoding encoding) argument
2738 EmulateCMNImm(const uint32_t opcode, const ARMEncoding encoding) argument
2788 EmulateCMNReg(const uint32_t opcode, const ARMEncoding encoding) argument
2858 EmulateCMPImm(const uint32_t opcode, const ARMEncoding encoding) argument
2912 EmulateCMPReg(const uint32_t opcode, const ARMEncoding encoding) argument
2985 EmulateASRImm(const uint32_t opcode, const ARMEncoding encoding) argument
3011 EmulateASRReg(const uint32_t opcode, const ARMEncoding encoding) argument
3034 EmulateLSLImm(const uint32_t opcode, const ARMEncoding encoding) argument
3060 EmulateLSLReg(const uint32_t opcode, const ARMEncoding encoding) argument
3083 EmulateLSRImm(const uint32_t opcode, const ARMEncoding encoding) argument
3109 EmulateLSRReg(const uint32_t opcode, const ARMEncoding encoding) argument
3132 EmulateRORImm(const uint32_t opcode, const ARMEncoding encoding) argument
3158 EmulateRORReg(const uint32_t opcode, const ARMEncoding encoding) argument
3183 EmulateRRX(const uint32_t opcode, const ARMEncoding encoding) argument
3205 EmulateShiftImm(const uint32_t opcode, const ARMEncoding encoding, ARM_ShifterType shift_type) argument
3295 EmulateShiftReg(const uint32_t opcode, const ARMEncoding encoding, ARM_ShifterType shift_type) argument
3369 EmulateLDM(const uint32_t opcode, const ARMEncoding encoding) argument
3515 EmulateLDMDA(const uint32_t opcode, const ARMEncoding encoding) argument
3632 EmulateLDMDB(const uint32_t opcode, const ARMEncoding encoding) argument
3769 EmulateLDMIB(const uint32_t opcode, const ARMEncoding encoding) argument
3882 EmulateLDRRtRnImm(const uint32_t opcode, const ARMEncoding encoding) argument
4039 EmulateSTM(const uint32_t opcode, const ARMEncoding encoding) argument
4193 EmulateSTMDA(const uint32_t opcode, const ARMEncoding encoding) argument
4318 EmulateSTMDB(const uint32_t opcode, const ARMEncoding encoding) argument
4469 EmulateSTMIB(const uint32_t opcode, const ARMEncoding encoding) argument
4594 EmulateSTRThumb(const uint32_t opcode, const ARMEncoding encoding) argument
4754 EmulateSTRRegister(const uint32_t opcode, const ARMEncoding encoding) argument
4944 EmulateSTRBThumb(const uint32_t opcode, const ARMEncoding encoding) argument
5081 EmulateSTRHRegister(const uint32_t opcode, const ARMEncoding encoding) argument
5261 EmulateADCImm(const uint32_t opcode, const ARMEncoding encoding) argument
5330 EmulateADCReg(const uint32_t opcode, const ARMEncoding encoding) argument
5417 EmulateADR(const uint32_t opcode, const ARMEncoding encoding) argument
5482 EmulateANDImm(const uint32_t opcode, const ARMEncoding encoding) argument
5555 EmulateANDReg(const uint32_t opcode, const ARMEncoding encoding) argument
5647 EmulateBICImm(const uint32_t opcode, const ARMEncoding encoding) argument
5718 EmulateBICReg(const uint32_t opcode, const ARMEncoding encoding) argument
5807 EmulateLDRImmediateARM(const uint32_t opcode, const ARMEncoding encoding) argument
5946 EmulateLDRRegister(const uint32_t opcode, const ARMEncoding encoding) argument
6158 EmulateLDRBImmediate(const uint32_t opcode, const ARMEncoding encoding) argument
6294 EmulateLDRBLiteral(const uint32_t opcode, const ARMEncoding encoding) argument
6374 EmulateLDRBRegister(const uint32_t opcode, const ARMEncoding encoding) argument
6531 EmulateLDRHImmediate(const uint32_t opcode, const ARMEncoding encoding) argument
6680 EmulateLDRHLiteral(const uint32_t opcode, const ARMEncoding encoding) argument
6788 EmulateLDRHRegister(const uint32_t opcode, const ARMEncoding encoding) argument
6963 EmulateLDRSBImmediate(const uint32_t opcode, const ARMEncoding encoding) argument
7112 EmulateLDRSBLiteral(const uint32_t opcode, const ARMEncoding encoding) argument
7202 EmulateLDRSBRegister(const uint32_t opcode, const ARMEncoding encoding) argument
7360 EmulateLDRSHImmediate(const uint32_t opcode, const ARMEncoding encoding) argument
7520 EmulateLDRSHLiteral(const uint32_t opcode, const ARMEncoding encoding) argument
7624 EmulateLDRSHRegister(const uint32_t opcode, const ARMEncoding encoding) argument
7802 EmulateSXTB(const uint32_t opcode, const ARMEncoding encoding) argument
7886 EmulateSXTH(const uint32_t opcode, const ARMEncoding encoding) argument
7970 EmulateUXTB(const uint32_t opcode, const ARMEncoding encoding) argument
8052 EmulateUXTH(const uint32_t opcode, const ARMEncoding encoding) argument
8133 EmulateRFE(const uint32_t opcode, const ARMEncoding encoding) argument
8281 EmulateEORImm(const uint32_t opcode, const ARMEncoding encoding) argument
8355 EmulateEORReg(const uint32_t opcode, const ARMEncoding encoding) argument
8448 EmulateORRImm(const uint32_t opcode, const ARMEncoding encoding) argument
8521 EmulateORRReg(const uint32_t opcode, const ARMEncoding encoding) argument
8612 EmulateRSBImm(const uint32_t opcode, const ARMEncoding encoding) argument
8684 EmulateRSBReg(const uint32_t opcode, const ARMEncoding encoding) argument
8764 EmulateRSCImm(const uint32_t opcode, const ARMEncoding encoding) argument
8823 EmulateRSCReg(const uint32_t opcode, const ARMEncoding encoding) argument
8893 EmulateSBCImm(const uint32_t opcode, const ARMEncoding encoding) argument
8960 EmulateSBCReg(const uint32_t opcode, const ARMEncoding encoding) argument
9045 EmulateSUBImmThumb(const uint32_t opcode, const ARMEncoding encoding) argument
9136 EmulateSUBImmARM(const uint32_t opcode, const ARMEncoding encoding) argument
9202 EmulateTEQImm(const uint32_t opcode, const ARMEncoding encoding) argument
9259 EmulateTEQReg(const uint32_t opcode, const ARMEncoding encoding) argument
9327 EmulateTSTImm(const uint32_t opcode, const ARMEncoding encoding) argument
9383 EmulateTSTReg(const uint32_t opcode, const ARMEncoding encoding) argument
9456 EmulateSUBSPReg(const uint32_t opcode, const ARMEncoding encoding) argument
9555 EmulateADDRegShift(const uint32_t opcode, const ARMEncoding encoding) argument
9653 EmulateSUBReg(const uint32_t opcode, const ARMEncoding encoding) argument
9780 EmulateSTREX(const uint32_t opcode, const ARMEncoding encoding) argument
9887 EmulateSTRBImmARM(const uint32_t opcode, const ARMEncoding encoding) argument
9983 EmulateSTRImmARM(const uint32_t opcode, const ARMEncoding encoding) argument
10095 EmulateLDRDImmediate(const uint32_t opcode, const ARMEncoding encoding) argument
10240 EmulateLDRDRegister(const uint32_t opcode, const ARMEncoding encoding) argument
10367 EmulateSTRDImm(const uint32_t opcode, const ARMEncoding encoding) argument
10515 EmulateSTRDReg(const uint32_t opcode, const ARMEncoding encoding) argument
10651 EmulateVLDM(const uint32_t opcode, const ARMEncoding encoding) argument
10842 EmulateVSTM(const uint32_t opcode, const ARMEncoding encoding) argument
11039 EmulateVLDR(const uint32_t opcode, ARMEncoding encoding) argument
11169 EmulateVSTR(const uint32_t opcode, ARMEncoding encoding) argument
11302 EmulateVLD1Multiple(const uint32_t opcode, ARMEncoding encoding) argument
11468 EmulateVLD1Single(const uint32_t opcode, const ARMEncoding encoding) argument
11644 EmulateVST1Multiple(const uint32_t opcode, ARMEncoding encoding) argument
11807 EmulateVST1Single(const uint32_t opcode, ARMEncoding encoding) argument
11969 EmulateVLD1SingleAll(const uint32_t opcode, const ARMEncoding encoding) argument
12101 EmulateSUBSPcLrEtc(const uint32_t opcode, const ARMEncoding encoding) argument
12288 GetARMOpcodeForInstruction(const uint32_t opcode, uint32_t arm_isa) argument
12522 GetThumbOpcodeForInstruction(const uint32_t opcode, uint32_t arm_isa) argument
12950 ConditionPassed(const uint32_t opcode, bool *is_conditional) argument
13035 CurrentCond(const uint32_t opcode) argument
[all...]
/freebsd-10.2-release/contrib/binutils/opcodes/
H A Ds390-dis.c26 #include "opcode/s390.h"
32 /* Set up index table for first opcode byte. */
37 const struct s390_opcode *opcode; local
42 for (opcode = s390_opcodes; opcode < opcode_end; opcode++)
44 opc_index[(int) opcode->opcode[0]] = opcode - s390_opcodes;
45 while ((opcode < opcode_en
110 const struct s390_opcode *opcode; local
[all...]
H A Dalpha-dis.c5 patterned after the PPC opcode handling written by Ian Lance Taylor.
27 #include "opcode/alpha.h"
64 const struct alpha_opcode *opcode, *opcode_end; local
72 opcode = alpha_opcodes;
73 opcode_end = opcode + alpha_num_opcodes;
77 opcode_index[op] = opcode;
78 while (opcode < opcode_end && op == AXP_OP (opcode->opcode))
79 ++opcode;
[all...]
H A Darc-ext.c34 arcExtMap_instName(int opcode, int minor, int *flags) argument
36 if (opcode == 3)
42 opcode = 0x1f - 0x10 + minor - 0x09 + 1;
45 if (opcode < 0x10)
48 opcode -= 0x10;
49 if (!arc_extension_map.instructions[opcode])
51 *flags = arc_extension_map.instructions[opcode]->flags;
52 return arc_extension_map.instructions[opcode]->name;
161 p[2] = opcode
162 p[3] = minor opcode (i
180 char opcode = p[2]; local
[all...]
H A Ds390-mkopc.c1 /* s390-mkopc.c -- Generates opcode table out of s390-opc.txt
45 char opcode[16]; member in struct:op_struct
67 /* `insertOpcode': insert an op_struct into sorted opcode array. */
70 insertOpcode (char *opcode, char *mnemonic, char *format, argument
85 str = opcode;
108 strcpy(op_array[ix].opcode, opcode);
119 "/* The opcode table. This file was generated by s390-mkopc.\n\n"
120 " The format of the opcode table is:\n\n"
123 " OPCODE is the instruction opcode
175 char opcode[16]; local
[all...]
H A Dia64-asmtab.h1 /* ia64-asmtab.h -- Header for compacted IA-64 opcode tables.
25 #include "opcode/ia64.h"
27 /* The primary opcode table is made up of the following: */
31 opcode. */
34 /* The type of opcode; corresponds to the TYPE field in
38 /* The number of outputs for this opcode. */
41 /* The base insn value for this opcode. It may be modified by completers. */
42 ia64_insn opcode; member in struct:ia64_main_table
64 The completer entries modify certain bits in the instruction opcode.
67 opcode
[all...]
H A Dppc-dis.c25 #include "opcode/ppc.h"
191 const struct powerpc_opcode *opcode; local
210 /* Get the major opcode of the instruction. */
213 /* Find the first match in the opcode table. We could speed this up
214 a bit by doing a binary search on the major opcode. */
217 for (opcode = powerpc_opcodes; opcode < opcode_end; opcode++)
227 table_op = PPC_OP (opcode->opcode);
[all...]
H A DMakefile.am498 $(INCDIR)/opcode/cgen.h $(m32c_opc_h) opintl.h
501 $(INCDIR)/opcode/cgen.h $(m32c_opc_h) opintl.h
504 $(INCDIR)/symcat.h m32c-desc.h $(INCDIR)/opcode/cgen.h \
508 $(INCDIR)/symcat.h m32c-desc.h $(INCDIR)/opcode/cgen.h \
512 $(INCDIR)/opcode/cgen.h $(m32c_opc_h)
649 $(INCDIR)/opcode/alpha.h
651 $(INCDIR)/opcode/alpha.h $(BFD_H) $(INCDIR)/ansidecl.h \
655 $(INCDIR)/symcat.h $(INCDIR)/opcode/arc.h $(BFDDIR)/elf-bfd.h \
660 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/arc.h \
667 $(INCDIR)/opcode/ar
[all...]
H A DMakefile.in1045 $(INCDIR)/opcode/cgen.h $(m32c_opc_h) opintl.h
1048 $(INCDIR)/opcode/cgen.h $(m32c_opc_h) opintl.h
1051 $(INCDIR)/symcat.h m32c-desc.h $(INCDIR)/opcode/cgen.h \
1055 $(INCDIR)/symcat.h m32c-desc.h $(INCDIR)/opcode/cgen.h \
1059 $(INCDIR)/opcode/cgen.h $(m32c_opc_h)
1196 $(INCDIR)/opcode/alpha.h
1198 $(INCDIR)/opcode/alpha.h $(BFD_H) $(INCDIR)/ansidecl.h \
1202 $(INCDIR)/symcat.h $(INCDIR)/opcode/arc.h $(BFDDIR)/elf-bfd.h \
1207 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/arc.h \
1214 $(INCDIR)/opcode/ar
[all...]
/freebsd-10.2-release/contrib/tcpdump/
H A Dprint-zephyr.c51 char *opcode; member in struct:z_packet
148 z.opcode = 0;
178 PARSE_FIELD_STR(z.opcode);
208 if (!strcmp(z.opcode, "USER_HIDE"))
210 else if (!strcmp(z.opcode, "USER_UNHIDE"))
218 printf(" zephyr-admin %s", str_to_lower(z.opcode));
224 if (!strcmp(z.opcode, "SUBSCRIBE") ||
225 !strcmp(z.opcode, "SUBSCRIBE_NODEFS") ||
226 !strcmp(z.opcode, "UNSUBSCRIBE")) {
228 printf(" %ssub%s", strcmp(z.opcode, "SUBSCRIB
[all...]
H A Dprint-tftp.c80 register int opcode, i; local
90 opcode = EXTRACT_16BITS(&tp->th_opcode);
91 cp = tok2str(op2str, "tftp-#%d", opcode);
93 /* Bail if bogus opcode */
97 switch (opcode) {
105 if (opcode != OACK)
108 if (opcode != OACK)
146 printf("(unknown #%d)", opcode);
/freebsd-10.2-release/contrib/gdb/gdb/
H A Di386ly-tdep.c40 char opcode[7]; local
44 read_memory_nobpt (frame->pc - 7, opcode, 7);
45 if (memcmp (opcode, call_inst, 7) == 0)
/freebsd-10.2-release/usr.sbin/bluetooth/hccontrol/
H A Dsend_recv.c45 hci_request(int s, int opcode, char const *cp, int cp_size, char *rp, int *rp_size) argument
57 c->opcode = (uint16_t) opcode;
58 c->opcode = htole16(c->opcode);
91 cc->opcode = le16toh(cc->opcode);
93 if (cc->opcode == 0x0000 || cc->opcode != opcode)
125 hci_simple_request(int s, int opcode, char *rp, int *rp_size) argument
[all...]
/freebsd-10.2-release/sys/cam/scsi/
H A Dscsi_pt.h36 u_int8_t opcode; member in struct:scsi_send_receive
/freebsd-10.2-release/contrib/ofed/libibverbs/src/
H A Dibverbs.h84 #define IBV_INIT_CMD(cmd, size, opcode) \
87 (cmd)->command = IB_USER_VERBS_CMD_##opcode; \
89 (cmd)->command = IB_USER_VERBS_CMD_##opcode##_V2; \
94 #define IBV_INIT_CMD_RESP(cmd, size, opcode, out, outsize) \
97 (cmd)->command = IB_USER_VERBS_CMD_##opcode; \
99 (cmd)->command = IB_USER_VERBS_CMD_##opcode##_V2; \
/freebsd-10.2-release/sys/dev/aic7xxx/aicasm/
H A Daicasm_insformat.h51 opcode : 4, member in struct:ins_format1
55 opcode : 4,
69 opcode : 4, member in struct:ins_format2
73 opcode : 4,
86 opcode : 4, member in struct:ins_format3
90 opcode : 4,
/freebsd-10.2-release/sys/dev/mfi/
H A Dmfi_debug.c123 const char *opcode; local
128 switch (dcmd->opcode) {
130 opcode = "CTRL_GETINFO";
133 opcode = "CTRL_FLUSHCACHE";
136 opcode = "CTRL_SHUTDOWN";
139 opcode = "EVENT_GETINFO";
142 opcode = "EVENT_GET";
145 opcode = "EVENT_WAIT";
148 opcode = "LD_GET_LIST";
151 opcode
[all...]
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DARMUtils.h60 static inline uint32_t DecodeImmShiftThumb(const uint32_t opcode, ARM_ShifterType &shift_t) argument
62 return DecodeImmShift(Bits32(opcode, 5, 4), Bits32(opcode, 14, 12)<<2 | Bits32(opcode, 7, 6), shift_t);
67 static inline uint32_t DecodeImmShiftARM(const uint32_t opcode, ARM_ShifterType &shift_t) argument
69 return DecodeImmShift(Bits32(opcode, 6, 5), Bits32(opcode, 11, 7), shift_t);
290 static inline uint32_t ARMExpandImm_C(uint32_t opcode, uint32_t carry_in, uint32_t &carry_out) argument
293 uint32_t imm = bits(opcode, 7, 0); // immediate value
294 uint32_t amt = 2 * bits(opcode, 1
308 ARMExpandImm(uint32_t opcode) argument
317 ThumbExpandImm_C(uint32_t opcode, uint32_t carry_in, uint32_t &carry_out) argument
356 ThumbExpandImm(uint32_t opcode) argument
365 ThumbImm12(uint32_t opcode) argument
375 ThumbImm7Scaled(uint32_t opcode) argument
382 ThumbImm8Scaled(uint32_t opcode) argument
[all...]
/freebsd-10.2-release/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A Dsnmp_netgraph.h55 int ng_output(const char *path, u_int cookie, u_int opcode,
57 int ng_output_node(const char *node, u_int cookie, u_int opcode,
59 int ng_output_id(ng_ID_t node, u_int cookie, u_int opcode,
62 struct ng_mesg *ng_dialog(const char *path, u_int cookie, u_int opcode,
64 struct ng_mesg *ng_dialog_node(const char *node, u_int cookie, u_int opcode,
66 struct ng_mesg *ng_dialog_id(ng_ID_t id, u_int cookie, u_int opcode,
/freebsd-10.2-release/crypto/heimdal/kcm/
H A Dacl.c40 kcm_operation opcode,
50 switch (opcode) {
88 if (opcode == KCM_OP_INITIALIZE ||
89 opcode == KCM_OP_DESTROY ||
90 opcode == KCM_OP_REMOVE_CRED ||
91 opcode == KCM_OP_MOVE_CACHE) {
140 client->pid, kcm_op2string(opcode), ccache->name);
38 kcm_access(krb5_context context, kcm_client *client, kcm_operation opcode, kcm_ccache ccache) argument
H A Dprotocol.c56 kcm_operation opcode,
60 KCM_LOG_REQUEST(context, client, opcode);
75 kcm_operation opcode,
88 KCM_LOG_REQUEST_NAME(context, client, opcode, name);
90 ret = kcm_ccache_resolve_client(context, client, opcode,
118 kcm_operation opcode,
125 KCM_LOG_REQUEST(context, client, opcode);
149 kcm_operation opcode,
161 KCM_LOG_REQUEST(context, client, opcode);
215 kcm_operation opcode,
54 kcm_op_noop(krb5_context context, kcm_client *client, kcm_operation opcode, krb5_storage *request, krb5_storage *response) argument
73 kcm_op_get_name(krb5_context context, kcm_client *client, kcm_operation opcode, krb5_storage *request, krb5_storage *response) argument
116 kcm_op_gen_new(krb5_context context, kcm_client *client, kcm_operation opcode, krb5_storage *request, krb5_storage *response) argument
147 kcm_op_initialize(krb5_context context, kcm_client *client, kcm_operation opcode, krb5_storage *request, krb5_storage *response) argument
213 kcm_op_destroy(krb5_context context, kcm_client *client, kcm_operation opcode, krb5_storage *request, krb5_storage *response) argument
246 kcm_op_store(krb5_context context, kcm_client *client, kcm_operation opcode, krb5_storage *request, krb5_storage *response) argument
304 kcm_op_retrieve(krb5_context context, kcm_client *client, kcm_operation opcode, krb5_storage *request, krb5_storage *response) argument
395 kcm_op_get_principal(krb5_context context, kcm_client *client, kcm_operation opcode, krb5_storage *request, krb5_storage *response) argument
438 kcm_op_get_cred_uuid_list(krb5_context context, kcm_client *client, kcm_operation opcode, krb5_storage *request, krb5_storage *response) argument
484 kcm_op_get_cred_by_uuid(krb5_context context, kcm_client *client, kcm_operation opcode, krb5_storage *request, krb5_storage *response) argument
541 kcm_op_remove_cred(krb5_context context, kcm_client *client, kcm_operation opcode, krb5_storage *request, krb5_storage *response) argument
599 kcm_op_set_flags(krb5_context context, kcm_client *client, kcm_operation opcode, krb5_storage *request, krb5_storage *response) argument
646 kcm_op_chown(krb5_context context, kcm_client *client, kcm_operation opcode, krb5_storage *request, krb5_storage *response) argument
700 kcm_op_chmod(krb5_context context, kcm_client *client, kcm_operation opcode, krb5_storage *request, krb5_storage *response) argument
754 kcm_op_get_initial_ticket(krb5_context context, kcm_client *client, kcm_operation opcode, krb5_storage *request, krb5_storage *response) argument
846 kcm_op_get_ticket(krb5_context context, kcm_client *client, kcm_operation opcode, krb5_storage *request, krb5_storage *response) argument
929 kcm_op_move_cache(krb5_context context, kcm_client *client, kcm_operation opcode, krb5_storage *request, krb5_storage *response) argument
1013 kcm_op_get_cache_uuid_list(krb5_context context, kcm_client *client, kcm_operation opcode, krb5_storage *request, krb5_storage *response) argument
1025 kcm_op_get_cache_by_uuid(krb5_context context, kcm_client *client, kcm_operation opcode, krb5_storage *request, krb5_storage *response) argument
1063 kcm_op_get_default_cache(krb5_context context, kcm_client *client, kcm_operation opcode, krb5_storage *request, krb5_storage *response) argument
1116 kcm_op_set_default_cache(krb5_context context, kcm_client *client, kcm_operation opcode, krb5_storage *request, krb5_storage *response) argument
1155 kcm_op_get_kdc_offset(krb5_context context, kcm_client *client, kcm_operation opcode, krb5_storage *request, krb5_storage *response) argument
1186 kcm_op_set_kdc_offset(krb5_context context, kcm_client *client, kcm_operation opcode, krb5_storage *request, krb5_storage *response) argument
1269 kcm_op_add_ntlm_cred(krb5_context context, kcm_client *client, kcm_operation opcode, krb5_storage *request, krb5_storage *response) argument
1332 kcm_op_have_ntlm_cred(krb5_context context, kcm_client *client, kcm_operation opcode, krb5_storage *request, krb5_storage *response) argument
1376 kcm_op_del_ntlm_cred(krb5_context context, kcm_client *client, kcm_operation opcode, krb5_storage *request, krb5_storage *response) argument
1432 kcm_op_do_ntlm(krb5_context context, kcm_client *client, kcm_operation opcode, krb5_storage *request, krb5_storage *response) argument
1669 kcm_op_get_ntlm_user_list(krb5_context context, kcm_client *client, kcm_operation opcode, krb5_storage *request, krb5_storage *response) argument
1733 kcm_op2string(kcm_operation opcode) argument
1751 uint16_t opcode; local
[all...]
/freebsd-10.2-release/crypto/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl104 { package opcode; # pick up opcodes
228 die if (opcode->mnemonic() ne "mov");
229 opcode->mnemonic("lea");
275 $sz="q" if ($self->{asterisk} || opcode->mnemonic() eq "movq");
276 $sz="l" if (opcode->mnemonic() eq "movd");
416 if ($nasm && opcode->mnemonic()=~m/^j/) {
429 my %opcode = # lea 2f-1f(%rip),%dst; 1: nop; 2:
448 $line=sprintf "0x%x,0x90000000",$opcode{$1};
654 local *opcode=shift;
659 push @opcode,(
[all...]
/freebsd-10.2-release/crypto/openssh/
H A Dttymodes.c352 int opcode, baud; local
381 opcode = packet_get_char();
382 switch (opcode) {
426 debug("Ignoring unsupported tty mode opcode %d (0x%x)",
427 opcode, opcode);
436 if (opcode > 0 && opcode < 128) {
440 } else if (opcode >= 128 && opcode < 16
[all...]
/freebsd-10.2-release/sbin/ipfw/
H A Dipv6.c97 if (cmd->o.opcode == O_IP6_SRC_ME || cmd->o.opcode == O_IP6_DST_ME) {
101 if (cmd->o.opcode == O_IP6) {
114 (cmd->o.opcode == O_IP6_SRC || cmd->o.opcode == O_IP6_DST) ?
162 cmd->o.opcode = O_ICMP6TYPE;
262 cmd->opcode = O_EXT_HDR;
368 cmd->o.opcode = O_IP_DST_LOOKUP;
485 cmd->o.opcode = O_FLOW6ID;
499 if (cmd->opcode
[all...]

Completed in 311 milliseconds

1234567891011>>