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:destroy_req
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/gallium/winsys/sw/kms-dri/
H
A
D
kms_dri_sw_winsys.c
175
struct drm_mode_destroy_dumb
destroy_req
;
in kms_sw_displaytarget_create()
local
216
memset(&
destroy_req
, 0, sizeof
destroy_req
);
in kms_sw_displaytarget_create()
217
destroy_req
.handle = create_req.handle;
in kms_sw_displaytarget_create()
218
drmIoctl(kms_sw->fd, DRM_IOCTL_MODE_DESTROY_DUMB, &
destroy_req
);
in kms_sw_displaytarget_create()
231
struct drm_mode_destroy_dumb
destroy_req
;
in kms_sw_displaytarget_destroy()
local
241
memset(&
destroy_req
, 0, sizeof
destroy_req
);
in kms_sw_displaytarget_destroy()
242
destroy_req
.handle = kms_sw_dt->handle;
in kms_sw_displaytarget_destroy()
243
drmIoctl(kms_sw->fd, DRM_IOCTL_MODE_DESTROY_DUMB, &
destroy_req
);
in kms_sw_displaytarget_destroy()
[all...]
/third_party/ntfs-3g/libfuse-lite/
H
A
D
fuse_lowlevel.c
147
static void
destroy_req
(fuse_req_t req)
in destroy_req()
function
168
destroy_req
(req);
in free_req()
977
destroy_req
(curr);
in find_interrupted()
1003
destroy_req
(req);
in do_interrupt()
/third_party/libfuse/lib/
H
A
D
fuse_lowlevel.c
124
static void
destroy_req
(fuse_req_t req)
in destroy_req()
function
145
destroy_req
(req);
in fuse_free_req()
1745
destroy_req
(curr);
1775
destroy_req
(req);
1793
destroy_req
(curr);
Completed in 8 milliseconds