/openbmc/linux/tools/testing/ktest/ |
H A D | config-bisect.pl | 9 # config-bisect.pl [options] good-config bad-config [good|bad] 12 # Compares a good config to a bad config, then takes half of the diffs 13 # and produces a config that is somewhere between the good config and 15 # good config and will try to make half of the differences of between 16 # the good and bad configs match the bad config. It tries because of 24 # $ config-bisect.pl /path/to/good/config /path/to/bad/config 26 # This will now pull in good config (blowing away .config in that directory 27 # so do not make that be one of the good or bad configs), and then 30 # the good config. It does the same for the bad config as well. 34 # It then copies the result of its good config to /path/to/good/config.tmp [all …]
|
/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/gpio/phosphor-gpio-monitor/ |
H A D | minerva-phosphor-multi-gpio-monitor.json | 8 "FALLING": ["power-good-assert@mtia-blade-1.service"], 9 "RISING": ["power-good-deassert@mtia-blade-1.service"] 19 "FALLING": ["power-good-assert@mtia-blade-2.service"], 20 "RISING": ["power-good-deassert@mtia-blade-2.service"] 30 "FALLING": ["power-good-assert@mtia-blade-3.service"], 31 "RISING": ["power-good-deassert@mtia-blade-3.service"] 41 "FALLING": ["power-good-assert@mtia-blade-4.service"], 42 "RISING": ["power-good-deassert@mtia-blade-4.service"] 52 "FALLING": ["power-good-assert@mtia-blade-5.service"], 53 "RISING": ["power-good-deassert@mtia-blade-5.service"] [all …]
|
H A D | power-good-deassert@.service | 2 Description=%i Power Good Status Deassert 6 ExecStart=/usr/libexec/phosphor-gpio-monitor/logging "%i power good deassert" "BLADE" "%i" 7 SyslogIdentifier=%i-power-good-deassert
|
/openbmc/linux/Documentation/leds/ |
H A D | well-known-leds.txt | 10 use one of the "good" names from this list, and you should extend the 14 wants to use particular feature, you should probe for good name, first, 31 Good: "input*:*:player-{1,2,3,4,5} 35 Good: "input*:*:capslock" 36 Good: "input*:*:scrolllock" 37 Good: "input*:*:numlock" 54 Good: "platform:*:mute" 55 Good: "platform:*:micmute" 61 Good: "rgb:status" 69 Good: "platform:*:charging" (allwinner sun50i, leds-cht-wcove) [all …]
|
/openbmc/linux/tools/testing/ktest/examples/include/ |
H A D | bisect.conf | 21 # You must set the commit that was considered good (git bisect good) 28 # that requires to run a test to know if the bisect was good or bad. 29 # The test should exit with 0 on good, non-zero for bad. But see 33 # It is usually a good idea to confirm that the GOOD and the BAD 34 # commits are truly good and bad respectively. Having BISECT_CHECK 35 # set to 1 will check both that the good commit works and the bad 37 # set BISECT_CHECK to 'good' or to 'bad'. 39 #BISECT_CHECK = good 42 # Usually it's a good idea to specify the exact config you 66 # if the commit was good or bad. Instead, it will ask you to tell [all …]
|
/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/gpio/phosphor-gpio-monitor/ |
H A D | ventura-phosphor-multi-gpio-monitor.json | 305 "FALLING": ["power-good-assert@compute-tray-1.service"], 306 "RISING": ["power-good-deassert@compute-tray-1.service"] 316 "FALLING": ["power-good-assert@compute-tray-2.service"], 317 "RISING": ["power-good-deassert@compute-tray-2.service"] 327 "FALLING": ["power-good-assert@compute-tray-3.service"], 328 "RISING": ["power-good-deassert@compute-tray-3.service"] 338 "FALLING": ["power-good-assert@compute-tray-4.service"], 339 "RISING": ["power-good-deassert@compute-tray-4.service"] 349 "FALLING": ["power-good-assert@compute-tray-5.service"], 350 "RISING": ["power-good-deassert@compute-tray-5.service"] [all …]
|
/openbmc/qemu/tests/qapi-schema/ |
H A D | meson.build | 77 'doc-good.json', 227 output: ['doc-good-qapi-commands.c', 'doc-good-qapi-commands.h', 228 'doc-good-qapi-emit-events.c', 'doc-good-qapi-emit-events.h', 229 'doc-good-qapi-events.c', 'doc-good-qapi-events.h', 230 'doc-good-qapi-init-commands.c', 'doc-good-qapi-init-commands.h', 231 'doc-good-qapi-introspect.c', 'doc-good-qapi-introspect.h', 232 'doc-good-qapi-types.c', 'doc-good-qapi-types.h', 233 'doc-good-qapi-visit.c', 'doc-good-qapi-visit.h' ], 234 input: files('doc-good.json'), 236 '-p', 'doc-good-', '@INPUT0@' ], [all …]
|
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/ |
H A D | gstreamer1.0-meta-base.bb | 12 DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-good ${DEPENDS_UGLY} ${DEPEN… 38 gstreamer1.0-plugins-good-autodetect \ 39 gstreamer1.0-plugins-good-soup" 49 gstreamer1.0-plugins-good-wavparse \ 50 gstreamer1.0-plugins-good-flac \ 55 gstreamer1.0-plugins-good-debug \ 61 gstreamer1.0-plugins-good-avi \ 62 gstreamer1.0-plugins-good-matroska \
|
/openbmc/linux/tools/testing/selftests/exec/ |
H A D | binfmt_script.py | 34 # @good: whether this script is expected to execute correctly 43 def test(name, size, good=True, leading="", root="./", target="/perl", argument 80 if good: 81 print("ok %d - binfmt_script %s (successful good exec)" 87 if good: 111 test(name="too-big", size=SIZE+80, good=False) 113 test(name="exact", size=SIZE, good=False) 115 test(name="exact-space", size=SIZE, good=False, leading=" ") 117 test(name="whitespace-too-big", size=SIZE+71, good=False, root="", 119 # A good path, but it gets truncated due to leading whitespace. [all …]
|
/openbmc/linux/drivers/net/ethernet/atheros/atl1e/ |
H A D | atl1e.h | 248 unsigned long rx_ok; /* The number of good packet received. */ 249 unsigned long rx_bcast; /* The number of good broadcast packet received. */ 250 unsigned long rx_mcast; /* The number of good multicast packet received. */ 255 …unsigned long rx_byte_cnt; /* The number of bytes of good packet received. FCS is NOT included.… 256 …unt; /* The number of packets received that are less than 64 byte long and with good FCS. */ 258 …unsigned long rx_sz_64; /* The number of good and bad packets received that are 64 byte long… 259 …unsigned long rx_sz_65_127; /* The number of good and bad packets received that are between 65 a… 260 …unsigned long rx_sz_128_255; /* The number of good and bad packets received that are between 128 … 261 …unsigned long rx_sz_256_511; /* The number of good and bad packets received that are between 256 … 262 …unsigned long rx_sz_512_1023; /* The number of good and bad packets received that are between 512 … [all …]
|
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpmac.h | 129 * @DPMAC_CNT_ING_FRAME_64: counts 64-bytes frames, good or bad. 130 * @DPMAC_CNT_ING_FRAME_127: counts 65- to 127-bytes frames, good or bad. 131 * @DPMAC_CNT_ING_FRAME_255: counts 128- to 255-bytes frames, good or bad. 132 * @DPMAC_CNT_ING_FRAME_511: counts 256- to 511-bytes frames, good or bad. 133 * @DPMAC_CNT_ING_FRAME_1023: counts 512- to 1023-bytes frames, good or bad. 134 * @DPMAC_CNT_ING_FRAME_1518: counts 1024- to 1518-bytes frames, good or bad. 137 * good or bad. 149 * bytes long with a good CRC. 151 * specified, with a good frame check sequence. 159 * @DPMAC_CNT_ING_ALL_FRAME: counts each good or bad frames received.
|
/openbmc/linux/drivers/net/ethernet/atheros/atl1c/ |
H A D | atl1c.h | 299 unsigned long rx_ok; /* The number of good packet received. */ 300 unsigned long rx_bcast; /* The number of good broadcast packet received. */ 301 unsigned long rx_mcast; /* The number of good multicast packet received. */ 306 unsigned long rx_byte_cnt; /* The number of bytes of good packet received. FCS is NOT included. */ 307 …g rx_runt; /* The number of packets received that are less than 64 byte long and with good FCS. */ 309 unsigned long rx_sz_64; /* The number of good and bad packets received that are 64 byte long. */ 310 …unsigned long rx_sz_65_127; /* The number of good and bad packets received that are between 65 and… 311 …unsigned long rx_sz_128_255; /* The number of good and bad packets received that are between 128 a… 312 …unsigned long rx_sz_256_511; /* The number of good and bad packets received that are between 256 a… 313 …unsigned long rx_sz_512_1023; /* The number of good and bad packets received that are between 512 … [all …]
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | bug-bisect.rst | 45 $ git bisect good [commit] 50 $ git bisect good 61 4.8 is good, you could do:: 65 $ git bisect good v4.8 68 .. [#f1] You can, optionally, provide both good and bad arguments at git 69 start with ``git bisect start [BAD] [GOOD]``
|
/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/ |
H A D | plat-phosphor-multi-gpio-monitor.json | 14 "Name": "power-hsc-good", 20 "deassert-gpio-log@0_power-hsc-good.service", 25 "assert-gpio-log@0_power-hsc-good.service", 74 "Name": "power-host-good", 79 … "RISING": ["deassert-power-good.service", "deassert-gpio-log@2_power-host-good.service"], 80 "FALLING": ["assert-power-good.service", "assert-gpio-log@2_power-host-good.service"]
|
H A D | assert-power-good.service | 2 Description=Assert Power Good Status 6 ExecStart=/usr/libexec/phosphor-gpio-monitor/assert-power-good 8 SyslogIdentifier=assert-power-good
|
H A D | deassert-power-good.service | 2 Description=Deassert Power Good Status 6 ExecStart=/usr/libexec/phosphor-gpio-monitor/deassert-power-good 8 SyslogIdentifier=deassert-power-good
|
/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/ |
H A D | phosphor-gpio-monitor_%.bbappend | 8 file://assert-power-good \ 9 file://assert-power-good.service \ 15 file://deassert-power-good \ 16 file://deassert-power-good.service \ 40 assert-power-good.service \ 43 deassert-power-good.service \ 76 install -m 0755 ${UNPACKDIR}/assert-power-good ${D}${libexecdir}/${PN}/ 77 install -m 0755 ${UNPACKDIR}/deassert-power-good ${D}${libexecdir}/${PN}/
|
/openbmc/phosphor-power/phosphor-power-sequencer/src/ |
H A D | power_interface.hpp | 36 * Emit the power good signal 52 * Returns the power good of the chassis 53 * @return power good 58 * Returns the power good timeout 59 * @return power good timeout 70 * Sets the power good timeout 71 * @param timeout power good timeout
|
/openbmc/openpower-hw-diags/util/ |
H A D | bin_stream.hpp | 41 /** @return True, if the state of the stream is good. */ 42 bool good() in good() function in util::BinFileReader 44 return iv_stream.good(); in good() 52 * @note After calling, check good() to determine if the operation was 138 /** @return True, if the state of the stream is good. */ 139 bool good() in good() function in util::BinFileWriter 141 return iv_stream.good(); in good() 149 * @note After calling, check good() to determine if the operation was
|
/openbmc/linux/drivers/mtd/nand/onenand/ |
H A D | onenand_bbt.c | 27 * tables and good / bad block identifiers. Same as check_pattern, but 49 * @bd: descriptor for the good/bad block search pattern 54 * for the given good/bad block identify pattern 126 * @bd: descriptor for the good/bad block search pattern 129 * for manufacturer / software marked good / bad blocks 170 * @bd: descriptor for the good/bad block search pattern 174 * marked good / bad blocks and writes the bad block table(s) to 210 * Define some generic bad / good block scan pattern which are used 211 * while scanning a device for factory marked good / bad blocks.
|
/openbmc/phosphor-state-manager/ |
H A D | chassis_check_power_status.cpp | 55 // If the chassis power status is not good, log an error and exit with in main() 60 "xyz.openbmc_project.State.Chassis.PowerStatus.Good") in main() 62 error("Chassis power status is not good: {CURRENT_PWR_STATUS}", in main() 74 // all good in main() 75 info("Chassis power status good, start power on"); in main()
|
/openbmc/u-boot/drivers/mtd/onenand/ |
H A D | onenand_bbt.c | 33 * tables and good / bad block identifiers. Same as check_pattern, but 55 * @param bd descriptor for the good/bad block search pattern 60 * for the given good/bad block identify pattern 133 * @param bd descriptor for the good/bad block search pattern 136 * for manufacturer / software marked good / bad blocks 181 * @param bd descriptor for the good/bad block search pattern 185 * marked good / bad blocks and writes the bad block table(s) to 227 * Define some generic bad / good block scan pattern which are used 228 * while scanning a device for factory marked good / bad blocks.
|
/openbmc/linux/Documentation/process/ |
H A D | management-style.rst | 113 not. After all, if **they** aren't certain whether it's a good idea, you 170 - get really good at apologies 183 3) People II - the Good Kind 202 good idea - go wild", or "That sounds good, but what about xxx?". The 209 specific directions, but let's face it, they might be good at what they 210 do, and suck at everything else. The good news is that people tend to 211 naturally gravitate back to what they are good at, so it's not like you 223 best way of taking the blame: do it for someone else. You'll feel good 224 for taking the fall, they'll feel good about not getting blamed, and the 238 you've followed the previous rules, you'll be pretty good at saying that [all …]
|
/openbmc/linux/kernel/ |
H A D | Kconfig.hz | 30 250 Hz is a good compromise choice allowing server performance 31 while also showing good interactive responsiveness even 38 300 Hz is a good compromise choice allowing server performance 39 while also showing good interactive responsiveness even
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_port.h | 195 /* Received frames with a length of MTU< octets and good CRC */ 205 /* Received broadcast frames with good CRC */ 215 /* Received multicast frames with good CRC */ 225 /* Received unicast not short or GIANT frames with good CRC */ 432 /* Transmit frames with a length greater than MTU octets and a good CRC. */ 443 /* Transmit broadcast frames with a good CRC */ 454 /* Transmit multicast frames with a good CRC */ 465 /* Transmit good frames that are neither broadcast nor multicast */ 520 /* Total frames transmitted with a good CRC that are not aborted */ 570 /* Received frames with a length less than 64 octets and a good CRC */ [all …]
|