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

/macosx-10.9.5/xnu-2422.115.4/bsd/net/pktsched/
H A Dpktsched.h60 /* macro for timeout/untimeout */
61 /* use old-style timeout/untimeout */
78 #define CALLOUT_STOP(c) untimeout((c)->c_func, (c)->c_arg)
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dsystm.h196 void untimeout(void (*)(void *), void *arg);
/macosx-10.9.5/xnu-2422.115.4/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);
H A Dip_mroute.c620 untimeout(expire_upcalls, (caddr_t)NULL);
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_acct.c195 untimeout(acctwatch_funnel, NULL);
H A Dkern_clock.c172 untimeout( function
/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Dpppd.h666 void untimeout __P((void (*func)(void *), void *arg));
1093 #define UNTIMEOUT(r, f) untimeout((r), (f))
H A Dlcp.c455 untimeout(lcp_delayed_up, f);
H A Dmain.c1729 * untimeout - Unschedule a timeout.
1732 untimeout(func, arg) function
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet6/
H A Dnd6_nbr.c1524 untimeout((void (*)(void *))nd6_dad_timer, (void *)ifa);
1682 untimeout((void (*)(void *))nd6_dad_timer, (void *)ifa);
1869 untimeout((void (*)(void *))nd6_dad_timer, (void *)ifa);
H A Dip6_mroute.c553 untimeout(expire_upcalls, (caddr_t)NULL);
/macosx-10.9.5/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.9.5/BootCache-106/
H A Dkext.c2703 untimeout(BC_timeout_history, NULL);

Completed in 162 milliseconds