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:bjnp_no_devices
(Results
1 - 1
of
1
) sorted by relevance
/third_party/backends/backend/pixma/
H
A
D
pixma_bjnp.c
122
static int
bjnp_no_devices
= 0;
variable
1749
PDBG (bjnp_dbg (LOG_DEBUG, "bjnp_allocate_device(%s) %d\n", devname,
bjnp_no_devices
));
in bjnp_allocate_device()
1812
if (
bjnp_no_devices
== BJNP_NO_DEVICES)
in bjnp_allocate_device()
1821
if (bjnp_init_device_structure(
bjnp_no_devices
, (bjnp_sockaddr_t *)cur -> ai_addr,
in bjnp_allocate_device()
1828
for (i = 0; i <
bjnp_no_devices
; i++)
in bjnp_allocate_device()
1836
if ( strcmp( device[i].mac_address, device[
bjnp_no_devices
].mac_address ) == 0 )
in bjnp_allocate_device()
1838
if ( device[i].address_level < device[
bjnp_no_devices
].address_level )
in bjnp_allocate_device()
1842
device[i].addr = device[
bjnp_no_devices
].addr;
in bjnp_allocate_device()
1843
device[
bjnp_no_devices
].addr = NULL;
in bjnp_allocate_device()
1844
device[i].address_level = device[
bjnp_no_devices
]
in bjnp_allocate_device()
[all...]
Completed in 3 milliseconds