Home
last modified time | relevance | path

Searched full:program (Results 1 – 25 of 371) sorted by relevance

12345678910>>...15

/Documentation/scsi/
DLICENSE.qla4xxx4 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 …]
DLICENSE.qla2xxx4 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 …]
/Documentation/networking/device_drivers/qlogic/
DLICENSE.qlge26 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 …]
DLICENSE.qlcnic26 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 …]
DLICENSE.qla3xxx4 This program includes a device driver for Linux 2.6 that may be
27 THIS PROGRAM IS PROVIDED BY QLOGIC CORPORATION "AS IS'' AND ANY
40 USER ACKNOWLEDGES AND AGREES THAT USE OF THIS PROGRAM WILL NOT
45 COMBINATION WITH THIS PROGRAM.
/Documentation/bpf/
Dprog_cgroup_sysctl.rst7 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 …]
Dprog_cgroup_sockopt.rst7 ``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.
Dbpf_design_QA.rst94 program can have. The verifier has various internal limits.
96 program analysis. Currently, that limit is set to 1 million.
97 Which essentially means that the largest program can consist
101 a limit to the number of maps used by the program.
102 All these limits can be hit with a sufficiently complex program.
103 There are also non-numerical limits that can cause the program
109 being removed. The only way to know that the program is going to
183 compiling a program. Furthermore, the verifier can now mark the
209 such that the program needs to be adapted accordingly.
211 Q: How much stack space a BPF program uses?
[all …]
Dprog_flow_dissector.rst31 Flow dissector BPF program should fill out the rest of the ``struct
35 The return code of the BPF program is either BPF_OK to indicate successful
75 Please note that TPID can be 802.1AD and, hence, BPF program would
98 The takeaway here is as follows: BPF flow dissector program can be called with
100 or double VLAN is present and when it is not present. The same program
127 for the loader. bpftool can be used to load BPF flow dissector program as well.
/Documentation/filesystems/nfs/
Didmapper.txt29 #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
/Documentation/misc-devices/
Dspear-pcie-gadget.txt25 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)
/Documentation/driver-api/fpga/
Dfpga-programming.rst18 * program the FPGA using info passed in :c:member:`fpga_region->info`.
22 The struct fpga_image_info specifies what FPGA image to program. It is
26 How to program an FPGA using a region
42 * program.
87 * :c:func:`fpga_region_program_fpga` — Program an FPGA
88 * :c:type:`fpga_image_info` — Specifies what FPGA image to program
/Documentation/admin-guide/
Djava.rst8 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 …]
/Documentation/ABI/stable/
Dvdso1 On some architectures, when the kernel loads any userspace program it
2 maps an ELF DSO into that program's address space. This DSO is called
12 To find the DSO, parse the auxiliary vector passed to the program's
/Documentation/EDID/
D1600x1200.S6 This program is free software; you can redistribute it and/or
11 This program is distributed in the hope that it will be useful,
17 along with this program; if not, write to the Free Software
D1680x1050.S6 This program is free software; you can redistribute it and/or
11 This program is distributed in the hope that it will be useful,
17 along with this program; if not, write to the Free Software
D1920x1080.S6 This program is free software; you can redistribute it and/or
11 This program is distributed in the hope that it will be useful,
17 along with this program; if not, write to the Free Software
D1280x1024.S6 This program is free software; you can redistribute it and/or
11 This program is distributed in the hope that it will be useful,
17 along with this program; if not, write to the Free Software
D1024x768.S6 This program is free software; you can redistribute it and/or
11 This program is distributed in the hope that it will be useful,
17 along with this program; if not, write to the Free Software
/Documentation/leds/
Dleds-lp55xx.rst15 Program memory for running LED patterns
55 - Program memory address access for running patterns
60 LP55xx family devices have the internal program memory for running
68 LP55xx chips have three program engines.
80 Select which engine is used for running program
82 Start program which is loaded via the firmware interface
84 Load program data
166 The sequence of running the program data is common.
177 Chip specific commands for loading and updating program memory.
/Documentation/s390/
Dvfio-ccw.rst18 in the channel program directly, i.e. there is no iommu involved.
75 instruction to a specialized I/O channel processor. A channel program is
77 issue a channel program to the channel subsystem, it is required to
81 the channel program with a SSCH (start sub-channel) instruction. The
109 policing and translation how the channel program is programmed before
122 vfio_ccw also provides an I/O region to accept channel program
138 address, pin the page and program the hardware with the host physical
193 An I/O region is used to accept channel program request from user
242 passed in by a user space program are organized with their guest
244 space, and assemble a runnable kernel channel program by updating the
[all …]
/Documentation/admin-guide/LSM/
DSafeSetID.rst18 capabilities, since using file capabilities to run a program with elevated
20 file can exec() that program to gain the elevated privileges.
34 The main use case for this LSM is to allow a non-root program to transition to
36 program would still need CAP_SETUID to do any kind of transition, but the
38 of CAP_SETUID since the non-root program cannot take advantage of CAP_SETUID to
56 spawning semantics in the application (e.g. by using a privileged helper program
59 as fork() calls where the program doesn???t immediately call exec() after the
/Documentation/watchdog/
Dpcwd-watchdog.rst25 Watchdog program.
29 to run the program with an "&" to run it in the background!)
31 If you want to write a program to be compatible with the PC Watchdog
32 driver, simply use of modify the watchdog test program:
/Documentation/media/uapi/rc/
Dlirc-dev-intro.rst23 It is also possible to attach a BPF program to a LIRC device for decoding
153 to load an BPF program which does the decoding. This can only be done on
157 program must be loaded of type ``BPF_PROG_TYPE_LIRC_MODE2``. Once attached
158 to the LIRC device, this program will be called for each pulse, space or
159 timeout event on the LIRC device. The context for the BPF program is a
161 value. When the program has decoded the scancode, it can be submitted using
166 program, it can be attached to the LIRC device using the `bpf(2)`_ syscall.
/Documentation/networking/
Dcxacru-cf.py4 # This program is free software; you can redistribute it and/or modify it
9 # This program is distributed in the hope that it will be useful, but WITHOUT
15 # this program; if not, write to the Free Software Foundation, Inc., 59

12345678910>>...15