HomeSort by relevance Sort by last modified time
    Searched defs:opcode (Results 1 - 25 of 64) sorted by null

1 2 3

  /onnv/onnv-gate/usr/src/cmd/sendmail/db/include/
log_auto.h 19 u_int32_t opcode; member in struct:_log_register_args
txn_auto.h 11 u_int32_t opcode; member in struct:_txn_regop_args
32 u_int32_t opcode; member in struct:_txn_xa_regop_args
47 u_int32_t opcode; member in struct:_txn_child_args
db_auto.h 11 u_int32_t opcode; member in struct:_db_addrem_args
28 u_int32_t opcode; member in struct:_db_split_args
42 u_int32_t opcode; member in struct:_db_big_args
73 u_int32_t opcode; member in struct:_db_relink_args
hash_auto.h 19 u_int32_t opcode; member in struct:_ham_insdel_args
35 u_int32_t opcode; member in struct:_ham_newpage_args
67 u_int32_t opcode; member in struct:_ham_splitdata_args
97 u_int32_t opcode; member in struct:_ham_newpgno_args
  /onnv/onnv-gate/usr/src/grub/grub-0.97/netboot/
if_arp.h 22 uint16_t opcode; member in struct:arprequest
tftp.h 38 uint16_t opcode; member in struct:tftp_t
63 uint16_t opcode; member in struct:tftpreq_t
  /onnv/onnv-gate/usr/src/lib/libsqlite/src/
vdbe.h 35 ** A single instruction of the virtual machine has an opcode
40 u8 opcode; /* What operation to perform */ member in struct:VdbeOp
57 u8 opcode; /* What operation to perform */ member in struct:VdbeOpList
82 ** header file that defines a number for each opcode used by the VDBE.
vdbeaux.c 69 ** op The opcode for this instruction
97 pOp->opcode = op;
112 ** Add an opcode that includes the p3 value.
121 ** Add multiple opcodes. The list is terminated by an opcode of 0.
126 int opcode, p1, p2; local
129 while( (opcode = va_arg(ap,int))!=0 ){
132 sqliteVdbeAddOp(p, opcode, p1, p2);
226 pOut->opcode = pIn->opcode;
372 ** Search for the current program for the given opcode and P
    [all...]
  /onnv/onnv-gate/usr/src/cmd/smbsrv/smbd/
smbd_doorsvc.c 151 * This function will determine the opcode by decoding the first 4-byte of
164 int opcode; local
173 if ((opcode = smb_dr_get_opcode(argp, arg_size)) < 0) {
179 if (smb_dr_is_valid_opcode(opcode) != 0) {
183 smbop = smb_doorsrv_optab[opcode];
184 if ((tmpbuf = smbop(argp + sizeof (opcode),
185 arg_size - sizeof (opcode), dp, n_desc,
  /onnv/onnv-gate/usr/src/lib/smbsrv/libsmb/common/
smb_door_encdec.c 62 * The 'opcode' paramater is set to the 'opcode' of the operation to be invoked
63 * on the server, by the client. The server sets the same 'opcode' paramater
66 * This function will first encode integer value 'opcode' (opcode/status),
72 smb_dr_encode_common(uint_t opcode, void *data, xdrproc_t proc, size_t *len)
83 *len = xdr_sizeof(xdr_uint32_t, &opcode);
93 if (!xdr_uint32_t(&xdrs, &opcode)) {
113 * Get the opcode of the door argument buffer.
118 int opcode; local
    [all...]
smb_api_door_calls.c 60 int opcode = SMB_DR_LOOKUP_SID; local
76 if ((buf = smb_dr_encode_string(opcode, namebuf, &len)) == 0) {
116 int opcode = SMB_DR_LOOKUP_NAME; local
129 if ((buf = smb_dr_encode_string(opcode, name, &len)) == 0) {
167 int opcode = SMB_DR_JOIN; local
177 buf = smb_dr_encode_common(opcode, jdi, xdr_smb_dr_joininfo_t, &len);
212 int opcode = SMB_DR_GET_DCINFO; local
224 if ((buf = smb_dr_set_opcode(opcode, &len)) == NULL) {
295 int opcode = SMB_DR_ADS_FIND_HOST; local
311 if ((buf = smb_dr_encode_string(opcode, fqdn, &len)) == 0)
    [all...]
  /onnv/onnv-gate/usr/src/lib/libndmp/common/
libndmp.c 56 static int ndmp_door_setup(int opcode);
66 int opcode = NDMP_DEVICES_GET_INFO; local
69 if (ndmp_door_setup(opcode))
127 int opcode = NDMP_TERMINATE_SESSION_ID; local
130 if (ndmp_door_setup(opcode))
157 int opcode = NDMP_SHOW; local
160 if (ndmp_door_setup(opcode))
370 int opcode = NDMP_GET_STAT; local
378 if (ndmp_door_setup(opcode))
408 int opcode = NDMP_GET_DOOR_STATUS local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/smbsrv/
smb_kdoor_encdec.c 65 * This function will first encode integer value 'reserved' (opcode/status),
107 * Get the opcode of the door argument buffer.
112 int opcode; local
114 if (smb_kdr_decode_common(argp, arg_size, xdr_uint32_t, &opcode) != 0)
115 opcode = -1;
116 return (opcode);
120 * Set the opcode of the door argument buffer.
123 smb_dr_set_opcode(uint32_t opcode, size_t *len)
127 buf = smb_kdr_encode_common(opcode, NULL, NULL, len);
161 uint_t opcode = SMB_DR_USER_AUTH_LOGON local
    [all...]
smb_kshare.c 76 int opcode = SMB_SHROP_GETINFO; local
81 smb_dr_put_uint32(enc_ctx, opcode);
103 if (smb_kshare_chk_dsrv_status(opcode, dec_ctx) != 0) {
127 int opcode = SMB_SHROP_ENUM; local
136 smb_dr_put_uint32(enc_ctx, opcode);
158 if (smb_kshare_chk_dsrv_status(opcode, dec_ctx) != 0) {
194 int opcode = SMB_SHROP_EXEC; local
204 smb_dr_put_uint32(enc_ctx, opcode);
234 if (smb_kshare_chk_dsrv_status(opcode, dec_ctx) != 0) {
267 int opcode; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ssh/libssh/common/
ttymodes.c 341 int opcode, baud; local
371 opcode = packet_get_char();
372 switch (opcode) {
418 debug("Ignoring unsupported tty mode opcode %d (0x%x)",
419 opcode, opcode);
428 if (opcode > 0 && opcode < 128) {
432 } else if (opcode >= 128 && opcode < 160)
    [all...]
  /onnv/onnv-gate/usr/src/uts/i86pc/io/
hrtimers.c 64 int opcode; member in struct:hrtsysa
68 int opcode; member in struct:hrtcntla
76 int opcode; member in struct:hrtalarma
395 switch (uap->opcode) {
  /onnv/onnv-gate/usr/src/uts/common/sys/ib/clients/iser/
iser_xfer.h 83 opcode: 4; /* iSER opcode */ member in struct:iser_ctrl_hdr_s
86 uint8_t opcode: 4,
104 opcode : 4; member in struct:iser_hello_hdr_s
108 uint8_t opcode : 4,
124 opcode : 4; member in struct:iser_helloreply_hdr_s
128 uint8_t opcode : 4,
  /onnv/onnv-gate/usr/src/uts/common/io/ib/clients/iser/
iser_cq.c 227 * because the CQE's opcode is invalid if the status
452 int opcode; local
460 opcode = hdr->opcode;
461 if (opcode == ISER_OPCODE_CTRL_TYPE_PDU) {
479 } else if (opcode == ISER_OPCODE_HELLO_MSG) { /* at the target */
484 ASSERT(opcode != ISER_OPCODE_HELLO_MSG);
493 ISER_LOG(CE_NOTE, "received Hello message: opcode[%d], "
495 hello_hdr->opcode, hello_hdr->maxver, hello_hdr->minver,
525 } else if (opcode == ISER_OPCODE_HELLOREPLY_MSG) { /* at initiator *
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
snoop_netbios.c 156 * OPCODE fields in the NetBIOS Name Service Packet header.
162 int opcode = (headerflags & 0x7800)>>11; local
167 switch (opcode) {
  /onnv/onnv-gate/usr/src/lib/libdtrace/common/
dt_dis.c 336 { "(illegal opcode)", dt_dis_str },
426 "OFF", "OPCODE", "INSTRUCTION");
430 dif_instr_t opcode = DIF_INSTR_OP(instr); local
432 if (opcode >= sizeof (optab) / sizeof (optab[0]))
433 opcode = 0; /* force invalid opcode message */
435 op = &optab[opcode];
  /onnv/onnv-gate/usr/src/lib/smbsrv/libsmbns/common/
smbns_netlogon.c 133 unsigned short opcode; local
164 if (smb_msgbuf_decode(&mb, "w", &opcode) < 0) {
170 switch (opcode) {
179 "NetLogonResponse: opcode %d decode error",
180 opcode);
195 "NetLogonResponse: opcode %d decode error",
196 opcode);
211 syslog(LOG_DEBUG, "NetLogonReceive: opcode 0x%04x", opcode);
258 * unsigned short Opcode; # LOGON_PRIMARY_QUER
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/scsi/adapters/
iscsi_door.h 52 uint32_t opcode; member in struct:_iscsi_door_msg_hdr
  /onnv/onnv-gate/usr/src/uts/common/io/ib/adapters/hermon/
hermon_cq.c 720 * a "resizing handle" and if so we look for the "special CQE", opcode
836 uint_t opcode; local
880 /* peek at the opcode */
881 opcode = HERMON_CQE_OPCODE_GET(cq, cqe);
882 if (opcode == HERMON_CQE_RCV_RESIZE_CODE) {
902 * either resizing and not the special opcode, or
944 /* if we got the special opcode, update the consindx */
1292 uint_t opcode, qpnum, qp1_indx; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
ql_isr.c 3171 uint8_t opcode; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/dtrace/
dof.c 303 { "(illegal opcode)", dis_str },
385 dif_instr_t instr, opcode; local
393 opcode = DIF_INSTR_OP(instr);
395 if (opcode >= sizeof (optab) / sizeof (optab[0]))
396 opcode = 0; /* force invalid opcode message */
398 op = &optab[opcode];
429 mdb_printf("%<b>%-?s %-8s %s%</b>\n", "ADDR", "OPCODE", "INSTRUCTION");

Completed in 840 milliseconds

1 2 3