Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:AUDIT_AUX_PIDS
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/kernel/
H
A
D
auditsc.c
108
#define
AUDIT_AUX_PIDS
16
macro
112
pid_t target_pid[
AUDIT_AUX_PIDS
];
113
kuid_t target_auid[
AUDIT_AUX_PIDS
];
114
kuid_t target_uid[
AUDIT_AUX_PIDS
];
115
unsigned int target_sessionid[
AUDIT_AUX_PIDS
];
116
u32 target_sid[
AUDIT_AUX_PIDS
];
117
char target_comm[
AUDIT_AUX_PIDS
][TASK_COMM_LEN];
2504
if (!axp || axp->pid_count ==
AUDIT_AUX_PIDS
) {
in audit_signal_info_syscall()
2513
BUG_ON(axp->pid_count >=
AUDIT_AUX_PIDS
);
in audit_signal_info_syscall()
/kernel/linux/linux-6.6/kernel/
H
A
D
auditsc.c
95
#define
AUDIT_AUX_PIDS
16
macro
99
pid_t target_pid[
AUDIT_AUX_PIDS
];
100
kuid_t target_auid[
AUDIT_AUX_PIDS
];
101
kuid_t target_uid[
AUDIT_AUX_PIDS
];
102
unsigned int target_sessionid[
AUDIT_AUX_PIDS
];
103
u32 target_sid[
AUDIT_AUX_PIDS
];
104
char target_comm[
AUDIT_AUX_PIDS
][TASK_COMM_LEN];
2765
if (!axp || axp->pid_count ==
AUDIT_AUX_PIDS
) {
in audit_signal_info_syscall()
2774
BUG_ON(axp->pid_count >=
AUDIT_AUX_PIDS
);
in audit_signal_info_syscall()
Completed in 7 milliseconds