Home
last modified time | relevance | path

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

/freebsd/sys/x86/isa/
H A Delcr.c111 int new_status; in elcr_write_trigger() local
116 new_status = elcr_status | ELCR_MASK(irq); in elcr_write_trigger()
118 new_status = elcr_status & ~ELCR_MASK(irq); in elcr_write_trigger()
119 if (new_status == elcr_status) in elcr_write_trigger()
121 elcr_status = new_status; in elcr_write_trigger()
/freebsd/sys/arm64/arm64/
H A Dcpu_feat.c83 cpu_feat_errata new_status; in enable_cpu_feat() local
86 new_status = cpu_feat_check_cb(feat, in enable_cpu_feat()
88 if (new_status != ERRATA_UNKNOWN) { in enable_cpu_feat()
89 errata_status = new_status; in enable_cpu_feat()
/freebsd/sys/dev/sfxge/common/
H A Def10_mcdi.c235 uint32_t new_status; in ef10_mcdi_poll_reboot() local
242 new_status = dword.ed_u32[0]; in ef10_mcdi_poll_reboot()
245 if (new_status != old_status) { in ef10_mcdi_poll_reboot()
246 emip->emi_mc_reboot_status = new_status; in ef10_mcdi_poll_reboot()
/freebsd/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
289 gss_display_status(&new_status,
457 gss_display_status(&new_status,
/freebsd/sys/dev/usb/serial/
H A Dulpt.c302 uint8_t new_status; in ulpt_status_callback() local
311 new_status = cur_status & ~sc->sc_last_status; in ulpt_status_callback()
314 if (new_status & LPS_SELECT) in ulpt_status_callback()
317 else if (new_status & LPS_NOPAPER) in ulpt_status_callback()
320 else if (new_status & LPS_NERR) in ulpt_status_callback()
/freebsd/contrib/ntp/ntpd/
H A Dntp_proto.c3593 peer->new_status = CTL_PST_SEL_REJECT; in clock_select()
3687 peer->new_status = CTL_PST_SEL_SANE; in clock_select()
3862 peers[i].peer->new_status = CTL_PST_SEL_SELCAND; in clock_select()
3906 peers[k].peer->new_status = CTL_PST_SEL_EXCESS; in clock_select()
3943 peer->new_status = CTL_PST_SEL_SYNCCAND; in clock_select()
4005 typesystem->new_status = CTL_PST_SEL_SYSPEER; in clock_select()
4010 typesystem->new_status = CTL_PST_SEL_SYSPEER; in clock_select()
4033 typesystem->new_status = CTL_PST_SEL_PPS; in clock_select()
4053 peer->status = peer->new_status; in clock_select()
4070 peer->status = peer->new_status; in clock_select()
/freebsd/contrib/ntp/include/
H A Dntp.h347 u_char new_status; /* under-construction status */
343 u_char new_status; /* under-construction status */ global() member
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dossacmnapi.c1846 bit32 new_status = TD_GET_RESET_STATUS(eventParm1); in ossaHwCB() local
1847 TI_DBG2(("ossaHwCB: RESET_START, status %d\n", new_status)); in ossaHwCB()
1848 if (new_status == OSSA_SUCCESS) in ossaHwCB()
1853 else if (new_status == OSSA_FAILURE) in ossaHwCB()
1866 bit32 new_status = TD_GET_RESET_STATUS(eventParm1); in ossaHwCB() local
1870 TI_DBG1(("ossaHwCB: OSSA_HW_EVENT_RESET_COMPLETE, status %d\n", new_status)); in ossaHwCB()
1871 if (new_status == OSSA_SUCCESS) in ossaHwCB()
/freebsd/sys/dev/firewire/
H A Dfirewire.c705 fw_busreset(struct firewire_comm *fc, uint32_t new_status) in fw_busreset() argument
717 fc->status = new_status; in fw_busreset()