home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume7 / nlist / dnlc.sun < prev    next >
Encoding:
Text File  |  1989-08-05  |  299 b   |  17 lines

  1. #! /bin/sh
  2.  
  3. echo "Dumping 100 entries of the dnlc (ncache) structures,
  4. following the 'hash_next' pointer"
  5.  
  6. nlist -ax -h1 -s 0 -f6x -l 10 \
  7.     '_ncache    : Hshnxt' \
  8.     '        : Hshprv' \
  9.     '        : Lrunxt' \
  10.     '        : Lruprv' \
  11.     '        : Vp' \
  12.     '        : Dp' \
  13.     '|1        : Len%3d' \
  14.     '|15        : Name%15s' \
  15.     '        : Ucred' \
  16.     '@&1 = #1'
  17.