Searched refs:oldstate (Results 1 – 6 of 6) sorted by relevance
1311 int pthread_setcancelstate(int state, int *oldstate) in pthread_setcancelstate() argument1323 if (oldstate) in pthread_setcancelstate()1324 *oldstate = ptd->cancelstate; in pthread_setcancelstate()
199 int pthread_setcancelstate(int state, int *oldstate);
458 int oldstate; in ccp_input() local463 oldstate = f->state; in ccp_input()465 if (oldstate == PPP_FSM_OPENED && p[0] == TERMREQ && f->state != PPP_FSM_OPENED) { in ccp_input()479 if (oldstate == PPP_FSM_REQSENT && p[0] == TERMACK in ccp_input()
424 int oldstate; in lcp_close() local437 oldstate = f->state; in lcp_close()440 if (oldstate == PPP_FSM_STOPPED && (f->flags & (OPT_PASSIVE|OPT_SILENT|DELAYED_UP))) { in lcp_close()
Completed in 18 milliseconds