Lines Matching +full:re +full:- +full:enable

8 import re
37 not supported - defaulting to 0x0e
41 sol_info[Set in progress]: set-complete
43 sol_info[Non-Volatile Bit Rate (kbps)]: IPMI-Over-Serial-Setting
46 sol_info[Volatile Bit Rate (kbps)]: IPMI-Over-Serial-Setting
78 # "retry-count").
141 Auth Type Enable : Callback : MD5
160 [Auth Type Enable]:
181 # Notice in the example of data above that 'Auth Type Enable' needs some
183 # the 'Auth Type Enable' string so that key_value_outbuf_to_dict can
184 # process it as a sub-dictionary.
188 + " | grep -E '^(Auth Type Enable)"
189 + "?[ ]+: ' | sed -re 's/^(Auth Type Enable)?[ ]+: //g'"
196 # names (i.e. the 'Auth Type Enable' sub-fields).
197 cmd_buf = "lan print " + channel_number + " | grep -E -v '^[ ]+: '"
202 # Make auth_type_enable_dict sub-dictionary...
211 # Re-assign 'Auth Type Enable' to contain the auth_type_enable_dict.
212 lan_print_dict["Auth Type Enable"] = auth_type_enable_dict
254 result.update((k, re.sub(" Watts$", "", v)) for k, v in result.items())
362 The data is obtained by issuing the IPMI "sdr elist -vvv" command. An
390 /etc/os-release
391 (e.g. "xxx-v2.1-438-g0030304-r3-gfea8585").
400 count = re.findall("-(\\d{1,4})-", version_id)
403 release = re.findall("-r(\\d{1,4})", version_id)
416 The data is obtained by issuing the IPMI "fru print -N 50" command. An
460 "Run IPMI Standard Command fru print -N 50"
464 ret_values = re.sub(
469 vf.key_value_outbuf_to_dict(x) for x in re.split("\n\n", ret_values)
497 if re.match(component + "([0-9]+)? ", x["fru_device_description"])
524 Enable Status : enabled
578 cmd_buf = "channel getciphers ipmi | sed -re 's/ Alg/_Alg/g'"
602 "cat /usr/share/ipmi-providers/dev_id.json"
634 Front-Panel Lockout : inactive
657 [front-panel_lockout]: inactive
686 [channel_protocol_type]: IPMB-1.0
687 [session_support]: multi-session
692 [per-message_auth]: enabled
695 [non-volatile_settings]:
697 [per-message_auth]: enabled
706 …# To match the dict format, add a colon after 'Volatile(active) Settings' and 'Non-Volatile Settin…
709 key_var_list[11] = "Non-Volatile Settings:"
757 [non-null_user_names_exist]: yes
824 threshold_list List of higher and lower of critical and non-critical values.