File: dse.c

package info (click to toggle)
fis-gtm 6.2-000-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 30,784 kB
  • ctags: 42,554
  • sloc: ansic: 358,483; asm: 4,847; csh: 4,574; sh: 2,261; awk: 200; makefile: 86; sed: 13
file content (168 lines) | stat: -rw-r--r-- 4,500 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
/****************************************************************
 *								*
 *	Copyright 2001, 2014 Fidelity Information Services, Inc	*
 *								*
 *	This source code contains the intellectual property	*
 *	of its copyright holder(s), and is made available	*
 *	under a license.  If you do not know the terms of	*
 *	the license, please stop and do not read further.	*
 *								*
 ****************************************************************/

#include "mdef.h"

#include <efndef.h>
#include <signal.h>
#include <iodef.h>
#include <rmsdef.h>
#include <ssdef.h>
#include <descrip.h>
#include <climsgdef.h>

#include "gtm_inet.h"

#include "gdsroot.h"
#include "gdsblk.h"
#include "gtm_facility.h"
#include "fileinfo.h"
#include "gdsbt.h"
#include "gdsfhead.h"
#include "gdscc.h"
#include "gdskill.h"
#include "filestruct.h"
#include "cli.h"
#include "error.h"
#include "io.h"
#include "iottdef.h"
#include "jnl.h"
#include "buddy_list.h"		/* needed for tp.h */
#include "hashtab_int4.h"	/* needed for tp.h */
#include "tp.h"
#include "stp_parms.h"
#include "stringpool.h"
#include "repl_msg.h"
#include "gtmsource.h"
#include "gtmimagename.h"
#include "desblk.h"		/* for desblk structure */
#include "util.h"
#include "dse.h"
#include "patcode.h"
#include "generic_exit_handler.h"
#include "dfntmpmbx.h"
#include "ladef.h"
#include "ast_init.h"
#include "init_secshr_addrs.h"
#include "dse_exit.h"
#include "gtm_env_init.h"	/* for gtm_env_init() prototype */
#include "common_startup_init.h"
#include "gtm_threadgbl_init.h"

GBLDEF block_id		patch_curr_blk;

GBLREF VSIG_ATOMIC_T	util_interrupt;
GBLREF desblk		exi_blk;
GBLREF int4		exi_condition;
GBLREF int4 		lkid;
GBLREF boolean_t        dse_running;
GBLREF gv_namehead	*gv_target;
GBLREF gd_region	*gv_cur_region;
GBLREF gd_addr          *gd_header;
GBLREF gd_addr          *original_header;
GBLREF sgmnt_addrs	*cs_addrs;
GBLREF short		crash_count;
GBLREF bool		wide_out;
GBLREF spdesc		rts_stringpool, stringpool;
GBLREF boolean_t        	write_after_image;

error_def(ERR_CTRLC);

extern int		DSE_CMD();
extern int		CLI$DCL_PARSE();
extern int		CLI$DISPATCH();

$DESCRIPTOR	(prompt, "DSE> ");

static readonly mstr lnm$group = {9,  "LNM$GROUP"};
static void dse_process(void);

void dse(void)
{
	$DESCRIPTOR	(desc, "SYS$OUTPUT");
	char		buff[MAX_LINE];
	$DESCRIPTOR	(command, buff);
	unsigned short	outlen;
	uint4		status;
	int4		sysout_channel;
	t_cap		t_mode;
	DCL_THREADGBL_ACCESS;

	GTM_THREADGBL_INIT;
	common_startup_init(DSE_IMAGE);
	gtm_env_init();	/* read in all environment variables */
	TREF(transform) = TRUE;
	TREF(no_spangbls) = TRUE;	/* dse operates on a per-region basis irrespective of global mapping in gld */
	util_out_open(0);
	SET_EXIT_HANDLER(exi_blk, generic_exit_handler, exi_condition);	/* Establish exit handler */
	ESTABLISH(util_base_ch);
	status =lp_id(&lkid);
	if (SS$_NORMAL != status)
		rts_error_csa(CSA_ARG(NULL) VARLSTCNT(1) status);
	INVOKE_INIT_SECSHR_ADDRS;
	dfntmpmbx(lnm$group.len, lnm$group.addr);
	ast_init();
	stp_init(STP_INITSIZE);
	rts_stringpool = stringpool;
	initialize_pattern_table();
	gvinit();
	region_init(FALSE);
	sys$assign(&desc, &sysout_channel, 0, 0);
	if (sysout_channel)
	{
		sys$qiow(EFN$C_ENF, sysout_channel, IO$_SENSEMODE, 0, 0, 0, &t_mode, 12, 0, 0, 0, 0);
		if (t_mode.pg_width >= 132)
			wide_out = TRUE;
		else
			wide_out = FALSE;
	} else
		wide_out = FALSE;
	if (cs_addrs)
		crash_count = cs_addrs->critical->crashcnt;
	patch_curr_blk = get_dir_root();
	REVERT;
	util_out_print("!/File  !_!AD", TRUE, DB_LEN_STR(gv_cur_region));
	util_out_print("Region!_!AD!/", TRUE, REG_LEN_STR(gv_cur_region));
	dse_ctrlc_setup();
	/* Since DSE operates on a region-by-region basis (for the most part), do not use a global directory at all from now on */
	original_header = gd_header;
	gd_header = NULL;
	status = lib$get_foreign(&command, 0, &outlen, 0);
	if ((status & 1) && outlen > 0)
	{
		command.dsc$w_length = outlen;
		status = CLI$DCL_PARSE(&command, &DSE_CMD, &lib$get_input, 0, 0);
		if (RMS$_EOF == status)
			dse_exit();
		else if (CLI$_NORMAL == status)
		{
			ESTABLISH(util_ch);
			CLI$DISPATCH();
			REVERT;
		}
	}
	for (;;)
		dse_process();
}

static void dse_process(void)
{
	uint4	status;

	ESTABLISH(util_ch);
	status = CLI$DCL_PARSE(0, &DSE_CMD, &lib$get_input, &lib$get_input, &prompt);
	if (RMS$_EOF == status)
		dse_exit();
	else if (CLI$_NORMAL == status)
		CLI$DISPATCH();
	if (util_interrupt)
		rts_error_csa(CSA_ARG(NULL) VARLSTCNT(1) ERR_CTRLC);
}