Lines Matching refs:EXTRACT_32BITS

547 			       (int) EXTRACT_32BITS(&rxh->cid),  in rx_print()
548 (int) EXTRACT_32BITS(&rxh->callNumber))); in rx_print()
551 (int) EXTRACT_32BITS(&rxh->seq), in rx_print()
552 (int) EXTRACT_32BITS(&rxh->serial))); in rx_print()
585 EXTRACT_32BITS(&rxh->seq) == 1 && in rx_print()
629 EXTRACT_32BITS(&rxh->seq) == 1) || in rx_print()
693 rxent->callnum = EXTRACT_32BITS(&rxh->callNumber); in rx_cache_insert()
697 rxent->serviceId = EXTRACT_32BITS(&rxh->serviceId); in rx_cache_insert()
698 rxent->opcode = EXTRACT_32BITS(bp + sizeof(struct rx_header)); in rx_cache_insert()
725 if (rxent->callnum == EXTRACT_32BITS(&rxh->callNumber) && in rx_cache_find()
728 rxent->serviceId == EXTRACT_32BITS(&rxh->serviceId) && in rx_cache_find()
751 n1 = EXTRACT_32BITS(bp); \
753 n2 = EXTRACT_32BITS(bp); \
755 n3 = EXTRACT_32BITS(bp); \
762 _i = EXTRACT_32BITS(bp); \
775 _i = (int) EXTRACT_32BITS(bp); \
782 _i = EXTRACT_32BITS(bp); \
796 _t = (time_t) EXTRACT_32BITS(bp); \
805 mask = EXTRACT_32BITS(bp); bp += sizeof(int32_t); \
809 _i = EXTRACT_32BITS(bp); bp += sizeof(int32_t); \
811 _i = EXTRACT_32BITS(bp); bp += sizeof(int32_t); \
813 _i = EXTRACT_32BITS(bp); bp += sizeof(int32_t); \
815 _i = EXTRACT_32BITS(bp); bp += sizeof(int32_t); \
823 epoch = EXTRACT_32BITS(bp); \
825 counter = EXTRACT_32BITS(bp); \
832 temp = EXTRACT_32BITS(bp); \
835 temp = EXTRACT_32BITS(bp); \
838 temp = EXTRACT_32BITS(bp); \
842 temp = EXTRACT_32BITS(bp); \
860 *sp++ = (u_char) EXTRACT_32BITS(bp); \
871 n1 = EXTRACT_32BITS(bp); \
873 n2 = EXTRACT_32BITS(bp); \
875 n3 = EXTRACT_32BITS(bp); \
903 fs_op = EXTRACT_32BITS(bp + sizeof(struct rx_header)); in fs_print()
955 i = EXTRACT_32BITS(bp); in fs_print()
1012 j = EXTRACT_32BITS(bp); in fs_print()
1088 i = EXTRACT_32BITS(bp); in fs_reply_print()
1117 i = (int) EXTRACT_32BITS(bp); in fs_reply_print()
1237 cb_op = EXTRACT_32BITS(bp + sizeof(struct rx_header)); in cb_print()
1253 j = EXTRACT_32BITS(bp); in cb_print()
1266 j = EXTRACT_32BITS(bp); in cb_print()
1278 t = EXTRACT_32BITS(bp); in cb_print()
1371 pt_op = EXTRACT_32BITS(bp + sizeof(struct rx_header)); in prot_print()
1424 j = EXTRACT_32BITS(bp); in prot_print()
1446 i = EXTRACT_32BITS(bp); in prot_print()
1536 i = EXTRACT_32BITS(bp); in prot_reply_print()
1548 j = EXTRACT_32BITS(bp); in prot_reply_print()
1573 j = EXTRACT_32BITS(bp); in prot_reply_print()
1628 vldb_op = EXTRACT_32BITS(bp + sizeof(struct rx_header)); in vldb_print()
1658 i = EXTRACT_32BITS(bp); in vldb_print()
1678 i = EXTRACT_32BITS(bp); in vldb_print()
1751 nservers = EXTRACT_32BITS(bp); in vldb_reply_print()
1765 j = EXTRACT_32BITS(bp); in vldb_reply_print()
1798 nservers = EXTRACT_32BITS(bp); in vldb_reply_print()
1812 j = EXTRACT_32BITS(bp); in vldb_reply_print()
1835 nservers = EXTRACT_32BITS(bp); in vldb_reply_print()
1853 j = EXTRACT_32BITS(bp); in vldb_reply_print()
1909 kauth_op = EXTRACT_32BITS(bp + sizeof(struct rx_header)); in kauth_print()
1951 i = (int) EXTRACT_32BITS(bp); in kauth_print()
2055 vol_op = EXTRACT_32BITS(bp + sizeof(struct rx_header)); in vol_print()
2207 j = EXTRACT_32BITS(bp); in vol_print()
2335 j = EXTRACT_32BITS(bp); in vol_reply_print()
2392 bos_op = EXTRACT_32BITS(bp + sizeof(struct rx_header)); in bos_print()
2541 ubik_op = EXTRACT_32BITS(bp + sizeof(struct rx_header)); in ubik_print()
2554 temp = EXTRACT_32BITS(bp); in ubik_print()
2586 temp = EXTRACT_32BITS(bp); in ubik_print()
2739 firstPacket = EXTRACT_32BITS(&rxa->firstPacket); in rx_ack_print()
2741 firstPacket, EXTRACT_32BITS(&rxa->serial), in rx_ack_print()