Home
last modified time | relevance | path

Searched refs:EXT (Results 1 – 23 of 23) sorted by relevance

/linux/net/netfilter/
H A Dnf_conntrack_h323_types.c27 {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 Dnf_conntrack_h323_asn1.c69 #define EXT 4 macro
366 if ((f->attr & EXT) && get_bit(bs)) { in decode_enum()
526 ext = (f->attr & EXT) ? get_bit(bs) : 0; in decode_seq()
755 if ((f->attr & EXT) && get_bit(bs)) { in decode_choice()
823 FNAME("RasMessage") CHOICE, 5, 24, 32, DECODE | EXT, in DecodeRasMessage()
839 FNAME("H323-UserInformation") SEQ, 1, 2, 2, DECODE | EXT, in DecodeH323_UserInformation()
858 DECODE | EXT, 0, _MultimediaSystemControlMessage in DecodeMultimediaSystemControlMessage()
/linux/arch/sh/boards/mach-r2d/
H A Dirq.c25 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 } },
/linux/arch/mips/kernel/
H A Dmips-r2-to-r6-emul.c37 #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 …]
/linux/arch/m68k/fpsp040/
H A Dutil.S189 |case DEST_FMT = EXT
333 | case 00 then RND_PREC = EXT
338 | case 00 then RND_PREC = EXT
519 |case DEST_FMT = EXT
H A Dstan.S83 |--N*PI/2, -32 <= N <= 32, IN A LEADING TERM IN EXT. AND TRAILING
/linux/Documentation/translations/zh_TW/arch/loongarch/
H A Dintroduction.rst220 EXT.W.B EXT.W.H CLO.W CLO.D SLZ.W CLZ.D CTO.W CTO.D CTZ.W CTZ.D
/linux/Documentation/translations/zh_CN/arch/loongarch/
H A Dintroduction.rst220 EXT.W.B EXT.W.H CLO.W CLO.D SLZ.W CLZ.D CTO.W CTO.D CTZ.W CTZ.D
/linux/drivers/platform/cznic/
H A Dturris-omnia-mcu-gpio.c169 [31] = _DEF_GPIO_EXT_STS_LED(WPAN0_LED, EXT),
170 [32] = _DEF_GPIO_EXT_STS_LED(WPAN1_LED, EXT),
171 [33] = _DEF_GPIO_EXT_STS_LED(WPAN2_LED, EXT),
/linux/arch/arm64/boot/dts/rockchip/
H A Drk3326-odroid-go.dtsi452 /* EXT Header(P2): 7(SCL:GPIO0.C2), 8(SDA:GPIO0.C3) */
541 /* EXT Header(P2): 2(RXD:GPIO1.C0),3(TXD:.C1),4(CTS:.C2),5(RTS:.C3) */
/linux/Documentation/scsi/
H A Daacraid.rst125 9005:0285:108e:0287 SUN STK RAID EXT (Prometheus)
/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_defs.h275 #define EXT 0x02 /* extended filtering */ macro
H A Dsym_hipd.c1777 OUTB(np, nc_stest2, EXT|np->rv_stest2);
2007 OUTOFFB(np, nc_stest2, EXT);
/linux/Documentation/arch/loongarch/
H A Dintroduction.rst253 EXT.W.B EXT.W.H CLO.W CLO.D SLZ.W CLZ.D CTO.W CTO.D CTZ.W CTZ.D
/linux/tools/testing/selftests/bpf/
H A DMakefile696 $$(call msg,EXT-OBJ,$(TRUNNER_BINARY),$$@)
707 $$(call msg,EXT-COPY,$(TRUNNER_BINARY),$(TRUNNER_EXTRA_FILES))
/linux/drivers/scsi/
H A Dncr53c8xx.h799 #define EXT 0x02 /* extended filtering */ macro
/linux/arch/x86/kvm/
H A Demulate.c3953 #define EXT(_f, _e) { .flags = ((_f) | RMExt), .u.group = (_e) } macro
4085 EXT(0, group7_rm0),
4086 EXT(0, group7_rm1),
4087 EXT(0, group7_rm2),
4088 EXT(0, group7_rm3),
4091 EXT(0, group7_rm7),
4502 #undef EXT
/linux/fs/ext4/
H A Dext4.h2274 cpu_to_le32(~EXT##ver##_FEATURE_COMPAT_SUPP)) != 0); \ in EXT4_FEATURE_COMPAT_FUNCS()
2279 cpu_to_le32(~EXT##ver##_FEATURE_RO_COMPAT_SUPP)) != 0); \
2284 cpu_to_le32(~EXT##ver##_FEATURE_INCOMPAT_SUPP)) != 0); \
/linux/Documentation/filesystems/
H A Dvfat.rst366 <directory entry, name = "MYBIGFIL.EXT">
/linux/Documentation/userspace-api/
H A Ddma-buf-alloc-exchange.rst389 .. _EGL_EXT_image_dma_buf_import_modifiers: https://registry.khronos.org/EGL/extensions/EXT/EGL_EXT…
/linux/tools/lib/bpf/
H A Dlibbpf.c10034 SEC_DEF("freplace+", EXT, 0, SEC_ATTACH_BTF, attach_trace), in sec_def_matches()
/linux/arch/m68k/ifpsp060/src/
H A Dfplsp.S5681 #--N*PI/2, -32 <= N <= 32, IN A LEADING TERM IN EXT. AND TRAILING
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt3495 READ LOG DMA EXT command to access logs.