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

/netbsd-6-1-5-RELEASE/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-6-1-5-RELEASE/lib/libtelnet/
H A Dspx.c114 int major_status, status, msg_ctx = 0, new_status; variable
211 int msg_ctx = 0, new_status, status; local
291 gss_display_status(&new_status,
459 gss_display_status(&new_status,
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpd/
H A Dntp_proto.c2293 peer->new_status = CTL_PST_SEL_REJECT;
2368 peer->new_status = CTL_PST_SEL_SANE;
2571 peer_list[i]->new_status = CTL_PST_SEL_SELCAND;
2625 peer_list[k]->new_status = CTL_PST_SEL_EXCESS;
2649 peer->new_status = CTL_PST_SEL_SYNCCAND;
2702 typesystem->new_status = CTL_PST_SEL_SYSPEER;
2709 typesystem->new_status = CTL_PST_SEL_SYSPEER;
2733 typesystem->new_status = CTL_PST_SEL_PPS;
2756 peer->status = peer->new_status;
2775 peer->status = peer->new_status;
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dsched-deps.c1073 ds_t new_status = ds | dep_status;
1075 if (new_status & SPECULATIVE)
1083 new_status &= ~SPECULATIVE;
1101 new_status = ds_merge (dep_status, ds);
1105 ds = new_status;
3952 ds_t new_status = ds | ds2;
3954 if (new_status & SPECULATIVE)
3959 new_status &= ~SPECULATIVE;
3972 new_status = ds2;
3974 new_status
1068 ds_t new_status = ds | dep_status; local
3942 ds_t new_status = ds | ds2; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/dbus/
H A Ddbus_service.c858 DBusDispatchStatus new_status,
864 cs->dispatchStatus = new_status;
856 dispatch_status( DBusConnection *connection, DBusDispatchStatus new_status, void *csp ) argument
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/include/
H A Dntp.h339 u_char new_status; /* under-construction status */ member in struct:peer
/netbsd-6-1-5-RELEASE/sys/dev/ieee1394/
H A Dfirewire.c548 fw_busreset(struct firewire_comm *fc, uint32_t new_status) argument
559 fc->status = new_status;

Completed in 290 milliseconds