Searched refs:untimeout (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/net/pktsched/
H A Dpktsched.h61 /* macro for timeout/untimeout */
62 /* use old-style timeout/untimeout */
79 #define CALLOUT_STOP(c) untimeout((c)->c_func, (c)->c_arg)
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dsystm.h189 void untimeout(void (*)(void *), void *arg);
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Din_dhcp.c442 untimeout((timeout_fcn_t)dhcp_timeout, &timer_arg);
467 untimeout((timeout_fcn_t)dhcp_timeout, &timer_arg);
475 untimeout((timeout_fcn_t)dhcp_timeout, &timer_arg);
651 untimeout((timeout_fcn_t)dhcp_timeout, &timer_arg);
655 untimeout((timeout_fcn_t)dhcp_timeout, &timer_arg);
665 untimeout((timeout_fcn_t)dhcp_timeout, &timer_arg);
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_acct.c211 untimeout(acctwatch, NULL);
H A Dkern_clock.c172 untimeout( function
/macosx-10.10.1/ppp-786.1.1/Helpers/pppd/
H A Dpppd.h667 void untimeout __P((void (*func)(void *), void *arg));
1097 #define UNTIMEOUT(r, f) untimeout((r), (f))
H A Dlcp.c455 untimeout(lcp_delayed_up, f);
H A Dmain.c1739 * untimeout - Unschedule a timeout.
1742 untimeout(func, arg) function
/macosx-10.10.1/modemccl-25.1/CCLEngine/
H A DCCLEngine.c263 void untimeout(void (*func)(void *), void *arg);
2869 untimeout((void*)TimerExpired, (void*)type);
3133 * untimeout - Unschedule a timeout.
3135 void untimeout(void (*func)(void *), void *arg) function
3145 //printf("untimeout [ppp%d]\n", ((struct fsm *)arg)->unit);
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Dnd6_nbr.c1505 untimeout((void (*)(void *))nd6_dad_timer, (void *)ifa);
1669 untimeout((void (*)(void *))nd6_dad_timer, (void *)ifa);
1872 untimeout((void (*)(void *))nd6_dad_timer, (void *)ifa);
/macosx-10.10.1/BootCache-109/
H A Dkext.c2709 untimeout(BC_timeout_history, NULL);

Completed in 219 milliseconds