Home
last modified time | relevance | path

Searched refs:IF (Results 1 – 25 of 775) sorted by relevance

12345678910>>...31

/openbmc/linux/tools/testing/ktest/examples/
H A Dcrosstests.conf96 TEST_START IF ${RUN} == alpha || ${DO_DEFAULT}
105 TEST_START IF ${RUN} == arm || ${DO_DEFAULT}
110 TEST_START IF ${RUN} == ia64 || ${DO_DEFAULT}
115 TEST_START IF ${RUN} == m68k || ${DO_DEFAULT}
120 TEST_START IF ${RUN} == mips || ${RUN} == mips64 || ${DO_DEFAULT}
125 TEST_START IF ${RUN} == mips || ${RUN} == mips32 || ${DO_DEFAULT}
130 TEST_START IF ${RUN} == hppa || ${RUN} == hppa64 || ${DO_FAILED}
135 TEST_START IF ${RUN} == hppa || ${RUN} == hppa32 || ${DO_FAILED}
140 TEST_START IF ${RUN} == ppc || ${RUN} == ppc32 || ${DO_DEFAULT}
145 TEST_START IF ${RUN} == ppc || ${RUN} == ppc64 || ${DO_DEFAULT}
[all …]
/openbmc/linux/drivers/scsi/
H A D53c700.scr143 JUMP SendIdentifyMsg, IF MSG_OUT
193 JUMP ReceiveExtendedMessage, IF EXTENDED_MSG
194 RETURN, IF NOT TWO_BYTE_MSG, AND MASK TWO_BYTE_MSG_MASK
201 JUMP Receive1Byte, IF 0x01
202 JUMP Receive2Byte, IF 0x02
203 JUMP Receive3Byte, IF 0x03
204 JUMP Receive4Byte, IF 0x04
205 JUMP Receive5Byte, IF 0x05
252 JUMP MsgInBeforeCommand, IF MSG_IN
253 INT UNEXPECTED_PHASE_BEFORE_CMD, IF NOT CMD
[all …]
H A D53c700_d.h_shipped152 JUMP SendIdentifyMsg, IF MSG_OUT
259 JUMP ReceiveExtendedMessage, IF EXTENDED_MSG
263 RETURN, IF NOT TWO_BYTE_MSG, AND MASK TWO_BYTE_MSG_MASK
288 JUMP Receive1Byte, IF 0x01
292 JUMP Receive2Byte, IF 0x02
296 JUMP Receive3Byte, IF 0x03
300 JUMP Receive4Byte, IF 0x04
304 JUMP Receive5Byte, IF 0x05
429 JUMP MsgInBeforeCommand, IF MSG_IN
433 INT UNEXPECTED_PHASE_BEFORE_CMD, IF NOT CMD
[all …]
/openbmc/linux/tools/testing/ktest/examples/include/
H A Dtests.conf19 DEFAULTS IF NOT DEFINED BOOT_TYPE
26 DEFAULTS IF NOT DEFINED RUN_TEST
33 TEST_START IF ${TEST} == boot
42 TEST_START IF ${TEST} == build
54 TEST_START ITERATE 10 IF ${TEST} == randconfig
63 TEST_START ITERATE 10 IF ${TEST} == randconfig && ${MULTI}
70 TEST_START IF ${TEST} == test
H A Dpatchcheck.conf18 DEFAULTS IF NOT DEFINED BUILD_TYPE
45 DEFAULTS IF DEFINED PATCH_TEST
67 DEFAULTS IF DEFINED CREATE_WARNINGS_FILE
70 TEST_START IF DEFINED CREATE_WARNINGS_FILE
88 DEFAULTS IF NOT DEFINED PATCH_START1
91 TEST_START IF ${TEST} == patchcheck
101 TEST_START IF ${TEST} == patchcheck && ${MULTI}
H A Ddefaults.conf17 DEFAULTS IF NOT DEFINED BOX
24 DEFAULTS IF NOT DEFINED BITS
130 DEFAULTS IF ${REBOOT} == none
136 DEFAULTS ELSE IF ${REBOOT} == error
142 DEFAULTS ELSE IF ${REBOOT} == fail
H A Dbisect.conf10 DEFAULTS IF NOT DEFINED RUN_TEST
19 TEST_START IF ${TEST} == bisect
82 TEST_START IF ${TEST} == config-bisect
H A Dbootconfig.conf33 TEST_START IF DEFINED RUN_BOOTCONFIG
46 TEST_START IF DEFINED RUN_BOOTCONFIG
58 TEST_START IF DEFINED RUN_BOOTCONFIG
H A Dmin-config.conf47 TEST_START IF ${TEST} == min-config
55 TEST_START IF ${TEST} == min-config && ${MULTI}
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-nic-config/
H A D50-gbmc-nic.rules.in2 chain @IF@_input {
4 iifname != @IF@ accept
12 chain @IF@_forward {
14 iifname != @IF@ accept
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings/
H A Dcmpi-bindings-0.4.17-no-ruby-perl.patch24 -IF (PERL_EXECUTABLE)
29 +#IF (PERL_EXECUTABLE)
35 -IF (RUBY_LIBRARY AND RUBY_INCLUDE_PATH)
41 +#IF (RUBY_LIBRARY AND RUBY_INCLUDE_PATH)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libsmi/libsmi/
H A Dlibsmi-fix-the-test-dump-files.patch16 test/dumps/sming/IF-MIB | 22 +++++++++++++---------
86 diff --git a/test/dumps/sming/IF-MIB b/test/dumps/sming/IF-MIB
88 --- a/test/dumps/sming/IF-MIB
89 +++ b/test/dumps/sming/IF-MIB
95 module IF-MIB {
118 @@ -79,6 +81,7 @@ module IF-MIB {
126 @@ -91,6 +94,7 @@ module IF-MIB {
149 - import IF-MIB (InterfaceIndex);
158 + import IF-MIB (InterfaceIndex);
176 - import IF-MIB (ifIndex);
[all …]
H A Dsmi.conf45 tcpdump: load IF-MIB
47 smiquery: load IF-MIB
/openbmc/openbmc-test-automation/pldm/
H A Dtest_pldm_platform.robot83 ... ELSE IF '${pldm_output['PDRType']}' == '${PLDM_PDR_TYPES['PLDM_PDR_FRU_RECORD_SET']}'
86 ... ELSE IF '${pldm_output['PDRType']}' == '${PLDM_PDR_TYPES['PLDM_PDR_ENTITY_ASSOCIATION']}'
89 ... ELSE IF '${pldm_output['PDRType']}' == '${PLDM_PDR_TYPES['PLDM_STATE_SENSOR_PDR']}'
92 ... ELSE IF '${pldm_output['PDRType']}' == '${PLDM_PDR_TYPES['PLDM_NUMERIC_EFFECTER_PDR']}'
95 ... ELSE IF '${pldm_output['PDRType']}' == '${PLDM_PDR_TYPES['PLDM_TERMINUS_LOCATOR_PDR']}'
98 …... ELSE IF '${pldm_output['PDRType']}' == '${PLDM_PDR_TYPES['PLDM_COMPACT_NUMERIC_SENSOR_PDR']}'
/openbmc/openbmc-test-automation/lib/
H A Dcertificate_utils.robot39 ... ELSE IF '${status}' == 'error'
110 ... ELSE IF '${cert_format}' == 'Empty Certificate Valid Privatekey'
112 ... ELSE IF '${cert_format}' == 'Valid Certificate Empty Privatekey'
114 ... ELSE IF '${cert_format}' == 'Empty Certificate Empty Privatekey'
116 …... ELSE IF '${cert_format}' == 'Expired Certificate' or '${cert_format}' == 'Not Yet Valid Cert…
118 ... ELSE IF '${cert_format}' == 'Valid Certificate'
121 ... ELSE IF '${cert_format}' == 'Empty Certificate'
186 ... ELSE IF '${cert_type}' == 'CA'
215 ... ELSE IF '${cert_type}' == 'CA'
225 ... ELSE IF '${cert_format}' == 'Not Yet Valid Certificate'
[all …]
H A Dbios_attr_utils.robot30 IF ${type_str}
33 IF ${attr_value_length}
43 IF 'current' in '${attr_handle}'
81 IF ${cmd_rsp_status}
/openbmc/linux/tools/usb/usbip/
H A Dconfigure.ac58 dnl [ACTION-IF-GIVEN]
74 dnl [ACTION-IF-NOT-GIVEN]
98 dnl [ACTION-IF-GIVEN]
107 dnl [ACTION-IF-NOT-GIVEN]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/
H A D0001-sql-CMakeLists.txt-fix-gen_lex_hash-not-found.patch29 +IF(NOT CMAKE_CROSSCOMPILING)
44 @@ -405,11 +412,18 @@ IF(NOT CMAKE_CROSSCOMPILING OR DEFINED CMAKE_CROSSCOMPILING_EMULATOR)
52 +IF(NOT CMAKE_CROSSCOMPILING)
/openbmc/openbmc-test-automation/ipmi/dcmi/
H A Dtest_dcmi_get_capabilities.robot46 Exit For Loop IF ${slave_address_status} == True
49 Run Keyword IF ${slave_address_status} == False Fail msg=Slave address is showing wrongly.
55 Run Keyword IF ${slave_address_status_1} == True
/openbmc/linux/drivers/mtd/hyperbus/
H A DKconfig26 tristate "Renesas RPC-IF HyperBus driver"
30 This option includes Renesas RPC-IF HyperBus support.
/openbmc/openbmc/poky/meta/recipes-devtools/librepo/librepo/
H A D0004-Set-gpgme-variables-with-pkg-config-not-with-cmake-m.patch20 IF (USE_GPGME)
24 IF (ENABLE_SELINUX)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/libubox/libubox/
H A D0001-version-libraries.patch16 IF(EXISTS ${json})
23 @@ -55,6 +57,7 @@ IF(EXISTS ${json})
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-rf-tuner.rst14 converts that received signal to lower intermediate frequency (IF) or
16 called Zero-IF tuners. Older tuners were typically simple PLL tuners
56 Enables/disables IF automatic gain control (AGC)
81 IF gain is last gain stage on the RF tuner signal path. It is
/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-driver-usb-usbtmc8 can be found in the USB TMC documents from the USB-IF entitled
22 can be found in the USB TMC documents from the USB-IF entitled
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/freediameter/files/
H A D0001-bison-flex-Add-flags-for-carrying-user-specified-par.patch20 @@ -52,6 +52,7 @@ IF(BISON_EXECUTABLE)
32 @@ -39,6 +39,7 @@ IF(FLEX_EXECUTABLE)

12345678910>>...31