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:authenticated
(Results
1 - 6
of
6
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H
A
D
drm_ioctl.c
193
* attempt to figure out whether they're
authenticated
or not. Since
in drm_getclient()
198
client->auth = file_priv->
authenticated
;
in drm_getclient()
552
/* AUTH is only for
authenticated
or render client */
in drm_ioctl_permit()
553
if (unlikely((flags & DRM_AUTH) && !drm_is_render_client(file_priv) && !file_priv->
authenticated
)) {
in drm_ioctl_permit()
858
(long)old_encode_dev(file_priv->minor->kdev->devt), file_priv->
authenticated
, ioctl->name);
in drm_ioctl()
896
task_pid_nr(current), (long)old_encode_dev(file_priv->minor->kdev->devt), file_priv->
authenticated
,
in drm_ioctl()
H
A
D
drm_auth.c
94
file->
authenticated
= 1;
in drm_authmagic()
150
fpriv->
authenticated
= 1;
in drm_new_set_master()
H
A
D
drm_lease.c
572
lessee_priv->
authenticated
= 1;
in drm_mode_create_lease_ioctl()
H
A
D
drm_debugfs.c
97
priv->minor->index, drm_is_current_master(priv) ? 'y' : 'n', priv->
authenticated
? 'y' : 'n',
in drm_clients_info()
H
A
D
drm_file.c
172
/* for compatibility root is always
authenticated
*/
in drm_file_alloc()
173
file->
authenticated
= capable(CAP_SYS_ADMIN);
in drm_file_alloc()
/device/soc/rockchip/common/sdk_linux/include/drm/
H
A
D
drm_file.h
161
* @
authenticated
:
164
* nodes means it must be
authenticated
.
169
bool
authenticated
;
member
241
/** @magic: Authentication magic, see @
authenticated
. */
Completed in 6 milliseconds