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:sc_flags
(Results
1 - 15
of
15
) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/net/
H
A
D
if_axe.c
574
sc->
sc_flags
&= ~AXE_FLAG_LINK;
in axe_ax88772b_init()
596
if (sc->
sc_flags
& AXE_FLAG_178)
in axe_reset()
598
else if (sc->
sc_flags
& AXE_FLAG_772)
in axe_reset()
600
else if (sc->
sc_flags
& AXE_FLAG_772A)
in axe_reset()
602
else if (sc->
sc_flags
& AXE_FLAG_772B)
in axe_reset()
629
if (sc->
sc_flags
& (AXE_FLAG_772A | AXE_FLAG_772B)) {
in axe_attach_post()
663
if (sc->
sc_flags
& AXE_FLAG_772A) {
in axe_miibus_statchg()
666
else if (sc->
sc_flags
& AXE_FLAG_772B) {
in axe_miibus_statchg()
676
if (sc->
sc_flags
& AXE_FLAG_772A)
in axe_miibus_statchg()
678
else if (sc->
sc_flags
in axe_miibus_statchg()
[all...]
H
A
D
if_axereg.h
358
unsigned int
sc_flags
;
member
377
((sc)->
sc_flags
& (AXE_FLAG_772 | AXE_FLAG_772A | AXE_FLAG_772B | \
381
((sc)->
sc_flags
& (AXE_FLAG_772 | AXE_FLAG_772A | AXE_FLAG_772B))
H
A
D
if_cdcereg.h
103
int
sc_flags
;
member
H
A
D
if_axgereg.h
171
int
sc_flags
;
member
H
A
D
if_cdce.c
476
sc->
sc_flags
= USB_GET_DRIVER_INFO(uaa);
in cdce_attach()
488
(sc->
sc_flags
& CDCE_FLAG_NO_UNION)) {
in cdce_attach()
717
if (sc->
sc_flags
& CDCE_FLAG_ZAURUS) {
in cdce_bulk_write_callback()
875
if ((sc->
sc_flags
& CDCE_FLAG_ZAURUS) && len >= 14)
in cdce_bulk_read_callback()
H
A
D
if_axge.c
354
sc->
sc_flags
= USB_GET_DRIVER_INFO(uaa);
in axge_attach()
720
sc->
sc_flags
&= ~AXE_FLAG_LINK;
in axge_stop()
/third_party/FreeBSD/sys/dev/usb/input/
H
A
D
uhid.c
94
uint8_t
sc_flags
;
member
393
if (sc->
sc_flags
& UHID_FLAG_IMMED) {
in uhid_start_read()
414
if ((sc->
sc_flags
& UHID_FLAG_IMMED) ||
in uhid_start_write()
522
sc->
sc_flags
&= ~UHID_FLAG_IMMED;
in uhid_open()
597
sc->
sc_flags
|= UHID_FLAG_IMMED;
in uhid_ioctl()
601
sc->
sc_flags
&= ~UHID_FLAG_IMMED;
in uhid_ioctl()
766
sc->
sc_flags
|= UHID_FLAG_STATIC_DESC;
in uhid_attach()
786
sc->
sc_flags
|= UHID_FLAG_STATIC_DESC;
in uhid_attach()
806
sc->
sc_flags
|= UHID_FLAG_STATIC_DESC;
in uhid_attach()
882
sc->
sc_flags
in uhid_attach()
[all...]
/third_party/FreeBSD/sys/dev/usb/controller/
H
A
D
ehci.h
343
uint16_t
sc_flags
; /* chip specific flags */
member
399
return sc->
sc_flags
& EHCI_SCFLG_BIGEDESC ? htobe32(v) : htole32(v);
in htohc32()
405
return sc->
sc_flags
& EHCI_SCFLG_BIGEDESC ? htobe16(v) : htole16(v);
in htohc16()
411
return sc->
sc_flags
& EHCI_SCFLG_BIGEDESC ? be32toh(v) : le32toh(v);
in hc32toh()
417
return sc->
sc_flags
& EHCI_SCFLG_BIGEDESC ? be16toh(v) : le16toh(v);
in hc16toh()
H
A
D
ehci_pci.c
123
sc->
sc_flags
|= EHCI_SCFLG_DONTRESET;
in ehci_pci_attach()
H
A
D
ehci.c
263
sc->
sc_flags
|= EHCI_SCFLG_IAADBUG;
in ehci_init()
265
sc->
sc_flags
|= EHCI_SCFLG_LOSTINTRBUG;
in ehci_init()
280
if (!(sc->
sc_flags
& EHCI_SCFLG_DONTRESET)) {
in ehci_init()
1447
if (sc->
sc_flags
& EHCI_SCFLG_LOSTINTRBUG) {
in ehci_interrupt()
2209
if (sc->
sc_flags
& EHCI_SCFLG_IAADBUG)
in ehci_device_bulk_start()
3278
if (sc->
sc_flags
& EHCI_SCFLG_TT) {
3340
(sc->
sc_flags
& EHCI_SCFLG_TT) == 0) {
3355
if (!(sc->
sc_flags
& EHCI_SCFLG_NORESTERM))
3371
(sc->
sc_flags
& EHCI_SCFLG_TT) == 0) {
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/loongarch64/
H
A
D
align.rs
22
pub
sc_flags
: ::c_ulong,
/third_party/musl/arch/loongarch64/bits/
H
A
D
signal.h
26
unsigned
sc_flags
;
member
/third_party/libunwind/libunwind/src/hppa/
H
A
D
Gresume.c
71
my_rt_sigreturn (sc, (sc->
sc_flags
& PARISC_SC_FLAG_IN_SYSCALL) != 0);
in hppa_local_resume()
/third_party/libunwind/libunwind/src/ia64/
H
A
D
Gresume.c
116
sc->
sc_flags
&= ~IA64_SC_FLAG_IN_SYSCALL;
in local_resume()
/third_party/FreeBSD/sys/dev/usb/
H
A
D
usb_hub.c
85
uint8_t
sc_flags
;
member
1161
sc->
sc_flags
|= UHUB_FLAG_DID_EXPLORE;
in uhub_explore()
Completed in 16 milliseconds