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

/freebsd-9.3-release/contrib/xz/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;
/freebsd-9.3-release/sys/x86/isa/
H A Delcr.c112 int new_status; local
117 new_status = elcr_status | ELCR_MASK(irq);
119 new_status = elcr_status & ~ELCR_MASK(irq);
120 if (new_status == elcr_status)
122 elcr_status = new_status;
/freebsd-9.3-release/crypto/heimdal/appl/telnet/libtelnet/
H A Dspx.c111 int major_status, status, msg_ctx = 0, new_status; variable
207 int msg_ctx = 0, new_status, status; local
287 gss_display_status(&new_status,
454 gss_display_status(&new_status,
/freebsd-9.3-release/sys/dev/usb/serial/
H A Dulpt.c303 uint8_t new_status; local
312 new_status = cur_status & ~sc->sc_last_status;
315 if (new_status & LPS_SELECT)
318 else if (new_status & LPS_NOPAPER)
321 else if (new_status & LPS_NERR)
/freebsd-9.3-release/contrib/gcc/
H A Dsched-deps.c383 ds_t new_status = ds | DEP_STATUS (link);
385 if (new_status & SPECULATIVE)
391 new_status &= ~SPECULATIVE;
409 new_status = ds_merge (DEP_STATUS (link), ds);
413 ds = new_status;
377 ds_t new_status = ds | DEP_STATUS (link); local
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_proto.c3116 peer->new_status = CTL_PST_SEL_REJECT;
3194 peer->new_status = CTL_PST_SEL_SANE;
3366 peers[i].peer->new_status = CTL_PST_SEL_SELCAND;
3410 peers[k].peer->new_status = CTL_PST_SEL_EXCESS;
3447 peer->new_status = CTL_PST_SEL_SYNCCAND;
3509 typesystem->new_status = CTL_PST_SEL_SYSPEER;
3514 typesystem->new_status = CTL_PST_SEL_SYSPEER;
3537 typesystem->new_status = CTL_PST_SEL_PPS;
3558 peer->status = peer->new_status;
3575 peer->status = peer->new_status;
[all...]
/freebsd-9.3-release/contrib/ntp/include/
H A Dntp.h343 u_char new_status; /* under-construction status */ member in struct:peer
/freebsd-9.3-release/sys/dev/firewire/
H A Dfirewire.c734 fw_busreset(struct firewire_comm *fc, uint32_t new_status) argument
746 fc->status = new_status;

Completed in 198 milliseconds