/openbmc/linux/net/netfilter/ |
H A D | nf_conntrack_h323_types.c | 27 {FNAME("routing") CHOICE, 1, 2, 2, SKIP | EXT, 0, 51 {FNAME("h221NonStandard") SEQ, 0, 3, 3, SKIP | EXT, 0, 56 {FNAME("nonStandardIdentifier") CHOICE, 1, 2, 2, SKIP | EXT, 0, 64 {FNAME("ipSourceRoute") SEQ, 0, 4, 4, SKIP | EXT, 0, 68 {FNAME("ip6Address") SEQ, 0, 2, 2, DECODE | EXT, 81 {FNAME("transportID") CHOICE, 3, 7, 7, SKIP | EXT, 0, NULL}, 83 {FNAME("partyNumber") CHOICE, 3, 5, 5, SKIP | EXT, 0, NULL}, 84 {FNAME("mobileUIM") CHOICE, 1, 2, 2, SKIP | EXT, 0, NULL}, 88 {FNAME("item") CHOICE, 1, 2, 7, SKIP | EXT, 0, _AliasAddress}, 92 {FNAME("vendor") SEQ, 0, 3, 3, SKIP | EXT, 0, _H221NonStandard}, [all …]
|
H A D | nf_conntrack_h323_asn1.c | 71 #define EXT 4 macro 366 if ((f->attr & EXT) && get_bit(bs)) { in decode_enum() 531 ext = (f->attr & EXT) ? get_bit(bs) : 0; in decode_seq() 760 if ((f->attr & EXT) && get_bit(bs)) { in decode_choice() 828 FNAME("RasMessage") CHOICE, 5, 24, 32, DECODE | EXT, in DecodeRasMessage() 844 FNAME("H323-UserInformation") SEQ, 1, 2, 2, DECODE | EXT, in DecodeH323_UserInformation() 863 DECODE | EXT, 0, _MultimediaSystemControlMessage in DecodeMultimediaSystemControlMessage()
|
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | load_unpack.c | 65 #define TEST_io(NAME, TYPE, SIGN, SIZE, EXT, EXP1, EXP2, EXP3, EXP4) \ argument 71 check64(result, (EXP1) | (EXT)); \ 73 check64(result, (EXP2) | (EXT)); \ 75 check64(result, (EXP3) | (EXT)); \ 77 check64(result, (EXP4) | (EXT)); \ 106 #define TEST_ur(NAME, TYPE, SIGN, SHIFT, EXT, RES1, RES2, RES3, RES4) \ argument 112 check64(result, (RES1) | (EXT)); \ 114 check64(result, (RES2) | (EXT)); \ 116 check64(result, (RES3) | (EXT)); \ 118 check64(result, (RES4) | (EXT)); \ [all …]
|
/openbmc/linux/arch/sh/boards/mach-r2d/ |
H A D | irq.c | 25 EXT, /* EXT_INT0-3 */ enumerator 44 INTC_IRQ(EXT, IRQ_EXT), 62 RTC_A, RTC_T, 0, 0, 0, EXT } }, 82 INTC_IRQ(EXT, IRQ_EXT), 100 RTC_A, RTC_T, 0, 0, 0, EXT } },
|
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
H A D | 0007-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch | 22 {"waitrsv", XWCPL(31,30,1,0),0xffffffff, POWER10, EXT, {0}}, 23 {"pause_short", XWCPL(31,30,2,0),0xffffffff, POWER10, EXT, {0}}, 31 {"waitrsv", X(31,62)|(1<<21), 0xffffffff, E500MC|PPCA2, EXT, {0}}, 32 {"waitimpl", X(31,62)|(2<<21), 0xffffffff, E500MC|PPCA2, EXT, {0}},
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-dvb/tvheadend/tvheadend/ |
H A D | 0001-adjust-for-64bit-time_t.patch | 99 - htsbuf_qprintf(hq, "#EXT-X-TARGETDURATION:%"PRItime_t"\n", durration); 100 + htsbuf_qprintf(hq, "#EXT-X-TARGETDURATION:%"PRItime_t"\n", (intmax_t)durration); 102 htsbuf_qprintf(hq, "#EXT-X-STREAM-INF:PROGRAM-ID=%s,BANDWIDTH=%d\n", uuid, bandwidth); 103 htsbuf_qprintf(hq, "#EXT-X-PROGRAM-DATE-TIME:%s\n", buf); 111 - htsbuf_qprintf(hq, "#EXT-X-TARGETDURATION:%"PRItime_t"\n", durration); 112 + htsbuf_qprintf(hq, "#EXT-X-TARGETDURATION:%"PRItime_t"\n", (intmax_t)durration); 114 htsbuf_qprintf(hq, "#EXT-X-STREAM-INF:PROGRAM-ID=%s,BANDWIDTH=%d\n", uuid, bandwidth); 115 htsbuf_qprintf(hq, "#EXT-X-PROGRAM-DATE-TIME:%s\n", buf);
|
/openbmc/linux/arch/mips/kernel/ |
H A D | mips-r2-to-r6-emul.c | 37 #define EXT "dext " macro 41 #define EXT "ext " macro 1364 EXT "%1, %0, 24, 8\n" in mipsr2_decoder() 1369 EXT "%1, %0, 16, 8\n" in mipsr2_decoder() 1374 EXT "%1, %0, 8, 8\n" in mipsr2_decoder() 1379 EXT "%1, %0, 0, 8\n" in mipsr2_decoder() 1382 EXT "%1, %0, 24, 8\n" in mipsr2_decoder() 1387 EXT "%1, %0, 16, 8\n" in mipsr2_decoder() 1392 EXT "%1, %0, 8, 8\n" in mipsr2_decoder() 1397 EXT "%1, %0, 0, 8\n" in mipsr2_decoder() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/ |
H A D | 07_buildflags.diff | 11 + echo $CC \$MODE -o \$BASE.o \$BASE.$EXT \\ 16 $CC \$MODE -o \$BASE.o \$BASE.$EXT \\
|
/openbmc/u-boot/drivers/bootcount/ |
H A D | Kconfig | 29 bool "Boot counter on EXT filesystem" 31 Add support for maintaining boot count in a file on an EXT 127 string "Interface on which to find boot counter EXT filesystem" 135 string "Partition of the boot counter EXT filesystem" 143 string "Path and filename of the EXT filesystem based boot counter"
|
/openbmc/openbmc/meta-openembedded/meta-oe/classes/ |
H A D | scancode.bbclass | 6 EXT = "${@'html' if d.getVar('SCANCODE_FORMAT') == 'html-app' else 'json'}" 23 ./scancode ${S} --format ${SCANCODE_FORMAT} ${DEPLOY_DIR_IMAGE}/scancode/${PN}.${EXT}
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/ |
H A D | update-results-script.patch | 146 EXT=0 158 @@ -23,11 +23,9 @@ do EXT=`expr $EXT + 1` 159 RESULTS=$BASE.$EXT
|
/openbmc/u-boot/include/ |
H A D | i8042.h | 69 #define EXT 0x0020 /* extended scan code 0xe0 */ macro
|
H A D | sym53c8xx.h | 194 #define EXT 0x02 /* extended filtering */ macro
|
/openbmc/qemu/hw/sh4/ |
H A D | r2d.c | 95 SDCARD, PCI_INTA, PCI_INTB, EXT, TP, enumerator 111 [EXT] = { 11, 1 << 0 },
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | util.S | 189 |case DEST_FMT = EXT 333 | case 00 then RND_PREC = EXT 338 | case 00 then RND_PREC = EXT 519 |case DEST_FMT = EXT
|
/openbmc/linux/Documentation/translations/zh_CN/arch/loongarch/ |
H A D | introduction.rst | 220 EXT.W.B EXT.W.H CLO.W CLO.D SLZ.W CLZ.D CTO.W CTO.D CTZ.W CTZ.D
|
/openbmc/u-boot/doc/ |
H A D | README.odroid | 279 1st partition and an EXT 2nd partition. Using the generic FS (ls/load) makes 280 it even easier to work with FAT/EXT file systems. 281 For this example the second EXT partition is used for booting and as rootfs.
|
/openbmc/u-boot/board/toradex/colibri_imx6/ |
H A D | pf0100_otp.inc | 27 {pmic_i2c, 0x7F, 0x01}, // Access FSL EXT Page 1 68 {pmic_i2c, 0x7F, 0x02}, // Access PF0100 EXT Page2
|
/openbmc/u-boot/board/toradex/apalis_imx6/ |
H A D | pf0100_otp.inc | 27 {pmic_i2c, 0x7F, 0x01}, // Access FSL EXT Page 1 70 {pmic_i2c, 0x7F, 0x02}, // Access PF0100 EXT Page2
|
/openbmc/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rk3326-odroid-go.dtsi | 450 /* EXT Header(P2): 7(SCL:GPIO0.C2), 8(SDA:GPIO0.C3) */ 539 /* EXT Header(P2): 2(RXD:GPIO1.C0),3(TXD:.C1),4(CTS:.C2),5(RTS:.C3) */
|
/openbmc/linux/Documentation/scsi/ |
H A D | aacraid.rst | 125 9005:0285:108e:0287 SUN STK RAID EXT (Prometheus)
|
/openbmc/linux/drivers/scsi/sym53c8xx_2/ |
H A D | sym_defs.h | 275 #define EXT 0x02 /* extended filtering */ macro
|
/openbmc/linux/Documentation/arch/loongarch/ |
H A D | introduction.rst | 253 EXT.W.B EXT.W.H CLO.W CLO.D SLZ.W CLZ.D CTO.W CTO.D CTZ.W CTZ.D
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | Makefile | 566 $$(call msg,EXT-OBJ,$(TRUNNER_BINARY),$$@) 573 $$(call msg,EXT-COPY,$(TRUNNER_BINARY),$(TRUNNER_EXTRA_FILES))
|
/openbmc/u-boot/board/gateworks/gw_ventana/ |
H A D | README | 116 U-Boot from a file on a FAT/EXT filesystem on the micro-SD, we chose to 173 such as files on top of FAT/EXT filesystem is possible but not practical
|