Home
last modified time | relevance | path

Searched defs:poll (Results 1 – 9 of 9) sorted by relevance

/xnu-8019.80.24/osfmk/console/
H A Dserial_console.c249 _cnputc(char c, bool poll) in _cnputc()
273 _cnputs(char *c, int size, bool poll) in _cnputs()
H A Dvideo_console.c1232 vcputc_options(char c, __unused bool poll) in vcputc_options()
/xnu-8019.80.24/pexpert/arm/
H A Dpe_kprintf.c162 serial_putc_options(char c, bool poll) in serial_putc_options()
H A Dpe_serial.c1036 uart_putc_options(char c, bool poll) in uart_putc_options()
/xnu-8019.80.24/bsd/skywalk/nexus/netif/
H A Dnx_netif_poll.c374 boolean_t poll, poll_again = false; in netif_rxpoll_compat_thread_cont() local
H A Dnx_netif_compat.c1065 boolean_t poll, struct thread *tp) in nx_netif_compat_receive()
/xnu-8019.80.24/pexpert/i386/
H A Dpe_serial.c649 serial_putc_options( char c, __unused bool poll ) in serial_putc_options()
/xnu-8019.80.24/bsd/net/
H A Ddlil.c3665 const struct ifnet_stat_increment_param *s, boolean_t ext, boolean_t poll) in ifnet_input_common()
3824 boolean_t poll, struct thread *tp) in dlil_input_handler()
3838 const struct ifnet_stat_increment_param *s, boolean_t poll, in dlil_input_async()
3951 const struct ifnet_stat_increment_param *s, boolean_t poll, in dlil_input_sync()
5661 struct dlil_threading_info *inp, struct ifnet *ifp, boolean_t poll) in dlil_input_stats_add()
9643 boolean_t poll, struct thread *tp) in ifp_if_input()
/xnu-8019.80.24/bsd/kern/
H A Dsys_generic.c1908 poll(struct proc *p, struct poll_args *uap, int32_t *retval) in poll() function