/Linux-v5.4/tools/usb/usbip/ |
D | COPYING | 16 Foundation's software and to any other program whose authors commit to 33 For example, if you distribute copies of such a program, whether 50 Finally, any free program is threatened constantly by software 52 program will individually obtain patent licenses, in effect making the 53 program proprietary. To prevent this, we have made it clear that any 62 0. This License applies to any program or other work which contains 64 under the terms of this General Public License. The "Program", below, 65 refers to any such program or work, and a "work based on the Program" 66 means either the Program or any derivative work under copyright law: 67 that is to say, a work containing the Program or a portion of it, [all …]
|
/Linux-v5.4/drivers/staging/rtl8192u/ |
D | copying | 16 Foundation's software and to any other program whose authors commit to 33 For example, if you distribute copies of such a program, whether 50 Finally, any free program is threatened constantly by software 52 program will individually obtain patent licenses, in effect making the 53 program proprietary. To prevent this, we have made it clear that any 62 0. This License applies to any program or other work which contains 64 under the terms of this General Public License. The "Program", below, 65 refers to any such program or work, and a "work based on the Program" 66 means either the Program or any derivative work under copyright law: 67 that is to say, a work containing the Program or a portion of it, [all …]
|
/Linux-v5.4/LICENSES/preferred/ |
D | GPL-2.0 | 35 Foundation's software and to any other program whose authors commit to 52 For example, if you distribute copies of such a program, whether 69 Finally, any free program is threatened constantly by software 71 program will individually obtain patent licenses, in effect making the 72 program proprietary. To prevent this, we have made it clear that any 81 0. This License applies to any program or other work which contains 83 under the terms of this General Public License. The "Program", below, 84 refers to any such program or work, and a "work based on the Program" 85 means either the Program or any derivative work under copyright law: 86 that is to say, a work containing the Program or a portion of it, [all …]
|
/Linux-v5.4/Documentation/scsi/ |
D | LICENSE.qla2xxx | 4 This program includes a device driver for Linux 3.x. 28 Foundation's software and to any other program whose authors commit to 45 For example, if you distribute copies of such a program, whether 62 Finally, any free program is threatened constantly by software 64 program will individually obtain patent licenses, in effect making the 65 program proprietary. To prevent this, we have made it clear that any 74 0. This License applies to any program or other work which contains 76 under the terms of this General Public License. The "Program", below, 77 refers to any such program or work, and a "work based on the Program" 78 means either the Program or any derivative work under copyright law: [all …]
|
D | LICENSE.qla4xxx | 4 This program includes a device driver for Linux 3.x. 27 Foundation's software and to any other program whose authors commit to 44 For example, if you distribute copies of such a program, whether 61 Finally, any free program is threatened constantly by software 63 program will individually obtain patent licenses, in effect making the 64 program proprietary. To prevent this, we have made it clear that any 73 0. This License applies to any program or other work which contains 75 under the terms of this General Public License. The "Program", below, 76 refers to any such program or work, and a "work based on the Program" 77 means either the Program or any derivative work under copyright law: [all …]
|
/Linux-v5.4/Documentation/networking/device_drivers/qlogic/ |
D | LICENSE.qlcnic | 26 Foundation's software and to any other program whose authors commit to 43 For example, if you distribute copies of such a program, whether 60 Finally, any free program is threatened constantly by software 62 program will individually obtain patent licenses, in effect making the 63 program proprietary. To prevent this, we have made it clear that any 72 0. This License applies to any program or other work which contains 74 under the terms of this General Public License. The "Program", below, 75 refers to any such program or work, and a "work based on the Program" 76 means either the Program or any derivative work under copyright law: 77 that is to say, a work containing the Program or a portion of it, [all …]
|
D | LICENSE.qlge | 26 Foundation's software and to any other program whose authors commit to 43 For example, if you distribute copies of such a program, whether 60 Finally, any free program is threatened constantly by software 62 program will individually obtain patent licenses, in effect making the 63 program proprietary. To prevent this, we have made it clear that any 72 0. This License applies to any program or other work which contains 74 under the terms of this General Public License. The "Program", below, 75 refers to any such program or work, and a "work based on the Program" 76 means either the Program or any derivative work under copyright law: 77 that is to say, a work containing the Program or a portion of it, [all …]
|
/Linux-v5.4/LICENSES/deprecated/ |
D | GPL-1.0 | 28 software and to any other program whose authors commit to using it. 43 For example, if you distribute copies of a such a program, whether 65 0. This License Agreement applies to any program or other work which 68 "Program", below, refers to any such program or work, and a "work based 69 on the Program" means either the Program or any work containing the 70 Program or a portion of it, either verbatim or with modifications. Each 73 1. You may copy and distribute verbatim copies of the Program's source 78 other recipients of the Program a copy of this General Public License 79 along with the Program. You may charge a fee for the physical act of 82 2. You may modify your copy or copies of the Program or any portion of [all …]
|
/Linux-v5.4/include/linux/mtd/ |
D | pfow.h | 24 /* Size of program buffer in words */ 42 /* device program/erase suspend register */ 63 /* Defines possible value of PFOW program/erase suspend register */ 70 #define DSR_PSS (1<<2) /* R; program suspend status; 84 #define DSR_RPS (0x3<<8) /* RC; region program status 86 * 01-re-program attempt in region with 88 * 10-object mode program w attempt in 90 * 11-attempt to program invalid half 132 printk(KERN_NOTICE"DSR.9,8: (11) Attempt to program invalid " in print_drs_error() 135 printk(KERN_NOTICE"DSR.9,8: (10) Object Mode Program attempt " in print_drs_error() [all …]
|
/Linux-v5.4/drivers/pwm/ |
D | pwm-stmpe.c | 104 u16 program[3] = { in stmpe_24xx_pwm_config() local 157 program[0] = SMAX; /* off all the time */ in stmpe_24xx_pwm_config() 160 program[0] = LOAD | 0xff; /* LOAD 0xff */ in stmpe_24xx_pwm_config() 165 program[0] = SMIN; /* on all the time */ in stmpe_24xx_pwm_config() 168 program[0] = LOAD | 0x00; /* LOAD 0x00 */ in stmpe_24xx_pwm_config() 191 /* Run the old program */ in stmpe_24xx_pwm_config() 198 program[0] = LOAD | value; in stmpe_24xx_pwm_config() 199 program[1] = 0x0000; in stmpe_24xx_pwm_config() 201 /* STMPE2401 need a complex program */ in stmpe_24xx_pwm_config() 212 program[0] = PRESCALE_512 | STEPTIME_1 | incdec; in stmpe_24xx_pwm_config() [all …]
|
/Linux-v5.4/include/uapi/linux/ |
D | auxvec.h | 11 #define AT_EXECFD 2 /* file descriptor of program */ 12 #define AT_PHDR 3 /* program headers for program */ 13 #define AT_PHENT 4 /* size of program header entry */ 14 #define AT_PHNUM 5 /* number of program headers */ 18 #define AT_ENTRY 9 /* entry point of program */ 19 #define AT_NOTELF 10 /* program is not ELF */ 34 #define AT_EXECFN 31 /* filename of program */
|
/Linux-v5.4/drivers/staging/comedi/drivers/ |
D | dt2815.c | 28 * [4] - Firmware program configuration 29 * 0 == program 1 (see manual table 5-4) 30 * 1 == program 2 (see manual table 5-4) 31 * 2 == program 3 (see manual table 5-4) 32 * 3 == program 4 (see manual table 5-4) 122 * options[4] Firmware program configuration 123 * 0 == program 1 (see manual table 5-4) 124 * 1 == program 2 (see manual table 5-4) 125 * 2 == program 3 (see manual table 5-4) 126 * 3 == program 4 (see manual table 5-4) [all …]
|
/Linux-v5.4/Documentation/bpf/ |
D | prog_cgroup_sysctl.rst | 7 This document describes ``BPF_PROG_TYPE_CGROUP_SYSCTL`` program type that 17 ``BPF_PROG_TYPE_CGROUP_SYSCTL`` program to a cgroup. 23 BPF program:: 49 ``BPF_PROG_TYPE_CGROUP_SYSCTL`` program must return one of the following 55 If program returns ``0`` user space will get ``-1`` from ``read(2)`` or 65 ``/proc/sys`` into provided by BPF program buffer; 68 sysctl into provided by BPF program buffer. This helper is available on both 78 has to be overridden BPF program can set ``file_pos`` to zero before calling 83 BPF program sees sysctl value same way as user space does in proc filesystem, 98 See `test_sysctl_prog.c`_ for an example of BPF program in C that access [all …]
|
D | prog_cgroup_sockopt.rst | 7 ``BPF_PROG_TYPE_CGROUP_SOCKOPT`` program type can be attached to two 26 If BPF program sets ``optlen`` to -1, the control will be returned 38 * ``1`` - success, continue with next BPF program in the cgroup chain. 62 the BPF program from the parent cgroup). 76 the programs are executed from the bottom up: B, A. First program 79 control will be passed to the second (A) program which will see the 82 Same for ``BPF_CGROUP_SETSOCKOPT``: if the program is attached to 85 then the next program in the chain (A) will see those changes, 93 of BPF program that handles socket options.
|
/Linux-v5.4/tools/testing/selftests/bpf/ |
D | test_offload.py | 10 # THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" 14 # OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME 202 …raise Exception("Time out waiting for program counts to stabilize want %d, have %d" % (expected, n… 457 …raise Exception("Time out waiting for program counts to stabilize want %d/%d, have %d bound, %d lo… 489 "XDP program not reporting in iplink (reported %s, expected %s)" % 639 fail(dev != m["dev"], "Map's device different than program's") 664 fail("prog" in two_xdps, "Base program reported in multi program mode") 666 "Wrong attached program count with two programs") 688 fail("prog" not in xdp, "Base program not reported in single program mode") 690 "Wrong attached program count with one program") [all …]
|
/Linux-v5.4/Documentation/filesystems/nfs/ |
D | idmapper.txt | 29 #OP TYPE DESCRIPTION CALLOUT INFO PROGRAM ARG1 ARG2 ARG3 ... 33 This will direct all id_resolver requests to the program /usr/sbin/nfs.idmap. 45 program. If you would like to use your own program for a uid lookup then you 48 #OP TYPE DESCRIPTION CALLOUT INFO PROGRAM ARG1 ARG2 ARG3 ... 50 create id_resolver uid:* * /some/other/program %k %d 600 53 Notice that the new line was added above the line for the generic program. 54 request-key will find the first matching line and corresponding program. In 55 this case, /some/other/program will handle all uid lookups and 66 hand". This program takes two arguments, a serialized key and a key
|
/Linux-v5.4/Documentation/misc-devices/ |
D | spear-pcie-gadget.txt | 25 and then program its various registers to configure it as a particular device 58 bar0 is SYSRAM1(E0800000). Always program bar size before bar 66 Program all PCIe registers in such a way that when this device is connected 72 program vendor id as 0x104a 75 program device id as 0xCD80 78 program BAR0 size as 1MB 84 Program BAR0 Address as DDR (0x2100000). This is the physical address of 86 can also be made visible to PCIe host. E.g., if you program base address of UART 91 program interrupt type : INTA 110 if MSI is to be used as interrupt, program no of msi vector needed (say4)
|
/Linux-v5.4/tools/bpf/bpftool/Documentation/ |
D | bpftool-cgroup.rst | 41 Output will start with program ID followed by attach type, 42 attach flags and program name. 55 program ID, attach type, attach flags and program name. 62 Attach program *PROG* to the cgroup *CGROUP* with attach type 66 some bpf program, the program in this cgroup yields to sub-cgroup 67 program; **multi** if a sub-cgroup installs some bpf program, 68 that cgroup program gets run in addition to the program in this 71 Only one program is allowed to be attached to a cgroup with 73 program will release old program and attach the new one.
|
/Linux-v5.4/drivers/char/mwave/ |
D | smapi.h | 10 * This program is free software; you can redistribute it and/or modify 15 * This program is distributed in the hope that it will be useful, 21 * THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR 26 * distributing the Program and assumes all risks associated with its 28 * the risks and costs of program errors, damage to or loss of data, 37 * USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED 41 * along with this program; if not, write to the Free Software
|
/Linux-v5.4/samples/bpf/ |
D | test_cgrp2_sock2.c | 2 /* eBPF example program: 4 * - Loads eBPF program 6 * The eBPF program loads a filter from file and attaches the 7 * program to a cgroup using BPF_PROG_ATTACH 55 printf("Invalid program id; program not found in file\n"); in main()
|
D | hbm_out_kern.c | 4 * This program is free software; you can redistribute it and/or 8 * Sample Host Bandwidth Manager (HBM) BPF program. 10 * A cgroup skb BPF egress program to limit cgroup output bandwidth. 38 * by a cgroup skb BPF program do not automatically trigger a call to 41 * This BPF program actually uses 2 drop thresholds, one threshold 46 * a user program through a shared BPF map. In addition, by default this BPF 47 * program does not limit connections using loopback. This behavior can be 48 * overwritten by the user program. There is also an option to calculate 50 * the user program can access. 52 * A latter patch provides such a program (hbm.c)
|
/Linux-v5.4/tools/testing/selftests/kvm/lib/ |
D | elf.c | 108 * Loads the program image of the ELF file specified by filename, 130 /* For each program header. in kvm_vm_elf_load() 132 * and size of the program headers: in kvm_vm_elf_load() 134 * e_phoff - File offset to start of program headers in kvm_vm_elf_load() 135 * e_phentsize - Size of each program header in kvm_vm_elf_load() 136 * e_phnum - Number of program header entries in kvm_vm_elf_load() 139 /* Seek to the beginning of the program header. */ in kvm_vm_elf_load() 143 "Failed to seek to begining of program header %u,\n" in kvm_vm_elf_load() 148 /* Read in the program header. */ in kvm_vm_elf_load() 186 "Seek to program segment offset failed,\n" in kvm_vm_elf_load() [all …]
|
/Linux-v5.4/Documentation/admin-guide/ |
D | java.rst | 8 other program after you have done the following: 60 You, too, need the little program after the script. Compile like:: 66 Both the javawrapper shellscript and the javaclassname program 171 * This program is free software; you can redistribute it and/or modify 176 * This program is distributed in the hope that it will be useful, 182 * along with this program; if not, write to the Free Software 210 #define seek_error() error("%s: Cannot seek\n", program) 211 #define corrupt_error() error("%s: Class file corrupt\n", program) 212 #define eof_error() error("%s: Unexpected end of file\n", program) 213 #define utf8_error() error("%s: Only ASCII 1-255 supported\n", program); [all …]
|
/Linux-v5.4/drivers/scsi/smartpqi/ |
D | Kconfig | 10 # This program is free software; you can redistribute it and/or 15 # This program is distributed in the hope that it will be useful, 21 # THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR 26 # distributing the Program and assumes all risks associated with its 28 # the risks and costs of program errors, damage to or loss of data, 37 # USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED
|
/Linux-v5.4/drivers/scsi/mpt3sas/ |
D | Kconfig | 8 # This program is free software; you can redistribute it and/or 13 # This program is distributed in the hope that it will be useful, 19 # THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR 24 # distributing the Program and assumes all risks associated with its 26 # the risks and costs of program errors, damage to or loss of data, 35 # USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED 39 # along with this program; if not, write to the Free Software
|