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:halted
(Results
1 - 3
of
3
) sorted by relevance
/third_party/curl/tests/libtest/
H
A
D
lib1540.c
32
int
halted
;
member
34
int please; /* number of times xferinfo is called while
halted
*/
48
if(st->
halted
) {
in please_continue()
55
fprintf(stderr, "xferinfo: paused %d\n", st->
halted
);
in please_continue()
81
st->
halted
= 1;
in write_callback()
/third_party/FreeBSD/sys/dev/usb/
H
A
D
usb_handle_request.c
364
uint8_t
halted
;
in usb_handle_get_stall()
local
372
halted
= ep->is_stalled;
in usb_handle_get_stall()
375
return (
halted
);
in usb_handle_get_stall()
/third_party/FreeBSD/sys/dev/usb/controller/
H
A
D
xhci.c
866
uint8_t
halted
;
in xhci_check_transfer()
local
881
/* check if error means
halted
*/
in xhci_check_transfer()
882
halted
= (status != XHCI_TRB_ERROR_SHORT_PKT &&
in xhci_check_transfer()
954
if (
halted
) {
in xhci_check_transfer()
955
halted
= 0;
in xhci_check_transfer()
981
if (
halted
) {
in xhci_check_transfer()
1620
PRINTK("%s: host controller
halted
\n",
in xhci_interrupt()
3884
/* clear
halted
and running */
in xhci_configure_msg()
3915
/* check if
halted
is still cleared */
in xhci_configure_msg()
Completed in 5 milliseconds