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:disk_status
(Results
1 - 6
of
6
) sorted by relevance
/third_party/FatFs/source/
H
A
D
diskio.c
38
DSTATUS
disk_status
(
in disk_status()
function
47
stat = g_diskDrv.drv[pdrv]->
disk_status
(g_diskDrv.lun[pdrv]);
in disk_status()
H
A
D
diskio.h
39
DSTATUS
disk_status
(BYTE pdrv);
H
A
D
ff.c
2833
stat =
disk_status
(fs->pdrv);
in mount_volume()
2983
if (!(
disk_status
(obj->fs->pdrv) & STA_NOINIT)) { /* Test if the hosting phsical drive is kept initialized */
in validate()
2995
if (!(
disk_status
(obj->fs->pdrv) & STA_NOINIT)) { /* Test if the hosting phsical drive is kept initialized */
in validate()
/third_party/NuttX/fs/driver/
H
A
D
fs_openblockdriver.c
114
if (disk->
disk_status
== STAT_INUSED)
in open_blockdriver()
H
A
D
fs_closeblockdriver.c
101
if (disk->
disk_status
== STAT_INUSED)
in close_blockdriver()
/third_party/NuttX/drivers/bch/
H
A
D
bchdev_driver.c
353
if (disk->
disk_status
== STAT_INUSED)
in bch_ioctl()
Completed in 11 milliseconds