Home
last modified time | relevance | path

Searched full:ct (Results 1 – 25 of 97) sorted by relevance

1234

/openbmc/phosphor-logging/test/openpower-pels/
H A Dprivate_header_test.cpp45 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 Dparallels-with-bitmap.sh21 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 Dmeson.build30 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 Dxwc.patch12 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 Dcomtrend,ct-5361.dts11 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 DMakefile14 dtb-$(CONFIG_BOARD_COMTREND_CT5361) += comtrend,ct-5361.dtb
/openbmc/bmcweb/include/
H A Dhttp_utility.hpp57 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 Dstring.c183 * @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 DMAINTAINERS1 COMTREND CT-5361 BOARD
4 F: board/comtrend/ct-5361/
H A DMakefile3 obj-y += ct-5361.o
/openbmc/qemu/
H A Dqemu-io-cmds.c58 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 Dcomtrend_ct5361_ram_defconfig13 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 Dtftp-hpa-bug-fix-on-separated-CR-and-LF.patch23 ct = count;
33 while (ct--) { /* loop over the buffer */
H A Dadd-error-check-for-disk-filled-up.patch26 ct = count;
28 while (ct--) { /* loop over the buffer */
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/
H A DVINI.interface.yaml40 - name: CT
43 CT keyword. The card type.
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-nic-config/
H A D50-gbmc-nic.rules.in5 ct state established accept
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/
H A D50-gbmc-br.rules16 ct state established accept
/openbmc/openbmc/meta-google/recipes-google/ncsi/files/
H A D50-gbmc-ncsi.rules.in5 ct state established accept
/openbmc/u-boot/arch/arm/dts/
H A Dam57xx-beagle-x15-revc.dts16 gpios = <&gpio7 10 GPIO_ACTIVE_HIGH>, /* gpio7_10, CT CP HPD */
H A Dam57xx-beagle-x15-revb1.dts16 gpios = <&gpio7 10 GPIO_ACTIVE_HIGH>, /* gpio7_10, CT CP HPD */
H A Dam57xx-beagle-x15.dts17 gpios = <&gpio7 10 GPIO_ACTIVE_HIGH>, /* gpio7_10, CT CP HPD */
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ctapi-common/
H A Dctapi-common_1.1-14.bb1 SUMMARY = "Common files and packaging infrastructure for CT-API modules"
/openbmc/u-boot/arch/mips/mach-bmips/
H A DKconfig163 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 Diptables_1.8.11.bb117 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 Dskip_test_witherspoon34 # Factory reset must not run in CT.

1234