Searched refs:oldstate (Results 1 - 19 of 19) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libc/stdio/
H A Dflockfile.c111 int oldstate; local
112 thr_setcancelstate(PTHREAD_CANCEL_DISABLE, &oldstate);
115 thr_setcancelstate(oldstate, NULL);
/netbsd-6-1-5-RELEASE/sys/netiso/xebec/
H A Dxebec.h52 struct Object *object; } oldstate; member in union:llattrib
58 char *string; struct Object *oldstate; struct Object *newstate; } actionpart; member in struct:llattrib::__anon9421
H A Dxebec.c228 llattr->llabase[8].actionpart.oldstate = llattr->llabase[5].oldstate.object;
246 statetable( llattr->llabase[0].actionpart.string, llattr->llabase[0].actionpart.oldstate,
251 dump_trans( llattr->llabase[0].actionpart.string, llattr->llabase[0].actionpart.oldstate,
260 statetable(llattr->llabase[0].actionpart.string, llattr->llabase[0].actionpart.oldstate, llattr->llabase[0].actionpart.newstate,
263 dump_trans( llattr->llabase[0].actionpart.string, llattr->llabase[0].actionpart.oldstate,
272 llattr->llabase[0].oldstate.object = Lookup(STATESET, llattr->llabase[1].ID.address);
286 llattr->llabase[0].oldstate.object = llattr->llabase[1].setdef.object;
361 "oldstate",
H A Dprocs.c149 statetable(char *string, struct Object *oldstate, struct Object *newstate, int action, struct Object *event) argument
155 string, oldstate, newstate, action);
157 string, oldstate->obj_name, newstate->obj_name, action);
167 (void) predtable( oldstate, event, string,
175 stateentry(int idx, int oldstate, int newstate, int action) argument
181 idx, oldstate, newstate,action, &Statelist, Statelist);
H A Dsets.c452 dump_trans( pred, oldstate, newstate, action, event )
453 struct Object *oldstate, *newstate, *event;
469 dumpit(oldstate);
/netbsd-6-1-5-RELEASE/usr.bin/mail/
H A Dthread.c936 state_t oldstate; local
941 oldstate = set_state(~(S_RESTRICT | S_EXPOSE), S_EXPOSE); /* restrict off, expose on */
1033 if (!S_IS_EXPOSE(oldstate))
1036 restore_state(oldstate);
1092 state_t oldstate; local
1097 oldstate = set_state(~(S_RESTRICT | S_EXPOSE), S_EXPOSE); /* restrict off, expose on */
1108 restore_state(oldstate);
1629 state_t oldstate; local
1631 oldstate = set_state(~(S_RESTRICT | S_EXPOSE), cutit ? S_EXPOSE : 0);
1642 if (!S_IS_EXPOSE(oldstate))
1714 state_t oldstate; local
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/kgmon/
H A Dkgmon.c265 int mib[3], oldstate; local
273 if (sysctl(mib, 3, &oldstate, &sz, NULL, 0) < 0)
275 if (oldstate == state)
/netbsd-6-1-5-RELEASE/sys/arch/mips/sibyte/dev/
H A Dsbmac.c325 sbmac_state_t oldstate; local
328 oldstate = sbmac_set_channel_state(sc, sbmac_state_off);
356 sbmac_set_channel_state(sc, oldstate);
1395 sbmac_state_t oldstate = sc->sbm_state; local
1401 if (state == oldstate)
1402 return oldstate;
1417 return oldstate;
/netbsd-6-1-5-RELEASE/lib/libpthread/
H A Dpthread.c795 pthread_setcancelstate(int state, int *oldstate) argument
801 return __libc_thr_setcancelstate_stub(state, oldstate);
808 if (oldstate != NULL) {
810 *oldstate = PTHREAD_CANCEL_DISABLE;
812 *oldstate = PTHREAD_CANCEL_ENABLE;
/netbsd-6-1-5-RELEASE/dist/pppd/pppd/
H A Dccp.c459 int oldstate; local
464 oldstate = f->state;
466 if (oldstate == OPENED && p[0] == TERMREQ && f->state != OPENED) {
480 if (oldstate == REQSENT && p[0] == TERMACK
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dresolve.c635 char *oldstate; local
666 oldstate = initstate(time(NULL), (char*)state, sizeof(state));
710 setstate(oldstate);
/netbsd-6-1-5-RELEASE/dist/dhcp/dhcpctl/
H A Domshell.c719 isc_result_t dhcp_set_control_state (control_object_state_t oldstate, argument
/netbsd-6-1-5-RELEASE/dist/dhcp/relay/
H A Ddhcrelay.c522 isc_result_t dhcp_set_control_state (control_object_state_t oldstate, argument
/netbsd-6-1-5-RELEASE/sys/dev/ieee1394/
H A Dfirewire.c1056 int i, len, oldstate; local
1105 oldstate = rb->xfer->flag;
1107 switch (oldstate) {
/netbsd-6-1-5-RELEASE/dist/dhcp/server/
H A Ddhcpd.c1151 isc_result_t dhcp_set_control_state (control_object_state_t oldstate, argument
/netbsd-6-1-5-RELEASE/dist/dhcp/client/
H A Ddhclient.c3051 isc_result_t dhcp_set_control_state (control_object_state_t oldstate, argument
/netbsd-6-1-5-RELEASE/dist/dhcp/includes/
H A Ddhcpd.h1143 isc_result_t dhcp_set_control_state (control_object_state_t oldstate,
/netbsd-6-1-5-RELEASE/external/apache2/mDNSResponder/dist/mDNSCore/
H A DuDNS.c2153 LLQ_State oldstate = q->state; local
2163 return (oldstate == LLQ_SecondaryRequest ? uDNS_LLQ_Entire : uDNS_LLQ_Ignore);
H A DmDNS.c5007 mDNSu8 oldstate = m->SPSState; local
5010 if (oldstate == 1) mDNS_DeregisterService(m, &m->SPSRecords);

Completed in 386 milliseconds