Lines Matching full:afs
24 /* \summary: AFS RX printer */
27 * This code unmangles RX packets. RX is the mutant form of RPC that AFS
30 * In this code, I mainly concern myself with decoding the AFS calls, not
102 nd_uint16_t spare; /* How clever: even though the AFS */
452 { 112, "AFS IO error" },
522 * we can peek at the afs call inside
581 * Try to handle AFS calls that we know about. Check the destination in rx_print()
601 case FS_RX_PORT: /* AFS file service */ in rx_print()
604 case CB_RX_PORT: /* AFS callback service */ in rx_print()
607 case PROT_RX_PORT: /* AFS protection service */ in rx_print()
610 case VLDB_RX_PORT: /* AFS VLDB service */ in rx_print()
613 case KAUTH_RX_PORT: /* AFS Kerberos auth service */ in rx_print()
616 case VOL_RX_PORT: /* AFS Volume service */ in rx_print()
619 case BOS_RX_PORT: /* AFS BOS service */ in rx_print()
641 case FS_RX_PORT: /* AFS file service */ in rx_print()
644 case CB_RX_PORT: /* AFS callback service */ in rx_print()
647 case PROT_RX_PORT: /* AFS PT service */ in rx_print()
650 case VLDB_RX_PORT: /* AFS VLDB service */ in rx_print()
653 case KAUTH_RX_PORT: /* AFS Kerberos auth service */ in rx_print()
656 case VOL_RX_PORT: /* AFS Volume service */ in rx_print()
659 case BOS_RX_PORT: /* AFS BOS service */ in rx_print()
669 * ack packet, so we can use one for all AFS services) in rx_print()
751 * These extremely grody macros handle the printing of various AFS stuff.
880 * Handle calls to the AFS file service (fs)
894 * Print out the afs call we're invoking. The table used here was in fs_print()
903 * Print out arguments to some of the AFS calls. This stuff is in fs_print()
1048 * Handle replies to the AFS file service
1065 * Print out the afs call we're invoking. The table used here was in fs_reply_print()
1128 * Print out an AFS ACL string. An AFS ACL is a string that has the
1204 * Handle calls to the AFS callback service
1218 * Print out the afs call we're invoking. The table used here was in cb_print()
1229 * Print out the afs call we're invoking. The table used here was in cb_print()
1282 * Handle replies to the AFS Callback Service
1298 * Print out the afs call we're invoking. The table used here was in cb_reply_print()
1334 * Handle calls to the AFS protection database server
1348 * Print out the afs call we're invoking. The table used here was in prot_print()
1472 * Handle replies to the AFS protection service
1489 * Print out the afs call we're invoking. The table used here was in prot_reply_print()
1584 * Handle calls to the AFS volume location database service
1598 * Print out the afs call we're invoking. The table used here was in vldb_print()
1672 * Handle replies to the AFS volume location database service
1689 * Print out the afs call we're invoking. The table used here was in vldb_reply_print()
1858 * Handle calls to the AFS Kerberos Authentication service
1871 * Print out the afs call we're invoking. The table used here was in kauth_print()
1947 * Handle replies to the AFS Kerberos Authentication Service
1963 * Print out the afs call we're invoking. The table used here was in kauth_reply_print()
1996 * Handle calls to the AFS Volume location service
2009 * Print out the afs call we're invoking. The table used here was in vol_print()
2193 * Handle replies to the AFS Volume Service
2209 * Print out the afs call we're invoking. The table used here was in vol_reply_print()
2329 * Handle calls to the AFS BOS service
2342 * Print out the afs call we're invoking. The table used here was in bos_print()
2417 * Handle replies to the AFS BOS Service
2433 * Print out the afs call we're invoking. The table used here was in bos_reply_print()
2484 * Print out the afs call we're invoking. The table used here was in ubik_print()
2700 * of AFS - the start of the extra fields are at in rx_ack_print()
2811 * These are optional fields; depending on your version of AFS, in rx_ack_print()