Searched refs:new_status (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/public-domain/xz/dist/src/xz/
H A Dmain.h21 /// Sets the exit status after a warning or error has occurred. If new_status
24 extern void set_exit_status(enum exit_status_type new_status);
H A Dmain.c31 set_exit_status(enum exit_status_type new_status) argument
33 assert(new_status == E_WARNING || new_status == E_ERROR);
40 exit_status = new_status;
/netbsd-current/sys/dev/usb/
H A Dmotg.c1400 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
1917 usbd_status new_status = USBD_IN_PROGRESS; local
2036 usbd_status new_status = USBD_IN_PROGRESS; local
[all...]
/netbsd-current/sys/dev/ic/
H A Ddwc_eqos.c1101 uint32_t new_status = 0; local
1105 new_status |= GMAC_MTL_Q0_INTERRUPT_CTRL_STATUS_RXOVFIS;
1109 new_status |= GMAC_MTL_Q0_INTERRUPT_CTRL_STATUS_TXUNFIS;
1112 if (new_status) {
1113 new_status |= (ictrl &
1116 WR4(sc, GMAC_MTL_Q0_INTERRUPT_CTRL_STATUS, new_status);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dsched-deps.c1162 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;
4425 ds_t new_status = ds | ds2;
4427 if (new_status & SPECULATIVE)
4432 new_status &= ~SPECULATIVE;
4445 new_status = ds2;
4447 new_status
1157 ds_t new_status = ds | dep_status; local
4415 ds_t new_status = ds | ds2; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dsched-deps.cc1162 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
1157 ds_t new_status = ds | dep_status; local
4398 ds_t new_status = ds | ds2; local
[all...]
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dntp_proto.c3507 peer->new_status = CTL_PST_SEL_REJECT;
3601 peer->new_status = CTL_PST_SEL_SANE;
3776 peers[i].peer->new_status = CTL_PST_SEL_SELCAND;
3820 peers[k].peer->new_status = CTL_PST_SEL_EXCESS;
3857 peer->new_status = CTL_PST_SEL_SYNCCAND;
3919 typesystem->new_status = CTL_PST_SEL_SYSPEER;
3924 typesystem->new_status = CTL_PST_SEL_SYSPEER;
3947 typesystem->new_status = CTL_PST_SEL_PPS;
3967 peer->status = peer->new_status;
3984 peer->status = peer->new_status;
[all...]
/netbsd-current/external/bsd/ntp/dist/include/
H A Dntp.h345 u_char new_status; /* under-construction status */ member in struct:peer
/netbsd-current/sys/dev/ieee1394/
H A Dfirewire.c523 fw_busreset(struct firewire_comm *fc, uint32_t new_status) argument
534 fc->status = new_status;

Completed in 298 milliseconds