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:show_buf
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/hi_proc/kernel/
H
A
D
hiproc.c
179
hi_proc_show_buf *
show_buf
= HI_NULL;
in hi_proc_ioctl()
local
238
show_buf
= (hi_proc_show_buf *)((uintptr_t)para);
in hi_proc_ioctl()
249
if (
show_buf
== HI_NULL) {
in hi_proc_ioctl()
250
osal_printk("
show_buf
is HI_NULL\n");
in hi_proc_ioctl()
254
if (
show_buf
->size > HI_PROC_BUF_SIZE) {
in hi_proc_ioctl()
255
osal_printk("
show_buf
(size = %u) is overflow\n",
show_buf
->size);
in hi_proc_ioctl()
258
if (
show_buf
->buf == HI_NULL) {
in hi_proc_ioctl()
259
osal_printk("
show_buf
is NULL\n");
in hi_proc_ioctl()
262
proc_wait.entry.read = osal_kmalloc(
show_buf
in hi_proc_ioctl()
[all...]
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/hiproc/kernel/
H
A
D
hiproc.c
241
hi_proc_show_buf *
show_buf
= HI_NULL;
in hiproc_wake_read_task()
local
242
show_buf
= (hi_proc_show_buf *)((uintptr_t)para);
in hiproc_wake_read_task()
251
if (
show_buf
== HI_NULL) {
in hiproc_wake_read_task()
252
osal_printk("
show_buf
is HI_NULL\n");
in hiproc_wake_read_task()
255
if (
show_buf
->size > HI_PROC_BUF_SIZE) {
in hiproc_wake_read_task()
256
osal_printk("
show_buf
(size = %u) is overflow\n",
show_buf
->size);
in hiproc_wake_read_task()
259
if (
show_buf
->buf == HI_NULL) {
in hiproc_wake_read_task()
260
osal_printk("
show_buf
is NULL\n");
in hiproc_wake_read_task()
263
proc_wait.entry.read = osal_kmalloc(0,
show_buf
in hiproc_wake_read_task()
[all...]
Completed in 3 milliseconds