/Linux-v4.19/include/net/netfilter/ |
D | nf_conntrack_tuple.h | 26 #define NF_CT_TUPLE_L3SIZE ARRAY_SIZE(((union nf_inet_addr *)NULL)->all) 45 __be16 all; member 87 &t->src.u3.ip, ntohs(t->src.u.all), in nf_ct_dump_tuple_ip() 88 &t->dst.u3.ip, ntohs(t->dst.u.all)); in nf_ct_dump_tuple_ip() 97 t->src.u3.all, ntohs(t->src.u.all), in nf_ct_dump_tuple_ipv6() 98 t->dst.u3.all, ntohs(t->dst.u.all)); in nf_ct_dump_tuple_ipv6() 128 t1->src.u.all == t2->src.u.all && in __nf_ct_tuple_src_equal() 136 t1->dst.u.all == t2->dst.u.all && in __nf_ct_tuple_dst_equal() 152 m1->src.u.all == m2->src.u.all); in nf_ct_tuple_mask_equal() 163 if ((t1->src.u3.all[count] ^ t2->src.u3.all[count]) & in nf_ct_tuple_src_mask_cmp() [all …]
|
/Linux-v4.19/net/netfilter/ |
D | nf_nat_proto_common.c | 28 port = tuple->src.u.all; in nf_nat_l4proto_in_range() 30 port = tuple->dst.u.all; in nf_nat_l4proto_in_range() 32 return ntohs(port) >= ntohs(min->all) && in nf_nat_l4proto_in_range() 33 ntohs(port) <= ntohs(max->all); in nf_nat_l4proto_in_range() 49 portptr = &tuple->src.u.all; in nf_nat_l4proto_unique_tuple() 51 portptr = &tuple->dst.u.all; in nf_nat_l4proto_unique_tuple() 73 min = ntohs(range->min_proto.all); in nf_nat_l4proto_unique_tuple() 74 max = ntohs(range->max_proto.all); in nf_nat_l4proto_unique_tuple() 82 ? tuple->dst.u.all in nf_nat_l4proto_unique_tuple() 83 : tuple->src.u.all); in nf_nat_l4proto_unique_tuple() [all …]
|
/Linux-v4.19/drivers/macintosh/ |
D | windfarm_pm121.c | 891 int all = 1; in pm121_new_control() local 896 all = pm121_register_control(ct, "optical-drive-fan", FAN_OD) && all; in pm121_new_control() 897 all = pm121_register_control(ct, "hard-drive-fan", FAN_HD) && all; in pm121_new_control() 898 all = pm121_register_control(ct, "cpu-fan", FAN_CPU) && all; in pm121_new_control() 899 all = pm121_register_control(ct, "cpufreq-clamp", CPUFREQ) && all; in pm121_new_control() 901 if (all) in pm121_new_control() 921 int all = 1; in pm121_new_sensor() local 926 all = pm121_register_sensor(sr, "cpu-temp", in pm121_new_sensor() 927 &sensor_cpu_temp) && all; in pm121_new_sensor() 928 all = pm121_register_sensor(sr, "cpu-current", in pm121_new_sensor() [all …]
|
/Linux-v4.19/include/linux/ |
D | netfilter.h | 27 return a1->all[0] == a2->all[0] && in nf_inet_addr_cmp() 28 a1->all[1] == a2->all[1] && in nf_inet_addr_cmp() 29 a1->all[2] == a2->all[2] && in nf_inet_addr_cmp() 30 a1->all[3] == a2->all[3]; in nf_inet_addr_cmp() 37 result->all[0] = a1->all[0] & mask->all[0]; in nf_inet_addr_mask() 38 result->all[1] = a1->all[1] & mask->all[1]; in nf_inet_addr_mask() 39 result->all[2] = a1->all[2] & mask->all[2]; in nf_inet_addr_mask() 40 result->all[3] = a1->all[3] & mask->all[3]; in nf_inet_addr_mask()
|
/Linux-v4.19/Documentation/ioctl/ |
D | ioctl-number.txt | 39 convention at all. 69 0x02 all linux/fd.h 70 0x03 all linux/hdreg.h 72 0x06 all linux/lp.h 73 0x09 all linux/raid/md_u.h 77 0x12 all linux/fs.h 79 0x1b all InfiniBand Subsystem <http://infiniband.sourceforge.net/> 80 0x20 all drivers/cdrom/cm206.h 81 0x22 all scsi/sg.h 94 '8' all SNP8023 advanced NIC card [all …]
|
/Linux-v4.19/scripts/ |
D | Makefile.asm-generic | 9 PHONY := all 10 all: 23 all-files := $(patsubst %, $(obj)/%, $(generated-y)) 25 unwanted := $(filter-out $(all-files),$(old-headers)) 33 all: $(patsubst %, $(obj)/%, $(generic-y)) FORCE
|
D | Makefile.headersinst | 57 all-files := $(header-files) $(genhdr-files) 58 output-files := $(addprefix $(installdir)/, $(all-files)) 61 missing := $(filter-out $(all-files),$(mandatory-y)) 69 unwanted := $(filter-out $(all-files),$(oldheaders)) 76 quiet_cmd_install = INSTALL $(printdir) ($(words $(all-files))\ 77 file$(if $(word 2, $(all-files)),s)) 86 quiet_cmd_check = CHECK $(printdir) ($(words $(all-files)) files) 89 cmd_check = for f in $(all-files); do \
|
/Linux-v4.19/Documentation/cgroup-v1/ |
D | devices.txt | 8 'type' is a (all), c (char), or b (block). 'all' means it applies 9 to all types and all major and minor numbers. Major and minor are 10 either an integer or * for all. Access is a composition of r 13 The root device cgroup starts with rwm to 'all'. A child device 56 a cgroup's devices.deny file, all its children will have that entry removed 57 from their whitelist and all the locally set whitelist entries will be 76 A all "b 8:* rwm", "c 116:* rw" 77 B "c 1:3 rwm", "b 3:* rwm" all the rest 88 A "c 1:3 rwm", "c 1:5 r" all the rest 89 B "c 1:3 rwm", "c 1:5 r" all the rest [all …]
|
/Linux-v4.19/arch/s390/boot/compressed/ |
D | Makefile | 45 vmlinux.bin.all-y := $(obj)/vmlinux.bin 54 $(obj)/vmlinux.bin.gz: $(vmlinux.bin.all-y) 56 $(obj)/vmlinux.bin.bz2: $(vmlinux.bin.all-y) 58 $(obj)/vmlinux.bin.lz4: $(vmlinux.bin.all-y) 60 $(obj)/vmlinux.bin.lzma: $(vmlinux.bin.all-y) 62 $(obj)/vmlinux.bin.lzo: $(vmlinux.bin.all-y) 64 $(obj)/vmlinux.bin.xz: $(vmlinux.bin.all-y)
|
/Linux-v4.19/arch/unicore32/mm/ |
D | cache-ucv2.S | 34 movc p0.c5, r0, #14 @ Dcache flush all 38 movc p0.c5, r0, #20 @ Icache invalidate all 73 movc p0.c5, ip, #14 @ Dcache flush all 77 movc p0.c5, ip, #20 @ Icache invalidate all 123 movc p0.c5, ip, #10 @ Dcache clean all 127 movc p0.c5, ip, #20 @ Icache invalidate all 140 movc p0.c5, ip, #14 @ Dcache flush all 176 movc p0.c5, ip, #10 @ Dcache clean all 208 movc p0.c5, ip, #14 @ Dcache flush all
|
D | proc-ucv2.S | 40 movc p0.c5, ip, #28 @ Cache invalidate all 43 movc p0.c6, ip, #6 @ TLB invalidate all 87 movc p0.c5, ip, #10 @ Dcache clean all 107 movc p0.c6, ip, #6 @ TLB invalidate all 129 movc p0.c5, ip, #10 @ Dcache clean all
|
/Linux-v4.19/Documentation/networking/ |
D | ipv6.txt | 16 Specifies whether to load the IPv6 module, but disable all 39 on all interfaces. This might be used when one does not wish 46 IPv6 address autoconfiguration is disabled on all interfaces. 52 IPv6 address autoconfiguration is enabled on all interfaces. 58 Specifies whether to disable IPv6 on all interfaces. 64 IPv6 is enabled on all interfaces. 69 IPv6 is disabled on all interfaces.
|
/Linux-v4.19/arch/x86/boot/compressed/ |
D | Makefile | 122 targets += $(patsubst $(obj)/%,%,$(vmlinux-objs-y)) vmlinux.bin.all vmlinux.relocs 130 vmlinux.bin.all-y := $(obj)/vmlinux.bin 131 vmlinux.bin.all-$(CONFIG_X86_NEED_RELOCS) += $(obj)/vmlinux.relocs 133 $(obj)/vmlinux.bin.gz: $(vmlinux.bin.all-y) FORCE 135 $(obj)/vmlinux.bin.bz2: $(vmlinux.bin.all-y) FORCE 137 $(obj)/vmlinux.bin.lzma: $(vmlinux.bin.all-y) FORCE 139 $(obj)/vmlinux.bin.xz: $(vmlinux.bin.all-y) FORCE 141 $(obj)/vmlinux.bin.lzo: $(vmlinux.bin.all-y) FORCE 143 $(obj)/vmlinux.bin.lz4: $(vmlinux.bin.all-y) FORCE
|
/Linux-v4.19/tools/perf/Documentation/ |
D | perf-help.txt | 10 'perf help' [-a|--all] [COMMAND] 19 If the option '--all' or '-a' is given, then all available commands are 32 --all:: 33 Prints all the available commands on the standard output. This
|
D | perf-mem.txt | 57 is to monitor all CPUS. 73 --all-kernel:: 74 Configure all used events to run in kernel space. 77 --all-user:: 78 Configure all used events to run in user space. 87 In addition, for report all perf report options are valid, and for record 88 all perf record options.
|
/Linux-v4.19/arch/parisc/boot/compressed/ |
D | Makefile | 62 vmlinux.bin.all-y := $(obj)/vmlinux.bin 71 $(obj)/vmlinux.bin.gz: $(vmlinux.bin.all-y) 73 $(obj)/vmlinux.bin.bz2: $(vmlinux.bin.all-y) 75 $(obj)/vmlinux.bin.lz4: $(vmlinux.bin.all-y) 77 $(obj)/vmlinux.bin.lzma: $(vmlinux.bin.all-y) 79 $(obj)/vmlinux.bin.lzo: $(vmlinux.bin.all-y) 81 $(obj)/vmlinux.bin.xz: $(vmlinux.bin.all-y)
|
/Linux-v4.19/arch/sh/boot/compressed/ |
D | Makefile | 63 vmlinux.bin.all-y := $(obj)/vmlinux.bin 65 $(obj)/vmlinux.bin.gz: $(vmlinux.bin.all-y) FORCE 67 $(obj)/vmlinux.bin.bz2: $(vmlinux.bin.all-y) FORCE 69 $(obj)/vmlinux.bin.lzma: $(vmlinux.bin.all-y) FORCE 71 $(obj)/vmlinux.bin.xz: $(vmlinux.bin.all-y) FORCE 73 $(obj)/vmlinux.bin.lzo: $(vmlinux.bin.all-y) FORCE
|
/Linux-v4.19/Documentation/hwmon/ |
D | ibmpowernv | 41 tempX_enable Enable/disable all temperature sensors belonging to the 44 disable/enable all of its temperature sensors. 53 inX_enable Enable/disable all voltage sensors belonging to the 56 disable/enable all of its voltage sensors. 63 powerX_enable Enable/disable all power sensors belonging to the 66 disable/enable all of its power sensors. 73 currX_enable Enable/disable all current sensors belonging to the 76 disable/enable all of its current sensors.
|
/Linux-v4.19/Documentation/media/ |
D | Makefile | 54 .PHONY: all html epub xml latex 56 all: $(IMGDOT) $(BUILDDIR) ${TARGETS} target 57 html: all 58 epub: all 59 xml: all 60 latex: $(IMGPDF) all
|
/Linux-v4.19/Documentation/s390/ |
D | CommonIO | 13 device := {all | [!]ipldev | [!]condev | [!]<devno> | [!]<devno>-<devno>} 27 You can use the 'all' keyword to ignore all devices. The 'ipldev' and 'condev' 35 will ignore all devices ranging from 0.0.0023 to 0.0.0042 and the device 38 cio_ignore=all,!0.0.4711,!0.0.fd00-0.0.fd02 39 will ignore all devices but 0.0.4711, 0.0.fd00, 0.0.fd01, 0.0.fd02. 51 You can un-ignore certain or all devices by piping to /proc/cio_ignore. 52 "free all" will un-ignore all ignored devices, 62 - echo free all > /proc/cio_ignore will un-ignore all remaining ignored 94 A write request to this file is blocked until all queued cio actions are
|
/Linux-v4.19/tools/testing/selftests/uevent/ |
D | Makefile | 2 all: target 6 .PHONY: all clean 17 all: $(BINARIES) target
|
/Linux-v4.19/tools/testing/selftests/seccomp/ |
D | Makefile | 2 all: target 6 .PHONY: all clean 17 all: $(BINARIES) target
|
/Linux-v4.19/drivers/net/dsa/mv88e6xxx/ |
D | global1_atu.c | 249 bool all) in mv88e6xxx_g1_atu_flushmove() argument 263 if (all && fid) in mv88e6xxx_g1_atu_flushmove() 267 else if (all) in mv88e6xxx_g1_atu_flushmove() 275 int mv88e6xxx_g1_atu_flush(struct mv88e6xxx_chip *chip, u16 fid, bool all) in mv88e6xxx_g1_atu_flush() argument 281 return mv88e6xxx_g1_atu_flushmove(chip, fid, &entry, all); in mv88e6xxx_g1_atu_flush() 285 int from_port, int to_port, bool all) in mv88e6xxx_g1_atu_move() argument 301 return mv88e6xxx_g1_atu_flushmove(chip, fid, &entry, all); in mv88e6xxx_g1_atu_move() 305 bool all) in mv88e6xxx_g1_atu_remove() argument 310 return mv88e6xxx_g1_atu_move(chip, fid, from_port, to_port, all); in mv88e6xxx_g1_atu_remove()
|
/Linux-v4.19/arch/m68k/fpsp040/ |
D | tbldo.S | 12 | the stag. For dyadic functions, all 49 .long smovcr |$00-0 fmovecr all 50 .long smovcr |$00-1 fmovecr all 51 .long smovcr |$00-2 fmovecr all 52 .long smovcr |$00-3 fmovecr all 53 .long smovcr |$00-4 fmovecr all 54 .long smovcr |$00-5 fmovecr all 55 .long smovcr |$00-6 fmovecr all 56 .long smovcr |$00-7 fmovecr all 346 .long pmod |$21-0 fmod all [all …]
|
/Linux-v4.19/tools/perf/trace/beauty/ |
D | prctl.c | 64 const u8 all = SPO_ARG2 | all_but2; in syscall_arg__scnprintf_prctl_option() local 66 [PR_GET_DUMPABLE] = all, in syscall_arg__scnprintf_prctl_option() 71 [PR_GET_SECUREBITS] = all, in syscall_arg__scnprintf_prctl_option() 74 [PR_GET_PDEATHSIG] = all, in syscall_arg__scnprintf_prctl_option()
|