shutdown          287 src/simh/scp.c t_stat detach_all (int32 start_device, t_bool shutdown);
shutdown         5564 src/simh/scp.c t_stat detach_all (int32 start, t_bool shutdown)
shutdown         5573 src/simh/scp.c if (shutdown)
shutdown         5579 src/simh/scp.c             (shutdown && dptr->detach &&                /* shutdown, spec rtn, */
shutdown         5583 src/simh/scp.c             if ((r != SCPE_OK) && !shutdown)            /* error and not shutting down? */
shutdown         1180 src/simh/sim_sock.c shutdown(sock, SD_BOTH);