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_POLL
(Results
1 - 25
of
73
) sorted by relevancy
1
2
3
/src/sys/dev/ic/
ciss.c
677
* wait arg abuses
XS_CTL_POLL
|XS_CTL_NOSLEEP flags to request
678
* to wait (
XS_CTL_POLL
) and to allow tsleep() (!XS_CTL_NOSLEEP)
688
const bool pollsleep = ((wait & (
XS_CTL_POLL
|XS_CTL_NOSLEEP)) ==
689
XS_CTL_POLL
);
759
if ((wait & (
XS_CTL_POLL
|XS_CTL_NOSLEEP)) == (
XS_CTL_POLL
|XS_CTL_NOSLEEP))
793
if (wait &
XS_CTL_POLL
) {
814
if ((wait & (
XS_CTL_POLL
|XS_CTL_NOSLEEP)) == (
XS_CTL_POLL
|XS_CTL_NOSLEEP))
972
return ciss_cmd(sc, ccb, BUS_DMA_NOWAIT,
XS_CTL_POLL
|XS_CTL_NOSLEEP)
[
all
...]
wd33c93.c
465
(xs->xs_control &
XS_CTL_POLL
) || xs->datalen == 0)
569
if (sc->sc_nexus && (flags &
XS_CTL_POLL
))
592
if (flags &
XS_CTL_POLL
) {
610
if ((flags &
XS_CTL_POLL
) == 0)
692
else if (acb->xs->xs_control &
XS_CTL_POLL
)
999
if ((xs->xs_control &
XS_CTL_POLL
) == 0)
1131
no_disc = xs->xs_control &
XS_CTL_POLL
||
1601
if (acb->xs->xs_control &
XS_CTL_POLL
)
1955
if (acb->xs->xs_control &
XS_CTL_POLL
||
2046
if (acb->xs->xs_control &
XS_CTL_POLL
|| wd33c93_nodisc
[
all
...]
adv.c
315
if ((ccb->xs->xs_control &
XS_CTL_POLL
) == 0)
686
if ((flags &
XS_CTL_POLL
) == 0)
icpsp.c
234
if ((flags &
XS_CTL_POLL
) != 0) {
sunscpal.c
744
if (flags &
XS_CTL_POLL
) {
780
sr->sr_flags = (flags &
XS_CTL_POLL
) ? SR_IMMED : 0;
786
if (flags &
XS_CTL_POLL
) {
802
if (flags &
XS_CTL_POLL
) {
aic79xx_osm.c
240
if (!(txs->xs_control &
XS_CTL_POLL
)) {
624
if (!(xs->xs_control &
XS_CTL_POLL
)) {
641
if (!(xs->xs_control &
XS_CTL_POLL
)) {
aic7xxx_osm.c
246
if (!(list_scb->xs->xs_control &
XS_CTL_POLL
)) {
635
if (!(xs->xs_control &
XS_CTL_POLL
)) {
675
if (!(xs->xs_control &
XS_CTL_POLL
)) {
isp_netbsd.c
562
if (xs->xs_control &
XS_CTL_POLL
) {
574
if (xs->xs_control &
XS_CTL_POLL
) {
597
if (xs->xs_control &
XS_CTL_POLL
) {
623
if (xs->xs_control &
XS_CTL_POLL
) {
642
if (xs->xs_control &
XS_CTL_POLL
) {
ninjascsi32.c
884
if ((cmd->c_xs->xs_control &
XS_CTL_POLL
) == 0)
1048
if ((cmd->c_xs->xs_control &
XS_CTL_POLL
) == 0) {
1184
if (control &
XS_CTL_POLL
) {
1233
if ((xs->xs_control &
XS_CTL_POLL
) == 0)
1581
if ((xs->xs_control &
XS_CTL_POLL
) == 0) {
2316
if ((xs->xs_control &
XS_CTL_POLL
) == 0) {
/src/sys/dev/scsipi/
atapi_wdc.c
400
if (sc_xfer->xs_control &
XS_CTL_POLL
)
463
if ((sc_xfer->xs_control &
XS_CTL_POLL
) != 0 &&
485
int wait_flags = (sc_xfer->xs_control &
XS_CTL_POLL
) ? AT_POLL : 0;
502
if ((sc_xfer->xs_control &
XS_CTL_POLL
) == 0
595
if ((sc_xfer->xs_control &
XS_CTL_POLL
) == 0)
671
ATAPI_CFG_IRQ_DRQ || (sc_xfer->xs_control &
XS_CTL_POLL
))
707
const bool poll = ((xfer->c_scsipi->xs_control &
XS_CTL_POLL
) != 0);
890
if ((sc_xfer->xs_control &
XS_CTL_POLL
) == 0) {
945
if ((sc_xfer->xs_control &
XS_CTL_POLL
) == 0) {
998
if ((sc_xfer->xs_control &
XS_CTL_POLL
) == 0)
[
all
...]
scsipi_base.c
1652
if ((xs->xs_control & (XS_CTL_ASYNC|
XS_CTL_POLL
)) ==
1653
(XS_CTL_ASYNC|
XS_CTL_POLL
))
1693
if (xs->xs_control &
XS_CTL_POLL
) {
1869
if ((xs->xs_control &
XS_CTL_POLL
) ||
1991
flags = xs->xs_control &
XS_CTL_POLL
;
2052
if ((xs->xs_control &
XS_CTL_POLL
) != 0 &&
2166
if (xs->xs_control &
XS_CTL_POLL
) {
2291
xs->xs_control |=
XS_CTL_POLL
;
2298
if (chan->chan_thread == NULL || (xs->xs_control &
XS_CTL_POLL
) != 0)
2302
poll = (xs->xs_control &
XS_CTL_POLL
);
[
all
...]
if_dse.c
699
XS_CTL_NOSLEEP |
XS_CTL_POLL
| XS_CTL_DATA_IN);
955
DSE_RETRIES, DSE_TIMEOUT, NULL,
XS_CTL_POLL
| XS_CTL_DATA_IN);
982
DSE_RETRIES, DSE_TIMEOUT, NULL,
XS_CTL_POLL
| XS_CTL_DATA_IN);
/src/sys/arch/amiga/dev/
flsc.c
248
* Can't do synchronous transfers in
XS_CTL_POLL
mode:
249
* If starting
XS_CTL_POLL
command, clear defer sync negotiation
250
* by clearing the T_NEGOTIATE flag. If starting
XS_CTL_POLL
and
257
if (sc->sc_nexus->xs->xs_control &
XS_CTL_POLL
) {
277
sc->sc_nexus->xs->xs_control &
XS_CTL_POLL
) {
494
if (sc->sc_nexus->xs->xs_control &
XS_CTL_POLL
) {
632
if (sc->sc_nexus->xs->xs_control &
XS_CTL_POLL
) {
sci.c
164
if (dev->sc_xs && flags &
XS_CTL_POLL
)
223
if (phase == STATUS_PHASE || flags &
XS_CTL_POLL
)
sbic.c
416
if (dev->sc_nexus && flags &
XS_CTL_POLL
)
442
if (flags &
XS_CTL_POLL
) {
484
/* TODO: add sbic_poll to do
XS_CTL_POLL
operations */
486
if (flags &
XS_CTL_POLL
)
549
if (flags &
XS_CTL_POLL
|| (!sbic_parallel_operations
1089
if (dev->sc_xs->xs_control &
XS_CTL_POLL
2283
if ((dev->sc_xs->xs_control &
XS_CTL_POLL
) ||
2396
if ((acb->xs->xs_control &
XS_CTL_POLL
)
/src/sys/dev/pci/
ips.c
1306
int ispoll = xs->xs_control &
XS_CTL_POLL
;
1342
if (ccb->c_flags &
XS_CTL_POLL
)
1409
if (!(xs->xs_control &
XS_CTL_POLL
))
1433
if (!(xs->xs_control &
XS_CTL_POLL
))
1623
if (ccb->c_flags &
XS_CTL_POLL
) {
1668
ccb->c_flags = XS_CTL_DATA_IN |
XS_CTL_POLL
| flags;
1689
ccb->c_flags = XS_CTL_DATA_IN |
XS_CTL_POLL
| flags;
1710
ccb->c_flags = XS_CTL_DATA_IN |
XS_CTL_POLL
| flags;
1731
ccb->c_flags = XS_CTL_DATA_IN |
XS_CTL_POLL
| flags;
1754
ccb->c_flags = XS_CTL_DATA_IN |
XS_CTL_POLL
| flags
[
all
...]
/src/sys/arch/newsmips/dev/
sc_wrap.c
216
if (flags &
XS_CTL_POLL
) {
329
if ((flags &
XS_CTL_POLL
) == 0)
/src/sys/dev/eisa/
ahb.c
300
if ((ecb->xs->xs_control &
XS_CTL_POLL
) == 0)
331
if ((ecb->xs->xs_control &
XS_CTL_POLL
) == 0)
840
if ((flags &
XS_CTL_POLL
) == 0)
944
if ((flags &
XS_CTL_POLL
) == 0)
uha_eisa.c
254
if ((mscp->xs->xs_control &
XS_CTL_POLL
) == 0)
/src/sys/arch/mvme68k/dev/
sbic.c
411
if (dev->sc_nexus && (flags &
XS_CTL_POLL
))
447
if (flags &
XS_CTL_POLL
) {
579
if (flags &
XS_CTL_POLL
|| (!sbic_parallel_operations &&
1091
if (dev->sc_xs->xs_control &
XS_CTL_POLL
||
2172
if (dev->sc_xs->xs_control &
XS_CTL_POLL
||
2315
if (acb->xs->xs_control &
XS_CTL_POLL
||
/src/sys/dev/usb/
umass_scsipi.c
258
periph->periph_quirks, !!(xs->xs_control &
XS_CTL_POLL
));
305
if (xs->xs_control &
XS_CTL_POLL
) {
/src/sys/arch/mac68k/dev/
sbc.c
254
(ncr_sc->sc_current->sr_xs->xs_control &
XS_CTL_POLL
)))
328
(ncr_sc->sc_current->sr_xs->xs_control &
XS_CTL_POLL
)))
/src/sys/dev/isa/
uha_isa.c
303
if ((mscp->xs->xs_control &
XS_CTL_POLL
) == 0)
/src/sys/arch/macppc/dev/
mesh.c
998
if (flags &
XS_CTL_POLL
)
1016
if ((flags &
XS_CTL_POLL
) == 0)
1101
if ((xs->xs_control &
XS_CTL_POLL
) == 0)
/src/sys/arch/acorn32/podulebus/
sbic.c
366
if (dev->sc_nexus && (flags &
XS_CTL_POLL
))
399
if (flags &
XS_CTL_POLL
) {
440
/* TODO: add sbic_poll to do
XS_CTL_POLL
operations */
500
if ((flags &
XS_CTL_POLL
) == 0
505
if ((flags &
XS_CTL_POLL
) ||
1025
if ((dev->sc_nexus->xs->xs_control &
XS_CTL_POLL
)
2084
if ((acb->xs->xs_control &
XS_CTL_POLL
) ||
2185
if ((acb->xs->xs_control &
XS_CTL_POLL
)
Completed in 40 milliseconds
1
2
3
Indexes created Fri Oct 17 03:10:13 GMT 2025