Lines Matching refs:opcode
383 * Cache entries we keep around so we can figure out the RX opcode
393 u_int32_t opcode; /* RX opcode (host order) */
439 int32_t opcode;
541 sport, &opcode)) {
545 fs_reply_print(bp, length, opcode);
548 cb_reply_print(bp, length, opcode);
551 prot_reply_print(bp, length, opcode);
554 vldb_reply_print(bp, length, opcode);
557 kauth_reply_print(bp, length, opcode);
560 vol_reply_print(bp, length, opcode);
563 bos_reply_print(bp, length, opcode);
605 rxent->opcode = EXTRACT_32BITS(bp + sizeof(struct rx_header));
617 opcode)
638 *opcode = rxent->opcode;
922 fs_reply_print(register const u_char *bp, int length, int32_t opcode)
937 printf(" fs reply %s", tok2str(fs_req, "op#%d", opcode));
946 switch (opcode) {
1171 cb_reply_print(register const u_char *bp, int length, int32_t opcode)
1185 printf(" cb reply %s", tok2str(cb_req, "op#%d", opcode));
1194 switch (opcode) {
1362 prot_reply_print(register const u_char *bp, int length, int32_t opcode)
1380 if (is_ubik(opcode)) {
1381 ubik_reply_print(bp, length, opcode);
1385 printf(" reply %s", tok2str(pt_req, "op#%d", opcode));
1394 switch (opcode) {
1567 vldb_reply_print(register const u_char *bp, int length, int32_t opcode)
1585 if (is_ubik(opcode)) {
1586 ubik_reply_print(bp, length, opcode);
1590 printf(" reply %s", tok2str(vldb_req, "op#%d", opcode));
1599 switch (opcode) {
1847 kauth_reply_print(register const u_char *bp, int length, int32_t opcode)
1863 if (is_ubik(opcode)) {
1864 ubik_reply_print(bp, length, opcode);
1868 printf(" reply %s", tok2str(kauth_req, "op#%d", opcode));
1936 vol_reply_print(register const u_char *bp, int length, int32_t opcode)
1950 printf(" vol reply %s", tok2str(vol_req, "op#%d", opcode));
2071 bos_reply_print(register const u_char *bp, int length, int32_t opcode)
2085 printf(" bos reply %s", tok2str(bos_req, "op#%d", opcode));
2111 * Check to see if this is a Ubik opcode.
2115 is_ubik(u_int32_t opcode)
2117 if ((opcode >= VOTE_LOW && opcode <= VOTE_HIGH) ||
2118 (opcode >= DISK_LOW && opcode <= DISK_HIGH))
2238 ubik_reply_print(register const u_char *bp, int length, int32_t opcode)
2252 printf(" ubik reply %s", tok2str(ubik_req, "op#%d", opcode));
2261 switch (opcode) {
2280 switch (opcode) {