system_state_s     92 src/dps8/dps8_state.h extern struct system_state_s * system_state;
system_state_s     99 src/dps8/dps8_sys.c struct system_state_s * system_state;
system_state_s   4046 src/dps8/dps8_sys.c     { "commit_id",              SYM_STATE_OFFSET,  SYM_STRING,    offsetof (struct system_state_s, commit_id)   },
system_state_s   4047 src/dps8/dps8_sys.c     { "M[]",                    SYM_STATE_OFFSET,  SYM_ARRAY,     offsetof (struct system_state_s, M)           },
system_state_s   4050 src/dps8/dps8_sys.c     { "cpus[]",                 SYM_STATE_OFFSET,  SYM_ARRAY,     offsetof (struct system_state_s, cpus)        },
system_state_s   4454 src/dps8/dps8_sys.c   system_state = malloc (sizeof (struct system_state_s));
system_state_s   4461 src/dps8/dps8_sys.c     system_state = (struct system_state_s *)
system_state_s   4462 src/dps8/dps8_sys.c       create_shm (statenme, sizeof (struct system_state_s));
system_state_s   4464 src/dps8/dps8_sys.c     system_state = malloc (sizeof (struct system_state_s));