/Linux-v5.4/net/netfilter/ipvs/ |
D | ip_vs_nfct.c | 173 goto alter; in ip_vs_nfct_expect_callback() 189 goto alter; in ip_vs_nfct_expect_callback() 197 alter: in ip_vs_nfct_expect_callback()
|
/Linux-v5.4/Documentation/security/ |
D | credentials.rst | 273 To alter anything in the cred struct, the copy-and-replace principle must be 274 adhered to. First take a copy, then alter the copy and then use RCU to change 278 A task may only alter its _own_ credentials; it is no longer permitted for a 279 task to alter another's credentials. This means the ``capset()`` system call 301 the const qualification to be able to alter the reference count. 307 A task being able to alter only its own credentials permits the current process 431 As previously mentioned, a task may only alter its own credentials, and may not 432 alter those of another task. This means that it doesn't need to use any 433 locking to alter its own credentials. 435 To alter the current process's credentials, a function should first prepare a [all …]
|
/Linux-v5.4/kernel/debug/kdb/ |
D | kdb_cmds | 1 # Initial commands for kdb, alter to suit your needs.
|
/Linux-v5.4/ipc/ |
D | sem.c | 139 bool alter; /* does *sops alter the array? */ member 1975 bool undos = false, alter = false, dupsop = false; in do_semtimedop() local 2024 alter = true; in do_semtimedop() 2055 if (ipcperms(ns, &sma->sem_perm, alter ? S_IWUGO : S_IRUGO)) { in do_semtimedop() 2060 error = security_sem_semop(&sma->sem_perm, sops, nsops, alter); in do_semtimedop() 2092 queue.alter = alter; in do_semtimedop() 2103 if (alter) in do_semtimedop() 2126 if (alter) { in do_semtimedop() 2142 if (alter) in do_semtimedop()
|
/Linux-v5.4/Documentation/devicetree/bindings/clock/ |
D | arm-syscon-icst.txt | 10 into the system controller. Furthermore, to even be able to alter one of
|
/Linux-v5.4/drivers/tty/serial/ |
D | Kconfig | 44 you can alter that using a kernel command line option such as 72 you can alter that using a kernel command line option such as 235 you can alter that using a kernel command line option such as 284 you can alter that using a kernel command line option such as 306 you can alter that using a kernel command line option such as 438 you can alter that using a kernel command line option such as 471 you can alter that using a kernel command line option such as 500 you can alter that using a kernel command line option such as 526 you can alter that using a kernel command line option such as 837 you can alter that using a kernel command line option such as [all …]
|
/Linux-v5.4/Documentation/arm/ |
D | arm.rst | 16 To build ARM Linux natively, you shouldn't have to alter the ARCH = line 21 If you wish to cross-compile, then alter the following lines in the top
|
/Linux-v5.4/tools/testing/selftests/tc-testing/creating-plugins/ |
D | AddingPlugins.txt | 17 - ability to alter the command to be run in any phase:
|
/Linux-v5.4/Documentation/arm/nwfpe/ |
D | todo.rst | 66 reserved to alter it between implementations) and the WFC and RFC
|
/Linux-v5.4/tools/build/Documentation/ |
D | Build.txt | 136 It's possible to alter the standard object C flags in the following way:
|
/Linux-v5.4/arch/m68k/ |
D | Kconfig.devices | 132 you can alter that using a kernel command line option such as
|
/Linux-v5.4/Documentation/networking/ |
D | ltpc.txt | 53 permanent solution would be to alter the netatalk code. Also, make
|
D | netdev-features.txt | 82 Callback must not alter features contained in NETIF_F_SOFT_FEATURES or
|
/Linux-v5.4/Documentation/i2c/ |
D | upgrading-clients.rst | 10 This guide outlines how to alter existing Linux 2.6 client drivers from
|
/Linux-v5.4/net/bridge/netfilter/ |
D | Kconfig | 80 The ebtables nat table is used to define rules that alter the MAC
|
/Linux-v5.4/include/linux/ |
D | security.h | 430 unsigned nsops, int alter); 1206 int alter) in security_sem_semop() argument
|
D | lsm_hooks.h | 1684 unsigned nsops, int alter);
|
/Linux-v5.4/LICENSES/dual/ |
D | CDDL-1.0 | 183 remove or alter any copyright, patent or trademark notices 211 limit or alter the recipient's rights in the Source Code form from
|
/Linux-v5.4/arch/m68k/ifpsp060/src/ |
D | isp.S | 478 # mul64() may use ()+ addressing and may, therefore, alter a7 491 # div64() may use ()+ addressing and may, therefore, alter a7.
|
/Linux-v5.4/Documentation/vm/ |
D | transhuge.rst | 141 tracking. The alternative is to alter ->_mapcount in all subpages on each
|
/Linux-v5.4/Documentation/input/ |
D | input-programming.rst | 254 Userspace can query and alter current scancode to keycode mappings using
|
/Linux-v5.4/Documentation/block/ |
D | queue-sysfs.rst | 209 change the kernels view of the device, but it doesn't alter the
|
/Linux-v5.4/Documentation/x86/ |
D | intel_txt.rst | 179 in the e820 table, but not any memory that BIOS might alter over
|
/Linux-v5.4/Documentation/sound/soc/ |
D | dpcm.rst | 107 In this example, the machine driver or userspace audio HAL can alter the routing
|
/Linux-v5.4/security/ |
D | security.c | 1865 unsigned nsops, int alter) in security_sem_semop() argument 1867 return call_int_hook(sem_semop, 0, sma, sops, nsops, alter); in security_sem_semop()
|