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

/darwin-on-arm/xnu/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)
/darwin-on-arm/xnu/bsd/netat/
H A Dddp_rtmp.c102 untimeout(ddp_age_router, (caddr_t)router);
118 untimeout(ddp_age_router, (caddr_t) router);
142 untimeout(ddp_age_router, (caddr_t) router);
H A Dddp_brt.c147 untimeout(ddp_brt_sweep_locked, 0);
H A Daurp_open.c176 untimeout(AURPsndTickle, state);
230 untimeout(AURPsndOpenReq_locked, state);
H A Dadsp_Timer.c217 untimeout(TimerTick_funnel, (caddr_t) 0);
H A Daurp_misc.c191 untimeout(AURPupdate, 0);
H A Dddp_aarp.c249 untimeout(aarp_sched_probe, 0);
289 untimeout(aarp_sched_req, amt_ptr);
339 untimeout(aarp_sched_probe, 0);
612 untimeout(aarp_sched_req, amt_ptr);
H A Dsysglue.h211 #undef untimeout macro
H A Daurp_ri.c360 untimeout(AURPsndRIReq_locked, state);
461 untimeout(AURPsndRIRsp_locked, state);
467 untimeout(AURPsndRIUpd_locked, state);
H A Dddp_r_rtmp.c1608 untimeout(rtmp_dropper, (void *)0);
1609 untimeout(rtmp_router_start_tmo, (void *)1); /* added for 2225395 */
1610 untimeout(rtmp_router_start_tmo, (void *)3); /* added for 2225395 */
1615 untimeout(rtmp_send_port_locked, (caddr_t)ifID);
1616 untimeout(rtmp_timeout, (caddr_t) ifID);
H A Datp_write.c104 untimeout(asp_clock_locked, (void *)&atp_inited);
105 untimeout(atp_trp_clock_locked, (void *)&atp_inited);
H A Dddp_lap.c1049 untimeout(zip_sched_getnetinfo, elapp);
1234 untimeout(aarp_sched_probe, 0);
H A Dsys_glue.c951 untimeout(&atp_delete_free_clusters, NULL);
H A Dasp_proto.c197 untimeout(atp_retry_req, scb->stat_msg);
248 untimeout(asp_send_tickle_locked, (void *)scb); /* added for 2225395 */
H A Dddp_r_zip.c894 untimeout (zip_sched_getnetinfo, (caddr_t) ifID);
/darwin-on-arm/xnu/bsd/sys/
H A Dsystm.h195 void untimeout(void (*)(void *), void *arg);
/darwin-on-arm/xnu/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);
655 untimeout((timeout_fcn_t)dhcp_timeout, &timer_arg);
659 untimeout((timeout_fcn_t)dhcp_timeout, &timer_arg);
669 untimeout((timeout_fcn_t)dhcp_timeout, &timer_arg);
H A Dip_mroute.c620 untimeout(expire_upcalls, (caddr_t)NULL);
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_acct.c195 untimeout(acctwatch_funnel, NULL);
H A Dkern_clock.c147 untimeout( function
/darwin-on-arm/xnu/bsd/netinet6/
H A Dnd6_nbr.c1563 untimeout((void (*)(void *))nd6_dad_timer, (void *)ifa);
1721 untimeout((void (*)(void *))nd6_dad_timer, (void *)ifa);
1902 untimeout((void (*)(void *))nd6_dad_timer, (void *)ifa);
H A Dip6_mroute.c554 untimeout(expire_upcalls, (caddr_t)NULL);

Completed in 74 milliseconds