
{      The NAD memory dump is performed when a local NAD has been
{ declared unoperational (down) and the corresponding NAD table entry
{ has 'perform_auto_reload' = TRUE and 'test_requested' = FALSE.
{ The event processor disposes of the NAD memory dump according to
{ the 'dump_disposition' field:
{
{      IF  "discard"   THEN
{         release network wired buffers after the dump is completed.
{      ELSEIF  "save_last"   THEN
{         attach existing file $system.rhfam.[nad_name] (create a new
{           file if none exists).
{         copy network wired buffers (NAD memory image) to the file.
{      ELSE    [save_all]
{         create next cycle of file $system.rhfam.[nad_name] (create
{           cycle 1 if none exists).
{         copy network wired buffers (NAD memory image) to the file.
