OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_status
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/dev/usb/
motg.c
1400
usbd_status
new_status
= USBD_IN_PROGRESS;
local
1422
new_status
= USBD_TIMEOUT; /* XXX */
1427
new_status
= USBD_STALLED;
1429
new_status
= USBD_IOERROR;
1441
new_status
= USBD_NORMAL_COMPLETION;
1451
new_status
= USBD_IOERROR;
1505
KASSERT(
new_status
!= USBD_IN_PROGRESS);
1506
xfer->ux_status =
new_status
;
1520
usbd_status
new_status
= USBD_IN_PROGRESS;
local
1544
new_status
= USBD_STALLED
1917
usbd_status
new_status
= USBD_IN_PROGRESS;
local
2036
usbd_status
new_status
= USBD_IN_PROGRESS;
local
[
all
...]
/src/sys/dev/ic/
dwc_eqos.c
1100
uint32_t
new_status
= 0;
local
1104
new_status
|= GMAC_MTL_Q0_INTERRUPT_CTRL_STATUS_RXOVFIS;
1108
new_status
|= GMAC_MTL_Q0_INTERRUPT_CTRL_STATUS_TXUNFIS;
1111
if (
new_status
) {
1112
new_status
|= (ictrl &
1115
WR4(sc, GMAC_MTL_Q0_INTERRUPT_CTRL_STATUS,
new_status
);
/src/external/gpl3/gcc.old/dist/gcc/
sched-deps.cc
1162
ds_t
new_status
= ds | dep_status;
1164
if (
new_status
& SPECULATIVE)
1171
new_status
&= ~SPECULATIVE;
1183
new_status
= ds_merge (dep_status, ds);
1187
ds =
new_status
;
4408
ds_t
new_status
= ds | ds2;
4410
if (
new_status
& SPECULATIVE)
4415
new_status
&= ~SPECULATIVE;
4428
new_status
= ds2;
4430
new_status
= ds
1157
ds_t
new_status
= ds | dep_status;
local
4398
ds_t
new_status
= ds | ds2;
local
[
all
...]
/src/external/bsd/ntp/dist/ntpd/
ntp_proto.c
3595
peer->
new_status
= CTL_PST_SEL_REJECT;
3689
peer->
new_status
= CTL_PST_SEL_SANE;
3864
peers[i].peer->
new_status
= CTL_PST_SEL_SELCAND;
3908
peers[k].peer->
new_status
= CTL_PST_SEL_EXCESS;
3945
peer->
new_status
= CTL_PST_SEL_SYNCCAND;
4007
typesystem->
new_status
= CTL_PST_SEL_SYSPEER;
4012
typesystem->
new_status
= CTL_PST_SEL_SYSPEER;
4035
typesystem->
new_status
= CTL_PST_SEL_PPS;
4055
peer->status = peer->
new_status
;
4072
peer->status = peer->
new_status
;
[
all
...]
/src/external/bsd/ntp/dist/include/
ntp.h
349
u_char
new_status
; /* under-construction status */
member in struct:peer
/src/sys/dev/ieee1394/
firewire.c
523
fw_busreset(struct firewire_comm *fc, uint32_t
new_status
)
534
fc->status =
new_status
;
Completed in 42 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026