/dflybsd-src/contrib/tcpdump/ |
H A D | print-zephyr.c | 51 const char *opcode; member 200 PARSE_FIELD_STR(z.opcode); in zephyr_print() 228 if (!strcmp(z.opcode, "USER_HIDE")) in zephyr_print() 230 else if (!strcmp(z.opcode, "USER_UNHIDE")) in zephyr_print() 238 ND_PRINT(" zephyr-admin %s", str_to_lower(z.opcode)); in zephyr_print() 244 if (!strcmp(z.opcode, "SUBSCRIBE") || in zephyr_print() 245 !strcmp(z.opcode, "SUBSCRIBE_NODEFS") || in zephyr_print() 246 !strcmp(z.opcode, "UNSUBSCRIBE")) { in zephyr_print() 248 ND_PRINT(" %ssub%s", strcmp(z.opcode, "SUBSCRIBE") ? "un" : "", in zephyr_print() 249 strcmp(z.opcode, "SUBSCRIBE_NODEFS") ? "" : in zephyr_print() [all …]
|
H A D | print-rx.c | 487 uint32_t opcode; /* RX opcode (host order) */ member 535 uint32_t opcode; in rx_print() local 640 sport, &opcode)) { in rx_print() 644 fs_reply_print(ndo, bp, length, opcode); in rx_print() 647 cb_reply_print(ndo, bp, length, opcode); in rx_print() 650 prot_reply_print(ndo, bp, length, opcode); in rx_print() 653 vldb_reply_print(ndo, bp, length, opcode); in rx_print() 656 kauth_reply_print(ndo, bp, length, opcode); in rx_print() 659 vol_reply_print(ndo, bp, length, opcode); in rx_print() 662 bos_reply_print(ndo, bp, length, opcode); in rx_print() [all …]
|
H A D | print-mpcp.c | 30 nd_uint16_t opcode; member 130 uint16_t opcode; in mpcp_print() local 139 opcode = GET_BE_U_2(mpcp_common_header->opcode); in mpcp_print() 141 ND_PRINT("MPCP, Opcode %s", tok2str(mpcp_opcode_values, "Unknown (%u)", opcode)); in mpcp_print() 142 if (opcode != MPCP_OPCODE_PAUSE) { in mpcp_print() 152 switch (opcode) { in mpcp_print()
|
H A D | print-tftp.c | 92 u_int opcode; in tftp_print() local 105 opcode = GET_BE_U_2(bp); in tftp_print() 106 cp = tok2str(op2str, "tftp-#%u", opcode); in tftp_print() 114 switch (opcode) { in tftp_print() 192 ND_PRINT("(unknown #%u)", opcode); in tftp_print()
|
/dflybsd-src/sys/dev/raid/mfi/ |
H A D | mfi_debug.c | 125 const char *opcode; in mfi_print_dcmd() local 130 switch (dcmd->opcode) { in mfi_print_dcmd() 132 opcode = "CTRL_GETINFO"; in mfi_print_dcmd() 135 opcode = "CTRL_FLUSHCACHE"; in mfi_print_dcmd() 138 opcode = "CTRL_SHUTDOWN"; in mfi_print_dcmd() 141 opcode = "EVENT_GETINFO"; in mfi_print_dcmd() 144 opcode = "EVENT_GET"; in mfi_print_dcmd() 147 opcode = "EVENT_WAIT"; in mfi_print_dcmd() 150 opcode = "LD_GET_LIST"; in mfi_print_dcmd() 153 opcode = "LD_GET_INFO"; in mfi_print_dcmd() [all …]
|
/dflybsd-src/sys/netgraph7/bluetooth/hci/ |
H A D | ng_hci_cmds.c | 173 if (ep->opcode == 0x0000) { in ng_hci_process_command_complete() 179 error = complete_command(unit, ep->opcode, &cp); in ng_hci_process_command_complete() 191 ep->opcode = le16toh(ep->opcode); in ng_hci_process_command_complete() 195 switch (NG_HCI_OGF(ep->opcode)) { in ng_hci_process_command_complete() 198 NG_HCI_OCF(ep->opcode), cp, e); in ng_hci_process_command_complete() 203 NG_HCI_OCF(ep->opcode), cp, e); in ng_hci_process_command_complete() 208 NG_HCI_OCF(ep->opcode), cp, e); in ng_hci_process_command_complete() 213 NG_HCI_OCF(ep->opcode), cp, e); in ng_hci_process_command_complete() 218 NG_HCI_OCF(ep->opcode), cp, e); in ng_hci_process_command_complete() 223 NG_HCI_OCF(ep->opcode), cp, e); in ng_hci_process_command_complete() [all …]
|
/dflybsd-src/contrib/binutils-2.27/include/opcode/ |
H A D | aarch64.h | 508 aarch64_insn opcode; member 601 alias_opcode_p (const aarch64_opcode *opcode) in alias_opcode_p() argument 603 return (opcode->flags & F_ALIAS) ? TRUE : FALSE; in alias_opcode_p() 607 opcode_has_alias (const aarch64_opcode *opcode) in opcode_has_alias() argument 609 return (opcode->flags & F_HAS_ALIAS) ? TRUE : FALSE; in opcode_has_alias() 614 opcode_priority (const aarch64_opcode *opcode) in opcode_priority() argument 616 return (opcode->flags >> 2) & 0x3; in opcode_priority() 620 pseudo_opcode_p (const aarch64_opcode *opcode) in pseudo_opcode_p() argument 622 return (opcode->flags & F_PSEUDO) != 0lu ? TRUE : FALSE; in pseudo_opcode_p() 626 optional_operand_p (const aarch64_opcode *opcode, unsigned int idx) in optional_operand_p() argument [all …]
|
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | expprint.c | 69 enum exp_opcode opcode; in print_subexp_standard() local 78 opcode = exp->elts[pc].opcode; in print_subexp_standard() 79 switch (opcode) in print_subexp_standard() 273 if (exp->elts[pc + 4].opcode == OP_LONG in print_subexp_standard() 289 if (exp->elts[pc].opcode != OP_LONG in print_subexp_standard() 350 fputs_filtered (opcode == TERNOP_SLICE ? " : " : " UP ", stream); in print_subexp_standard() 426 fputs_filtered (opcode == UNOP_DYNAMIC_CAST ? "dynamic_cast" in print_subexp_standard() 440 && exp->elts[pc + 3].opcode == OP_LONG) in print_subexp_standard() 489 opcode = exp->elts[pc + 1].opcode; in print_subexp_standard() 495 for (tem = 0; op_print_tab[tem].opcode != OP_NULL; tem++) in print_subexp_standard() [all …]
|
H A D | i386-tdep.c | 624 gdb_byte *opcode = i386_skip_prefixes (insn, max_insn_len); in i386_displaced_step_fixup() local 627 if (opcode != NULL) in i386_displaced_step_fixup() 628 insn = opcode; in i386_displaced_step_fixup() 4337 uint32_t opcode; in i386_process_record() local 4451 opcode = (uint32_t) opcode8; in i386_process_record() 4453 switch (opcode) in i386_process_record() 4459 opcode = (uint32_t) opcode8 | 0x0f00; in i386_process_record() 4511 if (((opcode >> 3) & 7) != OP_CMPL) in i386_process_record() 4513 if ((opcode & 1) == 0) in i386_process_record() 4518 switch ((opcode >> 1) & 3) in i386_process_record() [all …]
|
/dflybsd-src/sbin/ipfw3/ |
H A D | ipfw3.c | 171 register_ipfw_keyword(int module, int opcode, char *word, int type) in register_ipfw_keyword() argument 180 tmp->opcode = opcode; in register_ipfw_keyword() 193 register_ipfw_func(int module, int opcode, parser_func parser, shower_func shower) in register_ipfw_func() argument 201 tmp->opcode = opcode; in register_ipfw_func() 207 if (tmp->opcode == opcode && tmp->module == module) { in register_ipfw_func() 209 opcode, module); in register_ipfw_func() 234 *prev_opcode = cmd->opcode; in prev_show_chk() 236 cmd->opcode == *prev_opcode) { in prev_show_chk() 243 *prev_opcode = cmd->opcode; in prev_show_chk() 273 k->opcode == cmd->opcode) { in show_filter() [all …]
|
H A D | ipfw3.h | 132 int opcode; member 139 int opcode; member 146 void register_ipfw_keyword(int module, int opcode, char *word, int type); 155 void register_ipfw_keyword(int module, int opcode, char *word, int type); 156 void register_ipfw_func(int module, int opcode,
|
/dflybsd-src/sys/bus/ppbus/ |
H A D | ppb_msq.c | 55 mode2xfer(device_t bus, struct ppb_device *ppbdev, int opcode) in mode2xfer() argument 60 switch (opcode) { in mode2xfer() 70 panic("%s: unknown opcode (%d)", __func__, opcode); in mode2xfer() 114 ppb_MS_init(device_t bus, device_t dev, struct ppb_microseq *loop, int opcode) in ppb_MS_init() argument 117 struct ppb_xfer *xfer = mode2xfer(bus, ppbdev, opcode); in ppb_MS_init() 131 ppb_MS_exec(device_t bus, device_t dev, int opcode, union ppb_insarg param1, in ppb_MS_exec() argument 140 msq[0].opcode = opcode; in ppb_MS_exec() 273 switch (mi->opcode) { in ppb_MS_microseq() 278 xfer = mode2xfer(bus, ppbdev, mi->opcode); in ppb_MS_microseq() 282 if (mi->opcode == MS_OP_PUT) { in ppb_MS_microseq()
|
/dflybsd-src/lib/libipfw3/basic/ |
H A D | ipfw3_basic.c | 250 cmd->opcode = O_BASIC_PROTO; in add_proto() 261 (*cmd)->opcode = O_BASIC_COUNT; in parse_count() 271 (*cmd)->opcode = O_BASIC_SKIPTO; in parse_skipto() 291 (*cmd)->opcode = O_BASIC_FORWARD; in parse_forward() 341 (*cmd)->opcode = O_BASIC_IN; in parse_in() 351 (*cmd)->opcode = O_BASIC_OUT; in parse_out() 365 (*cmd)->opcode = O_BASIC_VIA; in parse_via() 367 (*cmd)->opcode = O_BASIC_XMIT; in parse_via() 369 (*cmd)->opcode = O_BASIC_RECV; in parse_via() 380 (*cmd)->opcode = O_BASIC_IP_SRCPORT; in parse_src_port() [all …]
|
/dflybsd-src/sys/bus/cam/scsi/ |
H A D | scsi_all.h | 115 u_int8_t opcode; member 121 u_int8_t opcode; member 130 u_int8_t opcode; member 138 u_int8_t opcode; member 151 u_int8_t opcode; member 160 u_int8_t opcode; member 171 u_int8_t opcode; member 196 u_int8_t opcode; member 206 u_int8_t opcode; member 217 u_int8_t opcode; member [all …]
|
H A D | scsi_sa.h | 40 u_int8_t opcode; member 57 u_int8_t opcode; member 67 u_int8_t opcode; member 80 u_int8_t opcode; member 98 u_int8_t opcode; member 107 u_int8_t opcode; member 121 u_int8_t opcode; member 136 u_int8_t opcode; member 226 u_int8_t opcode; /* READ_POSITION */ member 250 u_int8_t opcode; member
|
H A D | scsi_da.h | 60 u_int8_t opcode; member 73 u_int8_t opcode; member 88 u_int8_t opcode; member 96 u_int8_t opcode; member 121 u_int8_t opcode; member 191 uint8_t opcode; /* READ_FORMAT_CAPACITIES */ member 201 uint8_t opcode; /* VERIFY */ member 215 uint8_t opcode; /* WRITE_AND_VERIFY */ member
|
H A D | scsi_ch.h | 79 u_int8_t opcode; member 97 u_int8_t opcode; member 109 u_int8_t opcode; member 126 u_int8_t opcode; member 141 u_int8_t opcode; member 155 u_int8_t opcode; member 275 u_int8_t opcode; member
|
/dflybsd-src/sbin/ipfw/ |
H A D | ipfw2.c | 415 print_newports(ipfw_insn_u16 *cmd, int proto, int opcode) in print_newports() argument 423 if (opcode != 0) in print_newports() 424 printf ("%s", opcode == O_MAC_TYPE ? " mac-type" : in print_newports() 425 (opcode == O_IP_DSTPORT ? " dst-port" : " src-port")); in print_newports() 658 if (cmd->o.opcode == O_IP_SRC_ME || cmd->o.opcode == O_IP_DST_ME) { in print_ip() 662 if (cmd->o.opcode == O_IP_SRC_TABLE || in print_ip() 663 cmd->o.opcode == O_IP_DST_TABLE) { in print_ip() 667 if (cmd->o.opcode == O_IP_SRC_IFIP || in print_ip() 668 cmd->o.opcode == O_IP_DST_IFIP) { in print_ip() 673 if (cmd->o.opcode == O_IP_SRC_SET || cmd->o.opcode == O_IP_DST_SET) { in print_ip() [all …]
|
/dflybsd-src/crypto/openssh/ |
H A D | ttymodes.c | 348 u_char opcode; in ssh_tty_parse_modes() local 373 if ((r = sshbuf_get_u8(buf, &opcode)) != 0) in ssh_tty_parse_modes() 375 switch (opcode) { in ssh_tty_parse_modes() 418 opcode, opcode); in ssh_tty_parse_modes() 426 if (opcode > 0 && opcode < 160) { in ssh_tty_parse_modes() 431 logit_f("unknown opcode %d", opcode); in ssh_tty_parse_modes()
|
/dflybsd-src/sys/dev/disk/iscsi/initiator/ |
H A D | iscsi.h | 83 u_char opcode:6; member 125 u_char opcode:6; // 0x01 member 150 char opcode; // 0x21 member 167 u_char opcode:6; member 184 u_char opcode:6; member 201 u_char opcode:6; member 219 u_char opcode:6; member 237 u_char opcode:6; member 261 u_char opcode:6; member 277 u_char opcode:6; member
|
/dflybsd-src/lib/libnvmm/ |
H A D | libnvmm_x86.c | 1045 const struct x86_opcode *opcode; member 1900 const struct x86_opcode *opcode = instr->opcode; in node_stlo() local 1907 if (opcode->stos) { in node_stlo() 1919 if (opcode->stos) { in node_stlo() 1937 const struct x86_opcode *opcode = instr->opcode; in node_dmo() local 1944 if (opcode->todmo) { in node_dmo() 1983 const struct x86_opcode *opcode = instr->opcode; in node_immediate() local 1992 if (opcode->flags & FLAG_imm8) { in node_immediate() 1995 } else if ((opcode->flags & FLAG_immz) && (immsize == 8)) { in node_immediate() 2016 const struct x86_opcode *opcode = instr->opcode; in node_disp() local [all …]
|
/dflybsd-src/sys/dev/raid/twe/ |
H A D | twereg.h | 169 u_int8_t opcode:5; /* TWE_OP_INITCONNECTION */ member 183 u_int8_t opcode:5; /* TWE_OP_READ/TWE_OP_WRITE */ member 198 u_int8_t opcode:5; /* TWE_OP_HOTSWAP */ member 215 u_int8_t opcode:5; /* TWE_OP_SETATAFEATURE */ member 233 u_int8_t opcode:5; /* TWE_OP_CHECKSTATUS */ member 246 u_int8_t opcode:5; /* TWE_OP_GETPARAM, TWE_OP_SETPARAM */ member 260 u_int8_t opcode:5; /* TWE_OP_REBUILDUNIT */ member 279 u_int8_t opcode:5; member 300 u_int8_t opcode:5; member
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-ssa-reassoc.c | 548 get_unary_op (tree name, enum tree_code opcode) in get_unary_op() argument 555 if (gimple_assign_rhs_code (stmt) == opcode) in get_unary_op() 565 eliminate_duplicate_pair (enum tree_code opcode, in eliminate_duplicate_pair() argument 580 switch (opcode) in eliminate_duplicate_pair() 644 eliminate_plus_minus_pair (enum tree_code opcode, 654 if (opcode != PLUS_EXPR || TREE_CODE (curr->op) != SSA_NAME) 727 eliminate_not_pairs (enum tree_code opcode, in eliminate_not_pairs() argument 736 if ((opcode != BIT_IOR_EXPR && opcode != BIT_AND_EXPR) in eliminate_not_pairs() 759 if (opcode == BIT_AND_EXPR) in eliminate_not_pairs() 761 else if (opcode == BIT_IOR_EXPR) in eliminate_not_pairs() [all …]
|
/dflybsd-src/contrib/gdb-7/gdb/stubs/ |
H A D | sh-stub.c | 559 unsigned short opcode; in doSStep() local 563 opcode = *instrMem; in doSStep() 566 if ((opcode & COND_BR_MASK) == BT_INSTR) in doSStep() 570 displacement = (opcode & COND_DISP) << 1; in doSStep() 582 else if ((opcode & COND_BR_MASK) == BF_INSTR) in doSStep() 588 displacement = (opcode & COND_DISP) << 1; in doSStep() 598 else if ((opcode & UCOND_DBR_MASK) == BRA_INSTR) in doSStep() 600 displacement = (opcode & UCOND_DISP) << 1; in doSStep() 610 else if ((opcode & UCOND_RBR_MASK) == JSR_INSTR) in doSStep() 612 reg = (char) ((opcode & UCOND_REG) >> 8); in doSStep() [all …]
|
/dflybsd-src/contrib/binutils-2.34/ |
H A D | README.DELETED | 945 include/opcode/ChangeLog-0415 946 include/opcode/ChangeLog-9103 947 include/opcode/aarch64.h 948 include/opcode/alpha.h 949 include/opcode/arc-attrs.h 950 include/opcode/arc-func.h 951 include/opcode/arc.h 952 include/opcode/arm.h 953 include/opcode/avr.h 954 include/opcode/bfin.h [all …]
|