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 - 9
of
9
) sorted by relevancy
/src/external/public-domain/xz/dist/src/xz/
main.h
20
/// Sets the exit status after a warning or error has occurred. If
new_status
23
extern void set_exit_status(enum exit_status_type
new_status
);
main.c
31
set_exit_status(enum exit_status_type
new_status
)
33
assert(
new_status
== E_WARNING ||
new_status
== E_ERROR);
40
exit_status =
new_status
;
/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/external/gpl3/gcc/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
;
4439
ds_t
new_status
= ds | ds2;
4441
if (
new_status
& SPECULATIVE)
4446
new_status
&= ~SPECULATIVE;
4459
new_status
= ds2;
4461
new_status
= ds
1157
ds_t
new_status
= ds | dep_status;
local
4429
ds_t
new_status
= ds | ds2;
local
[
all
...]
/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/sys/dev/ic/
dwc_eqos.c
1311
uint32_t
new_status
= 0;
local
1315
new_status
|= GMAC_MTL_Q0_INTERRUPT_CTRL_STATUS_RXOVFIS;
1319
new_status
|= GMAC_MTL_Q0_INTERRUPT_CTRL_STATUS_TXUNFIS;
1322
if (
new_status
) {
1323
new_status
|= (ictrl &
1326
WR4(sc, GMAC_MTL_Q0_INTERRUPT_CTRL_STATUS,
new_status
);
/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 63 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026