Lines Matching full:call
20 …Call the external validate_plug_ins.py program which validates the plug-in dir paths given to it. …
34 "Validate plug ins call failed. See"
59 …Call the external process_plug_in_packages.py to process the plug-in packages. Return the followi…
66 … call_point The call point program to be called for each plug-in package (e.g.
70 … means that for each plug-in call point that runs, a 0x00000200 will not
73 … if the call point program from any plug-in directory fails. Conversely,
74 … if it is set to false, this program will run the call point program from
76 … Typical example cases where you'd want to run all plug-in call points
77 … regardless of success or failure would be "cleanup" or "ffdc" call points.
78 …stop_on_non_zero_rc If this parm is set to 1 and a plug-in call point program returns …
82 … processing if one of the plug-in directory call point programs returns a
84 … example might be in calling some kind of "check_errl" call point program.
85 … Such a call point program might return a 2 (i.e. 0x00000200) to indicate
87 … therefore to be ignored. That being the case, no other "check_errl" call
160 "Processing " + call_point + " call point programs."
185 # shell_rc: <shell return code value of last call point program>
205 # Next we call my_parm_file to create a properties dictionary.