Lines Matching +full:auto +full:- +full:negotiation
66 # The user has not set bmc_power_policy_method via a -v parm so we will
98 Using old style functions, callers might call like this with a hard-
129 [local_time]: Fri 2017-11-03 152756 UTC
131 [universal_time]: Fri 2017-11-03 152756 UTC
133 [rtc_time]: Fri 2016-05-20 163403
143 # Local time: Fri 2017-11-03 15:27:56 UTC
144 # Universal time: Fri 2017-11-03 15:27:56 UTC
145 # RTC time: Fri 2016-05-20 16:34:03
185 [1k-blocks]: 247120
192 [1k-blocks]: 247120
200 "-h /var").
216 "pdbg -d p9w -p0 getcfam " + cfam_addrs + " | sed -re 's/.* = //g'"
255 Supports auto-negotiation: Yes
261 Advertised auto-negotiation: Yes
268 Auto-negotiation: on
269 MDI-X: Unknown
270 Supports Wake-on: g
271 Wake-on: g
285 [supports_auto-negotiation]: Yes
292 [advertised_auto-negotiation]: Yes
299 [auto-negotiation]: on
300 [mdi-x]: Unknown
301 [supports_wake-on]: g
302 [wake-on]: g
313 + " | sed -re 's/(.* link modes:)(.*)/\\1\\n\\2/g' | tail -n +2"
332 return json.loads(json_str.decode("utf-8"), object_pairs_hook=DotDict)
347 [id]: openbmc-phosphor
349 [version]: 2.8.0-dev
350 [version_id]: 2.8.0-dev-1083-g8954c3505
352 [build_id]: 2.8.0-dev
356 out_buf, stderr, rc = bsu.bmc_execute_command("cat /etc/os-release")
389 out_buf, stderr, rc = bsu.os_execute_command("cat /etc/os-release")
419 (e.g. getscom pu 20010a40 -all,
420 putscom pu 20010a40 4000000000000000 -p0).
464 Example : Binary of one Byte has 8 bits - xxxx xxxx
499 return re.sub("`-|\\|-", "", uri)
505 from cat /etc/os-release command.
507 xyz23.01 --> [23, 01]
508 xyz.0-112 --> [0, 112]
509 ZERzzYY-23.04-1-xx3 --> [23, 04, 1, 3]
512 return re.findall(r"\d+", re.sub("[A-Z]|[a-z]", "", version))