Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:tok2str

448 	printf(" rx %s", tok2str(rx_types, "type %d", rxh->type));
790 printf(" fs call %s", tok2str(fs_req, "op#%d", fs_op));
937 printf(" fs reply %s", tok2str(fs_req, "op#%d", opcode));
985 printf(" error %s", tok2str(afs_fs_errors, "#%d", i));
1108 printf(" cb call %s", tok2str(cb_req, "op#%d", cb_op));
1148 tok2str(cb_types, "type %d", t);
1185 printf(" cb reply %s", tok2str(cb_req, "op#%d", opcode));
1246 printf(" call %s", tok2str(pt_req, "op#%d", pt_op));
1385 printf(" reply %s", tok2str(pt_req, "op#%d", opcode));
1499 printf(" call %s", tok2str(vldb_req, "op#%d", vldb_op));
1590 printf(" reply %s", tok2str(vldb_req, "op#%d", opcode));
1780 printf(" call %s", tok2str(kauth_req, "op#%d", kauth_op));
1868 printf(" reply %s", tok2str(kauth_req, "op#%d", opcode));
1916 printf(" vol call %s", tok2str(vol_req, "op#%d", vol_op));
1950 printf(" vol reply %s", tok2str(vol_req, "op#%d", opcode));
1998 printf(" bos call %s", tok2str(bos_req, "op#%d", bos_op));
2085 printf(" bos reply %s", tok2str(bos_req, "op#%d", opcode));
2141 printf(" ubik call %s", tok2str(ubik_req, "op#%d", ubik_op));
2185 tok2str(ubik_lock_types, "type %d", temp);
2252 printf(" ubik reply %s", tok2str(ubik_req, "op#%d", opcode));
2337 tok2str(rx_ack_reasons, "#%d", (int) rxa->reason));