Searched refs:opcode (Results 1 - 25 of 58) sorted by relevance

123

/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/cmd/sendmail/db/include/
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 Dlog_auto.h19 u_int32_t opcode; member in struct:_log_register_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/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
/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 Dfsys_tftp.c101 tp.opcode = htons(TFTP_RRQ);
104 len = sizeof(tp.ip) + sizeof(tp.udp) + sizeof(tp.opcode) +
142 if (tr->opcode == ntohs(TFTP_ERROR))
150 if (tr->opcode == ntohs(TFTP_OACK)) {
172 tp.opcode = htons(TFTP_ERROR);
178 len = sizeof(tp.ip) + sizeof(tp.udp) + sizeof(tp.opcode) + sizeof(tp.u.err.errcode) +
198 else if (tr->opcode == htons(TFTP_DATA)) {
211 tp.opcode = htons(TFTP_ACK);
291 if (tr->opcode == ntohs (TFTP_ERROR))
299 if (tr->opcode
[all...]
/osnet-11/usr/src/cmd/sendmail/db/txn/
H A Dtxn_auto.c23 opcode)
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);
[all...]
H A Dtxn_rec.c90 if (argp->opcode != TXN_COMMIT)
129 if (argp->opcode != TXN_PREPARE)
235 if (argp->opcode != TXN_COMMIT)
/osnet-11/usr/src/cmd/sendmail/db/log/
H A Dlog_auto.c24 opcode, name, uid, id, ftype)
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);
[all...]
H A Dlog_rec.c91 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 &&
/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.
/osnet-11/usr/src/cmd/sendmail/db/db/
H A Ddb_rec.c71 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
[all...]
H A Ddb_auto.c23 opcode, fileid, pgno, indx, nbytes, hdr,
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);
[all...]
/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/cmd/sendmail/db/hash/
H A Dhash_rec.c129 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
[all...]
H A Dhash_auto.c24 opcode, fileid, pgno, ndx, pagelsn, key,
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);
[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/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/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/grub/grub2/grub-core/disk/
H A Dscsi.c72 rs.opcode = grub_scsi_cmd_request_sense;
95 tur.opcode = grub_scsi_cmd_test_unit_ready;
129 iq.opcode = grub_scsi_cmd_inquiry;
165 rc.opcode = grub_scsi_cmd_read_capacity;
206 rd.opcode = grub_scsi_cmd_read10;
239 rd.opcode = grub_scsi_cmd_read12;
272 wr.opcode = grub_scsi_cmd_write10;
305 wr.opcode = grub_scsi_cmd_write12;
/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...]

Completed in 338 milliseconds

123