Lines Matching refs:tok2str
463 printf(" rx %s", tok2str(rx_types, "type %d", rxh->type)); in rx_print()
823 printf(" fs call %s", tok2str(fs_req, "op#%d", fs_op)); in fs_print()
991 printf(" fs reply %s", tok2str(fs_req, "op#%d", opcode)); in fs_reply_print()
1039 printf(" error %s", tok2str(afs_fs_errors, "#%d", i)); in fs_reply_print()
1162 printf(" cb call %s", tok2str(cb_req, "op#%d", cb_op)); in cb_print()
1202 tok2str(cb_types, "type %d", t); in cb_print()
1239 printf(" cb reply %s", tok2str(cb_req, "op#%d", opcode)); in cb_reply_print()
1300 printf(" call %s", tok2str(pt_req, "op#%d", pt_op)); in prot_print()
1440 printf(" reply %s", tok2str(pt_req, "op#%d", opcode)); in prot_reply_print()
1554 printf(" call %s", tok2str(vldb_req, "op#%d", vldb_op)); in vldb_print()
1645 printf(" reply %s", tok2str(vldb_req, "op#%d", opcode)); in vldb_reply_print()
1835 printf(" call %s", tok2str(kauth_req, "op#%d", kauth_op)); in kauth_print()
1923 printf(" reply %s", tok2str(kauth_req, "op#%d", opcode)); in kauth_reply_print()
1971 printf(" vol call %s", tok2str(vol_req, "op#%d", vol_op)); in vol_print()
2168 printf(" vol reply %s", tok2str(vol_req, "op#%d", opcode)); in vol_reply_print()
2306 printf(" bos call %s", tok2str(bos_req, "op#%d", bos_op)); in bos_print()
2393 printf(" bos reply %s", tok2str(bos_req, "op#%d", opcode)); in bos_reply_print()
2449 printf(" ubik call %s", tok2str(ubik_req, "op#%d", ubik_op)); in ubik_print()
2493 tok2str(ubik_lock_types, "type %d", temp); in ubik_print()
2560 printf(" ubik reply %s", tok2str(ubik_req, "op#%d", opcode)); in ubik_reply_print()
2645 tok2str(rx_ack_reasons, "#%d", (int) rxa->reason)); in rx_ack_print()