Home
last modified time | relevance | path

Searched refs:alter (Results 1 – 25 of 58) sorted by relevance

123

/Linux-v4.19/net/netfilter/ipvs/
Dip_vs_nfct.c189 goto alter; in ip_vs_nfct_expect_callback()
205 goto alter; in ip_vs_nfct_expect_callback()
213 alter: in ip_vs_nfct_expect_callback()
/Linux-v4.19/Documentation/security/
Dcredentials.rst273 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-v4.19/kernel/debug/kdb/
Dkdb_cmds1 # Initial commands for kdb, alter to suit your needs.
/Linux-v4.19/ipc/
Dsem.c139 bool alter; /* does *sops alter the array? */ member
1952 bool undos = false, alter = false, dupsop = false; in do_semtimedop() local
2001 alter = true; in do_semtimedop()
2032 if (ipcperms(ns, &sma->sem_perm, alter ? S_IWUGO : S_IRUGO)) { in do_semtimedop()
2037 error = security_sem_semop(&sma->sem_perm, sops, nsops, alter); in do_semtimedop()
2069 queue.alter = alter; in do_semtimedop()
2080 if (alter) in do_semtimedop()
2103 if (alter) { in do_semtimedop()
2119 if (alter) in do_semtimedop()
/Linux-v4.19/Documentation/devicetree/bindings/clock/
Darm-syscon-icst.txt10 into the system controller. Furthermore, to even be able to alter one of
/Linux-v4.19/drivers/tty/serial/
DKconfig43 you can alter that using a kernel command line option such as
71 you can alter that using a kernel command line option such as
238 you can alter that using a kernel command line option such as
287 you can alter that using a kernel command line option such as
309 you can alter that using a kernel command line option such as
420 you can alter that using a kernel command line option such as
467 you can alter that using a kernel command line option such as
495 you can alter that using a kernel command line option such as
521 you can alter that using a kernel command line option such as
832 you can alter that using a kernel command line option such as
[all …]
/Linux-v4.19/Documentation/arm/
DREADME15 To build ARM Linux natively, you shouldn't have to alter the ARCH = line
20 If you wish to cross-compile, then alter the following lines in the top
/Linux-v4.19/tools/testing/selftests/tc-testing/creating-plugins/
DAddingPlugins.txt17 - ability to alter the command to be run in any phase:
/Linux-v4.19/Documentation/arm/nwfpe/
DTODO62 reserved to alter it between implementations) and the WFC and RFC
/Linux-v4.19/tools/build/Documentation/
DBuild.txt136 It's possible to alter the standard object C flags in the following way:
/Linux-v4.19/arch/m68k/
DKconfig.devices132 you can alter that using a kernel command line option such as
/Linux-v4.19/Documentation/networking/
Dltpc.txt53 permanent solution would be to alter the netatalk code. Also, make
Dnetdev-features.txt82 Callback must not alter features contained in NETIF_F_SOFT_FEATURES or
/Linux-v4.19/Documentation/i2c/
Dupgrading-clients9 This guide outlines how to alter existing Linux 2.6 client drivers from
/Linux-v4.19/net/bridge/netfilter/
DKconfig59 The ebtables nat table is used to define rules that alter the MAC
/Linux-v4.19/Documentation/block/
Dqueue-sysfs.txt170 change the kernels view of the device, but it doesn't alter the
/Linux-v4.19/include/linux/
Dsecurity.h391 unsigned nsops, int alter);
1137 int alter) in security_sem_semop() argument
Dlsm_hooks.h1643 unsigned nsops, int alter);
/Linux-v4.19/LICENSES/other/
DCDDL-1.0179 remove or alter any copyright, patent or trademark notices
207 limit or alter the recipient's rights in the Source Code form from
/Linux-v4.19/security/
Dsecurity.c1278 unsigned nsops, int alter) in security_sem_semop() argument
1280 return call_int_hook(sem_semop, 0, sma, sops, nsops, alter); in security_sem_semop()
/Linux-v4.19/arch/m68k/ifpsp060/src/
Disp.S478 # mul64() may use ()+ addressing and may, therefore, alter a7
491 # div64() may use ()+ addressing and may, therefore, alter a7.
/Linux-v4.19/Documentation/vm/
Dtranshuge.rst146 tracking. The alternative is alter ->_mapcount in all subpages on each
/Linux-v4.19/Documentation/input/
Dinput-programming.rst254 Userspace can query and alter current scancode to keycode mappings using
/Linux-v4.19/Documentation/
Dintel_txt.txt179 in the e820 table, but not any memory that BIOS might alter over
/Linux-v4.19/Documentation/sound/soc/
Ddpcm.rst107 In this example, the machine driver or userspace audio HAL can alter the routing

123