/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | private_header_test.cpp | 45 auto ct = ph.createTimestamp(); in TEST_F() local 46 EXPECT_EQ(ct.yearMSB, 0x20); in TEST_F() 47 EXPECT_EQ(ct.yearLSB, 0x30); in TEST_F() 48 EXPECT_EQ(ct.month, 0x05); in TEST_F() 49 EXPECT_EQ(ct.day, 0x09); in TEST_F() 50 EXPECT_EQ(ct.hour, 0x11); in TEST_F() 51 EXPECT_EQ(ct.minutes, 0x1E); in TEST_F() 52 EXPECT_EQ(ct.seconds, 0x01); in TEST_F() 53 EXPECT_EQ(ct.hundredths, 0x63); in TEST_F() 173 auto& ct = ph.createTimestamp(); in TEST_F() local [all …]
|
/openbmc/qemu/tests/qemu-iotests/sample_images/ |
H A D | parallels-with-bitmap.sh | 21 CT=parallels-with-bitmap-ct 29 prlctl create $CT --vmtype ct 30 prlctl set $CT --device-add hdd --image $DIR --recreate --size 2G 36 prlctl backup $CT 38 prlctl set $CT --device-del hdd1 39 prlctl destroy $CT
|
/openbmc/obmc-console/test/ |
H A D | meson.build | 30 foreach ct : tests_depend_iniparser 32 ct, 34 ct, 35 f'@ct@.c', 69 foreach ct : client_tests 71 ct, 72 find_program(ct),
|
/openbmc/openbmc/poky/meta/recipes-sato/rxvt-unicode/rxvt-unicode/ |
H A D | xwc.patch | 12 XTextProperty ct; 14 if (XwcTextListToTextProperty (dpy, &selection.text, 1, XStringStyle, &ct) >= 0) 20 if (XwcTextListToTextProperty (dpy, &cl, 1, (XICCEncodingStyle) style, &ct) >= 0) 26 ct.value = (unsigned char *)cl;
|
/openbmc/u-boot/arch/mips/dts/ |
H A D | comtrend,ct-5361.dts | 11 model = "Comtrend CT-5361"; 12 compatible = "comtrend,ct-5361", "brcm,bcm6348"; 26 label = "CT-5361:green:power"; 31 label = "CT-5361:red:alarm";
|
H A D | Makefile | 14 dtb-$(CONFIG_BOARD_COMTREND_CT5361) += comtrend,ct-5361.dtb
|
/openbmc/bmcweb/include/ |
H A D | http_utility.hpp | 57 ContentType ct = ContentType::NoMatch; in getContentType() local 65 if (!parse(begin, contentTypeHeader.end(), parser, ct)) in getContentType() 74 return ct; in getContentType() 96 std::vector<ContentType> ct; in getPreferredContentType() local 104 if (!parse(acceptsHeader.begin(), acceptsHeader.end(), parser, ct)) in getPreferredContentType() 109 for (const ContentType parsedType : ct) in getPreferredContentType() 169 std::vector<Encoding> ct; in getPreferredEncoding() local 175 if (!parse(acceptEncoding.begin(), acceptEncoding.end(), parser, ct)) in getPreferredEncoding() 180 for (const Encoding parsedType : ct) in getPreferredEncoding()
|
/openbmc/u-boot/lib/ |
H A D | string.c | 183 * @ct: Another string 185 int strcmp(const char * cs,const char * ct) in strcmp() argument 190 if ((__res = *cs - *ct++) != 0 || !*cs++) in strcmp() 202 * @ct: Another string 205 int strncmp(const char * cs,const char * ct,size_t count) in strncmp() argument 210 if ((__res = *cs - *ct++) != 0 || !*cs++) in strncmp() 360 * @ct: The characters to search for 362 char * strpbrk(const char * cs,const char * ct) in strpbrk() argument 367 for( sc2 = ct; *sc2 != '\0'; ++sc2) { in strpbrk() 380 * @ct: The characters to search for [all …]
|
/openbmc/u-boot/board/comtrend/ct5361/ |
H A D | MAINTAINERS | 1 COMTREND CT-5361 BOARD 4 F: board/comtrend/ct-5361/
|
H A D | Makefile | 3 obj-y += ct-5361.o
|
/openbmc/qemu/ |
H A D | qemu-io-cmds.c | 58 static int init_check_command(BlockBackend *blk, const cmdinfo_t *ct) in init_check_command() argument 60 if (ct->flags & CMD_FLAG_GLOBAL) { in init_check_command() 63 if (!(ct->flags & CMD_NOFILE_OK) && !blk) { in init_check_command() 70 static int command(BlockBackend *blk, const cmdinfo_t *ct, int argc, in command() argument 75 if (!init_check_command(blk, ct)) { in command() 79 if (argc - 1 < ct->argmin || (ct->argmax != -1 && argc - 1 > ct->argmax)) { in command() 80 if (ct->argmax == -1) { in command() 83 argc-1, cmd, ct->argmin); in command() 84 } else if (ct->argmin == ct->argmax) { in command() 87 argc-1, cmd, ct->argmin); in command() [all …]
|
/openbmc/u-boot/configs/ |
H A D | comtrend_ct5361_ram_defconfig | 13 CONFIG_SYS_PROMPT="CT-5361 # " 31 CONFIG_DEFAULT_DEVICE_TREE="comtrend,ct-5361"
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/ |
H A D | tftp-hpa-bug-fix-on-separated-CR-and-LF.patch | 23 ct = count; 33 while (ct--) { /* loop over the buffer */
|
H A D | add-error-check-for-disk-filled-up.patch | 26 ct = count; 28 while (ct--) { /* loop over the buffer */
|
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/ |
H A D | VINI.interface.yaml | 40 - name: CT 43 CT keyword. The card type.
|
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-nic-config/ |
H A D | 50-gbmc-nic.rules.in | 5 ct state established accept
|
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/ |
H A D | 50-gbmc-br.rules | 16 ct state established accept
|
/openbmc/openbmc/meta-google/recipes-google/ncsi/files/ |
H A D | 50-gbmc-ncsi.rules.in | 5 ct state established accept
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | am57xx-beagle-x15-revc.dts | 16 gpios = <&gpio7 10 GPIO_ACTIVE_HIGH>, /* gpio7_10, CT CP HPD */
|
H A D | am57xx-beagle-x15-revb1.dts | 16 gpios = <&gpio7 10 GPIO_ACTIVE_HIGH>, /* gpio7_10, CT CP HPD */
|
H A D | am57xx-beagle-x15.dts | 17 gpios = <&gpio7 10 GPIO_ACTIVE_HIGH>, /* gpio7_10, CT CP HPD */
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ctapi-common/ |
H A D | ctapi-common_1.1-14.bb | 1 SUMMARY = "Common files and packaging infrastructure for CT-API modules"
|
/openbmc/u-boot/arch/mips/mach-bmips/ |
H A D | Kconfig | 163 bool "Comtrend CT-5361" 167 Comtrend CT-5361 boards have a BCM6348 SoC with 16 MB of RAM and 4 MB
|
/openbmc/openbmc/poky/meta/recipes-extended/iptables/ |
H A D | iptables_1.8.11.bb | 117 FILES:${PN}-module-xt-ct += "${libdir}/xtables/libxt_NOTRACK.so ${libdir}/xtables/libxt_REDIRECT.so" 123 INSANE_SKIP:${PN}-module-xt-ct = "dev-so"
|
/openbmc/openbmc-test-automation/test_lists/ |
H A D | skip_test_witherspoon | 34 # Factory reset must not run in CT.
|