Searched refs:timeout_fcn_t (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_clock.c133 timeout_fcn_t fcn,
148 timeout_fcn_t fcn,
164 timeout_fcn_t fcn,
182 timeout_fcn_t fcn,
/darwin-on-arm/xnu/bsd/netinet/
H A Din_dhcp.c408 timeout((timeout_fcn_t)dhcp_timeout, &timer_arg, wait_ticks);
442 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);
598 timeout((timeout_fcn_t)dhcp_timeout, &timer_arg, wait_ticks);
655 untimeout((timeout_fcn_t)dhcp_timeout, &timer_arg);
659 untimeout((timeout_fcn_t)dhcp_timeout, &timer_arg);
661 timeout((timeout_fcn_t)dhcp_timeout, &timer_arg,
669 untimeout((timeout_fcn_t)dhcp_timeout, &timer_arg);
/darwin-on-arm/xnu/bsd/sys/
H A Dsystm.h220 typedef void (*timeout_fcn_t)(void *); typedef

Completed in 77 milliseconds