Searched defs:arg (Results 126 - 150 of 433) sorted by relevance

1234567891011>>

/barrelfish-2018-10-04/lib/barrelfish/
H A Dinthandler.c66 static void generic_interrupt_handler(void *arg) argument
/barrelfish-2018-10-04/lib/bomp/backends/
H A Dlinux.c32 void backend_run_func_on(int core_id, void* cfunc, void *arg) argument
90 backend_thread_create_varstack(bomp_thread_func_t start_func, void *arg, size_t stacksize) argument
/barrelfish-2018-10-04/lib/bomp/include/
H A Dbomp_internal.h53 void *arg; member in struct:bomp_thread
/barrelfish-2018-10-04/lib/bulk_transfer/backends/sm/
H A Dflounder_helpers.c94 bulk_sm_flounder_send_fifo_msg(struct bulk_channel *channel, errval_t (*send_fn)(void *arg)) argument
100 bulk_sm_flounder_send_fifo_msg_with_arg(struct bulk_channel *channel, errval_t (*send_fn)(void *arg), void *arg) argument
/barrelfish-2018-10-04/lib/contmng/
H A Dcontmng.c180 void cont_queue_callback(void *arg) argument
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/include/linux/
H A Dinterrupt.h49 void *arg; member in struct:irq_ent
85 request_irq(unsigned int irq, irq_handler_t handler, unsigned long flags, const char *name, void *arg) argument
/barrelfish-2018-10-04/lib/dma/
H A Ddma_bench.c34 dma_done_cb(errval_t err, dma_req_id_t id, void *arg) argument
/barrelfish-2018-10-04/usr/init/
H A Dinit.c60 static void init_recv_handler(void *arg) argument
/barrelfish-2018-10-04/usr/monitor/
H A Dbfscope_support.c83 static void bfscope_monitor_flush_send_continue(void* arg) argument
155 static void bfscope_monitor_flush_finished_successfully(void *arg) argument
162 static void bfscope_intermon_flush_ack_continue(void* arg) argument
182 static void bfscope_send_flush_msg_to_bfscope(void* arg) argument
230 static void bfscope_monitor_flush_forward_ack_to_requester(void *arg) argument
/barrelfish-2018-10-04/usr/routing_setup/
H A Drts.c179 static void send_table_to_monitor(void *arg) argument
/barrelfish-2018-10-04/usr/skb/
H A Dskb_service.c57 void free_reply_state(void* arg) { argument
/barrelfish-2018-10-04/usr/tests/dma_test/
H A Ddma_test.c36 static void done_cb(errval_t err, dma_req_id_t id, void *arg) argument
/barrelfish-2018-10-04/usr/tests/xcorecaps/
H A Dxcorecap.c75 static void trigger_remote_retype(void *arg) argument
97 static void trigger_remote_delete(void *arg) argument
120 static void trigger_remote_revoke(void *arg) argument
/barrelfish-2018-10-04/tools/fastmodels/
H A Dconfig.c141 char arg[10]; local
/barrelfish-2018-10-04/lib/dma/xeon_phi/
H A Dxeon_phi_dma_device.c323 xeon_phi_dma_device_intr_enable(struct xeon_phi_dma_device *dev, dma_irq_t type, dma_irq_fn_t fn, void *arg) argument
/barrelfish-2018-10-04/lib/driverkit/
H A Dddomain_client.c36 void ddomain_free_driver_inst(void* arg) { argument
125 void ddomain_free_domain_inst(void* arg) { argument
149 static int32_t find_id(void* data, void* arg) { argument
H A Dmodules.c78 static void free_driver_instance(void* arg) { argument
/barrelfish-2018-10-04/lib/int_route/client/
H A Dclient.c82 static void irq_handler(void *arg) argument
/barrelfish-2018-10-04/lib/libc/stdlib/
H A Datexit.c174 __cxa_atexit(void (*func)(void *), void *arg, void *dso) argument
/barrelfish-2018-10-04/lib/lwip/src/api/
H A Dtcpip.c75 static void tcpip_tcp_timer(void *arg) argument
115 static void ip_reass_timer(void *arg) argument
130 static void arp_timer(void *arg) argument
145 dhcp_timer_coarse(void *arg) argument
158 dhcp_timer_fine(void *arg) argument
173 autoip_timer(void *arg) argument
188 igmp_timer(void *arg) argument
203 dns_timer(void *arg) argument
222 tcpip_thread(void *arg) argument
388 tcpip_timeout(u32_t msecs, sys_timeout_handler h, void *arg) argument
416 tcpip_untimeout(sys_timeout_handler h, void *arg) argument
534 tcpip_init(void (*initfunc) (void *), void *arg) argument
[all...]
/barrelfish-2018-10-04/lib/lwip/src/core/
H A Dtcp_out.c159 tcp_enqueue(struct tcp_pcb * pcb, void *arg, u16_t len, argument
H A Dudp.c806 udp_recv(struct udp_pcb *pcb, void (*recv) (void *arg, struct udp_pcb * upcb, struct pbuf * p, struct ip_addr * addr, u16_t port), void *recv_arg) argument
/barrelfish-2018-10-04/lib/lwip2/src/api/
H A Dtcpip.c87 tcpip_thread(void *arg) argument
269 tcpip_timeout(u32_t msecs, sys_timeout_handler h, void *arg) argument
296 tcpip_untimeout(sys_timeout_handler h, void *arg) argument
462 tcpip_init(tcpip_init_done_fn initfunc, void *arg) argument
[all...]
/barrelfish-2018-10-04/lib/lwip2/src/apps/ping/
H A Dping.c238 ping_thread(void *arg) argument
290 ping_recv(void *arg, struct raw_pcb *pcb, struct pbuf *p, const ip_addr_t *addr) argument
347 ping_timeout(void *arg) argument
/barrelfish-2018-10-04/lib/lwip2/src/apps/rtp/
H A Drtp.c164 rtp_send_thread(void *arg) argument
213 rtp_recv_thread(void *arg) argument

Completed in 227 milliseconds

1234567891011>>