/titanic_44/usr/src/uts/intel/io/drm/ |
H A D | i915_gem_debug.c | 70 unsigned int opcode; in decode_mi() local 73 uint32_t opcode; in decode_mi() member 98 for (opcode = 0; opcode < sizeof(opcodes_mi) / sizeof(opcodes_mi[0]); in decode_mi() 99 opcode++) { in decode_mi() 100 if ((data[0] & 0x1f800000) >> 23 == opcodes_mi[opcode].opcode) { in decode_mi() 103 instr_out(data, hw_offset, 0, "%s\n", opcodes_mi[opcode].name); in decode_mi() 104 if (opcodes_mi[opcode].max_len > 1) { in decode_mi() 106 if (len < opcodes_mi[opcode].min_len || in decode_mi() 107 len > opcodes_mi[opcode].max_len) in decode_mi() 110 opcodes_mi[opcode].name); in decode_mi() [all …]
|
/titanic_44/usr/src/cmd/ssh/libssh/common/ |
H A D | ttymodes.c | 341 int opcode, baud; in tty_parse_modes() local 371 opcode = packet_get_char(); in tty_parse_modes() 372 switch (opcode) { in tty_parse_modes() 419 opcode, opcode); in tty_parse_modes() 428 if (opcode > 0 && opcode < 128) { in tty_parse_modes() 432 } else if (opcode >= 128 && opcode < 160) { in tty_parse_modes() 444 log("parse_tty_modes: unknown opcode %d", opcode); in tty_parse_modes() 455 if (opcode > 0 && opcode < 160) { in tty_parse_modes() 460 log("parse_tty_modes: unknown opcode %d", opcode); in tty_parse_modes()
|
/titanic_44/usr/src/cmd/sendmail/db/txn/ |
H A D | txn_auto.c | 23 opcode) in __txn_regop_log() argument 28 u_int32_t opcode; 44 + sizeof(opcode); 55 memcpy(bp, &opcode, sizeof(opcode)); 56 bp += sizeof(opcode); 100 printf("\topcode: %lu\n", (u_long)argp->opcode); 130 memcpy(&argp->opcode, bp, sizeof(argp->opcode)); 131 bp += sizeof(argp->opcode); 277 opcode, xid, formatID, gtrid, bqual, begin_lsn) in __txn_xa_regop_log() argument 282 u_int32_t opcode; [all …]
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | iscsi_protocol.h | 107 uint8_t opcode; member 120 uint8_t opcode; member 163 uint8_t opcode; member 194 uint8_t opcode; member 239 uint8_t opcode; member 268 uint8_t opcode; member 284 uint8_t opcode; member 300 uint8_t opcode; member 330 uint8_t opcode; member 365 uint8_t opcode; member [all …]
|
/titanic_44/usr/src/tools/ctf/dwarf/common/ |
H A D | dwarf_print_lines.c | 66 int opcode, in print_line_detail() argument 77 (int) opcode, in print_line_detail() 143 Dwarf_Small opcode=0; in _dwarf_internal_printlines() local 365 opcode = *(Dwarf_Small *) line_ptr; in _dwarf_internal_printlines() 368 WHAT_IS_OPCODE(type, opcode, prefix.pf_opcode_base, in _dwarf_internal_printlines() 374 int opcnt = prefix.pf_opcode_length_table[opcode]; in _dwarf_internal_printlines() 378 "not understood.", opcode, opcnt); in _dwarf_internal_printlines() 404 unsigned origop = opcode; in _dwarf_internal_printlines() 406 opcode = opcode - prefix.pf_opcode_base; in _dwarf_internal_printlines() 408 (opcode / prefix.pf_line_range); in _dwarf_internal_printlines() [all …]
|
H A D | dwarf_sort_line.c | 341 Dwarf_Small opcode = 0; in _dwarf_update_line_sec() local 427 opcode = *(Dwarf_Small *) line_ptr; in _dwarf_update_line_sec() 430 WHAT_IS_OPCODE(type, opcode, prefix.pf_opcode_base, in _dwarf_update_line_sec() 436 int opcnt = prefix.pf_opcode_length_table[opcode]; in _dwarf_update_line_sec() 451 opcode = opcode - prefix.pf_opcode_base; in _dwarf_update_line_sec() 453 (opcode / prefix.pf_line_range); in _dwarf_update_line_sec() 456 opcode % prefix.pf_line_range; in _dwarf_update_line_sec() 464 switch (opcode) { in _dwarf_update_line_sec() 527 opcode = MAX_LINE_OP_CODE - prefix.pf_opcode_base; in _dwarf_update_line_sec() 530 prefix.pf_minimum_instruction_length * (opcode / in _dwarf_update_line_sec()
|
H A D | dwarf_line.h | 202 #define WHAT_IS_OPCODE(type,opcode,base,opcode_length,line_ptr,highest_std) \ argument 203 if( (opcode) < (base) ) { \ 207 if((opcode) == DW_EXTENDED_OPCODE) { \
|
/titanic_44/usr/src/cmd/sendmail/db/db/ |
H A D | db_rec.c | 71 if ((cmp_p == 0 && redo && argp->opcode == DB_ADD_DUP) || 72 (cmp_n == 0 && !redo && argp->opcode == DB_REM_DUP)) { 82 } else if ((cmp_n == 0 && !redo && argp->opcode == DB_ADD_DUP) || 83 (cmp_p == 0 && redo && argp->opcode == DB_REM_DUP)) { 155 if (argp->opcode == DB_SPLITNEW) { 163 if (argp->opcode == DB_SPLITOLD) { 227 if ((cmp_p == 0 && redo && argp->opcode == DB_ADD_BIG) || 228 (cmp_n == 0 && !redo && argp->opcode == DB_REM_BIG)) { 238 } else if ((cmp_n == 0 && !redo && argp->opcode == DB_ADD_BIG) || 239 (cmp_p == 0 && redo && argp->opcode == DB_REM_BIG)) { [all …]
|
H A D | db_auto.c | 23 opcode, fileid, pgno, indx, nbytes, hdr, in __db_addrem_log() argument 29 u_int32_t opcode; 53 + sizeof(opcode) 71 memcpy(bp, &opcode, sizeof(opcode)); 72 bp += sizeof(opcode); 149 printf("\topcode: %lu\n", (u_long)argp->opcode); 203 memcpy(&argp->opcode, bp, sizeof(argp->opcode)); 204 bp += sizeof(argp->opcode); 234 opcode, fileid, pgno, pageimage, pagelsn) in __db_split_log() argument 239 u_int32_t opcode; [all …]
|
/titanic_44/usr/src/uts/common/sys/ib/clients/iser/ |
H A D | iser_xfer.h | 83 opcode: 4; /* iSER opcode */ member 86 uint8_t opcode: 4, 104 opcode : 4; member 108 uint8_t opcode : 4, 124 opcode : 4; member 128 uint8_t opcode : 4,
|
/titanic_44/usr/src/cmd/sendmail/db/log/ |
H A D | log_auto.c | 24 opcode, name, uid, id, ftype) in __log_register_log() argument 29 u_int32_t opcode; 50 + sizeof(opcode) 65 memcpy(bp, &opcode, sizeof(opcode)); 66 bp += sizeof(opcode); 134 printf("\topcode: %lu\n", (u_long)argp->opcode); 184 memcpy(&argp->opcode, bp, sizeof(argp->opcode)); 185 bp += sizeof(argp->opcode);
|
H A D | log_rec.c | 91 if ((argp->opcode == LOG_CHECKPOINT && redo == TXN_OPENFILES) || 92 (argp->opcode == LOG_OPEN && 95 (argp->opcode == LOG_CLOSE && 108 } else if (argp->opcode != LOG_CHECKPOINT && 109 argp->opcode != LOG_CLOSE) { 138 } else if (argp->opcode == LOG_CHECKPOINT && redo == TXN_UNDO &&
|
/titanic_44/usr/src/grub/grub-0.97/netboot/ |
H A D | fsys_tftp.c | 101 tp.opcode = htons(TFTP_RRQ); in tftp_file_read() 104 len = sizeof(tp.ip) + sizeof(tp.udp) + sizeof(tp.opcode) + in tftp_file_read() 142 if (tr->opcode == ntohs(TFTP_ERROR)) in tftp_file_read() 150 if (tr->opcode == ntohs(TFTP_OACK)) { in tftp_file_read() 172 tp.opcode = htons(TFTP_ERROR); in tftp_file_read() 178 len = sizeof(tp.ip) + sizeof(tp.udp) + sizeof(tp.opcode) + sizeof(tp.u.err.errcode) + in tftp_file_read() 198 else if (tr->opcode == htons(TFTP_DATA)) { in tftp_file_read() 211 tp.opcode = htons(TFTP_ACK); in tftp_file_read() 291 if (tr->opcode == ntohs (TFTP_ERROR)) in buf_fill() 299 if (tr->opcode == ntohs (TFTP_OACK)) in buf_fill() [all …]
|
/titanic_44/usr/src/cmd/sendmail/db/hash/ |
H A D | hash_rec.c | 129 op = OPCODE_OF(argp->opcode); 142 !redo || PAIR_ISKEYBIG(argp->opcode) ? 145 !redo || PAIR_ISDATABIG(argp->opcode) ? 235 if ((cmp_p == 0 && redo && argp->opcode == PUTOVFL) || 236 (cmp_n == 0 && !redo && argp->opcode == DELOVFL)) { 241 } else if ((cmp_p == 0 && redo && argp->opcode == DELOVFL) || 242 (cmp_n == 0 && !redo && argp->opcode == PUTOVFL)) { 282 if ((cmp_p == 0 && redo && argp->opcode == PUTOVFL) || 283 (cmp_n == 0 && !redo && argp->opcode == DELOVFL)) { 287 } else if ((cmp_p == 0 && redo && argp->opcode == DELOVFL) || [all …]
|
H A D | hash_auto.c | 24 opcode, fileid, pgno, ndx, pagelsn, key, in __ham_insdel_log() argument 30 u_int32_t opcode; 53 + sizeof(opcode) 70 memcpy(bp, &opcode, sizeof(opcode)); 71 bp += sizeof(opcode); 146 printf("\topcode: %lu\n", (u_long)argp->opcode); 199 memcpy(&argp->opcode, bp, sizeof(argp->opcode)); 200 bp += sizeof(argp->opcode); 228 opcode, fileid, prev_pgno, prevlsn, new_pgno, pagelsn, in __ham_newpage_log() argument 234 u_int32_t opcode; [all …]
|
/titanic_44/usr/src/lib/libndmp/common/ |
H A D | libndmp.c | 56 static int ndmp_door_setup(int opcode); 66 int opcode = NDMP_DEVICES_GET_INFO; in ndmp_get_devinfo() local 69 if (ndmp_door_setup(opcode)) in ndmp_get_devinfo() 127 int opcode = NDMP_TERMINATE_SESSION_ID; in ndmp_terminate_session() local 130 if (ndmp_door_setup(opcode)) in ndmp_terminate_session() 157 int opcode = NDMP_SHOW; in ndmp_get_session_info() local 160 if (ndmp_door_setup(opcode)) in ndmp_get_session_info() 370 int opcode = NDMP_GET_STAT; in ndmp_get_stats() local 378 if (ndmp_door_setup(opcode)) in ndmp_get_stats() 408 int opcode = NDMP_GET_DOOR_STATUS; in ndmp_door_status() local [all …]
|
/titanic_44/usr/src/uts/common/io/ib/clients/iser/ |
H A D | iser_cq.c | 452 int opcode; in iser_msg_handle() local 460 opcode = hdr->opcode; in iser_msg_handle() 461 if (opcode == ISER_OPCODE_CTRL_TYPE_PDU) { in iser_msg_handle() 479 } else if (opcode == ISER_OPCODE_HELLO_MSG) { /* at the target */ in iser_msg_handle() 484 ASSERT(opcode != ISER_OPCODE_HELLO_MSG); in iser_msg_handle() 495 hello_hdr->opcode, hello_hdr->maxver, hello_hdr->minver, in iser_msg_handle() 525 } else if (opcode == ISER_OPCODE_HELLOREPLY_MSG) { /* at initiator */ in iser_msg_handle() 531 ASSERT(opcode != ISER_OPCODE_HELLOREPLY_MSG); in iser_msg_handle() 542 hello_hdr->opcode, hello_hdr->maxver, hello_hdr->curver, in iser_msg_handle() 560 "terminating session on IDM handle (0x%p)", opcode, in iser_msg_handle() [all …]
|
/titanic_44/usr/src/cmd/sendmail/db/include/ |
H A D | db_auto.h | 11 u_int32_t opcode; member 28 u_int32_t opcode; member 42 u_int32_t opcode; member 73 u_int32_t opcode; member
|
H A D | txn_auto.h | 11 u_int32_t opcode; member 32 u_int32_t opcode; member 47 u_int32_t opcode; member
|
H A D | hash_auto.h | 19 u_int32_t opcode; member 35 u_int32_t opcode; member 67 u_int32_t opcode; member 97 u_int32_t opcode; member
|
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_dmae.c | 251 u32_t opcode = 0; in lm_dmae_opcode() local 253 opcode |= ((source.type == LM_DMAE_ADDRESS_GRC)?1:0) <<DMAE_CMD_SRC_SHIFT; in lm_dmae_opcode() 254 opcode |= ((dest.type == LM_DMAE_ADDRESS_GRC)?2:1) <<DMAE_CMD_DST_SHIFT; in lm_dmae_opcode() 255 opcode |= (!b_complete_to_host)<< DMAE_CMD_C_DST_SHIFT; in lm_dmae_opcode() 256 opcode |= 1 << DMAE_CMD_C_TYPE_ENABLE_SHIFT; in lm_dmae_opcode() 257 opcode |= 0 << DMAE_CMD_C_TYPE_CRC_ENABLE_SHIFT; in lm_dmae_opcode() 258 opcode |= (b_change_endianity ? 3:2)<<DMAE_CMD_ENDIANITY_SHIFT; in lm_dmae_opcode() 259 opcode |= PORT_ID(pdev) << DMAE_CMD_PORT_SHIFT; in lm_dmae_opcode() 260 opcode |= 0 << DMAE_CMD_CRC_RESET_SHIFT ; in lm_dmae_opcode() 261 opcode |= (!b_resume_prev) << DMAE_CMD_SRC_RESET_SHIFT; in lm_dmae_opcode() [all …]
|
/titanic_44/usr/src/lib/smbsrv/libsmbns/common/ |
H A D | smbns_netlogon.c | 133 unsigned short opcode; in smb_netlogon_receive() local 164 if (smb_msgbuf_decode(&mb, "w", &opcode) < 0) { in smb_netlogon_receive() 170 switch (opcode) { in smb_netlogon_receive() 180 opcode); in smb_netlogon_receive() 196 opcode); in smb_netlogon_receive() 211 syslog(LOG_DEBUG, "NetLogonReceive: opcode 0x%04x", opcode); in smb_netlogon_receive()
|
/titanic_44/usr/src/uts/sparc/sys/fpu/ |
H A D | fpu_simulator.h | 217 uint32_t /* enum fp_opcode */ opcode : 6; /* Floating-point op code. */ member 378 #define VISINFO_KSTAT(opcode) { \ argument 379 extern void __dtrace_probe___visinfo_##opcode(uint64_t *); \ 380 uint64_t *stataddr = &visinfo.opcode.value.ui64; \ 381 __dtrace_probe___visinfo_##opcode(stataddr); \ 382 atomic_inc_64(&visinfo.opcode.value.ui64); \
|
/titanic_44/usr/src/uts/sparc/fpu/ |
H A D | fpu_simulator.c | 42 #define FPUINFO_KSTAT(opcode) { \ argument 43 extern void __dtrace_probe___fpuinfo_##opcode(uint64_t *); \ 44 uint64_t *stataddr = &fpuinfo.opcode.value.ui64; \ 45 __dtrace_probe___fpuinfo_##opcode(stataddr); \ 46 atomic_inc_64(&fpuinfo.opcode.value.ui64); \ 262 if ((inst.opcode & 0xf) == 0) { in _fp_fpu_simulator() 267 } else if ((inst.opcode & 0x7) == 1) { in _fp_fpu_simulator() 278 if ((inst.opcode != flltos) && in _fp_fpu_simulator() 279 (inst.opcode != flltod) && in _fp_fpu_simulator() 280 (inst.opcode != flltox) && in _fp_fpu_simulator() [all …]
|
/titanic_44/usr/src/uts/common/rpc/ |
H A D | rpcsys.c | 46 rpcsys(enum rpcsys_op opcode, void *arg) in rpcsys() argument 48 switch (opcode) { in rpcsys()
|