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:proc_uid
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/common_modules/tzdriver/auth/
H
A
D
auth_base_impl.c
294
static int get_proc_uid(uid_t *
proc_uid
)
in get_proc_uid()
argument
301
*
proc_uid
= current->cred->uid.val;
in get_proc_uid()
312
*
proc_uid
= cred->uid.val;
in get_proc_uid()
326
uid_t
proc_uid
;
in check_proc_uid_path()
local
351
ret = get_proc_uid(&
proc_uid
);
in check_proc_uid_path()
358
pro_dpath, (unsigned int)
proc_uid
) < 0) {
in check_proc_uid_path()
/kernel/linux/linux-5.10/drivers/net/wireless/cisco/
H
A
D
airo.c
241
static int
proc_uid
/* = 0 */;
variable
279
module_param(
proc_uid
, int, 0);
280
MODULE_PARM_DESC(
proc_uid
, "The uid that the /proc files will belong to.");
5703
proc_kuid = make_kuid(&init_user_ns,
proc_uid
);
in airo_init_module()
/kernel/linux/linux-6.6/drivers/net/wireless/cisco/
H
A
D
airo.c
241
static int
proc_uid
/* = 0 */;
variable
278
module_param(
proc_uid
, int, 0);
279
MODULE_PARM_DESC(
proc_uid
, "The uid that the /proc files will belong to.");
5700
proc_kuid = make_kuid(&init_user_ns,
proc_uid
);
in airo_init_module()
Completed in 38 milliseconds