2 * Copyright 2000, International Business Machines Corporation and others.
5 * This software has been released under the terms of the IBM Public
6 * License. For details, see the LICENSE file in the top-level source
7 * directory or online at http://www.openafs.org/dl/license10.html
10 #include <afsconfig.h>
11 #include <afs/param.h>
18 #include <stdlib.h> /* for malloc() */
21 #ifdef AFS_LINUX24_ENV
23 #include <linux/string.h>
25 #define _SYS_STATFS_H 1
26 #define _BITS_SIGCONTEXT_H 1
30 #ifdef AFS_LINUX26_ENV
31 /* For some reason, this doesn't get defined in linux/types.h
32 if __KERNEL_STRICT_NAMES is defined. But the definition of
36 #define pgoff_t unsigned long
49 #define __LINUX_UFS_FS_SB_H
51 #define _LINUX_CODA_FS_I
52 #define _LINUX_NTFS_FS_SB_H
53 #define _LINUX_NTFS_FS_I_H
63 struct nfs_inode_info {
65 struct sysv_inode_info {
67 struct coda_inode_info {
69 struct affs_inode_info {
71 struct nfs_lock_info {
75 struct ntfs_inode_info {
79 #include <linux/types.h>
80 #define u32 unsigned int
82 #define u16 unsigned short
84 #if __GLIBC_MINOR__ >= 2
85 #define _SYS_TYPES_H 1
90 /* This tells afs.h to pick up afs_args from the dest tree. */
94 * Need to include <netdb.h> before _KERNEL is defined since on IRIX 6.5
95 * <netdb.h> includes <netinet/in.h>, which in turn declares inet_addr()
96 * if _KERNEL is defined. This declaration conflicts with that in
99 #if ! defined(AFS_AIX_ENV)
103 /* For AFS_SGI61_ENV and a 64 bit OS, _KMEMUSER should be defined on the
104 * compile line for kdump.o in the Makefile. This lets us pick up
105 * app32_ptr_t from types.h when included from afs/param.h.
112 #include <sys/param.h>
115 #ifndef AFS_LINUX20_ENV
123 #include <afs/stds.h>
124 #include <sys/types.h>
126 #if defined(AFS_OSF_ENV)
133 #include <sys/time.h>
134 #include <kern/lock.h>
135 #include <sys/vnode.h>
136 #include <arch/alpha/pmap.h>
139 * beginning with DUX 4.0A, the system header files define the macros
145 * to be calls to the kernel functions
151 * when _KERNEL is defined, and expressions otherwise. Since need
152 * to define _KERNEL, we redefine these kernel functions as macros
153 * for the expressions that we would have gotten if _KERNEL had not
154 * been defined. Yes, this duplicates code from the header files, but
155 * there's no simple way around it.
158 #define kseg_to_phys(addr) ((vm_offset_t)(addr) - UNITY_BASE)
159 #define is_kseg_va(x) (((unsigned long)(x) & SEG1_BASE) == UNITY_BASE)
160 #define is_seg1_va(x) (((unsigned long)(x) & SEG1_BASE) == SEG1_BASE)
166 #ifdef AFS_SUN5_ENV /*XXXXX*/
167 #include <sys/t_lock.h>
172 typedef struct stat_mutex stat_mutex_t;
173 #define kmutex_t stat_mutex_t
175 typedef struct adaptive_mutex2 adaptive_mutex2_t;
176 #define kmutex_t adaptive_mutex2_t
183 #include <sys/sema.h>
184 #ifndef AFS_SGI62_ENV
190 #include <sys/fcntl.h>
196 #include <sys/param.h>
198 #ifndef AFS_SGI64_ENV
199 #include <sys/user.h>
202 #ifndef AFS_LINUX20_ENV
203 #include <sys/socket.h>
206 #ifndef AFS_LINUX26_ENV
207 #include <sys/file.h>
211 * On SGIs, when _KERNEL is defined, <netinet/in.h> declares inet_addr()
212 * in a way that conflicts with the declaration in <arpa/inet.h>.
214 * Here we bring in <netinet/in.h> without _KERNEL defined and restore
215 * _KERNEL afterwards if needed.
217 * A better solution might be to straighten out which #includes are
218 * sensitive to _KERNEL on SGIs....
220 #if defined(AFS_SGI_ENV) && defined(_KERNEL)
222 # include <netinet/in.h> /* struct in_addr */
225 # include <netinet/in.h> /* struct in_addr */
228 #include <arpa/inet.h> /* inet_ntoa() */
230 #if defined(AFS_SGI_ENV) || defined(AFS_OSF_ENV)
232 #include <sys/vnode.h>
233 #endif /* AFS_SGI_ENV */
235 #if defined(AFS_DARWIN_ENV) || defined(AFS_FBSD_ENV)
236 #include <sys/vnode.h>
237 #include <sys/mount.h>
238 #include <ufs/ufs/quota.h>
239 #include <ufs/ufs/inode.h>
240 #include <ufs/ffs/fs.h>
243 #ifdef AFS_LINUX20_ENV
245 #define UIO_MAXIOV 1 /* don't care */
247 #if __GLIBC_MINOR__ == 0
251 /*#define _SYS_UIO_H */
252 #define _LINUX_SOCKET_H
257 #define _LINUX_TIME_H
258 #ifndef AFS_LINUX26_ENV
259 #define _LINUX_FCNTL_H
261 #ifdef AFS_IA64_LINUX24_ENV
262 #define flock64 flock
263 #endif /* AFS_IA64_LINUX24_ENV */
264 #ifdef AFS_S390_LINUX20_ENV
265 #define _S390_STATFS_H
267 #ifdef AFS_SPARC64_LINUX20_ENV
268 #define _SPARC64_STATFS_H
269 #define _SPARC_STATFS_H
271 #ifdef AFS_SPARC_LINUX20_ENV
272 #define _SPARC_STATFS_H
274 #ifdef AFS_ALPHA_LINUX20_ENV
275 #define _ALPHA_STATFS_H
277 #define _I386_STATFS_H
278 #endif /* AFS_ALPHA_LINUX20_ENV */
279 #endif /* AFS_SPARC_LINUX20_ENV */
280 #endif /* AFS_SPARC64_LINUX20_ENV */
281 #endif /* AFS_S390_LINUX20_ENV */
285 #if 0 /*ndef AFS_ALPHA_LINUX20_ENV */
286 typedef struct timeval {
289 } timeval_t; /* Needed here since KERNEL defined. */
290 #endif /*AFS_ALPHA_LINUX20_ENV */
291 #if defined(WORDS_BIGENDIAN)
292 #define _LINUX_BYTEORDER_BIG_ENDIAN_H
294 #define _LINUX_BYTEORDER_LITTLE_ENDIAN_H
296 /* Avoid problems with timer_t redefinition */
298 #define timer_t ktimer_t
299 #define timer_t_redefined
301 #ifdef AFS_LINUX26_ENV
302 /* For some reason, this doesn't get defined in linux/types.h
303 if __KERNEL_STRICT_NAMES is defined. But the definition of
304 struct inode uses it.
306 #ifndef HAVE_SECTOR_T
307 /* got it from linux/types.h */
308 typedef unsigned long sector_t;
309 #endif /* HAVE_SECTOR_T */
310 #endif /* AFS_LINUX26_ENV */
311 #include <linux/version.h>
312 #include <linux/fs.h>
314 #ifdef timer_t_redefined
316 #undef timer_t_redefined
318 #else /* AFS_LINUX20_ENV */
319 #ifdef AFS_HPUX110_ENV
322 /* Declare following so sys/vnode.h will compile with KERNEL defined */
324 typedef enum _spustate { /* FROM /etc/conf/h/_types.h */
325 SPUSTATE_NONE = 0, /* must be 0 for proper initialization */
326 SPUSTATE_IDLE, /* spu is idle */
327 SPUSTATE_USER, /* spu is in user mode */
328 SPUSTATE_SYSTEM, /* spu is in system mode */
329 SPUSTATE_UNKNOWN, /* utility code for NEW_INTERVAL() */
330 SPUSTATE_NOCHANGE /* utility code for NEW_INTERVAL() */
332 #define k_off_t off_t
333 #include "sys/vnode.h"
336 #else /* AFS_HPUX110_ENV */
337 #include "sys/vnode.h"
338 #endif /* else AFS_HPUX110_ENV */
339 #endif /* else AFS_LINUX20_ENV */
341 #include "sys/inode.h"
345 #include "sys/fs/ufs_inode.h"
347 #ifndef AFS_LINUX20_ENV
348 #include "ufs/inode.h"
359 /* This definition is in rx_machdep.h, currently only for AIX 41 */
360 #define RX_ENABLE_LOCKS
361 /* The following two defines are from rx_machdep.h and are used in rx_
364 #define afs_kmutex_t int
365 #define afs_kcondvar_t int
366 #endif /* AFS_AIX41_ENV */
371 #define RX_ENABLE_LOCKS
374 * Removed redefinitions of afs_kmutex_t and afs_kcondvar_t and included
375 * the system header files in which they are defined
377 #include <sys/mutex.h>
378 #include <sys/condvar.h>
379 typedef kmutex_t afs_kmutex_t;
380 typedef kcondvar_t afs_kcondvar_t;
381 #endif /* AFS_SUN5_ENV */
384 #define RX_ENABLE_LOCKS
389 typedef int afs_kcondvar_t;
390 #endif /* AFS_DUX40_ENV */
392 #ifdef AFS_HPUX110_ENV
393 #define RX_ENABLE_LOCKS
406 typedef char *afs_kcondvar_t;
407 #endif /* AFS_HPUX110_ENV */
410 #define RX_ENABLE_LOCKS 1
412 __psunsigned_t opaque1;
416 __psunsigned_t opaque;
418 #endif /* AFS_SGI65_ENV */
420 #ifdef AFS_LINUX20_ENV
421 #include <asm/atomic.h>
422 #include <asm/semaphore.h>
423 #define RX_ENABLE_LOCKS 1
425 struct semaphore opaque1;
428 typedef void *afs_kcondvar_t;
429 #endif /* AFS_LINUX20_ENV */
431 #include <afs/exporter.h>
432 /*#include "afs/osi.h"*/
437 } osi_timeval_t; /* Needed here since KERNEL defined. */
439 /*#include "afs/volerrors.h"*/
440 #ifdef AFS_LINUX20_ENV
444 #include <afs/afsint.h>
445 #include "vlserver/vldbint.h"
446 #include "afs/lock.h"
460 extern off64_t lseek64();
461 #define KDUMP_SIZE_T size_t
462 #else /* AFS_SGI61_ENV */
463 #define KDUMP_SIZE_T int
464 #endif /* AFS_SGI61_ENV */
466 #include "afs/afs.h" /* XXXX Getting it from the obj tree XXX */
467 #include "afs/afs_axscache.h" /* XXXX Getting it from the obj tree XXX */
468 #include <afs/afs_stats.h>
469 #include <afs/nfsclient.h>
477 #if defined(AFS_OSF_ENV) && !defined(v_count)
478 #define v_count v_usecount
482 #define KERNELBASE 0x80000000
483 #define coreadj(x) ((int)x - KERNELBASE)
486 #if defined(AFS_SGI_ENV)
489 #if defined(AFS_HPUX100_ENV)
490 #define UNIX "/stand/vmunix"
493 #define UNIX "/hp-ux"
496 #define UNIX "/dev/ksyms"
498 #define UNIX "/vmunix"
500 #endif /* AFS_HPUX_ENV */
501 #endif /* AFS_HPUX100_ENV */
502 #endif /* AFS_SGI_ENV */
504 #if defined(AFS_SUN5_ENV)
505 #define CORE "/dev/mem"
507 #define CORE "/dev/kmem"
510 /* Forward declarations */
513 void print_DindexTimes();
514 void print_DdvnextTbl();
515 void print_DdcnextTbl();
516 void print_DindexFlags();
517 void print_buffers();
519 void kread(int kmem, off_t loc, void *buf, KDUMP_SIZE_T len);
520 void print_exporter();
521 void print_nfsclient();
522 void print_unixuser();
528 void print_venusfid();
535 void print_callout();
537 void print_global_locks();
538 void print_global_afs_resource();
539 void print_global_afs_cache();
540 void print_rxstats();
542 void print_services();
544 void print_peertable_lock();
545 void print_conntable_lock();
546 void print_calltable_lock();
548 void print_peertable();
549 void print_conntable();
550 void print_calltable();
551 void print_eventtable();
552 void print_upDownStats();
553 void print_cmperfstats();
554 void print_cmstats();
561 #if defined(AFS_HPUX_ENV) && defined(__LP64__)
562 #define afs_nlist nlist64
563 #define AFSNLIST(N, C) nlist64((N), (C))
564 #else /* defined(AFS_HPUX_ENV) && defined(__LP64__) */
566 #ifdef AFS_32BIT_KERNEL_ENV
567 #define afs_nlist nlist
568 #define AFSNLIST(N, C) nlist((N), (C))
570 #define afs_nlist nlist64
571 #define AFSNLIST(N, C) nlist64((N), (C))
572 #endif /* AFS_32BIT_KERNEL_ENV */
573 #else /* AFS_SGI61_ENV */
574 #ifdef AFS_LINUX20_ENV
577 unsigned long n_value;
579 #else /* AFS_LINUX20_ENV */
580 #define afs_nlist nlist
581 #endif /* AFS_LINUX20_ENV */
582 #define AFSNLIST(N, C) nlist((N), (C))
583 #endif /* AFS_SGI61_ENV */
584 #endif /* defined(AFS_HPUX_ENV) && defined(__LP64__) */
586 char *obj = UNIX, *core = CORE;
589 int Dcells = 0, Dusers = 0, Dservers = 0, Dconns = 0, Dvols = 0, Ddvols =
591 int Dvstats = 0, Ddstats = 0, Dnfs = 0, Dglobals = 0, Dstats = 0, Dlocks =
593 int Dindextimes = 0, Dindexflags = 0, Dvnodes = 0, Dbuffers = 0, DCallbacks =
594 0, Dallocs = 0, UserLevel = 0;
595 int DdvnextTbl = 0, DdcnextTbl = 0;
596 int Nconns = 0, Drxstats = 0, Drx = 0, Dbkg = 0, Dvlru = 0, Ddlru =
601 #if defined(AFS_SUN5_ENV)
603 #include <sys/types.h>
604 #include <sys/signal.h>
607 #include <sys/elf_M32.h>
608 #ifndef AFS_SUN54_ENV
609 typedef ulong_t k_fltset_t; /* XXXXXXXXXXX */
610 #endif /* !AFS_SUN54_ENV */
611 #include <sys/proc.h>
612 #include <sys/file.h>
613 #define _NLIST_H /* XXXXXXXXXXXXX */
616 #endif /* defined(AFS_SUN5_ENV) */
618 /* Pretty Printers - print real IP addresses and the like if running
624 PrintIPAddr(int addr)
627 struct in_addr in_addr;
631 strcpy(str, "local");
633 in_addr.s_addr = addr;
634 (void)strcpy(str, inet_ntoa(in_addr));
637 (void)sprintf(str, "%x", addr);
642 #ifdef AFS_LINUX20_ENV
643 /* Find symbols in a live kernel. */
648 #ifdef AFS_LINUX26_ENV
649 #define KSYMS "/proc/kallsyms"
651 #define KSYMS "/proc/ksyms"
654 /* symlist_t contains all the kernel symbols. Forcing a 64 byte array is
655 * a bit wasteful, but simple.
657 #define MAXNAMELEN 64
658 typedef struct symlist {
659 char s_name[MAXNAMELEN];
660 #ifdef AFS_LINUX_64BIT_KERNEL
661 unsigned long s_value;
664 #endif /* AFS_LINUX_64BIT_KERNEL */
667 #define KSYM_ALLOC_STEP 128
668 #define KSYM_ALLOC_BASE 1024
669 symlist_t *ksyms = NULL;
676 compare_strings(const void *a, const void *b)
678 symlist_t *syma = (symlist_t *) a;
679 symlist_t *symb = (symlist_t *) b;
680 return strcmp(syma->s_name, symb->s_name);
683 /* Read in all the kernel symbols */
694 fp = fopen(KSYMS, "r");
696 printf("Can't open %s, exiting.\n", KSYMS);
700 availksyms = KSYM_ALLOC_BASE;
701 ksyms = (symlist_t *) malloc(availksyms * sizeof(symlist_t));
703 printf("Can't malloc %d elements for symbol list.\n", availksyms);
707 /* proc is organized as <addr> <name> <module> */
708 while (fgets(line, MAXLINE, fp)) {
709 if (nksyms >= availksyms) {
710 availksyms += KSYM_ALLOC_STEP;
712 (symlist_t *) realloc(ksyms, availksyms * sizeof(symlist_t));
714 printf("Failed to realloc %d symbols.\n", availksyms);
718 #ifdef AFS_LINUX_64BIT_KERNEL
719 ksyms[nksyms].s_value = (unsigned long)strtoul(line, &p, 16);
721 ksyms[nksyms].s_value = (int)strtoul(line, &p, 16);
722 #endif /* AFS_LINUX_64BIT_KERNEL */
724 #ifdef AFS_LINUX26_ENV
725 /* Linux 2.6 /proc/kallsyms has a one-char symbol type
726 between address and name, so step over it and the following
734 if (strlen(p) >= MAXLINE) {
735 printf("Symbol '%s' too long, ignoring it.\n", p);
738 (void)strcpy(ksyms[nksyms].s_name, p);
742 /* Sort them in lexical order */
743 qsort(ksyms, nksyms, sizeof(symlist_t), compare_strings);
748 /* find_symbol returns 0 if not found, otherwise value for symbol */
749 #ifdef AFS_LINUX_64BIT_KERNEL
753 #endif /* AFS_LINUX_64BIT_KERNEL */
754 find_symbol(char *name)
762 (void)strcpy(entry.s_name, name);
764 (symlist_t *) bsearch(&entry, ksyms, nksyms, sizeof(symlist_t),
767 return tmp ? tmp->s_value : 0;
770 /* nlist fills in values in list until a null name is found. */
772 nlist(void *notused, struct afs_nlist *nlp)
774 for (; nlp->n_name && *nlp->n_name; nlp++)
775 nlp->n_value = find_symbol(nlp->n_name);
782 #if defined(AFS_SUN5_ENV)
786 Elf32_Sym *tbl; /* symbol tbl */
788 char *tblp; /* ptr to symbol tbl */
807 for (sp = tbl; sp < &tbl[scnt]; sp++) {
809 type = ELF64_ST_TYPE(sp->st_info);
811 type = ELF32_ST_TYPE(sp->st_info);
813 if (((type == STB_LOCAL) || (type == STB_GLOBAL)
814 || (type == STB_WEAK))
815 && ((afs_uint32) sp->st_value >= 0x10000)) {
816 name = tblp + sp->st_name;
817 if (!strcmp(name, s))
824 #endif /*defined(AFS_SUN5_ENV) */
827 #ifndef AFS_KDUMP_LIB
829 cmdproc(register struct cmd_syndesc *as, void *arock)
831 register afs_int32 code = 0;
833 if (as->parms[0].items) { /* -kobj */
834 obj = as->parms[0].items->data;
836 if (as->parms[1].items) { /* -kcore */
837 core = as->parms[1].items->data;
839 if (as->parms[2].items) { /* -cells */
840 Dcells = 1, Dall = 0;
842 if (as->parms[3].items) { /* -users */
843 Dusers = 1, Dall = 0;
845 if (as->parms[4].items) { /* -servers */
846 Dservers = 1, Dall = 0;
848 if (as->parms[5].items) { /* -conns */
849 Dconns = 1, Dall = 0;
851 if (as->parms[6].items) { /* -volumes */
854 if (as->parms[7].items) { /* -dvolumes */
855 Ddvols = 1, Dall = 0;
857 if (as->parms[8].items) { /* -vstats */
858 Dvstats = 1, Dall = 0;
860 if (as->parms[9].items) { /* -dstats */
861 Ddstats = 1, Dall = 0;
863 if (as->parms[10].items) { /* -nfstats */
866 if (as->parms[11].items) { /* -globals */
867 Dglobals = 1, Dall = 0;
869 if (as->parms[12].items) { /* -stats */
870 Dstats = 1, Dall = 0;
872 if (as->parms[13].items) { /* -locks */
873 Dlocks = 1, Dall = 0;
875 if (as->parms[14].items) { /* -mem */
878 if (as->parms[15].items) { /* -rxstats */
879 Drxstats = 1, Dall = 0;
881 if (as->parms[16].items) { /* -rx */
884 if (as->parms[17].items) { /* -timestable */
885 Dindextimes = 1, Dall = 0;
887 if (as->parms[18].items) { /* -flagstable */
888 Dindexflags = 1, Dall = 0;
890 if (as->parms[19].items) { /* -cbhash */
891 DCallbacks = 1, Dall = 0;
893 if (as->parms[20].items) { /* -vnodes */
894 Dvnodes = 1, Dall = 0;
896 if (as->parms[21].items) { /* -buffers */
897 Dbuffers = 1, Dall = 0;
899 if (as->parms[22].items) { /* -allocedmem */
900 Dallocs = 1, Dall = 0;
902 if (as->parms[23].items) { /* -user */
905 if (as->parms[24].items) { /* -bkg */
908 if (as->parms[25].items) { /* -vlru */
911 if (as->parms[26].items) { /* -callout */
912 Dcallout = 1, Dall = 0;
914 if (as->parms[27].items) { /* -dnlc */
917 if (as->parms[28].items) { /* -dlru */
921 if (as->parms[29].items) { /* -raw */
925 if (as->parms[30].items) { /* -gcpags */
926 Dgcpags = 1, Dall = 0;
929 if (as->parms[31].items) { /* -dhash */
930 DdvnextTbl = 1, DdcnextTbl = 1, Dall = 0;
937 #include "AFS_component_version_number.c"
943 register struct cmd_syndesc *ts;
944 register afs_int32 code;
947 struct sigaction nsa;
949 sigemptyset(&nsa.sa_mask);
950 nsa.sa_handler = SIG_DFL;
951 nsa.sa_flags = SA_FULLDUMP;
952 sigaction(SIGSEGV, &nsa, NULL);
955 ts = cmd_CreateSyntax(NULL, cmdproc, NULL,
956 "Read internal cache manager structs");
957 cmd_AddParm(ts, "-kobj", CMD_SINGLE, CMD_OPTIONAL,
958 "kernel object (default /vmunix)");
959 cmd_AddParm(ts, "-kcore", CMD_SINGLE, CMD_OPTIONAL,
960 "kernel core image (default /dev/kmem)");
961 cmd_AddParm(ts, "-cells", CMD_FLAG, CMD_OPTIONAL, "cell state");
962 cmd_AddParm(ts, "-users", CMD_FLAG, CMD_OPTIONAL, "users state");
963 cmd_AddParm(ts, "-servers", CMD_FLAG, CMD_OPTIONAL, "servers state");
964 cmd_AddParm(ts, "-conns", CMD_FLAG, CMD_OPTIONAL, "conns state");
965 cmd_AddParm(ts, "-volumes", CMD_FLAG, CMD_OPTIONAL,
966 "incore volume state");
967 cmd_AddParm(ts, "-dvolumes", CMD_FLAG, CMD_OPTIONAL, "disk volume state");
968 cmd_AddParm(ts, "-vstats", CMD_FLAG, CMD_OPTIONAL, "stat file state");
969 cmd_AddParm(ts, "-dstats", CMD_FLAG, CMD_OPTIONAL, "file data state");
970 cmd_AddParm(ts, "-nfstats", CMD_FLAG, CMD_OPTIONAL,
971 "nfs translator state");
972 cmd_AddParm(ts, "-globals", CMD_FLAG, CMD_OPTIONAL,
973 "general global state");
974 cmd_AddParm(ts, "-stats", CMD_FLAG, CMD_OPTIONAL,
975 "general cm performance state");
976 cmd_AddParm(ts, "-locks", CMD_FLAG, CMD_OPTIONAL,
977 "global cm related locks state");
978 cmd_AddParm(ts, "-mem", CMD_FLAG, CMD_OPTIONAL,
979 "core represents the physical mem (i.e. /dev/mem) and not virtual");
980 cmd_AddParm(ts, "-rxstats", CMD_FLAG, CMD_OPTIONAL,
981 "general rx statistics");
982 cmd_AddParm(ts, "-rx", CMD_FLAG, CMD_OPTIONAL, "all info about rx");
983 cmd_AddParm(ts, "-timestable", CMD_FLAG, CMD_OPTIONAL,
984 "dcache LRU info table");
985 cmd_AddParm(ts, "-flagstable", CMD_FLAG, CMD_OPTIONAL,
986 "dcache flags info table");
987 cmd_AddParm(ts, "-cbhash", CMD_FLAG, CMD_OPTIONAL,
988 "vcache hashed by cbExpires");
989 cmd_AddParm(ts, "-vnodes", CMD_FLAG, CMD_OPTIONAL, "afs vnodes");
990 cmd_AddParm(ts, "-buffers", CMD_FLAG, CMD_OPTIONAL,
991 "afs dir buffer cache");
992 cmd_AddParm(ts, "-allocedmem", CMD_FLAG, CMD_OPTIONAL,
994 cmd_AddParm(ts, "-user", CMD_FLAG, CMD_OPTIONAL,
995 "core is from a user-level program");
996 cmd_AddParm(ts, "-bkg", CMD_FLAG, CMD_OPTIONAL, "background daemon info");
997 cmd_AddParm(ts, "-vlru", CMD_FLAG, CMD_OPTIONAL, "vcache lru list");
998 cmd_AddParm(ts, "-callout", CMD_FLAG, CMD_OPTIONAL,
999 "callout info (aix only)");
1000 cmd_AddParm(ts, "-dnlc", CMD_FLAG, CMD_OPTIONAL,
1001 "DNLC table,freelist,trace");
1002 cmd_AddParm(ts, "-dlru", CMD_FLAG, CMD_OPTIONAL, "dcache lru list");
1005 cmd_AddParm(ts, "-raw", CMD_FLAG, CMD_OPTIONAL, "show raw values");
1006 cmd_AddParm(ts, "-gcpags", CMD_FLAG, CMD_OPTIONAL,
1007 "PAG garbage collection info");
1008 cmd_AddParm(ts, "-dhash", CMD_FLAG, CMD_OPTIONAL,
1009 "show dcache hash chains");
1011 code = cmd_Dispatch(argc, argv);
1014 #endif /* !AFS_KDUMP_LIB */
1017 #ifndef AFS_KDUMP_LIB
1018 Knlist(sp, cnt, size)
1019 struct afs_nlist *sp;
1025 code = nlist(obj, sp);
1027 code = knlist(sp, cnt, size);
1030 #endif /*AFS_KDUMP_LIB */
1033 #if !defined(AFS_DARWIN_ENV) && !defined(AFS_FBSD_ENV)
1035 findsym(char *sname, off_t * offset)
1037 #if defined(AFS_SUN5_ENV)
1043 ss_ans = symsrch(sname);
1045 printf("(WARNING) Couldn't find %s in %s. Proceeding..\n", sname,
1050 *offset = ss_ans->st_value;
1052 #else /* defined(AFS_SUN5_ENV) */
1053 #if defined(AFS_AIX_ENV)
1055 struct afs_nlist nl;
1057 if (Knlist(&nl, 1, sizeof nl) == -1) {
1058 printf("(WARNING) knlist: couldn't find %s. Proceeding...",
1063 *offset = nl.n_value;
1066 #endif /* defined(AFS_AIX_ENV) */
1068 struct afs_nlist request[2];
1070 memset(request, 0, sizeof request);
1071 request[0].n_name = sname;
1072 if (AFSNLIST(obj, request) < 0) {
1073 fprintf(stderr, "nlist(%s, %s) failure: %d (%s)\n", obj, sname,
1074 errno, strerror(errno));
1077 #if defined(AFS_OSF_ENV)
1081 X = coreadj(request[0].n_value);
1082 request[0].n_value = X;
1084 #endif /* defined(AFS_OSF_ENV) */
1086 *offset = request[0].n_value;
1087 if (!request[0].n_value) {
1088 printf("(WARNING) Couldn't find %s in %s. Proceeding..\n", sname,
1094 #endif /* defined(AFS_SUN5_ENV) */
1098 #define CBHTSIZE 128
1102 int cell, cnt, cnt1;
1103 #if defined(AFS_DARWIN_ENV) || defined(AFS_FBSD_ENV)
1104 printf("Kdump not supported\n");
1106 #ifndef AFS_KDUMP_LIB
1108 kmem = opencore(core);
1110 #endif /* AFS_KDUMP_LIB */
1112 #ifdef KDUMP_RX_LOCK
1113 /* Test to see if kernel is using RX_ENABLE_LOCKS in rx structs. */
1114 #ifdef AFS_SGI53_ENV
1115 #ifdef AFS_SGI64_ENV
1116 use_rx_lock = 1; /* Always using fine gain locking. */
1118 use_rx_lock = (sysmp(MP_NPROCS) > 1) ? 1 : 0;
1120 #endif /* AFS_SGI53_ENV */
1121 #endif /* KDUMP_RX_LOCK */
1123 if (Dcells || Dall) {
1124 print_cells(1); /* Handle the afs_cells structures */
1125 print_cellaliases(1);
1129 if (Dusers || Dall) {
1130 print_users(1); /* Handle the afs_users structs */
1133 if (Dservers || Dall) {
1134 print_servers(1); /* Handle the afs_servers structs */
1138 print_Conns(1); /* Handle the afs_servers structs */
1141 if (Dvols || Dall) {
1142 print_volumes(1); /* Handle the afs_volumes structs */
1145 if (Ddvols || Dall) {
1147 ("\n\nIGNORE reading the 'volumeinfo' file for now (NOT IMPORTANT)!\n");
1150 if (DCallbacks || Dall) {
1151 print_cbHash(1); /* Handle the cbHashT table of queued vcaches */
1154 if (Dvstats || Dall || Dvnodes) {
1155 print_vcaches(1); /* Handle the afs_vcaches structs */
1158 if (Ddstats || Dall) {
1162 if (Dindextimes || Dall) {
1163 print_DindexTimes(1);
1166 if (Dindexflags || Dall) {
1167 print_DindexFlags(1);
1170 if (DdvnextTbl || Dall) {
1171 print_DdvnextTbl(1);
1174 if (DdcnextTbl || Dall) {
1175 print_DdcnextTbl(1);
1178 if (Dbuffers || Dall) {
1186 if (Dstats || Dall) {
1188 struct afs_CMStats afs_cmstats;
1189 struct afs_stats_CMPerf afs_cmperfstats;
1191 printf("\n\nPrinting count references to cm-related functions..\n\n");
1192 findsym("afs_cmstats", &symoff);
1193 kread(kmem, symoff, (char *)&afs_cmstats, sizeof afs_cmstats);
1194 print_cmstats(&afs_cmstats);
1195 printf("\n\nPrinting some cm struct performance stats..\n\n");
1196 findsym("afs_stats_cmperf", &symoff);
1197 kread(kmem, symoff, (char *)&afs_cmperfstats, sizeof afs_cmperfstats);
1198 print_cmperfstats(&afs_cmperfstats);
1201 if (Dlocks || Dall) {
1202 print_global_locks(kmem);
1204 if (Dglobals || Dall) {
1205 printf("\n\nPrinting Misc afs globals...\n");
1206 print_global_afs_resource(kmem);
1207 print_global_afs_cache(kmem);
1212 if (Dvlru || Dall) {
1215 if (Ddlru || Dall) {
1218 if (Drxstats || Dall) {
1219 print_rxstats(kmem);
1224 #ifndef AFS_KDUMP_LIB
1225 if (Dallocs || Dall) {
1229 if (Dcallout || Dall) {
1230 print_callout(kmem);
1232 if (Ddnlc || Dall) {
1235 if (Dgcpags || Dall) {
1242 #if !defined(AFS_DARWIN_ENV) && !defined(AFS_FBSD_ENV)
1243 int Sum_cellnames = 0, Sum_userstp = 0, Sum_volnames = 0, Sum_exps =
1244 0, Sum_nfssysnames = 0;
1245 int Sum_vcachemvids = 0, Sum_vcachelinkData = 0, Sum_vcacheacc =
1246 0, Sum_vcachelocks = 0;
1247 int Sum_cellaliases = 0, Sum_cellname_names = 0;
1254 struct cell *cells, cle, *clentry = &cle, *clep;
1256 struct afs_q CellLRU, lru, *vu = &lru, *tq, *uq;
1260 printf("\n\nPrinting Cells' LRU list...\n");
1261 findsym("CellLRU", &symoff);
1262 kread(kmem, symoff, (char *)&CellLRU, sizeof CellLRU);
1263 lru_addr = (u_long) symoff;
1264 for (tq = CellLRU.next; (u_long) tq != lru_addr; tq = uq) {
1266 kread(kmem, (off_t) tq, (char *)vu, sizeof CellLRU);
1268 kread(kmem, (off_t) clep, (char *)clentry, sizeof *clentry);
1269 print_cell(kmem, clentry, clep, pnt);
1273 printf("... found %d 'afs_cells' entries\n", j);
1279 print_cellaliases(int pnt)
1282 struct cell_alias *ca, cae;
1286 printf("\n\nPrinting cell_alias list...\n");
1287 findsym("afs_cellalias_head", &symoff);
1288 kread(kmem, symoff, (char *)&ca, sizeof ca);
1290 char alias[100], cell[100];
1292 kread(kmem, (off_t) ca, (char *)&cae, sizeof cae);
1293 kread(kmem, (off_t) cae.alias, alias, (KDUMP_SIZE_T) 40);
1295 Sum_cellaliases += strlen(alias) + 1;
1296 kread(kmem, (off_t) cae.cell, cell, (KDUMP_SIZE_T) 40);
1298 Sum_cellaliases += strlen(cell) + 1;
1300 printf("%x: alias=%s cell=%s index=%d\n", ca, alias, cell,
1306 printf("... found %d 'cell_alias' entries\n", j);
1312 print_cellnames(int pnt)
1315 struct cell_name *cn, cne;
1319 printf("\n\nPrinting cell_name list...\n");
1320 findsym("afs_cellname_head", &symoff);
1321 kread(kmem, symoff, (char *)&cn, sizeof cn);
1325 kread(kmem, (off_t) cn, (char *)&cne, sizeof cne);
1326 kread(kmem, (off_t) cne.cellname, cellname, (KDUMP_SIZE_T) 40);
1327 cellname[40] = '\0';
1328 Sum_cellname_names += strlen(cellname) + 1;
1330 printf("%x: cellnum=%d cellname=%s used=%d\n", cn, cne.cellnum,
1331 cellname, cne.used);
1336 printf("... found %d 'cell_name' entries\n", j);
1346 struct unixuser *afs_users[NUSERS], ue, *uentry = &ue, *uep;
1350 printf("\n\nPrinting 'afs_users' structures...\n");
1351 findsym("afs_users", &symoff);
1352 kread(kmem, symoff, (char *)afs_users, sizeof afs_users);
1353 for (i = 0, j = 0; i < NUSERS; i++) {
1354 for (uep = afs_users[i]; uep; uep = uentry->next, j++) {
1355 kread(kmem, (off_t) uep, (char *)uentry, sizeof *uentry);
1356 print_unixuser(kmem, uentry, uep, pnt);
1360 printf("... found %d 'afs_users' entries\n", j);
1364 struct server **serversFound = NULL;
1365 afs_int32 NserversFound = 0;
1366 #define SF_ALLOCATION_STEP 500
1369 add_found_server(sep)
1372 static afs_int32 NserversAllocated = 0;
1373 static afs_int32 failed = 0;
1378 if (NserversFound >= NserversAllocated) {
1379 NserversAllocated += SF_ALLOCATION_STEP;
1380 if (!serversFound) {
1382 (struct server **)malloc(NserversAllocated *
1383 sizeof(struct server *));
1386 (struct server **)realloc((char *)serversFound,
1388 sizeof(struct server *));
1390 if (!serversFound) {
1391 printf("Can't allocate %lu bytes for list of found servers.\n",
1392 NserversAllocated * sizeof(struct server *));
1398 serversFound[NserversFound++] = sep;
1408 for (i = 0; i < NserversFound; i++) {
1409 if (sep == serversFound[i])
1420 struct server *afs_servers[NSERVERS], se, *sentry = &se, *sep;
1421 struct srvAddr *afs_srvAddrs[NSERVERS], sa, *sap;
1422 afs_int32 i, nServers, nSrvAddrs, nSrvAddrStructs;
1423 afs_int32 afs_totalServers, afs_totalSrvAddrs;
1425 int chainCount[NSERVERS];
1428 memset((char *)chainCount, 0, sizeof(chainCount));
1429 printf("\n\nPrinting 'afs_servers' structures...\n");
1431 findsym("afs_servers", &symoff);
1432 kread(kmem, symoff, (char *)afs_servers, NSERVERS * sizeof(long));
1433 for (i = 0, nServers = 0; i < NSERVERS; i++) {
1435 printf(" --- Chain %d ---\n", i);
1436 for (sep = afs_servers[i]; sep; sep = sentry->next, nServers++) {
1437 kread(kmem, (off_t) sep, (char *)sentry, sizeof *sentry);
1438 if (pnt && !failed) {
1439 if (add_found_server(sep) < 0)
1444 if (Dconns || Dall || !pnt)
1445 print_server(kmem, sentry, sep, 1, pnt);
1447 print_server(kmem, sentry, sep, 0, pnt);
1452 printf("... found %d 'afs_servers' entries (total conns = %d)\n",
1455 printf("... found %d 'afs_servers' entries\n", nServers);
1456 printf("Chain lengths:\n");
1457 for (i = 0; i < NSERVERS; i++) {
1458 printf("%2d: %5d\n", i, chainCount[i]);
1464 /* Verify against afs_totalServers. */
1466 memset((char *)chainCount, 0, sizeof(chainCount));
1467 if (findsym("afs_totalServers", &symoff)) {
1468 kread(kmem, symoff, (char *)&afs_totalServers, sizeof(afs_int32));
1469 if (afs_totalServers != nServers) {
1471 ("ERROR: afs_totalServers = %d, differs from # of servers in hash table.\n",
1474 printf("afs_totalServers = %d, matches hash chain count.\n",
1479 printf("\n\nPrinting 'afs_srvAddr' structures...\n");
1480 if (findsym("afs_srvAddrs", &symoff)) {
1481 kread(kmem, symoff, (char *)afs_srvAddrs,
1482 NSERVERS * sizeof(long));
1483 nSrvAddrStructs = 0;
1484 for (i = 0, nSrvAddrs = 0; i < NSERVERS; i++) {
1485 printf(" --- Chain %d ---\n", i);
1486 for (sap = afs_srvAddrs[i]; sap; sap = sa.next_bkt) {
1487 kread(kmem, (off_t) sap, (char *)&sa, sizeof(sa));
1489 ("%lx: sa_ip=%s, sa_port=%d, sa_iprank=%d, sa_flags=%x, conns=%lx, server=%lx, nexth=%lx\n",
1490 sap, PrintIPAddr(sa.sa_ip), sa.sa_portal,
1491 sa.sa_iprank, sa.sa_flags, sa.conns, sa.server,
1493 if (sap != (struct srvAddr *)sa.server) {
1494 /* only count ones not in a server struct. */
1500 if (!find_server(sa.server)) {
1501 kread(kmem, (off_t) sa.server, (char *)sentry,
1504 ("ERROR: Server missing from hash chain: server=%lx, server->next=%lx\n",
1505 sa.server, sentry->next);
1506 print_server(kmem, sentry, sa.server, 1, pnt);
1508 ("----------------------------------------------------\n");
1515 ("... found %d 'afs_srvAddr' entries, %d alloc'd (not in server struct)\n",
1516 nSrvAddrs, nSrvAddrStructs);
1517 printf("Chain lengths:\n");
1518 for (i = 0; i < NSERVERS; i++) {
1519 printf("%2d: %5d\n", i, chainCount[i]);
1521 if (findsym("afs_totalSrvAddrs", &symoff)) {
1522 kread(kmem, symoff, (char *)&afs_totalSrvAddrs,
1524 if (afs_totalSrvAddrs != nSrvAddrStructs) {
1526 ("ERROR: afs_totalSrvAddrs = %d, differs from number of alloc'd srvAddrs in hash table.\n",
1530 ("afs_totalSrvAddrs = %d, matches alloc'd srvAddrs in hash chain count.\n",
1545 struct server *afs_servers[NSERVERS], se, *sentry = &se, *sep;
1549 printf("\n\nPrinting all 'afs_conns' to the servers...\n");
1550 findsym("afs_servers", &symoff);
1551 kread(kmem, symoff, (char *)afs_servers, sizeof afs_servers);
1552 for (i = 0, j = 0; i < NSERVERS; i++) {
1553 for (sep = afs_servers[i]; sep; sep = sentry->next, j++) {
1554 kread(kmem, (off_t) sep, (char *)sentry, sizeof *sentry);
1555 print_server(kmem, sentry, sep, 2, pnt);
1559 printf("... found %d 'afs_conns' entries\n", Nconns);
1568 struct volume *afs_volumes[NVOLS], ve, *ventry = &ve, *vep;
1572 printf("\n\nPrinting 'afs_volumes' structures...\n");
1573 findsym("afs_volumes", &symoff);
1574 kread(kmem, symoff, (char *)afs_volumes, NVOLS * sizeof(long));
1575 for (i = 0, j = 0; i < NVOLS; i++) {
1576 for (vep = afs_volumes[i]; vep; vep = ventry->next, j++) {
1577 kread(kmem, (off_t) vep, (char *)ventry, sizeof *ventry);
1578 print_volume(kmem, ventry, vep, pnt);
1582 printf("... found %d 'afs_volumes' entries\n", j);
1591 struct afs_q cbHashT[CBHTSIZE];
1595 printf("\n\nPrinting 'cbHashT' table...\n");
1596 findsym("cbHashT", &symoff);
1597 kread(kmem, symoff, (char *)cbHashT, sizeof cbHashT);
1598 for (i = 0; i < CBHTSIZE; i++) {
1600 printf("%lx: %x %x\n", (long)symoff + 8 * i, cbHashT[i].prev,
1604 printf("... that should be %d callback hash entries\n", i);
1612 struct vcache *afs_vhashTable[VCSIZE], Ve, *Ventry = &Ve, *Vep;
1616 printf("\n\nPrinting afs_vcaches structures...\n");
1618 printf("print_vcaches: sizeof(struct vcache) = %ld\n",
1619 (long)sizeof(struct vcache));
1620 findsym("afs_vhashT", &symoff);
1621 kread(kmem, symoff, (char *)afs_vhashTable, sizeof afs_vhashTable);
1622 for (i = 0, j = 0; i < VCSIZE; i++) {
1624 printf("Printing hash chain %d...\n", i);
1625 for (Vep = afs_vhashTable[i]; Vep; Vep = Ventry->hnext, j++) {
1626 kread(kmem, (off_t) Vep, (char *)Ventry, sizeof *Ventry);
1627 if (Dvstats || Dall || !pnt)
1628 print_vcache(kmem, Ventry, Vep, pnt);
1629 if (Dvnodes || Dall)
1630 print_vnode(kmem, Ventry, Vep, pnt);
1634 printf("... found %d 'afs_vcaches' entries\n", j);
1644 struct dcache dc, *dcp = &dc, *dp;
1645 afs_int32 i, j, count;
1648 /* Handle the afs_dcaches structs */
1650 printf("\n\nPrinting afs_dcache related structures...\n");
1651 findsym("afs_cacheFiles", &symoff);
1652 kread(kmem, symoff, (char *)&count, sizeof count);
1653 findsym("afs_indexTable", &symoff);
1654 kread(kmem, symoff, (char *)&table, sizeof(long));
1655 ptr = (long *)malloc(count * sizeof(long));
1656 kread(kmem, table, (char *)ptr, count * sizeof(long));
1657 for (i = 0, j = 0; i < count; i++) {
1658 if (dp = (struct dcache *)ptr[i]) {
1660 printf("afs_indexTable[%d] %x: ", i, dp);
1661 kread(kmem, (off_t) dp, (char *)dcp, sizeof *dcp);
1662 print_dcache(kmem, dcp, dp, pnt);
1667 printf("... found %d 'dcache' entries\n", j);
1668 findsym("afs_DLRU", &symoff);
1669 kread(kmem, symoff, (char *)&dlru, sizeof(struct afs_q));
1671 printf("DLRU next=0x%x, prev=0x%x\n", dlru.next, dlru.prev);
1679 print_DindexTimes(pnt)
1685 afs_int32 temp, *indexTime = &temp;
1686 afs_int32 i, j, count;
1688 /* Handle the afs_indexTimes array */
1690 printf("\n\nPrinting afs_indexTimes[]...\n");
1691 findsym("afs_cacheFiles", &symoff);
1692 kread(kmem, symoff, (char *)&count, sizeof count);
1693 findsym("afs_indexTimes", &symoff);
1694 kread(kmem, symoff, (char *)&table, sizeof(long));
1695 ptr = (afs_hyper_t *) malloc(count * sizeof(afs_hyper_t));
1696 kread(kmem, table, (char *)ptr, count * sizeof(afs_hyper_t));
1697 for (i = 0, j = 0; i < count; i++) {
1699 printf("afs_indexTimes[%d]\t%10d.%d\n", i, ptr[i].high,
1701 /* if (dp = (struct dcache *)ptr[i]) {
1702 printf("afs_indexTable[%d] %lx: ", i, dp);
1703 kread(kmem, (off_t) dp, (char *)dcp, sizeof *dcp);
1704 print_dcache(kmem, dcp, dp);
1710 printf("afs_indexTimes has %d entries\n", j);
1716 print_DdvnextTbl(pnt)
1722 afs_int32 temp, *indexTime = &temp;
1723 afs_int32 i, j, count;
1725 /* Handle the afs_dvnextTbl arrays */
1727 printf("\n\nPrinting afs_dvnextTbl[]...\n");
1728 findsym("afs_cacheFiles", &symoff);
1729 kread(kmem, symoff, (char *)&count, sizeof count);
1730 findsym("afs_dvnextTbl", &symoff);
1731 kread(kmem, symoff, (char *)&table, sizeof(long));
1732 ptr = (afs_int32 *) malloc(count * sizeof(afs_int32));
1733 kread(kmem, table, (char *)ptr, count * sizeof(afs_int32));
1734 for (i = 0, j = 0; i < count; i++) {
1736 printf("afs_dvnextTbl[%d]\t%d\n", i, ptr[i]);
1740 printf("afs_dvnextTbl has %d entries\n", j);
1746 print_DdcnextTbl(pnt)
1752 afs_int32 temp, *indexTime = &temp;
1753 afs_int32 i, j, count;
1755 /* Handle the afs_dcnextTbl arrays */
1757 printf("\n\nPrinting afs_dcnextTbl[]...\n");
1758 findsym("afs_cacheFiles", &symoff);
1759 kread(kmem, symoff, (char *)&count, sizeof count);
1760 findsym("afs_dcnextTbl", &symoff);
1761 kread(kmem, symoff, (char *)&table, sizeof(long));
1762 ptr = (afs_int32 *) malloc(count * sizeof(afs_int32));
1763 kread(kmem, table, (char *)ptr, count * sizeof(afs_int32));
1764 for (i = 0, j = 0; i < count; i++) {
1766 printf("afs_dcnextTbl[%d]\t%d\n", i, ptr[i]);
1770 printf("afs_dcnextTbl has %d entries\n", j);
1776 print_DindexFlags(pnt)
1782 unsigned char *flags;
1783 afs_int32 temp, *indexTime = &temp;
1786 /* Handle the afs_indexFlags array */
1788 printf("\n\nPrinting afs_indexFlags[]...\n");
1789 findsym("afs_cacheFiles", &symoff);
1790 kread(kmem, symoff, (char *)&count, sizeof count);
1791 findsym("afs_indexFlags", &symoff);
1792 kread(kmem, symoff, (char *)&table, sizeof(long));
1793 flags = (unsigned char *)malloc(count * sizeof(char));
1794 kread(kmem, table, flags, count * sizeof(char));
1795 for (i = 0, j = 0; i < count; i++) {
1797 printf("afs_indexFlags[%d]\t%4u\n", i, flags[i]);
1801 printf("afs_indexFlags has %d entries\n", j);
1813 unsigned char *buffers;
1818 printf("\n\nPrinting 'buffers' table...\n");
1819 findsym("Buffers", &symoff);
1820 kread(kmem, symoff, (char *)&table, sizeof(long));
1821 findsym("nbuffers", &symoff);
1822 kread(kmem, symoff, (char *)&count, sizeof(int));
1823 buffers = (unsigned char *)malloc(count * sizeof(struct buffer));
1824 kread(kmem, table, buffers, count * sizeof(struct buffer));
1825 bp = (struct buffer *)buffers;
1826 for (i = 0, j = 0; i < count; i++, bp++) {
1827 #ifdef AFS_SGI62_ENV
1830 ("Buffer #%d:\tfid=%llu page=%d, accTime=%d,\n\tHash=%x, data=%x, lockers=%x, dirty=%d, hashI=%d\n",
1831 i, bp->fid[0], bp->page, bp->accesstime, bp->hashNext,
1832 bp->data, bp->lockers, bp->dirty, bp->hashIndex);
1836 ("Buffer #%d:\tfid=%lu page=%d, accTime=%d,\n\tHash=%x, data=%x, lockers=%x, dirty=%d, hashI=%d\n",
1837 i, bp->fid, bp->page, bp->accesstime, bp->hashNext,
1838 bp->data, bp->lockers, bp->dirty, bp->hashIndex);
1843 printf("\n\t ... that should be %d buffer entries\n", i);
1852 struct afs_exporter *exp_entry, ex, *exp = &ex, *exp1;
1853 struct nfsclientpag *afs_nfspags[NNFSCLIENTS], e, *entry = &e, *ep;
1856 /* Handle the afs_exporter structures */
1858 printf("\n\nPrinting 'afs_exporters' link list...\n");
1859 findsym("root_exported", &symoff);
1860 kread(kmem, symoff, (char *)&cell, sizeof(long));
1861 for (exp1 = (struct afs_exporter *)cell, j = 0; exp1;
1862 exp1 = exp->exp_next, j++) {
1863 kread(kmem, (off_t) exp1, (char *)exp, sizeof *exp);
1865 printf("AFS_EXPORTER(%x): \n", exp1);
1866 print_exporter(kmem, exp, exp1, pnt);
1870 printf("... found %d 'afs_exporters' entries\n", j);
1872 /* Handle the afs_nfsclientpags structs */
1874 printf("\n\nPrinting 'afs_nfsclientpags' structures...\n");
1875 if (!findsym("afs_nfspags", &symoff))
1877 kread(kmem, symoff, (char *)afs_nfspags, sizeof afs_nfspags);
1878 for (i = 0, j = 0; i < NNFSCLIENTS; i++) {
1879 for (ep = afs_nfspags[i]; ep; ep = entry->next, j++) {
1880 kread(kmem, (off_t) ep, (char *)entry, sizeof *entry);
1881 print_nfsclient(kmem, entry, ep, pnt);
1885 printf("... found %d 'afs_nfsclientpags' entries\n", j);
1889 #if defined(AFS_GLOBAL_SUNLOCK) && !defined(AFS_HPUX_ENV) && !defined(AFS_AIX41_ENV)
1890 typedef struct event {
1891 struct event *next; /* next in hash chain */
1892 char *event; /* lwp event: an address */
1893 int refcount; /* Is it in use? */
1894 kcondvar_t cond; /* Currently associated condition variable */
1895 int seq; /* Sequence number: this is incremented
1896 * by wakeup calls; wait will not return until
1902 #ifdef AFS_LINUX22_ENV
1903 /* This is replicated from LINUX/osi_alloc.c */
1904 #define MEM_SPACE sizeof(int)
1908 struct osi_linux_mem {
1909 int mem_next; /* types are or'd into low bits of next */
1912 #define MEMTYPE(A) ((A) & 0x3)
1913 #define MEMADDR(A) ((struct osi_linux_mem*)((A) & (~0x3)))
1914 #define PR_MEMTYPE(A) ((MEMTYPE(A) == KM_TYPE) ? "phys" : "virt")
1916 print_alloced_memlist(void)
1919 struct osi_linux_mem *memp, memlist, next;
1924 findsym("afs_linux_memlist_size", &symoff);
1925 kread(kmem, symoff, (char *)&count, sizeof count);
1926 findsym("afs_linux_memlist", &symoff);
1927 kread(kmem, symoff, (char *)&memp, sizeof memp);
1929 #ifdef AFS_LINUX_64BIT_KERNEL
1930 kread(kmem, (unsigned long)memp, (char *)&next, sizeof next);
1932 kread(kmem, (int)memp, (char *)&next, sizeof next);
1933 #endif /* AFS_LINUX_64BIT_KERNEL */
1935 memset(&next, 0, sizeof next);
1937 printf("Allocated memory list: %d elements\n", count);
1938 printf("%20s %4s %10s\n", "Address", "Type", "Next");
1939 printf("%20lx %4s %10x\n", (long)((char *)memp) + MEM_SPACE,
1940 PR_MEMTYPE(next.mem_next), next.mem_next);
1942 while (next_addr = (off_t) MEMADDR(next.mem_next)) {
1945 kread(kmem, next_addr, (char *)&next, sizeof next);
1946 printf("%20lx %4s %10x\n", (long)next_addr + MEM_SPACE,
1947 PR_MEMTYPE(next.mem_next), next.mem_next);
1949 printf("Found %d elements in allocated memory list, expected %d\n", n,
1959 long count, i, j, k, l, m, n, T = 0, tvs;
1960 struct afs_CMStats afs_cmstats;
1961 struct afs_stats_CMPerf afs_cmperfstats;
1963 findsym("afs_cmstats", &symoff);
1964 kread(kmem, symoff, (char *)&afs_cmstats, sizeof afs_cmstats);
1965 findsym("afs_stats_cmperf", &symoff);
1966 kread(kmem, symoff, (char *)&afs_cmperfstats, sizeof afs_cmperfstats);
1969 printf("\n\n%20s:\t%8d bytes\n", "Sysname area", MAXSYSNAME);
1973 j = (i * sizeof(struct cell)) + Sum_cellnames;
1976 ("%20s:\t%8d bytes\t[%d cells/%d bytes each + %d bytes for cell names]\n",
1977 "Cell package", j, i, sizeof(struct cell), Sum_cellnames);
1979 Sum_cellaliases = 0;
1980 i = print_cellaliases(0);
1981 j = (i * sizeof(struct cell_alias)) + Sum_cellaliases;
1984 ("%20s:\t%8d bytes\t[%d cell_aliases/%d bytes each + %d bytes for cell names]\n",
1985 "Cell package", j, i, sizeof(struct cell_alias), Sum_cellaliases);
1987 Sum_cellname_names = 0;
1988 i = print_cellnames(0);
1989 j = (i * sizeof(struct cell_name)) + Sum_cellname_names;
1992 ("%20s:\t%8d bytes\t[%d cell_names/%d bytes each + %d bytes for cell name strings]\n",
1993 "Cell package", j, i, sizeof(struct cell_name), Sum_cellname_names);
1997 j = (i * sizeof(struct unixuser)) + Sum_userstp;
2000 ("%20s:\t%8d bytes\t[%d users/%d bytes each + %d bytes for secret tokens]\n",
2001 "User package", j, i, sizeof(struct unixuser), Sum_userstp);
2003 i = print_servers(0);
2004 j = (i * sizeof(struct server));
2006 printf("%20s:\t%8d bytes\t[%d servers/%d bytes each]\n", "Server package",
2007 j, i, sizeof(struct server));
2008 j = (Nconns * sizeof(struct afs_conn));
2010 printf("%20s:\t%8d bytes\t[%d conns/%d bytes each]\n",
2011 "Connection package", j, Nconns, sizeof(struct afs_conn));
2013 i = (AFS_NCBRS * sizeof(struct afs_cbr)) * (j =
2018 printf("%20s:\t%8d bytes\t[%d cbs/%d bytes each]\n",
2019 "Server CB free pool", i, (j * AFS_NCBRS),
2020 sizeof(struct afs_cbr));
2023 i = print_volumes(0);
2024 j = (MAXVOLS * sizeof(struct volume)) + Sum_volnames;
2027 ("%20s:\t%8d bytes\t[%d volumes/%d bytes each + %d bytes for volnames - %d active entries]\n",
2028 "Volume package", j, MAXVOLS, sizeof(struct volume), Sum_volnames,
2031 Sum_vcachemvids = Sum_vcachelinkData = Sum_vcacheacc = Sum_vcachelocks =
2033 tvs = i = print_vcaches(0);
2034 j = (i * sizeof(struct vcache));
2036 /* printf("%20s:\t%d bytes\t[%d vcaches/%d bytes each]\n", "Vcache package", j, i, sizeof(struct vcache));*/
2037 #ifdef AFS_AIX32_ENV
2038 i = (tvs + Sum_vcachemvids + Sum_vcachelinkData +
2039 Sum_vcachelocks) * AFS_SMALLOCSIZ;
2041 ("%20s:\t%8d bytes\t[%d act gnodes, %d mount pnts, %d symbolic links, %d unix locks]\n",
2042 "[VC use of sml fp]*", i, tvs, Sum_vcachemvids, Sum_vcachelinkData,
2045 i = (Sum_vcachemvids + Sum_vcachelinkData +
2046 Sum_vcachelocks) * AFS_SMALLOCSIZ;
2048 ("%20s:\t8%d bytes\t[%d mount pnts, %d symbolic links, %d unix locks]\n",
2049 "[VC use of sml fp]*", i, Sum_vcachemvids, Sum_vcachelinkData,
2053 #define NAXSs (1000 / sizeof(struct axscache))
2055 i = (NAXSs * sizeof(struct axscache));
2057 printf("%20s:\t%8d bytes\t[%d access used by vcaches/%d bytes each]\n",
2058 "ACL List free pool", i, Sum_vcacheacc, sizeof(struct axscache));
2061 struct axscache *xp, xpe, *nxp = &xpe;
2063 findsym("afs_xaxscnt", &symoff);
2064 kread(kmem, symoff, (char *)&i, sizeof i);
2065 j = i * (NAXSs * sizeof(struct axscache));
2068 ("%20s:\t%8d bytes\t[%d access used by vcaches/%d bytes each - %d blocks of %d]\n",
2069 "ACL List free pool", j, Sum_vcacheacc, sizeof(struct axscache),
2070 i, (NAXSs * sizeof(struct axscache)));
2075 i = print_dcaches(0);
2076 j = (i * sizeof(struct dcache));
2079 ("%20s:\t%8d bytes\t[%d dcaches/%d bytes each - ONLY USED COUNTED]\n",
2080 "Dcache package", j, i, sizeof(struct dcache));
2082 findsym("afs_dcentries", &symoff);
2083 kread(kmem, symoff, (char *)&i, sizeof i);
2084 j = (i * sizeof(struct dcache));
2086 printf("%20s:\t%8d bytes\t[%d dcaches/%d bytes each]\n", "Dcache package",
2087 j, i, sizeof(struct dcache));
2089 findsym("afs_cacheFiles", &symoff);
2090 kread(kmem, symoff, (char *)&i, sizeof i);
2091 findsym("afs_cacheStats", &symoff);
2092 kread(kmem, symoff, (char *)&j, sizeof j);
2094 k = (j * sizeof(struct vcache));
2096 ("%20s:\t%8d bytes\t[%d free vcaches/%d bytes each - %d active entries]\n",
2097 "Vcache free list", k, j, sizeof(struct vcache), tvs);
2098 printf("%20s:\t%8d bytes\t[%d entries/%d bytes each]\n",
2099 "Dcache Index Table", i * 4, i, 4);
2101 printf("%20s:\t%8d bytes\t[%d entries/%d bytes each]\n",
2102 "Dcache Index Times", i * 8, i, 8);
2104 printf("%20s:\t%8d bytes\t[%d entries/%d bytes each]\n",
2105 "Dcache Index Times", i * 4, i, 4);
2107 printf("%20s:\t%8d bytes\t[%d entries/%d bytes each]\n",
2108 "Dcache Index Flags", i, i, 1);
2109 /* printf("%20s:\t%8d bytes\t[%d entries/%d bytes each]\n", "Dcache free list", i, i, 1);*/
2111 T += k + (i * 4) + (i * 8) + i;
2113 T += k + (i * 4) + (i * 4) + i;
2116 i = (j = afs_cmperfstats.bufAlloced) * sizeof(struct buffer);
2118 printf("%20s:\t%8d bytes\t[%d entries/%d bytes each]\n", "Buffer package",
2119 i, j, sizeof(struct buffer));
2121 #define AFS_BUFFER_PAGESIZE 2048
2122 i = j * AFS_BUFFER_PAGESIZE;
2124 printf("%20s:\t%8d bytes\t[%d entries/%d bytes each]\n",
2125 "Xtra Buffer pkg area", i, j, AFS_BUFFER_PAGESIZE);
2129 Sum_nfssysnames = 0;
2131 k = Sum_exps * sizeof(struct afs_exporter);
2134 printf("%20s:\t%8d bytes\t[%d entries/%d bytes each]\n",
2135 "Xlator Exporter list", k, Sum_exps,
2136 sizeof(struct afs_exporter));
2138 j = (i * sizeof(struct nfsclientpag)) + Sum_nfssysnames;
2142 ("%20s:\t%8d bytes\t[%d entries/%d bytes each + %d for remote sysnames]\n",
2143 "Xlator Nfs clnt pkg", j, i, sizeof(struct nfsclientpag),
2146 i = (j = afs_cmperfstats.LargeBlocksAlloced) * AFS_LRALLOCSIZ;
2149 ("%20s:\t%8d bytes\t[%d entries/%d bytes each - %d active entries]\n",
2150 "Large Free Pool", i, j, AFS_LRALLOCSIZ,
2151 afs_cmperfstats.LargeBlocksActive);
2153 i = (j = afs_cmperfstats.SmallBlocksAlloced) * AFS_SMALLOCSIZ;
2156 ("%20s:\t%8d bytes\t[%d entries/%d bytes each - %d active entries]\n",
2157 "Small Free Pool", i, j, AFS_SMALLOCSIZ,
2158 afs_cmperfstats.SmallBlocksActive);
2160 #if defined(AFS_GLOBAL_SUNLOCK) && !defined(AFS_HPUX_ENV) && !defined(AFS_AIX41_ENV)
2161 findsym("afs_evhashcnt", &symoff);
2162 kread(kmem, symoff, (char *)&j, sizeof j);
2163 i = (j * sizeof(event_t));
2165 printf("%20s:\t%8d bytes\t[%d entries/%d bytes each]\n",
2166 "afs glock Event Pool", i, j, sizeof(event_t));
2167 /* printf("XXXXXXX Count event queue allocs!!!! XXXXXX\n");*/
2171 if (findsym("rxevent_nFree", &symoff))
2172 kread(kmem, symoff, (char *)&j, sizeof j);
2173 if (findsym("rxevent_nPosted", &symoff))
2174 kread(kmem, symoff, (char *)&i, sizeof i);
2175 k = (i + j) * sizeof(struct rxevent);
2178 printf("%20s:\t%8d bytes\t[%d free, %d posted/%d bytes each]\n",
2179 "Rx event pkg", k, j, i, sizeof(struct rxevent));
2181 T += (k = 20 * sizeof(struct rxevent));
2183 ("%20s:\t%8d bytes\t[%d entries/%d bytes each - THIS IS MIN ALLOC/NOT ACTUAL]\n",
2184 "Rx event pkg", k, 20, sizeof(struct rxevent));
2187 findsym("rx_nFreePackets", &symoff);
2188 kread(kmem, symoff, (char *)&count, sizeof count);
2190 findsym("rx_initSendWindow", &symoff);
2191 kread(kmem, symoff, (char *) &i, sizeof i);
2194 findsym("rx_nPackets", &symoff);
2195 kread(kmem, symoff, (char *)&j, sizeof j);
2196 k = (j + i + 2) * sizeof(struct rx_packet);
2198 printf("%20s:\t%8d bytes\t[%d free packets/%d bytes each]\n",
2199 "Rx packet freelist", k, count, sizeof(struct rx_packet));
2200 #define rx_hashTableSize 256 /* XXX */
2201 i = (rx_hashTableSize * sizeof(struct rx_connection *));
2202 j = (rx_hashTableSize * sizeof(struct rx_peer *));
2205 printf("%20s:\t%8d bytes\t[%d entries/%d bytes each]\n",
2206 "Rx conn/peer tables", k, rx_hashTableSize,
2207 sizeof(struct rx_connection *));
2209 findsym("rxi_Alloccnt", &symoff);
2210 kread(kmem, symoff, (char *)&j, sizeof j);
2211 findsym("rxi_Allocsize", &symoff);
2212 kread(kmem, symoff, (char *)&i, sizeof i);
2214 printf("%20s:\t%8d bytes\t[%d outstanding allocs]\n", "RX misc allocs", i,
2218 j = afs_cmperfstats.OutStandingMemUsage;
2219 printf("\n\n%20s:\t%8d bytes\n", "Mem used by afs", j);
2220 printf("%20s:\t%8d bytes\n", "Accounted-for mem", T);
2221 printf("%20s:\t%8d bytes\n", "Non acc'd-for mem", j - T);
2224 ("\n\nNOTE:\n\tAll [...]* entries above aren't counted towards the total mem since they're redundant\n");
2226 #ifdef AFS_LINUX22_ENV
2228 print_alloced_memlist();
2232 #if defined(sparc) && !defined(__linux__)
2234 readmem(kmem, buf, vad, len)
2236 #ifdef AFS_SUN57_ENV
2240 #endif /** AFS_SUN57_ENV **/
2244 if ((newlen = kvm_kread(kd, vad, buf, len)) != len) {
2245 printf("Couldn't process dumpfile with supplied namelist %s\n", obj);
2253 read_addr(int fd, unsigned long addr, unsigned long *val)
2255 if (lseek(fd, addr, SEEK_SET) == -1)
2257 if (read(fd, val, sizeof(long)) != sizeof(long))
2262 static pt_entry_t *ptes = NULL;
2264 addr_to_offset(unsigned long addr, unsigned long *ret, int fd)
2267 pt_entry_t pte, *val;
2270 if (IS_SEG1_VA(addr)) {
2273 unsigned long loc1, loc2[2];
2274 findsym("kernel_pmap", &symoff);
2275 loc1 = coreadj(symoff);
2276 /*printf("ptes=%lx -> %lx\n", symoff, loc1); */
2277 if (lseek(fd, loc1, L_SET /*0 */ ) != loc1) {
2281 if ((i = read(fd, (char *)&loc1, sizeof(long))) != sizeof(long)) {
2282 printf("Read of kerne_map failed\n");
2283 return; /*exit(1); */
2286 /*printf("loc1 %lx -> %lx\n", loc1, loc); */
2287 if (lseek(fd, loc, L_SET /*0 */ ) != loc) {
2292 read(fd, (char *)loc2,
2293 2 * sizeof(long))) != 2 * sizeof(long)) {
2294 printf("Read of kerne_map failed\n");
2295 return; /*exit(1); */
2297 ptes = (pt_entry_t *) loc2[1];
2298 /*printf("ptes=%lx\n", ptes); */
2302 ((unsigned long)(ptes + LEVEL1_PT_OFFSET(addr)),
2303 (unsigned long *)&val, fd))
2305 if (!read_addr(fd, (unsigned long)val, (unsigned long *)&pte))
2307 val = ((pt_entry_t *) PTETOPHYS(&pte)) + LEVEL2_PT_OFFSET(addr);
2308 if (!read_addr(fd, (unsigned long)val, (unsigned long *)&pte))
2310 val = ((pt_entry_t *) PTETOPHYS(&pte)) + LEVEL3_PT_OFFSET(addr);
2311 if (!read_addr(fd, (unsigned long)val, (unsigned long *)&pte))
2313 *ret = PTETOPHYS(&pte) + (addr & ((1 << PGSHIFT) - 1));
2315 } else if (IS_KSEG_VA(addr)) {
2316 *ret = KSEG_TO_PHYS(addr);
2324 #ifndef AFS_KDUMP_LIB
2326 kread(int kmem, off_t loc, void *buf, KDUMP_SIZE_T len)
2330 memset(buf, 0, len);
2335 i = addr_to_offset(loc, &ret, kmem);
2340 loc1 = coreadj(loc);
2345 #if defined(sparc) && !defined(__linux__)
2346 #ifndef AFS_SUN5_ENV
2349 readmem(kmem, buf, (off_t) loc, len);
2351 #ifndef AFS_SUN5_ENV
2356 #if ! defined(AFS_SUN5_ENV)
2357 #if defined(AFS_SGI61_ENV) && !defined(AFS_32BIT_KERNEL_ENV)
2358 if (lseek64(kmem, loc, L_SET /*0 */ ) != loc)
2360 if (lseek(kmem, loc, L_SET /*0 */ ) != loc)
2367 printf("WARNING: Read failed: loc=0\n");
2369 if ((i = read(kmem, buf, len)) != len) {
2370 printf("WARNING: Read failed: ");
2371 if (sizeof(loc) > sizeof(long)) {
2372 printf("loc=%llx", loc);
2374 printf("loc=%lx", (long)loc);
2376 printf(", buf=%lx, len=%ld, i=%d, errno=%d\n", (long)buf,
2377 (long)len, i, errno);
2378 return; /*exit(1); */
2382 #endif /* AFS_KDUMP_LIB */
2387 * When examining the dump of a 64 bit kernel, we use this function to
2388 * read symbols. The function opencore() calls this or rdsymbols() using
2389 * the macro RDSYMBOLS
2400 Elf64_Sym *stbl, *p1, *p2;
2401 Elf64_Shdr *(*elf_getshdr) (Elf_Scn *) = elf64_getshdr;
2404 Elf32_Sym *stbl, *p1, *p2;
2405 Elf32_Shdr *(*elf_getshdr) (Elf_Scn *) = elf32_getshdr;
2407 Elf_Data *dp = NULL, *sdp = NULL;
2411 if (!(fp = fopen(obj, "r"))) {
2412 printf("Can't open %s (%d)\n", core, errno);
2418 if ((efd = elf_begin(fd, ELF_C_READ, 0)) == NULL) {
2419 printf("Can't elf begin (%d)\n", errno);
2422 while (cn = elf_nextscn(efd, cn)) {
2423 if ((shdr = elf_getshdr(cn)) == NULL) {
2425 printf("Can't read section header (%d)\n", errno);
2428 if (shdr->sh_type == SHT_SYMTAB)
2431 dp = elf_getdata(cn, dp);
2432 p1 = stbl = (void *)dp->d_buf;
2433 nsyms = dp->d_size / sizeof(*stbl);
2434 cn = elf_getscn(efd, shdr->sh_link);
2435 sdp = elf_getdata(cn, sdp);
2436 tblp = malloc(sdp->d_size);
2437 memcpy(tblp, sdp->d_buf, sdp->d_size);
2438 p2 = tbl = malloc(nsyms * sizeof(*stbl));
2439 for (i = 0, scnt = 0; i < nsyms; i++, p1++, p2++) {
2440 p2->st_name = p1->st_name;
2441 p2->st_value = p1->st_value;
2442 p2->st_size = p1->st_size;
2443 p2->st_info = p1->st_info;
2444 p2->st_shndx = p1->st_shndx;
2451 #endif /** AFS_SUN5_ENV **/
2458 #ifdef AFS_KDUMP_LIB
2460 #else /* AFS_KDUMP_LIB */
2463 #if defined(sparc) && !defined(__linux__)
2464 #ifndef AFS_SUN5_ENV
2468 if ((kd = kvm_open(obj, core, NULL, O_RDONLY, "crash")) == NULL) {
2469 printf("Can't open kvm - core file %s\n", core);
2472 #ifndef AFS_SUN5_ENV
2481 if ((fd = open(core, O_RDONLY)) < 0) {
2487 #endif /* AFS_KDUMP_LIB */
2492 print_exporter(kmem, exporter, ptr, pnt)
2494 struct afs_exporter *exporter, *ptr;
2497 printf("\tstates=%x, type=%x, *data=%lx\n", exporter->exp_states,
2498 exporter->exp_type, exporter->exp_data);
2500 ("\texp_stats (calls=%d, rejectedcalls=%d, nopag=%d, invalidpag=%d)\n",
2501 exporter->exp_stats.calls, exporter->exp_stats.rejectedcalls,
2502 exporter->exp_stats.nopag, exporter->exp_stats.invalidpag);
2508 print_nfsclient(kmem, ep, ptr, pnt)
2510 struct nfsclientpag *ep, *ptr;
2516 printf("%lx: uid=%d, host=%x, pag=%x, lastt=%d, ref=%d count=%d\n",
2517 ptr, ep->uid, ep->host, ep->pag,
2518 ep->lastcall, ep->refCount, ep->sysnamecount);
2520 for(count = 0; count < ep->sysnamecount; count++){
2521 kread(kmem, (off_t) ep->sysname[count], sysname, (KDUMP_SIZE_T) 30);
2522 printf(" %lx: @sys[%d]=%s\n",
2523 ep->sysname[count], count, sysname);
2524 Sum_nfssysnames += MAXSYSNAME;
2529 #if defined(AFS_SUN5_ENV)
2534 #ifdef AFS_SUN54_ENV
2537 struct stat_mutex *smp = (struct stat_mutex *)mp;
2539 printf("%s mutex: %x %x\n", sp, smp->m_stats_lock, smp->m_type);
2546 print_unixuser(kmem, uep, ptr, pnt)
2548 struct unixuser *uep, *ptr;
2550 Sum_userstp += uep->stLen;
2553 ("%lx: uid=x%x, cell=%x, vid=%d, refc=%d, states=%x, tokTime=%d, tikLen=%d\n",
2554 ptr, uep->uid, uep->cell, uep->vid, uep->refCount, uep->states,
2555 uep->tokenTime, uep->stLen);
2557 ("\tstp=%lx, clearTok[Han=x%x, x<%x,%x,%x,%x,%x,%x,%x,%x>, vid=%d, Bt=%d, Et=%d], exporter=%lx\n",
2558 uep->stp, uep->ct.AuthHandle, uep->ct.HandShakeKey[0],
2559 uep->ct.HandShakeKey[1], uep->ct.HandShakeKey[2],
2560 uep->ct.HandShakeKey[3], uep->ct.HandShakeKey[4],
2561 uep->ct.HandShakeKey[5], uep->ct.HandShakeKey[6],
2562 uep->ct.HandShakeKey[7], uep->ct.ViceId, uep->ct.BeginTimestamp,
2563 uep->ct.EndTimestamp, uep->exporter);
2568 print_cell(kmem, clep, ptr, pnt)
2570 struct cell *clep, *ptr;
2577 kread(kmem, (off_t) clep->cellName, cellName, (KDUMP_SIZE_T) 40);
2579 Sum_cellnames += strlen(cellName) + 1;
2582 ("%lx: cellname=%s, states=%x, cnum=%d, cindex=%d fsport=%d vlport=%d timeout=%d cnamep=%x\n",
2583 ptr, cellName, clep->states, clep->cellNum, clep->cellIndex,
2584 clep->fsport, clep->vlport, clep->timeout, clep->cnamep);
2587 printf("\tlinked cellp %lx\n", clep->lcellp);
2589 printf("\tCell's servers: ");
2590 for (i = 0; i < MAXCELLHOSTS; i++) {
2591 if (pretty && (clep->cellHosts[i] == 0))
2593 printf("[%lx] ", clep->cellHosts[i]);
2601 print_server(kmem, sep, ptr, conns, pnt)
2602 int kmem, conns, pnt;
2603 struct server *sep, *ptr;
2605 struct srvAddr sa, *sap = &sa, *sap1;
2608 if (conns != 2 && pnt) {
2610 ("%lx: cell=%lx, addr=%lx, flags=0x%x, actTime=%x, lastDownS=%x, numDownIn=%d, sumofDownt=%d\n",
2611 ptr, sep->cell, sep->addr, sep->flags, sep->activationTime,
2612 sep->lastDowntimeStart, sep->numDowntimeIncidents,
2613 sep->sumOfDowntimes);
2614 if (sep->flags & SRVR_MULTIHOMED) {
2617 ("\tuuid=[%x,%x,%x,%x,%x,%x,%x,%x,%x,%x,%x] addr_uniquifier=%x\n",
2618 sep->sr_uuid.time_low, sep->sr_uuid.time_mid,
2619 sep->sr_uuid.time_hi_and_version,
2620 sep->sr_uuid.clock_seq_hi_and_reserved,
2621 sep->sr_uuid.clock_seq_low, sep->sr_uuid.node[0],
2622 sep->sr_uuid.node[1], sep->sr_uuid.node[2],
2623 sep->sr_uuid.node[3], sep->sr_uuid.node[4],
2624 sep->sr_uuid.node[5], sep->sr_addr_uniquifier);
2628 for (j = 0, cnt = 1, sap1 = sep->addr; sap1;
2629 sap1 = sap->next_sa, j++, cnt++) {
2630 kread(kmem, (off_t) sap1, (char *)sap, sizeof(*sap));
2634 ("\t #%d ip-addr(%lx): [sa_ip=%s, sa_port=%d, sa_iprank=%d, sa_flags=%x, conns=%lx, server=%lx, next_bkt=%lx]\n",
2635 cnt, sap1, PrintIPAddr(sap->sa_ip), sap->sa_portal,
2636 sap->sa_iprank, sap->sa_flags, sap->conns,
2637 sap->server, sap->next_bkt);
2640 ("\t[sa_ip=%s, sa_port=%d, sa_iprank=%d, sa_flags=%x, conns=%lx, server=%lx, nexth=%lx]\n",
2641 PrintIPAddr(sap->sa_ip), sap->sa_portal,
2642 sap->sa_iprank, sap->sa_flags, sap->conns,
2643 sap->server, sap->next_bkt);
2648 if (sep->cbrs && pnt) {
2649 struct afs_cbr cba, *cbsap = &cba, *cbsap1;
2651 printf(" Callbacks to be returned:\n");
2652 for (j = 0, cbsap1 = sep->cbrs; cbsap1; cbsap1 = cbsap->next, j++) {
2653 kread(kmem, (off_t) cbsap1, (char *)cbsap, sizeof(*cbsap));
2654 printf(" #%2d) %lx [v=%d, n=%d, u=%d]\n", j, cbsap1,
2655 cbsap->fid.Volume, cbsap->fid.Vnode, cbsap->fid.Unique);
2659 for (j = 0, sap1 = sep->addr; sap1; sap1 = sap->next_sa, j++) {
2660 kread(kmem, (off_t) sap1, (char *)sap, sizeof(*sap));
2661 print_conns(kmem, sap1, sap->conns, conns, pnt);
2669 print_conns(kmem, srv, conns, Con, pnt)
2671 struct srvAddr *srv;
2672 struct afs_conn *conns;
2674 struct afs_conn *cep, ce, *centry = &ce;
2677 cep = (struct afs_conn *)conns;
2678 if (pnt && Con != 2) {
2680 printf("\tRPC connections for server %lx:\n", srv);
2682 printf("\tNO RPC connections for server %x\n", srv);
2684 for (; cep; cep = centry->next, Nconns++, i++) {
2685 if (pnt && Con != 2)
2686 printf("\t #%d> ", i);
2687 kread(kmem, (off_t) cep, (char *)centry, sizeof *centry);
2688 print_conn(kmem, centry, cep, pnt);
2694 print_conn(kmem, conns, ptr, pnt)
2696 struct afs_conn *conns, *ptr;
2700 printf("%lx: user=%lx, rx=%lx, srvr=%lx, ref=%d, port=%d, forceC=%d\n",
2701 ptr, conns->user, conns->id, conns->srvr, conns->refCount,
2702 conns->port, conns->forceConnectFS);
2708 print_volume(kmem, vep, ptr, pnt)
2710 struct volume *vep, *ptr;
2718 loc = (afs_int32 *) & vep->lock;
2720 kread(kmem, (off_t) vep->name, Volname, (KDUMP_SIZE_T) 40);
2721 Sum_volnames += strlen(Volname) + 1;
2725 printf("%lx: cell=%x, vol=%d, name=%s, roVol=%d, backVol=%d\n", ptr,
2726 vep->cell, vep->volume, (vep->name ? Volname : "nil"), vep->roVol,
2730 ("\trwVol=%d, AcTime=%d, copyDate=%d, expTime=%d, vtix=%d, refC=%d, states=%x\n",
2731 vep->rwVol, vep->accessTime, vep->copyDate, vep->expireTime,
2732 vep->vtix, vep->refCount, vep->states);
2735 ("\trwVol=%d, AcTime=%d, copyDate=%d, vtix=%d, refC=%d, states=%x\n",
2736 vep->rwVol, vep->accessTime, vep->copyDate, vep->vtix, vep->refCount,
2739 printf("\tVolume's statuses: ");
2740 for (i = 0; i < MAXHOSTS && vep->serverHost[i]; i++)
2741 printf("[%d] ", vep->status[i]);
2744 printf("\tVolume's servers: ");
2745 for (i = 0; i < MAXHOSTS && vep->serverHost[i]; i++)
2746 printf("[%lx] ", vep->serverHost[i]);
2749 print_venusfid("\tdotdot", &vep->dotdot);
2752 print_venusfid("\tmtpnt", &vep->mtpoint);
2757 printf("\trootVnode = %d, rootUnique = %d\n", vep->rootVnode,
2760 printf("\tlock=0x%x\n", *loc);
2765 print_venusfid(string, vid)
2767 struct VenusFid *vid;
2769 printf("%s(c=%x, v=%d, n=%d, u=%d)", string, vid->Cell, vid->Fid.Volume,
2770 vid->Fid.Vnode, vid->Fid.Unique);
2775 print_vnode(kmem, vep, ptr, pnt)
2777 struct vnode *vep, *ptr;
2781 struct gnode *save_gnode;
2782 #endif /* AFS_AIX_ENV */
2788 save_gnode = vep->v_gnode;
2789 kread(kmem, (off_t) save_gnode, (char *)&gnode, sizeof(struct gnode));
2790 vep->v_gnode = &gnode;
2791 #endif /* AFS_AIX_ENV */
2794 printf("%x: v_type=%d, v_flag=%d, v_count=%d, \n", ptr, vep->v_type,
2795 vep->v_flag, vep->v_count);
2797 ("\tv_v_stream=%x, v_pages=0x%x, v_mountdhere=%d, v_rdev=%d, v_vfsp=0x%x, v_filocks=0x%x\n",
2798 vep->v_stream, vep->v_pages, vep->v_vfsmountedhere, vep->v_rdev,
2799 vep->v_vfsp, vep->v_filocks);
2800 pmutex("\tVnode", &vep->v_lock);
2801 printf("\tCond v: 0x%x\n", vep->v_cv);
2804 vep->v_gnode = save_gnode;
2805 #endif /* AFS_AIX_ENV */
2806 #ifdef AFS_SGI65_ENV
2807 #if defined(AFS_32BIT_KERNEL_ENV)
2808 printf("%lx: v_mreg=0x%lx", ptr, vep->v_mreg);
2810 printf("%llx: v_mreg=0x%llx", ptr, vep->v_mreg);
2812 printf(", v_mregb=0x%lx\n", vep->v_mregb);
2814 #ifdef AFS_LINUX22_ENV
2815 /* Print out the stat cache and other inode info. */
2817 ("\ti_ino=%d, i_mode=%x, i_nlink=%d, i_uid=%d, i_gid=%d, i_size=%d\n",
2818 vep->i_ino, vep->i_mode, vep->i_nlink, vep->i_uid, vep->i_gid,
2820 #ifdef AFS_LINUX24_ENV
2822 ("\ti_atime=%u, i_mtime=%u, i_ctime=%u, i_version=%u, i_nrpages=%u\n",
2823 vep->i_atime, vep->i_mtime, vep->i_ctime, vep->i_version,
2824 vep->i_data.nrpages);
2827 ("\ti_atime=%u, i_mtime=%u, i_ctime=%u, i_version=%u, i_nrpages=%u\n",
2828 vep->i_atime, vep->i_mtime, vep->i_ctime, vep->i_version,
2831 #ifdef AFS_LINUX26_ENV
2832 printf("\ti_op=0x%x, i_rdev=0x%x, i_sb=0x%x\n", vep->i_op,
2833 vep->i_rdev, vep->i_sb);
2834 #else /* AFS_LINUX26_ENV */
2835 printf("\ti_op=0x%x, i_dev=0x%x, i_rdev=0x%x, i_sb=0x%x\n", vep->i_op,
2836 vep->i_dev, vep->i_rdev, vep->i_sb);
2837 #endif /* AFS_LINUX26_ENV */
2838 #ifdef AFS_LINUX24_ENV
2839 #ifdef AFS_PARISC_LINUX24_ENV
2840 printf("\ti_sem: count=%d, wait=0x%x\n", vep->i_sem.count,
2843 printf("\ti_sem: count=%d, sleepers=%d, wait=0x%x\n", vep->i_sem.count,
2844 vep->i_sem.sleepers, vep->i_sem.wait);
2847 printf("\ti_sem: count=%d, waking=%d, wait=0x%x\n", vep->i_sem.count,
2848 vep->i_sem.waking, vep->i_sem.wait);
2850 #ifdef AFS_LINUX26_ENV
2851 printf("\ti_hash=0x%x:0x%x, i_list=0x%x:0x%x, i_dentry=0x%x:0x%x\n",
2852 vep->i_hash.pprev, vep->i_hash.next, vep->i_list.prev,
2853 vep->i_list.next, vep->i_dentry.prev, vep->i_dentry.next);
2854 #else /* AFS_LINUX26_ENV */
2855 printf("\ti_hash=0x%x:0x%x, i_list=0x%x:0x%x, i_dentry=0x%x:0x%x\n",
2856 vep->i_hash.prev, vep->i_hash.next, vep->i_list.prev,
2857 vep->i_list.next, vep->i_dentry.prev, vep->i_dentry.next);
2858 #endif /* AFS_LINUX26_ENV */
2859 #endif /* AFS_LINUX22_ENV */
2863 print_vcache(kmem, vep, ptr, pnt)
2865 struct vcache *vep, *ptr;
2869 struct VenusFid vid;
2870 struct axscache acc, *accp = &acc, *acp;
2871 struct SimpleLocks sl, *slcp = &sl, *slp;
2875 kread(kmem, (off_t) vep->mvid, (char *)&vid, sizeof(struct VenusFid));
2879 Sum_vcachelinkData++;
2880 loc = (long *)&vep->lock;
2886 printf("%lx: refC=%d, pv=%d, pu=%d, flushDv=%d.%d, mapDV=%d.%d, ",
2887 ptr, VREFCOUNT(vep), vep->parentVnode, vep->parentUnique,
2888 vep->flushDV.high, vep->flushDV.low, vep->mapDV.high,
2890 #ifdef AFS_64BIT_CLIENT
2892 ("truncPos=(0x%x, 0x%x),\n\tcallb=x%lx, cbE=%d, opens=%d, XoW=%d, ",
2893 (int)(vep->truncPos >> 32), (int)(vep->truncPos & 0xffffffff),
2894 vep->callback, vep->cbExpires, vep->opens, vep->execsOrWriters);
2895 #else /* AFS_64BIT_CLIENT */
2896 printf("truncPos=%d,\n\tcallb=x%lx, cbE=%d, opens=%d, XoW=%d, ",
2897 vep->truncPos, vep->callback, vep->cbExpires, vep->opens,
2898 vep->execsOrWriters);
2899 #endif /* AFS_64BIT_CLIENT */
2900 printf("flcnt=%d, mvstat=%d\n", vep->flockCount, vep->mvstat);
2901 printf("\tstates=x%x, ", vep->states);
2903 printf("vstates=x%x, ", vep->vstates);
2904 #endif /* AFS_SUN5_ENV */
2905 printf("dchint=%x, anyA=0x%x\n", vep->dchint, vep->anyAccess);
2906 #ifdef AFS_64BIT_CLIENT
2908 ("\tmstat[len=(0x%x, 0x%x), DV=%d.%d, Date=%d, Owner=%d, Group=%d, Mode=0%o, linkc=%d]\n",
2909 (int)(vep->m.Length >> 32), (int)(vep->m.Length & 0xffffffff),
2910 vep->m.DataVersion.high, vep->m.DataVersion.low, vep->m.Date,
2911 vep->m.Owner, vep->m.Group, vep->m.Mode, vep->m.LinkCount);
2912 #else /* AFS_64BIT_CLIENT */
2913 printf("\tquick[dc=%x, stamp=%x, f=%x, min=%d, len=%d]\n",
2914 vep->quick.dc, vep->quick.stamp, vep->quick.f,
2915 vep->quick.minLoc, vep->quick.len);
2917 ("\tmstat[len=%d, DV=%d.%d, Date=%d, Owner=%d, Group=%d, Mode=0%o, linkc=%d]\n",
2918 vep->m.Length, vep->m.DataVersion.high, vep->m.DataVersion.low,
2919 vep->m.Date, vep->m.Owner, vep->m.Group, vep->m.Mode,
2921 #endif /* AFS_64BIT_CLIENT */
2924 ("%x: refC=%d, pv=%d, pu=%d, flushDv=%d, mapDV=%d, truncPos=%d\n",
2925 ptr, vep->vrefCount, vep->parentVnode, vep->parentUnique,
2926 vep->flushDV, vep->mapDV, vep->truncPos);
2927 printf("\tcallb=x%x, cbE=%d, opens=%d, XoW=%d, flcnt=%d, mvstat=%d\n",
2928 vep->callback, vep->cbExpires, vep->opens, vep->execsOrWriters,
2929 vep->flockCount, vep->mvstat);
2930 printf("\tstates=x%x, dchint=%x, anyA=0x%x\n", vep->states,
2931 vep->h1.dchint, vep->anyAccess);
2933 ("\tmstat[len=%d, DV=%d, Date=%d, Owner=%d, Group=%d, Mode=%d, linkc=%d]\n",
2934 vep->m.Length, vep->m.DataVersion, vep->m.Date, vep->m.Owner,
2935 vep->m.Group, vep->m.Mode, vep->m.LinkCount);
2937 #ifdef AFS_AIX32_ENV
2938 loc = (afs_int32 *) & vep->pvmlock;
2939 printf("\tpvmlock=x%x, segid=%X, credp=%lx\n", *loc, vep->segid,
2943 ("\tlock [wait=%x excl=%x readers=%x #waiting=%x last_reader=%d writer=%d src=%d]\n",
2944 vep->lock.wait_states, vep->lock.excl_locked,
2945 vep->lock.readers_reading, vep->lock.num_waiting,
2946 vep->lock.pid_last_reader, vep->lock.pid_writer,
2947 vep->lock.src_indicator);
2948 print_venusfid("\tfid", &vep->fid);
2951 print_venusfid("mvid", &vid);
2957 printf("\tAccess Link list: %x\n", vep->Access);
2958 for (j = 0, acp = vep->Access; acp; acp = accp->next, j++) {
2959 kread(kmem, (off_t) acp, (char *)accp, sizeof(*accp));
2962 printf("\t %lx: %d) uid=0x%x, access=0x%x, next=%lx\n", acp,
2963 j, accp->uid, accp->axess, accp->next);
2968 printf("\tLocking Link list: %lx\n", vep->slocks);
2972 printf("\tCallbacks queue prev= %lx next= %lx\n", vep->callsort.prev,
2973 vep->callsort.next);
2975 printf("\tvlruq.prev=%lx, vlruq.next=%lx\n", vep->vlruq.prev,
2978 /* For defect 7733 - Print linkData field for symlinks */
2980 if (vep->linkData) {
2981 cloc = (char *)vep->linkData;
2982 printf("\tSymlink information = '");
2984 kread(kmem, (off_t) cloc, &linkchar, (KDUMP_SIZE_T) 1);
2986 if (linkchar == '\0') {
2990 printf("%c", linkchar);
2995 #ifdef AFS_LINUX22_ENV
2996 printf("\tmapcnt=%d\n", vep->mapcnt);
3002 print_dcache(kmem, dcp, dp, pnt)
3004 struct dcache *dcp, *dp;
3008 printf("%lx: ", dp);
3009 print_venusfid(" fid", &dcp->f.fid);
3010 printf("refcnt=%d, dflags=%x, mflags=%x, validPos=%d\n", dcp->refCount,
3011 dcp->dflags, dcp->mflags, dcp->validPos);
3014 printf("\tf.modtime=%d, f.versNo=%d.%d\n", dcp->f.modTime,
3015 dcp->f.versionNo.high, dcp->f.versionNo.low);
3017 printf("\tf.hvn=%d, f.hcn=%d, f.modtime=%d, f.versNo=%d\n",
3018 dcp->f.hvNextp, dcp->f.hcNextp, dcp->f.modTime, dcp->f.versionNo);
3020 #ifdef AFS_SGI62_ENV
3022 ("\tf.chunk=%d, f.inode=%lld, f.chunkBytes=%d, f.states=%x",
3023 dcp->f.chunk, dcp->f.inode, dcp->f.chunkBytes, dcp->f.states);
3026 ("\tf.chunk=%d, f.inode=%d, f.chunkBytes=%d, f.states=%x\n",
3027 dcp->f.chunk, dcp->f.inode, dcp->f.chunkBytes, dcp->f.states);
3029 printf("\tlruq.prev=%lx, lruq.next=%lx, index=%d\n",
3030 dcp->lruq.prev, dcp->lruq.next, dcp->index);
3038 struct brequest afs_brs[NBRS], ue, *uentry = &ue, *uep;
3039 afs_int32 count, i, j;
3042 printf("\n\nPrinting some background daemon info...\n\n");
3043 findsym("afs_brsWaiters", &symoff);
3044 kread(kmem, symoff, (char *)&scount, sizeof scount);
3045 printf("Number of processes waiting for bkg daemon %d\n", scount);
3046 findsym("afs_brsDaemons", &symoff);
3047 kread(kmem, symoff, (char *)&scount, sizeof scount);
3048 printf("Number of free bkg daemons %d\n", scount);
3049 findsym("afs_brs", &symoff);
3050 kread(kmem, symoff, (char *)afs_brs, sizeof afs_brs);
3051 printf("Print the current bkg process table\n");
3052 for (i = 0, j = 0; i < NBRS; i++, j++) {
3053 /* kread(kmem, (off_t) afs_brs[i], (char *)uentry, sizeof *uentry);*/
3054 uentry = &afs_brs[i];
3055 if (uentry->refCount == 0)
3058 ("[%d] vcache=0x%lx, cred=0x%lx, code=%d, refCount=%d, opcode=%d, flags=%x [%lx, %lx, %lx, %lx]\n",
3059 i, uentry->vc, uentry->cred, uentry->code, uentry->refCount,
3060 uentry->opcode, uentry->flags, uentry->size_parm[0],
3061 uentry->size_parm[1], uentry->ptr_parm[0], uentry->ptr_parm[1]);
3064 printf("... found %d active 'afs_brs' entries\n", j);
3072 struct vcache Ve, *Ventry = &Ve, *Vep, *tvc;
3073 struct afs_q VLRU, vlru, *vu = &vlru, *tq, *uq;
3074 u_long vlru_addr, l1, l2, l3;
3075 afs_int32 count, i, j = 0, maxvcount, vcount, nvnode;
3078 printf("\n\nPrinting vcache VLRU info (oldest first)...\n\n");
3079 findsym("afs_cacheStats", &symoff);
3080 kread(kmem, symoff, (char *)&maxvcount, sizeof maxvcount);
3082 findsym("afs_maxvcount", &symoff);
3083 kread(kmem, symoff, (char *)&maxvcount, sizeof maxvcount);
3084 findsym("afs_vcount", &symoff);
3085 kread(kmem, symoff, (char *)&vcount, sizeof vcount);
3086 findsym("max_vnodes", &symoff);
3087 kread(kmem, symoff, (char *)&nvnode, sizeof nvnode);
3088 printf("max number of vcache entries = %d\n", maxvcount);
3089 printf("number of vcaches in use = %d\n", vcount);
3090 printf("total number of system vnode entries = %d\n", nvnode);
3092 findsym("VLRU", &symoff);
3093 kread(kmem, symoff, (char *)&VLRU, sizeof VLRU);
3094 vlru_addr = (u_long) symoff;
3095 for (tq = VLRU.prev; (u_long) tq != vlru_addr; tq = uq) {
3097 kread(kmem, (off_t) tq, (char *)vu, sizeof VLRU);
3099 kread(kmem, (off_t) tvc, (char *)Ventry, sizeof *Ventry);
3100 print_vcache(kmem, Ventry, tvc, 1);
3103 printf("... found %d active vcache entries in the VLRU\n", j);
3111 struct dcache Ve, *Ventry = &Ve, *Vep, *tdc;
3112 struct afs_q DLRU, dlru, *vu = &dlru, *tq, *uq;
3113 u_long dlru_addr, l1, l2, l3;
3114 afs_int32 count, i, j = 0, maxvcount, vcount, nvnode;
3117 printf("\n\nPrinting vcache DLRU info...\n\n");
3118 findsym("afs_DLRU", &symoff);
3119 kread(kmem, symoff, (char *)&DLRU, sizeof DLRU);
3120 dlru_addr = (u_long) symoff;
3121 for (tq = DLRU.prev; (u_long) tq != dlru_addr; tq = uq) {
3122 tdc = (struct dcache *)tq;
3123 kread(kmem, (off_t) tq, (char *)vu, sizeof DLRU);
3125 kread(kmem, (off_t) tdc, (char *)Ventry, sizeof *Ventry);
3126 print_dcache(kmem, Ventry, tdc, 1);
3129 printf("... found %d active dcache entries in the DLRU\n\n\n", j);
3131 findsym("afs_freeDSList", &symoff);
3132 kread(kmem, symoff, (char *)&dlru_addr, sizeof dlru_addr);
3133 printf("\tfreeDSList link list starts at 0x%x\n", dlru_addr);
3135 for (tdc = (struct dcache *)dlru_addr; tdc;
3136 tdc = (struct dcache *)Ventry->lruq.next) {
3137 kread(kmem, (off_t) tdc, (char *)Ventry, sizeof *Ventry);
3138 print_dcache(kmem, Ventry, tdc, 1);
3140 /* printf("%3d) %x\n", j, tdc);*/
3142 printf("... found %d dcache entries in the freeDSList\n", j);
3150 afs_int32 afs_gcpags;
3151 afs_int32 afs_gcpags_procsize;
3154 printf("\n\nPrinting GCPAGS structures...\n");
3156 findsym("afs_gcpags", &symoff);
3157 kread(kmem, symoff, (char *)&afs_gcpags, sizeof afs_gcpags);
3159 findsym("afs_gcpags_procsize", &symoff);
3160 kread(kmem, symoff, (char *)&afs_gcpags_procsize,
3161 sizeof afs_gcpags_procsize);
3163 printf("afs_gcpags=%d\n", afs_gcpags);
3164 printf("afs_gcpags_procsize=%d\n", afs_gcpags_procsize);
3171 #include <sys/syspest.h> /* to define the assert and ASSERT macros */
3172 #include <sys/timer.h> /* For the timer related defines */
3173 #include <sys/intr.h> /* for the serialization defines */
3174 #include <sys/malloc.h> /* for the parameters to xmalloc() */
3177 struct tos *toprev; /* previous tos in callout table */
3178 struct tos *tonext; /* next tos in callout table */
3179 struct trb *trb; /* this timer request block */
3185 int ncallo; /* number of callout table elements */
3186 struct tos *head; /* callout table head element */
3196 printf("\n\nCallout table doesn't exist for this system\n");
3198 struct callo Co, *Coe = &Co, *Cop;
3199 struct tos To, *Toe = &To, *tos;
3200 struct trb Trb, *Trbe = &Trb, *trb;
3204 printf("\n\nPrinting callout table info...\n\n");
3205 findsym("afs_callo", &symoff);
3206 kread(kmem, symoff, (char *)&Co, sizeof Co);
3207 printf("Number of callouts %d\n", Co.ncallo);
3208 if (Co.ncallo > 0) {
3209 printf("Count\tType\taddr\tfunc\tdata\n");
3210 for (tos = Co.head; tos != NULL; tos = Toe->tonext) {
3212 kread(kmem, (off_t) tos, (char *)&To, sizeof To);
3213 kread(kmem, (off_t) Toe->trb, (char *)&Trb, sizeof Trb);
3214 printf("%d\t%d\t%x\t%x\t%x\n", i, Toe->type, Toe->p1, Trbe->tof,
3225 struct nc *nameHash[256];
3231 print_global_locks(kmem)
3256 "afs_xinterface"}, {
3260 printf("\n\nPrinting afs global locks...\n\n");
3261 for (i = 0; locks[i].name; i++) {
3262 findsym(locks[i].name, &symoff);
3263 kread(kmem, symoff, (char *)&count, sizeof count);
3264 printf("%s = 0x%x\n", locks[i].name, count);
3270 print_global_afs_resource(kmem)
3278 printf("\n\nPrinting some general resource related globals...\n\n");
3279 findsym("afs_setTimeHost", &symoff);
3280 kread(kmem, symoff, (char *)&count, sizeof count);
3281 printf("\tafs_setTimeHost = 0x%x\n", count);
3282 findsym("afs_volCounter", &symoff);
3283 kread(kmem, symoff, (char *)&count, sizeof count);
3284 printf("\tafs_volCounter = 0x%x\n", count);
3285 findsym("afs_cellindex", &symoff);
3286 kread(kmem, symoff, (char *)&count, sizeof count);
3287 printf("\tafs_cellIndex = 0x%x\n", count);
3288 findsym("afs_marinerHost", &symoff);
3289 kread(kmem, symoff, (char *)&count, sizeof count);
3290 printf("\tafs_marinerHost = 0x%x\n", count);
3291 findsym("afs_sysname", &symoff);
3292 kread(kmem, symoff, (char *)&addr, sizeof addr);
3294 printf("\tafs_sysname = %d\n", addr);
3296 kread(kmem, (off_t) addr, sysname, (KDUMP_SIZE_T) 30);
3297 printf("\tafs_sysname = %s\n", sysname);
3299 #ifdef AFS_SGI65_ENV
3300 findsym("afs_ipno", &symoff);
3301 kread(kmem, symoff, (char *)&count, sizeof count);
3302 printf("\tCPU BOARD = IP%d\n", count);
3308 print_global_afs_cache(kmem)
3314 #ifdef AFS_SGI62_ENV
3321 printf("\n\nPrinting some general cache related globals...\n\n");
3322 findsym("afs_mariner", &symoff);
3323 kread(kmem, symoff, (char *)&count, sizeof count);
3324 printf("\tafs_mariner = 0x%x\n", count);
3326 findsym("freeVCList", &symoff);
3327 kread(kmem, symoff, (char *)&count, sizeof count);
3328 printf("\tafs_freeVCList = 0x%x XXX\n", count);
3330 findsym("afs_freeDCList", &symoff);
3331 kread(kmem, symoff, (char *)&count, sizeof count);
3332 printf("\tfreeDCList = 0x%x\n", count);
3333 findsym("afs_freeDCCount", &symoff);
3334 kread(kmem, symoff, (char *)&count, sizeof count);
3335 printf("\tfreeDCCount = 0x%x (%d)\n", count, count);
3336 findsym("afs_discardDCList", &symoff);
3337 kread(kmem, symoff, (char *)&count, sizeof count);
3338 printf("\tdiscardDCList = 0x%x\n", count);
3339 findsym("afs_discardDCCount", &symoff);
3340 kread(kmem, symoff, (char *)&count, sizeof count);
3341 printf("\tdiscardDCCount = 0x%x (%d)\n", count, count);
3342 findsym("afs_freeDSList", &symoff);
3343 kread(kmem, symoff, (char *)&count, sizeof count);
3344 printf("\tfreeDSList= 0x%x XXXX\n", count);
3345 #ifdef AFS_SGI62_ENV
3346 findsym("cacheInode", &symoff);
3347 kread(kmem, symoff, (char *)&inode, sizeof inode);
3348 printf("\tcacheInode = 0x%llx (%lld)\n", inode, inode);
3349 findsym("volumeInode", &symoff);
3350 kread(kmem, symoff, (char *)&inode, sizeof inode);
3351 printf("\tvolumeInode = 0x%llx (%lld)\n", inode, inode);
3353 findsym("cacheInode", &symoff);
3354 kread(kmem, symoff, (char *)&count, sizeof count);
3355 printf("\tcacheInode = 0x%x (%d)\n", count, count);
3356 findsym("volumeInode", &symoff);
3357 kread(kmem, symoff, (char *)&count, sizeof count);
3358 printf("\tvolumeInode = 0x%x (%d)\n", count, count);
3360 findsym("cacheDiskType", &symoff);
3361 kread(kmem, symoff, (char *)&count, sizeof count);
3362 printf("\tcacheDiskType = 0x%x (%d)\n", count, count);
3364 findsym("afs_indexCounter", &symoff);
3365 kread(kmem, symoff, (char *)&h, sizeof(struct afs_hyper_t));
3366 printf("\tafs_indexCounter = 0x%X.%X (%d.%d)\n", h.high, h.low, h.high,
3369 findsym("afs_cacheFiles", &symoff);
3370 kread(kmem, symoff, (char *)&count, sizeof count);
3371 printf("\tafs_cacheFiles = 0x%x (%d)\n", count, count);
3372 findsym("afs_cacheBlocks", &symoff);
3373 kread(kmem, symoff, (char *)&count, sizeof count);
3374 printf("\tafs_cacheBlocks = 0x%x (%d)\n", count, count);
3375 findsym("afs_cacheStats", &symoff);
3376 kread(kmem, symoff, (char *)&count, sizeof count);
3377 printf("\tafs_cacheStats = 0x%x (%d)\n", count, count);
3378 findsym("afs_blocksUsed", &symoff);
3379 kread(kmem, symoff, (char *)&count, sizeof count);
3380 printf("\tafs_blocksUsed = 0x%x (%d)\n", count, count);
3381 findsym("afs_blocksDiscarded", &symoff);
3382 kread(kmem, symoff, (char *)&count, sizeof count);
3383 printf("\tafs_blocksDiscarded = 0x%x (%d)\n", count, count);
3384 findsym("afs_fsfragsize", &symoff);
3385 kread(kmem, symoff, (char *)&count, sizeof count);
3386 printf("\tafs_fsfragsize = 0x%x\n", count);
3387 findsym("afs_WaitForCacheDrain", &symoff);
3388 kread(kmem, symoff, (char *)&count, sizeof count);
3389 printf("\tafs_WaitForCacheDrain = 0x%x (%d)\n", count, count);
3390 findsym("afs_CacheTooFull", &symoff);
3391 kread(kmem, symoff, (char *)&count, sizeof count);
3392 printf("\tafs_CacheTooFull = 0x%x (%d)\n", count, count);
3395 if (findsym("pagCounter", &symoff)) {
3396 kread(kmem, symoff, (char *)&count, sizeof count);
3397 printf("\tpagCounter = 0x%x (%d)\n", count, count);
3399 printf("Ignoring pagCounter\n");
3411 struct rx_statistics rx_stats;
3413 printf("\n\nPrinting some general RX stats...\n\n");
3414 findsym("rx_stats", &symoff);
3415 kread(kmem, symoff, (char *)&rx_stats, sizeof rx_stats);
3416 printf("\t\tpacketRequests = %d\n", rx_stats.packetRequests);
3417 printf("\t\tnoPackets[%d] = %d\n", RX_PACKET_CLASS_RECEIVE,
3418 rx_stats.receivePktAllocFailures);
3419 printf("\t\tnoPackets[%d] = %d\n", RX_PACKET_CLASS_SEND,
3420 rx_stats.sendPktAllocFailures);
3421 printf("\t\tnoPackets[%d] = %d\n", RX_PACKET_CLASS_SPECIAL,
3422 rx_stats.specialPktAllocFailures);
3423 printf("\t\tnoPackets[%d] = %d\n", RX_PACKET_CLASS_RECV_CBUF,
3424 rx_stats.receiveCbufPktAllocFailures);
3425 printf("\t\tnoPackets[%d] = %d\n", RX_PACKET_CLASS_SEND_CBUF,
3426 rx_stats.sendCbufPktAllocFailures);
3427 printf("\t\tsocketGreedy = %d\n", rx_stats.socketGreedy);
3428 printf("\t\tbogusPacketOnRead = %d\n", rx_stats.bogusPacketOnRead);
3429 printf("\t\tbogusHost = %d\n", rx_stats.bogusHost);
3430 printf("\t\tnoPacketOnRead = %d\n", rx_stats.noPacketOnRead);
3431 printf("\t\tnoPacketBuffersOnRead = %d\n",
3432 rx_stats.noPacketBuffersOnRead);
3433 printf("\t\tselects = %d\n", rx_stats.selects);
3434 printf("\t\tsendSelects = %d\n", rx_stats.sendSelects);
3435 for (i = 0; i < RX_N_PACKET_TYPES; i++)
3436 printf("\t\tpacketsRead[%d] = %d\n", i, rx_stats.packetsRead[i]);
3437 printf("\t\tdataPacketsRead = %d\n", rx_stats.dataPacketsRead);
3438 printf("\t\tackPacketsRead = %d\n", rx_stats.ackPacketsRead);
3439 printf("\t\tdupPacketsRead = %d\n", rx_stats.dupPacketsRead);
3440 printf("\t\tspuriousPacketsRead = %d\n", rx_stats.spuriousPacketsRead);
3441 for (i = 0; i < RX_N_PACKET_TYPES; i++)
3442 printf("\t\tpacketsSent[%d] = %d\n", i, rx_stats.packetsSent[i]);
3443 printf("\t\tackPacketsSent = %d\n", rx_stats.ackPacketsSent);
3444 printf("\t\tpingPacketsSent = %d\n", rx_stats.pingPacketsSent);
3445 printf("\t\tabortPacketsSent = %d\n", rx_stats.abortPacketsSent);
3446 printf("\t\tbusyPacketsSent = %d\n", rx_stats.busyPacketsSent);
3447 printf("\t\tdataPacketsSent = %d\n", rx_stats.dataPacketsSent);
3448 printf("\t\tdataPacketsReSent = %d\n", rx_stats.dataPacketsReSent);
3449 printf("\t\tdataPacketsPushed = %d\n", rx_stats.dataPacketsPushed);
3450 printf("\t\tignoreAckedPacket = %d\n", rx_stats.ignoreAckedPacket);
3451 printf("\t\ttotalRtt = %d sec, %d usec\n", rx_stats.totalRtt.sec,
3452 rx_stats.totalRtt.usec);
3453 printf("\t\tminRtt = %d sec, %d usec\n", rx_stats.minRtt.sec,
3454 rx_stats.minRtt.usec);
3455 printf("\t\tmaxRtt = %d sec, %d usec\n", rx_stats.maxRtt.sec,
3456 rx_stats.maxRtt.usec);
3457 printf("\t\tnRttSamples = %d\n", rx_stats.nRttSamples);
3458 printf("\t\tnServerConns = %d\n", rx_stats.nServerConns);
3459 printf("\t\tnClientConns = %d\n", rx_stats.nClientConns);
3460 printf("\t\tnPeerStructs = %d\n", rx_stats.nPeerStructs);
3461 printf("\t\tnCallStructs = %d\n", rx_stats.nCallStructs);
3462 printf("\t\tnFreeCallStructs = %d\n", rx_stats.nFreeCallStructs);
3463 printf("\t\tnetSendFailures = %d\n", rx_stats.netSendFailures);
3464 printf("\t\tfatalErrors = %d\n", rx_stats.fatalErrors);
3473 char sysname[100], c;
3474 afs_int32 count, i, ar[100];
3476 struct rx_statistics rx_stats;
3478 printf("\n\nPrinting some RX globals...\n\n");
3479 findsym("rx_extraQuota", &symoff);
3480 kread(kmem, symoff, (char *)&count, sizeof count);
3481 printf("\trx_extraQuota = %d\n", count);
3482 findsym("rx_extraPackets", &symoff);
3483 kread(kmem, symoff, (char *)&count, sizeof count);
3484 printf("\trx_extraPackets = %d\n", count);
3485 findsym("rx_stackSize", &symoff);
3486 kread(kmem, symoff, (char *)&count, sizeof count);
3487 printf("\trx_stackSize = %d\n", count);
3488 findsym("rx_connDeadTime", &symoff);
3489 kread(kmem, symoff, (char *)&count, sizeof count);
3491 printf("\trx_connDeadTime = %d\n", count);
3492 findsym("rx_idleConnectionTime", &symoff);
3493 kread(kmem, symoff, (char *)&count, sizeof count);
3495 printf("\trx_idleConnectionTime = %d\n", count);
3497 findsym("rx_idlePeerTime", &symoff);
3498 kread(kmem, symoff, (char *)&count, sizeof count);
3499 printf("\trx_idlePeerTime = %d\n", count);
3501 findsym("rx_initSendWindow", &symoff);
3502 kread(kmem, symoff, (char *)&count, sizeof count);
3503 printf("\trx_initSendWindow = %d\n", count);
3505 findsym("rxi_nSendFrags", &symoff);
3506 kread(kmem, symoff, (char *)&count, sizeof count);
3507 printf("\trxi_nSendFrags = %d\n", count);
3509 findsym("rx_nPackets", &symoff);
3510 kread(kmem, symoff, (char *)&count, sizeof count);
3512 printf("\trx_nPackets = %d\n", count);
3513 findsym("rx_nFreePackets", &symoff);
3514 kread(kmem, symoff, (char *)&count, sizeof count);
3516 printf("\trx_nFreePackets = %d\n", count);
3517 findsym("rx_socket", &symoff);
3518 kread(kmem, symoff, (char *)&count, sizeof count);
3520 printf("\trx_socket = 0x%x\n", count);
3521 findsym("rx_port", &symoff);
3522 kread(kmem, symoff, (char *)&sm, sizeof sm);
3524 printf("\trx_Port = %d\n", sm);
3525 findsym("rx_packetQuota", &symoff);
3526 kread(kmem, symoff, (char *)ar, sizeof ar);
3528 for (i = 0; i < RX_N_PACKET_CLASSES; i++)
3529 printf("\trx_packetQuota[%d] = %d\n", i, ar[i]);
3530 findsym("rx_nextCid", &symoff);
3531 kread(kmem, symoff, (char *)&count, sizeof count);
3533 printf("\trx_nextCid = 0x%x\n", count);
3534 findsym("rx_epoch", &symoff);
3535 kread(kmem, symoff, (char *)&count, sizeof count);
3537 printf("\trx_epoch = 0u%u\n", count);
3538 findsym("rx_waitingForPackets", &symoff);
3539 kread(kmem, symoff, (char *)&c, sizeof(c));
3541 printf("\trx_waitingForPackets = %x\n", (int)c);
3542 findsym("rxi_nCalls", &symoff);
3543 kread(kmem, symoff, (char *)&count, sizeof count);
3545 printf("\trxi_nCalls = %d\n", count);
3546 findsym("rxi_dataQuota", &symoff);
3547 kread(kmem, symoff, (char *)&count, sizeof count);
3549 printf("\trxi_dataQuota = %d\n", count);
3551 if (findsym("rxi_Alloccnt", &symoff)) {
3552 kread(kmem, symoff, (char *)&count, sizeof count);
3553 printf("\trxi_Alloccnt = %d\n", count);
3556 if (findsym("rxi_Allocsize", &symoff)) {
3557 kread(kmem, symoff, (char *)&count, sizeof count);
3558 printf("\trxi_Allocsize = %d\n", count);
3561 findsym("rxi_availProcs", &symoff);
3562 kread(kmem, symoff, (char *)&count, sizeof count);
3564 printf("\trxi_availProcs = %d\n", count);
3565 findsym("rxi_totalMin", &symoff);
3566 kread(kmem, symoff, (char *)&count, sizeof count);
3568 printf("\trxi_totalMin = %d\n", count);
3569 findsym("rxi_minDeficit", &symoff);
3570 kread(kmem, symoff, (char *)&count, sizeof count);
3572 printf("\trxi_minDeficit = %d\n", count);
3573 print_services(kmem);
3574 #ifdef KDUMP_RX_LOCK
3576 print_peertable_lock(kmem);
3577 print_conntable_lock(kmem);
3578 print_calltable_lock(kmem);
3580 print_peertable(kmem);
3581 print_conntable(kmem);
3582 print_calltable(kmem);
3585 print_peertable(kmem);
3586 print_conntable(kmem);
3587 print_calltable(kmem);
3589 print_eventtable(kmem);
3590 print_rxstats(kmem);
3595 print_services(kmem)
3599 struct rx_service *rx_services[RX_MAX_SERVICES], se, *sentry = &se, *sep;
3601 afs_int32 count, i, j;
3603 findsym("rx_services", &symoff);
3604 kread(kmem, symoff, (char *)rx_services, RX_MAX_SERVICES * sizeof(long));
3606 printf("\n\nPrinting all 'rx_services' structures...\n");
3607 for (i = 0, j = 0; i < RX_MAX_SERVICES; i++) {
3608 if (rx_services[i]) {
3610 kread(kmem, (off_t) rx_services[i], (char *)sentry,
3612 kread(kmem, (off_t) sentry->serviceName, sysname,
3615 ("\t%lx: serviceId=%d, port=%d, serviceName=%s, socket=0x%x\n",
3616 rx_services[i], sentry->serviceId, sentry->servicePort,
3617 sysname, sentry->socket);
3619 ("\t\tnSecObj=%d, nReqRunning=%d, maxProcs=%d, minProcs=%d, connDeadTime=%d, idleDeadTime=%d\n",
3620 sentry->nSecurityObjects, sentry->nRequestsRunning,
3621 sentry->maxProcs, sentry->minProcs, sentry->connDeadTime,
3622 sentry->idleDeadTime);
3625 printf("... found %d 'rx_services' entries in the table\n", j);
3629 #ifdef KDUMP_RX_LOCK
3631 print_peertable_lock(kmem)
3635 struct rx_peer_rx_lock *rx_peerTable[256], se, *sentry = &se, *sep;
3638 findsym("rx_peerHashTable", &symoff);
3639 kread(kmem, symoff, (char *)&count, sizeof(long));
3641 printf("No 'rx_peer' structures found.\n");
3645 kread(kmem, count, (char *)rx_peerTable, 256 * sizeof(long));
3646 printf("\n\nPrinting all 'rx_peer' structures...\n");
3647 for (i = 0, j = 0; i < 256; i++) {
3648 for (sep = rx_peerTable[i]; sep; sep = sentry->next, j++) {
3649 kread(kmem, (off_t) sep, (char *)sentry, sizeof *sentry);
3650 printf("\t%lx: next=0x%lx, host=0x%x, ", sep, sentry->next,
3652 printf("ifMTU=%d, natMTU=%d, maxMTU=%d\n", sentry->ifMTU,
3653 sentry->natMTU, sentry->maxMTU);
3654 printf("\t\trtt=%d:%d, timeout(%d:%d), nSent=%d, reSends=%d\n",
3655 sentry->rtt, sentry->rtt_dev, sentry->timeout.sec,
3656 sentry->timeout.usec, sentry->nSent, sentry->reSends);
3657 printf("\t\trefCount=%d, port=%d, idleWhen=0x%x\n",
3658 sentry->refCount, sentry->port, sentry->idleWhen);
3660 ("\t\tCongestionQueue (0x%x:0x%x), inPacketSkew=0x%x, outPacketSkew=0x%x\n",
3661 sentry->congestionQueue.prev, sentry->congestionQueue.next,
3662 sentry->inPacketSkew, sentry->outPacketSkew);
3663 printf("\t\tpeer_lock=%d\n", sentry->peer_lock);
3666 printf("... found %d 'rx_peer' entries in the table\n", j);
3669 #endif /* KDUMP_RX_LOCK */
3671 print_peertable(kmem)
3675 struct rx_peer *rx_peerTable[256], se, *sentry = &se, *sep;
3678 findsym("rx_peerHashTable", &symoff);
3679 kread(kmem, symoff, (char *)&count, sizeof(long));
3681 kread(kmem, count, (char *)rx_peerTable, 256 * sizeof(long));
3682 printf("\n\nPrinting all 'rx_peer' structures...\n");
3683 for (i = 0, j = 0; i < 256; i++) {
3684 for (sep = rx_peerTable[i]; sep; sep = sentry->next, j++) {
3685 kread(kmem, (off_t) sep, (char *)sentry, sizeof *sentry);
3686 printf("\t%lx: next=0x%lx, host=0x%x, ", sep, sentry->next,
3688 printf("ifMTU=%d, natMTU=%d, maxMTU=%d\n", sentry->ifMTU,
3689 sentry->natMTU, sentry->maxMTU);
3690 printf("\t\trtt=%d:%d, timeout(%d:%d), nSent=%d, reSends=%d\n",
3691 sentry->rtt, sentry->rtt_dev, sentry->timeout.sec,
3692 sentry->timeout.usec, sentry->nSent, sentry->reSends);
3693 printf("\t\trefCount=%d, port=%d, idleWhen=0x%x\n",
3694 sentry->refCount, sentry->port, sentry->idleWhen);
3696 ("\t\tCongestionQueue (0x%x:0x%x), inPacketSkew=0x%x, outPacketSkew=0x%x\n",
3697 sentry->congestionQueue.prev, sentry->congestionQueue.next,
3698 sentry->inPacketSkew, sentry->outPacketSkew);
3699 #ifdef RX_ENABLE_LOCKS
3700 printf("\t\tpeer_lock=%d\n", sentry->peer_lock);
3701 #endif /* RX_ENABLE_LOCKS */
3704 printf("... found %d 'rx_peer' entries in the table\n", j);
3708 #ifdef KDUMP_RX_LOCK
3710 print_conntable_lock(kmem)
3714 struct rx_connection_rx_lock *rx_connTable[256], se, *sentry = &se;
3715 struct rx_connection_rx_lock *sep;
3718 findsym("rx_connHashTable", &symoff);
3719 kread(kmem, symoff, (char *)&count, sizeof(long));
3721 printf("No 'rx_connection' structures found.\n");
3725 kread(kmem, count, (char *)rx_connTable, 256 * sizeof(long));
3726 printf("\n\nPrinting all 'rx_connection' structures...\n");
3727 for (i = 0, j = 0; i < 256; i++) {
3728 for (sep = rx_connTable[i]; sep; sep = sentry->next, j++) {
3729 kread(kmem, (off_t) sep, (char *)sentry, sizeof *sentry);
3731 ("\t%lx: next=0x%lx, peer=0x%lx, epoch=0x%x, cid=0x%x, ackRate=%d\n",
3732 sep, se.next, se.peer, se.epoch, se.cid, se.ackRate);
3733 printf("\t\tcall[%lx=%d, %lx=%d, %lx=%d, %lx=%d]\n", se.call[0],
3734 se.callNumber[0], se.call[1], se.callNumber[1], se.call[2],
3735 se.callNumber[2], se.call[3], se.callNumber[3]);
3737 ("\t\ttimeout=%d, flags=0x%x, type=0x%x, serviceId=%d, service=0x%lx, refCount=%d\n",
3738 se.timeout, se.flags, se.type, se.serviceId, se.service,
3741 ("\t\tserial=%d, lastSerial=%d, secsUntilDead=%d, secsUntilPing=%d, secIndex=%d\n",
3742 se.serial, se.lastSerial, se.secondsUntilDead,
3743 se.secondsUntilPing, se.securityIndex);
3745 ("\t\terror=%d, secObject=0x%lx, secData=0x%lx, secHeaderSize=%d, secmaxTrailerSize=%d\n",
3746 se.error, se.securityObject, se.securityData,
3747 se.securityHeaderSize, se.securityMaxTrailerSize);
3749 ("\t\tchallEvent=0x%lx, lastSendTime=0x%x, maxSerial=%d, hardDeadTime=%d\n",
3750 se.challengeEvent, se.lastSendTime, se.maxSerial,
3752 if (se.flags & RX_CONN_MAKECALL_WAITING)
3754 ("\t\t***** Conn in RX_CONN_MAKECALL_WAITING state *****\n");
3756 ("\t\tcall_lock=%d, call_cv=%d, data_lock=%d, refCount=%d\n",
3757 se.conn_call_lock, se.conn_call_cv, se.conn_data_lock,
3761 printf("... found %d 'rx_connection' entries in the table\n", j);
3763 #endif /* KDUMP_RX_LOCK */
3766 print_conntable(kmem)
3770 struct rx_connection *rx_connTable[256], se, *sentry = &se, *sep;
3773 findsym("rx_connHashTable", &symoff);
3774 kread(kmem, symoff, (char *)&count, sizeof(long));
3776 kread(kmem, count, (char *)rx_connTable, 256 * sizeof(long));
3777 printf("\n\nPrinting all 'rx_connection' structures...\n");
3778 for (i = 0, j = 0; i < 256; i++) {
3779 for (sep = rx_connTable[i]; sep; sep = sentry->next, j++) {
3780 kread(kmem, (off_t) sep, (char *)sentry, sizeof *sentry);
3782 ("\t%lx: next=0x%lx, peer=0x%lx, epoch=0x%x, cid=0x%x, ackRate=%d\n",
3783 sep, se.next, se.peer, se.epoch, se.cid, se.ackRate);
3784 printf("\t\tcall[%x=%d, %x=%d, %x=%d, %x=%d]\n", se.call[0],
3785 se.callNumber[0], se.call[1], se.callNumber[1], se.call[2],
3786 se.callNumber[2], se.call[3], se.callNumber[3]);
3788 ("\t\ttimeout=%d, flags=0x%x, type=0x%x, serviceId=%d, service=0x%lx, refCount=%d\n",
3789 se.timeout, se.flags, se.type, se.serviceId, se.service,
3792 ("\t\tserial=%d, lastSerial=%d, secsUntilDead=%d, secsUntilPing=%d, secIndex=%d\n",
3793 se.serial, se.lastSerial, se.secondsUntilDead,
3794 se.secondsUntilPing, se.securityIndex);
3796 ("\t\terror=%d, secObject=0x%lx, secData=0x%lx, secHeaderSize=%d, secmaxTrailerSize=%d\n",
3797 se.error, se.securityObject, se.securityData,
3798 se.securityHeaderSize, se.securityMaxTrailerSize);
3800 ("\t\tchallEvent=0x%lx, lastSendTime=0x%x, maxSerial=%d, hardDeadTime=%d\n",
3801 se.challengeEvent, se.lastSendTime, se.maxSerial,
3803 if (se.flags & RX_CONN_MAKECALL_WAITING)
3805 ("\t\t***** Conn in RX_CONN_MAKECALL_WAITING state *****\n");
3806 #ifdef RX_ENABLE_LOCKS
3808 ("\t\tcall_lock=%d, call_cv=%d, data_lock=%d, refCount=%d\n",
3809 se.conn_call_lock, se.conn_call_cv, se.conn_data_lock,
3811 #endif /* RX_ENABLE_LOCKS */
3814 printf("... found %d 'rx_connection' entries in the table\n", j);
3818 #ifdef KDUMP_RX_LOCK
3820 print_calltable_lock(kmem)
3824 struct rx_connection_rx_lock *rx_connTable[256], se;
3825 struct rx_connection_rx_lock *sentry = &se;
3826 struct rx_connection_rx_lock *sep;
3827 long count, i, j, k;
3829 findsym("rx_connHashTable", &symoff);
3830 kread(kmem, symoff, (char *)&count, sizeof(long));
3832 printf("No 'rx_call' structures found.\n");
3836 kread(kmem, count, (char *)rx_connTable, 256 * sizeof(long));
3837 printf("\n\nPrinting all active 'rx_call' structures...\n");
3838 for (i = 0, j = 0; i < 256; i++) {
3839 for (sep = rx_connTable[i]; sep; sep = se.next) {
3840 kread(kmem, (off_t) sep, (char *)sentry, sizeof *sentry);
3841 for (k = 0; k < RX_MAXCALLS; k++) {
3842 struct rx_call_rx_lock ce, *centry = &ce;
3843 struct rx_call_rx_lock *call = se.call[k];