Searched defs:opcode (Results 1 - 25 of 26) sorted by relevance

12

/osnet-11/usr/src/lib/libc/port/sys/
H A Dsharefs.c33 sharefs(sharefs_proto_t proto, sharefs_op_t opcode, void *arg, size_t arglen) argument
35 return (syscall(SYS_sharefs, proto, opcode, arg, arglen));
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dif_arp.h22 uint16_t opcode; member in struct:arprequest
H A Dtftp.h38 uint16_t opcode; member in struct:tftp_t
63 uint16_t opcode; member in struct:tftpreq_t
H A Dpxe.h474 uint8_t opcode; member in struct:__anon266
/osnet-11/usr/src/cmd/sendmail/db/include/
H A Dlog_auto.h19 u_int32_t opcode; member in struct:_log_register_args
H A Dtxn_auto.h11 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
H A Ddb_auto.h11 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
H A Dhash_auto.h19 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
/osnet-11/usr/src/lib/libsqlite/src/
H A Dvdbe.h35 ** 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.
H A Dvdbeaux.c69 ** 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 an
[all...]
/osnet-11/usr/src/lib/libndmp/common/
H A Dlibndmp.c58 static int ndmp_door_setup(int opcode);
166 int opcode = NDMP_TERMINATE_SESSION_ID; local
170 if (ndmp_door_setup(opcode))
474 int opcode = NDMP_GET_STAT; local
483 if (ndmp_door_setup(opcode))
513 int opcode = NDMP_GET_DOOR_STATUS; local
517 if (ndmp_door_setup(opcode))
534 ndmp_door_setup(int opcode) argument
543 switch (opcode) {
574 ndmp_door_put_uint32(enc_ctx, opcode);
[all...]
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_netlogon.c132 unsigned short opcode; local
163 if (smb_msgbuf_decode(&mb, "w", &opcode) < 0) {
169 switch (opcode) {
178 "NetLogonResponse: opcode %d decode error",
179 opcode);
194 "NetLogonResponse: opcode %d decode error",
195 opcode);
210 syslog(LOG_DEBUG, "NetLogonReceive: opcode 0x%04x", opcode);
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_dis.c336 { "(illegal opcode)", dt_dis_str },
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];
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dscsicmd.h30 grub_uint8_t opcode; member in struct:grub_scsi_test_unit_ready
41 grub_uint8_t opcode; member in struct:grub_scsi_inquiry
64 grub_uint8_t opcode; member in struct:grub_scsi_request_sense
90 grub_uint8_t opcode; member in struct:grub_scsi_read_capacity
108 grub_uint8_t opcode; member in struct:grub_scsi_read10
119 grub_uint8_t opcode; member in struct:grub_scsi_read12
129 grub_uint8_t opcode; member in struct:grub_scsi_write10
140 grub_uint8_t opcode; member in struct:grub_scsi_write12
H A Dnet.h368 grub_uint8_t opcode; member in struct:grub_net_bootp_packet
/osnet-11/usr/src/lib/libresolv/arpa/
H A Dnameser.h154 u_char opcode:4; /* purpose of message */ member in struct:__anon2411
170 u_char opcode:4; /* purpose of message */ member in struct:__anon2411
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_nbns_rq.c372 smbfs_nbns_rq_create(int opcode, struct nb_ctx *ctx, struct nbns_rq **rqpp) argument
389 rqp->nr_opcode = opcode;
444 uint16_t ofr; /* opcode, flags, rcode */
549 uint16_t ofr, ofr_save; /* opcode, nmflags, rcode */
/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dtftp.c81 grub_uint16_t opcode; member in struct:tftphdr
154 err = grub_netbuff_push (&nb_ack, sizeof (tftph_ack->opcode)
160 tftph_ack->opcode = grub_cpu_to_be16 (TFTP_ACK);
190 if (nb->tail - nb->data < (grub_ssize_t) sizeof (tftph->opcode))
194 switch (grub_be_to_cpu16 (tftph->opcode))
199 for (ptr = nb->data + sizeof (tftph->opcode); ptr < nb->tail;)
218 if (nb->tail - nb->data < (grub_ssize_t) (sizeof (tftph->opcode)
288 err = grub_netbuff_pull (nb_top, sizeof (tftph->opcode) +
413 tftph->opcode = grub_cpu_to_be16 (TFTP_RRQ);
437 hdrlen = sizeof (tftph->opcode)
[all...]
/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_debug.c176 ns_opcode opcode; local
192 opcode = (ns_opcode) ns_msg_getflag(*handle, ns_f_opcode);
206 p_section(section, opcode));
301 u_int opcode, rcode, id; local
307 opcode = ns_msg_getflag(handle, ns_f_opcode);
320 ";; ->>HEADER<<- opcode: %s, status: %s, id: %d\n",
321 _res_opcodes[opcode], p_rcode(rcode), id);
345 p_section(ns_s_qd, opcode), qdcount);
347 p_section(ns_s_an, opcode), ancount);
349 p_section(ns_s_ns, opcode), nscoun
650 p_section(int section, int opcode) argument
[all...]
/osnet-11/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_arbel_hw.c140 * Takes the specified next descriptor information, qp number, opcode and
380 * by using the IBTF opcode from the work request
560 uint_t opcode; local
580 opcode = TAVOR_CQE_OPCODE_GET(cqe);
582 if ((opcode == TAVOR_CQE_SEND_ERR_OPCODE) ||
583 (opcode == TAVOR_CQE_RECV_ERR_OPCODE)) {
757 uint_t opcode; local
765 * Determine if this is an "error" CQE by examining "opcode". If it
770 opcode = TAVOR_CQE_OPCODE_GET(cqe);
771 if ((opcode
867 uint_t opcode = TAVOR_CQE_OPCODE_GET(cqe); local
[all...]
H A Ddapl_hermon_hw.c536 uint_t opcode; local
550 opcode = HERMON_CQE_OPCODE_GET(cqe);
552 if (opcode == HERMON_CQE_ERR_OPCODE) {
764 uint_t opcode; local
768 * Determine if this is an "error" CQE by examining "opcode". If it
773 opcode = HERMON_CQE_OPCODE_GET(cqe);
774 if (opcode == HERMON_CQE_ERR_OPCODE) {
790 * Parse the CQE opcode to determine completion type. This will set
806 switch (opcode) {
840 switch (opcode) {
[all...]
H A Ddapl_tavor_hw.c132 * Takes the specified next descriptor information, qp number, opcode and
502 * by using the IBTF opcode from the work request
792 uint_t opcode; local
812 opcode = TAVOR_CQE_OPCODE_GET(cqe);
814 if ((opcode == TAVOR_CQE_SEND_ERR_OPCODE) ||
815 (opcode == TAVOR_CQE_RECV_ERR_OPCODE)) {
996 uint_t opcode; local
1000 * Determine if this is an "error" CQE by examining "opcode". If it
1005 opcode = TAVOR_CQE_OPCODE_GET(cqe);
1006 if ((opcode
1104 uint_t opcode = TAVOR_CQE_OPCODE_GET(cqe); local
[all...]
H A Ddapl_tavor_hw.h143 uint32_t opcode :8; member in struct:tavor_hw_cqe_s
333 * information required to execute the WQE, including the opcode and other
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_writes.c1190 ns_ldap_error_t ** errorp, int opcode, ldap_service_t svc)
1219 return (send_to_cachemgr(dn, attr, errorp, opcode, svc));
4245 attr2list(const char *dn, int opcode, ns_ldap_attr_t **attr, argument
4270 if (!(opcode == ADMINMODIFY_REP &&
4310 if (opcode == ADMINMODIFY_REP &&
4351 int opcode,
4369 len = attr2list(dn, opcode, attr,
4377 space.s_d.ldap_call.ldap_callnumber = opcode;
4388 opcode, space.s_d.ldap_ret.ldap_errno);
1189 do_cachemgr_operation(const char *dn, ns_ldap_attr_t **attr, ns_ldap_error_t ** errorp, int opcode, ldap_service_t svc) argument
4347 send_to_cachemgr( const char *dn, ns_ldap_attr_t **attr, ns_ldap_error_t **errorp, int opcode, ldap_service_t svc) argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dopnames.h11 * This file is built by opcode.pl from its data. Any changes made here
15 typedef enum opcode { enum
369 } opcode; typedef in typeref:enum:opcode

Completed in 128 milliseconds

12