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:MAP_FAILED
(Results
1 - 12
of
12
) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H
A
D
hi_osal_user.h
28
#ifndef
MAP_FAILED
29
#define
MAP_FAILED
(NULL)
macro
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H
A
D
hi_osal_user.h
53
#ifndef
MAP_FAILED
54
#define
MAP_FAILED
(NULL)
macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/
H
A
D
mman.h
27
#define
MAP_FAILED
((void *) -1)
macro
/device/soc/hisilicon/common/hal/display/source/display_gralloc/src/
H
A
D
framebuffer_allocator.cpp
155
if (virAddr == static_cast<void*>(
MAP_FAILED
)) {
in Mmap()
H
A
D
allocator.cpp
264
if (virAddr == static_cast<void*>(
MAP_FAILED
)) {
in Mmap()
/device/soc/rockchip/rk3568/hardware/omx_il/osal/
H
A
D
Rockchip_OSAL_SharedMemory.c
150
if (*ptr ==
MAP_FAILED
) {
in ion_map()
334
if (*ptr ==
MAP_FAILED
) {
in drm_map()
444
if (pBuffer ==
MAP_FAILED
) {
in Rockchip_OSAL_SharedMemory_HandleToSecureAddress()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/common/
H
A
D
sample_comm_sys.c
83
if (
MAP_FAILED
== pPageAddr) {
in SAMPLE_SYS_IOMmap()
/device/soc/rockchip/common/hardware/display/src/display_gralloc/
H
A
D
display_gralloc_gbm.c
410
if (virAddr ==
MAP_FAILED
) {
in GbmMmap()
/device/soc/rockchip/rk3399/hardware/display/src/display_gralloc/
H
A
D
display_gralloc_gbm.c
364
if (virAddr ==
MAP_FAILED
) {
in GbmMmap()
/device/soc/rockchip/rk3566/hardware/display/src/display_gralloc/
H
A
D
display_gralloc_gbm.cpp
373
if (virAddr == reinterpret_cast<void *>(
MAP_FAILED
)) {
in GbmMmap()
/device/soc/rockchip/rk3568/hardware/display/src/display_gralloc/
H
A
D
display_gralloc_gbm.cpp
373
if (virAddr == reinterpret_cast<void *>(
MAP_FAILED
)) {
in GbmMmap()
/device/soc/rockchip/rk3588/hardware/display/src/display_gralloc/
H
A
D
display_gralloc_gbm.cpp
373
if (virAddr == reinterpret_cast<void *>(
MAP_FAILED
)) {
in GbmMmap()
Completed in 8 milliseconds