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:tmp_ibendport
(Results
1 - 2
of
2
) sorted by relevance
/third_party/selinux/libsepol/src/
H
A
D
ibendports.c
19
ocontext_t *
tmp_ibendport
= NULL;
in ibendport_from_record()
local
24
tmp_ibendport
= (ocontext_t *)calloc(1, sizeof(ocontext_t));
in ibendport_from_record()
25
if (!
tmp_ibendport
)
in ibendport_from_record()
29
&
tmp_ibendport
->u.ibendport.dev_name) < 0)
in ibendport_from_record()
37
strncpy(
tmp_ibendport
->u.ibendport.dev_name, ibdev_name, IB_DEVICE_NAME_MAX - 1);
in ibendport_from_record()
42
tmp_ibendport
->u.ibendport.port = port;
in ibendport_from_record()
48
context_cpy(&
tmp_ibendport
->context[0], tmp_con);
in ibendport_from_record()
53
*ibendport =
tmp_ibendport
;
in ibendport_from_record()
60
if (
tmp_ibendport
) {
in ibendport_from_record()
61
context_destroy(&
tmp_ibendport
in ibendport_from_record()
[all...]
H
A
D
ibendport_record.c
204
sepol_ibendport_t *
tmp_ibendport
= (sepol_ibendport_t *)malloc(sizeof(sepol_ibendport_t));
in sepol_ibendport_create()
local
206
if (!
tmp_ibendport
) {
in sepol_ibendport_create()
211
tmp_ibendport
->ibdev_name = NULL;
in sepol_ibendport_create()
212
tmp_ibendport
->port = 0;
in sepol_ibendport_create()
213
tmp_ibendport
->con = NULL;
in sepol_ibendport_create()
214
*ibendport =
tmp_ibendport
;
in sepol_ibendport_create()
Completed in 2 milliseconds