OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XS_CTL_ASYNC
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/dev/scsipi/
scsipi_base.c
464
if ((flags & (XS_CTL_URGENT|
XS_CTL_ASYNC
)) ==
465
(XS_CTL_URGENT|
XS_CTL_ASYNC
)) {
1652
if ((xs->xs_control & (
XS_CTL_ASYNC
|XS_CTL_POLL)) ==
1653
(
XS_CTL_ASYNC
|XS_CTL_POLL))
1684
if ((xs->xs_control &
XS_CTL_ASYNC
) == 0) {
1739
*
XS_CTL_ASYNC
is set in xs->xs_control
1753
* - If
XS_CTL_ASYNC
is set, `xs' has been freed back to
1768
if ((xs->xs_control &
XS_CTL_ASYNC
) != 0 && xs->bp == NULL)
1769
panic("scsipi_complete:
XS_CTL_ASYNC
but no buf");
1968
if (xs->xs_control &
XS_CTL_ASYNC
)
[
all
...]
scsipi_ioctl.c
208
if (xs->xs_control &
XS_CTL_ASYNC
) {
ss_scanjet.c
273
XS_CTL_NOSLEEP |
XS_CTL_ASYNC
| XS_CTL_DATA_IN);
ss_mustek.c
473
XS_CTL_NOSLEEP |
XS_CTL_ASYNC
| XS_CTL_DATA_IN);
scsipiconf.h
605
#define
XS_CTL_ASYNC
0x00000008 /* command completes
st.c
1262
flags = XS_CTL_NOSLEEP |
XS_CTL_ASYNC
;
sd.c
782
flags = XS_CTL_NOSLEEP|
XS_CTL_ASYNC
|XS_CTL_SIMPLE_TAG;
cd.c
842
flags = XS_CTL_NOSLEEP|
XS_CTL_ASYNC
|XS_CTL_SIMPLE_TAG;
Completed in 21 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025