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

/freebsd-11-stable/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-11-stable/sys/x86/isa/
H A Delcr.c111 int new_status; local
116 new_status = elcr_status | ELCR_MASK(irq);
118 new_status = elcr_status & ~ELCR_MASK(irq);
119 if (new_status == elcr_status)
121 elcr_status = new_status;
/freebsd-11-stable/sys/dev/sfxge/common/
H A Def10_mcdi.c233 uint32_t new_status; local
240 new_status = dword.ed_u32[0];
243 if (new_status != old_status) {
244 emip->emi_mc_reboot_status = new_status;
/freebsd-11-stable/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-11-stable/contrib/subversion/subversion/svn/
H A Dstatus.c70 enum svn_wc_status_kind new_status = status->node_status;
78 new_status = svn_wc_status_missing;
84 new_status = status->text_status;
90 return new_status;
68 enum svn_wc_status_kind new_status = status->node_status; local
/freebsd-11-stable/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-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dstatus.c108 svn_wc_status3_t *new_status = svn_wc_dup_status3(status, scratch_pool);
109 new_status->repos_node_status = svn_wc_status_deleted;
110 status = new_status;
106 svn_wc_status3_t *new_status = svn_wc_dup_status3(status, scratch_pool); local
H A Dshelf.c432 svn_wc_status3_t *new_status; local
436 SVN_ERR(status_augment(&new_status, status, b->shelf_version, scratch_pool));
437 SVN_ERR(b->walk_func(b->walk_baton, relpath, new_status, scratch_pool));
/freebsd-11-stable/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-11-stable/contrib/ntp/ntpd/
H A Dntp_proto.c3505 peer->new_status = CTL_PST_SEL_REJECT;
3599 peer->new_status = CTL_PST_SEL_SANE;
3774 peers[i].peer->new_status = CTL_PST_SEL_SELCAND;
3818 peers[k].peer->new_status = CTL_PST_SEL_EXCESS;
3855 peer->new_status = CTL_PST_SEL_SYNCCAND;
3917 typesystem->new_status = CTL_PST_SEL_SYSPEER;
3922 typesystem->new_status = CTL_PST_SEL_SYSPEER;
3945 typesystem->new_status = CTL_PST_SEL_PPS;
3965 peer->status = peer->new_status;
3982 peer->status = peer->new_status;
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dstatus.c1488 void *new_status = svn_wc_dup_status3(status, hash_pool);
1492 svn_wc__internal_status_t *is = new_status;
1497 svn_hash_sets(stat_hash, apr_pstrdup(hash_pool, path), new_status);
1920 svn_wc_status3_t *new_status = svn_wc_dup_status3(status, scratch_pool);
1921 new_status->repos_node_status = svn_wc_status_deleted;
1923 new_status, scratch_pool);
1484 void *new_status = svn_wc_dup_status3(status, hash_pool); local
1915 svn_wc_status3_t *new_status = svn_wc_dup_status3(status, scratch_pool); local
/freebsd-11-stable/contrib/ntp/include/
H A Dntp.h343 u_char new_status; /* under-construction status */ member in struct:peer
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dossacmnapi.c1847 bit32 new_status = TD_GET_RESET_STATUS(eventParm1); local
1848 TI_DBG2(("ossaHwCB: RESET_START, status %d\n", new_status));
1849 if (new_status == OSSA_SUCCESS)
1854 else if (new_status == OSSA_FAILURE)
1867 bit32 new_status = TD_GET_RESET_STATUS(eventParm1); local
1871 TI_DBG1(("ossaHwCB: OSSA_HW_EVENT_RESET_COMPLETE, status %d\n", new_status));
1872 if (new_status == OSSA_SUCCESS)
/freebsd-11-stable/sys/dev/firewire/
H A Dfirewire.c706 fw_busreset(struct firewire_comm *fc, uint32_t new_status) argument
718 fc->status = new_status;

Completed in 225 milliseconds