Searched refs:opcode (Results 26 - 50 of 58) sorted by relevance

123

/osnet-11/usr/src/lib/udapl/udapl_tavor/tavor/
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_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.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/libsqlite/src/
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...]
H A Dvdbe.c31 ** a linear sequence of operations. Each operation has an opcode
62 ** moves, either by the OP_MoveTo or the OP_Next opcode. The test
438 ** It uses the RDTSC opcode to read cycle count value out of the
506 unsigned long long start; /* CPU clock count at start of opcode */
507 int origPc; /* Program counter at start of opcode */
573 switch( pOp->opcode ){
588 ** opcode and the opcodes.c file is filled with an array of strings where
589 ** each string is the symbolic name for the corresponding opcode.
593 ** comment lines are used in the generation of the opcode.html documentation
1031 switch( pOp->opcode ){
[all...]
/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/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
H A Dop.h28 #define OPCODE opcode
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Ds2p.PL593 # safeHere: create safe here delimiter and modify opcode and argument
608 my( $addr1, $addr2, $negated, $opcode, $arg, $fl ) = @_;
619 if( $opcode eq '' ){
622 } elsif( $opcode =~ s/-X-/$arg/e ){
623 $Code .= "$cond$opcode\n";
625 } elsif( $opcode =~ /TheEnd/ ){
626 safeHere( \$opcode, \$arg );
627 $Code .= "$cond$opcode$arg";
630 $Code .= "$cond$opcode\n";
638 my( $addr1, $addr2, $negated, $opcode,
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Safe/t/
H A Dopcode.pl5 # opcode.h
24 my $opcode_new = 'opcode.h-new';
44 $seen{$desc} = qq[description of opcode "$key"];
45 $seen{$key} = qq[opcode "$key"];
120 * opcode.h
129 * This file is built by opcode.pl from its data. Any changes made here
157 * This file is built by opcode.pl from its data. Any changes made here
161 typedef enum opcode {
170 print $on "} opcode;\n";
414 check because all the member OPs are contiguous in opcode
[all...]
/osnet-11/usr/src/lib/libsqlite/test/
H A Dtester.tcl213 puts "addr opcode p1 p2 p3 "
216 puts [format {%-4d %-12.12s %-6d %-6d %s} $addr $opcode $p1 $p2 $p3]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/
H A DDProf.xs103 opcode ptype;
233 prof_dumpa(pTHX_ opcode ptype, U32 id)
274 opcode ptype = g_profstack[base++].ptype;
329 prof_mark(pTHX_ opcode ptype)
/osnet-11/usr/src/lib/libsqlite/
H A Dmain.mk369 opcode.html: $(TOP)/www/opcode.tcl $(TOP)/src/vdbe.c
370 tclsh $(TOP)/www/opcode.tcl $(TOP)/src/vdbe.c >opcode.html
416 opcode.html \
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dundi.c414 /* Make a real-mode UNDI API call, passing in the opcode and the
421 int undi_call_silent ( uint16_t opcode ) {
426 opcode,
433 int undi_call ( uint16_t opcode ) {
434 if ( undi_call_silent ( opcode ) ) return 1;
436 opcode, undi.pxs->Status );
1001 printf ("undi isr call failed: opcode = %d\n", undi_opcode);
1006 /* Set opcode back to IN_PROCESS and wait for next intr */
H A Dnic.c288 if (arpreply->opcode != htons(ARP_REPLY))
340 arpreq.opcode = htons(ARP_REQUEST);
464 if (arpreply->opcode != htons(RARP_REPLY))
493 rarpreq.opcode = htons(RARP_REQUEST);
984 if ((arpreply->opcode == htons(ARP_REQUEST)) &&
986 arpreply->opcode = htons(ARP_REPLY);
H A Dpxe.h474 uint8_t opcode; member in struct:__anon266
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DOpcode.pm111 which contains a masked opcode will cause the compilation to fail
134 PL_op_name defined and initialised in file F<opcode.h> of the Perl
278 However you should never rely on the numerical position of any opcode
551 dbstate -- perl -d version of nextstate(ment) opcode
574 Split out from Safe module version 1, named opcode tags and other
/osnet-11/usr/src/lib/libresolv/
H A Dres_mkquery.c121 int op; /* opcode of query */
168 hp->opcode = op;
179 * perform opcode specific processing
H A Dres_debug.c115 fprintf(file, "\topcode = %s", _res_opcodes[hp->opcode]);
/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_mkquery.c115 int op, /*!< opcode of query */
157 hp->opcode = op;
167 * perform opcode specific processing
H A Dres_send.c285 if ((((const HEADER *)buf1)->opcode == ns_o_update) &&
286 (((const HEADER *)buf2)->opcode == ns_o_update))
/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/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/grub/grub2/include/grub/
H A Dnet.h368 grub_uint8_t opcode; member in struct:grub_net_bootp_packet
/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dbootp.c594 pack->opcode = 1;

Completed in 2158 milliseconds

123