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:seekable
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/char/xillybus/
H
A
D
xillybus_core.c
436
int synchronous, allowpartial, exclusive_open,
seekable
;
in xilly_setupchannels()
local
518
seekable
= (chandesc[2] >> 6) & 0x01;
in xilly_setupchannels()
552
channel->
seekable
=
seekable
;
in xilly_setupchannels()
561
channel->
seekable
=
seekable
;
in xilly_setupchannels()
1558
if (!rc && (!channel->
seekable
))
in xillybus_open()
1674
* access to a single file descriptor on
seekable
devices is a mess
in xillybus_llseek()
1726
* Since
seekable
devices are allowed only when the channel is
in xillybus_llseek()
H
A
D
xillybus.h
48
int
seekable
;
member
/kernel/linux/linux-5.10/drivers/char/xillybus/
H
A
D
xillybus.h
47
int
seekable
;
member
H
A
D
xillybus_core.c
411
int synchronous, allowpartial, exclusive_open,
seekable
;
in xilly_setupchannels()
local
493
seekable
= (chandesc[2] >> 6) & 0x01;
in xilly_setupchannels()
527
channel->
seekable
=
seekable
;
in xilly_setupchannels()
536
channel->
seekable
=
seekable
;
in xilly_setupchannels()
1555
if (!rc && (!channel->
seekable
))
in xillybus_open()
1671
* access to a single file descriptor on
seekable
devices is a mess
in xillybus_llseek()
1723
* Since
seekable
devices are allowed only when the channel is
in xillybus_llseek()
/kernel/linux/linux-5.10/lib/zlib_deflate/
H
A
D
deftree.c
858
if (stored_len <= opt_lenb && eof && s->compressed_len==0L &&
seekable
()) {
/kernel/linux/linux-6.6/lib/zlib_deflate/
H
A
D
deftree.c
858
if (stored_len <= opt_lenb && eof && s->compressed_len==0L &&
seekable
()) {
Completed in 9 milliseconds