Lines Matching full:variables

41 … an OrderedDict which is sorted by key and which contains all of the plug-in environment variables.
54 - Register PASSWORD variables to prevent their values from being printed.
66 … non-string type in setting global variables (with the exception of os.environ values which must be
104 …# For all variables specified in the parm_def file, we want them to default to "" rather than bein…
122 …# Create a list of plug-in environment variables by pre-pending <all caps plug-in package name>_<a…
155 # Restore the types of any variables where the caller had defined default values.
182 …Sprint the plug-in environment variables (i.e. those that begin with the global PLUG_VAR_PREFIX va…
212 …When debug is set, print all plug_prefix variables (e.g. AUTOBOOT_OPENBMC_HOST, etc.) and all plug…
213 …environment variables (e.g. OBMC_SAMPLE_PARM1) with surrounding dashed lines. When debug is not s…
214 …print only the plug-in environment variables (e.g. OBMC_SAMPLE_PARM1) with no surrounding dashed l…
216 …NOTE: plug-in environment variables means any variable defined in the <plug-in dir>/parm_def file …
217 any environment variables whose names begin with the upper-case plug-in package name.
227 Get all plug-in variables and put them in corresponding global variables.
229 …This would include all environment variables beginning with either the global PLUG_VAR_PREFIX valu…
233 …The global variables to be set will be both with and without the global PLUG_VAR_PREFIX value pref…
238 …mod_name The name of the module whose global plug-in variables should be re…
246 # Get all PLUG_VAR_PREFIX environment variables and put them into globals.
259 …This function will assign a default by checking the following environment variables in the order s…
274 …The first of these environment variables that is found to be set will be used to provide the defau…
330 …In addition, for each plug-in in required_plug_in_names, set the global plug-in variables. This is