Searched defs:arg (Results 251 - 275 of 433) sorted by relevance

<<1112131415161718

/barrelfish-2018-10-04/lib/virtio/
H A Ddevice.c229 virtio_device_specific_setup(struct virtio_device *dev, void *arg) argument
/barrelfish-2018-10-04/usr/bench/bulk_transfer/
H A Dcommon.c168 static void bind_done_cb(void *arg, errval_t err, struct bulk_channel *channel) argument
H A Dmicro_rtt.c20 static void panic_handler(void *arg, errval_t err, struct bulk_channel *chan) argument
25 static void wait_handler(void *arg, errval_t err, struct bulk_channel *chan) argument
90 static void cb_move_done(void *arg, errval_t err, struct bulk_channel *chan) argument
H A Dmicro_throughput.c21 static void panic_handler(void *arg, errval_t err, struct bulk_channel *chan) argument
26 static void wait_handler(void *arg, errval_t err, struct bulk_channel *chan) argument
/barrelfish-2018-10-04/usr/bench/net_latency/elb/
H A Dbenchmark.c175 void benchmark_argument(char *arg) argument
[all...]
H A Dbenchmark_tcp.c252 void benchmark_argument(char *arg) argument
[all...]
H A Dinterface_lib.c102 void ethersrv_argument(const char* arg) argument
/barrelfish-2018-10-04/usr/bfscope/
H A Dbfscope.c82 static void error_cb(void *arg, err_t err) argument
155 static err_t send_cb(void *arg, struct tcp_pcb *tpcb, u16_t length) argument
241 static err_t recv_cb(void *arg, struct tcp_pcb *tpcb, struct pbuf *p, argument
279 static err_t accept_cb(void *arg, struct tcp_pcb *tpcb, err_t err) argument
346 static void bfscope_send_flush_ack_cont(void* arg) argument
/barrelfish-2018-10-04/usr/block_server/
H A Dnetwork_client.c89 static err_t block_net_sent_cb(void *arg, struct tcp_pcb *pcb, u16_t len) argument
101 static err_t block_net_recv_cb(void *arg, argument
181 static void block_net_err_cb(void *arg, err_t err) argument
191 static err_t block_net_poll_cb(void *arg, struct tcp_pcb *pcb) argument
200 static err_t block_net_connected_cb(void *arg, struct tcp_pcb *pcb, err_t err) argument
690 struct bs_callback_arg arg = { local
H A Dnetwork_server.c110 static void chan_bind_cb(void *arg, errval_t err, struct bulk_channel *channel) argument
302 static void pool_assigned_cb(void *arg, argument
314 static void buffer_passed_cb(void *arg, argument
560 static err_t bs_net_recv(void *arg, argument
615 static err_t bs_net_poll(void *arg, struct tcp_pcb *tpcb) argument
622 static void bs_net_err(void *arg, err_ argument
629 bs_net_accept(void *arg, struct tcp_pcb *tpcb, err_t err) argument
[all...]
/barrelfish-2018-10-04/usr/block_server_user/
H A Dbenchmark.c132 static void buff_passed_cb(void *arg, argument
148 static void pool_assigned_cb(void *arg, argument
225 static void free_cont(void *arg, errval_t err, struct bulk_channel *channel) argument
/barrelfish-2018-10-04/usr/bulk_transfer_passthrough/
H A Dpassthrough.c126 static void fill_reply_cont(void *arg, errval_t err, argument
273 static void bind_bound_cont(void *arg, errval_t err, argument
/barrelfish-2018-10-04/usr/drivers/e1000/
H A Ddevif_backend_e1000.c296 static void interrupt_handler(void* arg) { argument
H A De1000n.c208 static void e1000_interrupt_handler_fn(void *arg) argument
/barrelfish-2018-10-04/usr/drivers/omap44xx/sdma/
H A Domap_sdma.c41 static void omap_sdma_irq_handler(void *arg) argument
/barrelfish-2018-10-04/usr/drivers/vbe/
H A Dvbe.c239 void vbe_init(void *arg, struct device_mem *bar_info, int nr_mapped_regions) argument
/barrelfish-2018-10-04/usr/drivers/xeon_phi/
H A Dxeon_phi.c99 static void pci_init_card(void *arg, struct device_mem* bar_info, argument
/barrelfish-2018-10-04/include/barrelfish/
H A Dwaitset.h36 void *arg; member in struct:event_closure
/barrelfish-2018-10-04/include/lwip2/lwip/apps/
H A Dmqtt.h162 void *arg; member in struct:mqtt_request_t
[all...]
/barrelfish-2018-10-04/include/lwip2/netif/ppp/
H A Dauth.c1321 static void check_idle(void *arg) { argument
1357 static void connect_time_expired(void *arg) { argument
H A Dchap-new.c223 static void chap_timeout(void *arg) { argument
593 chap_print_pkt(const unsigned char *p, int plen, void (*printer) (void *, const char *, ...), void *arg) argument
[all...]
H A Dpppapi.c413 pppapi_ioctl(ppp_pcb *pcb, u8_t cmd, void *arg) argument
H A Dpppos.c696 static void pppos_input_callback(void *arg) { argument
H A Dupap.c201 static void upap_timeout(void *arg) { argument
223 static void upap_reqtimeout(void *arg) { argument
602 static int upap_printpkt(const u_char *p, int plen, void (*printer) (void *, const char *, ...), void *arg) { argument
[all...]
H A Dutils.c410 static void ppp_vslp_printer(void *arg, const char *fmt, ...) { argument
448 ppp_format_packet(const u_char *p, int len, void (*printer) (void *, const char *, ...), void *arg) argument
574 ppp_print_string(const u_char *p, int len, void (*printer) (void *, const char *, ...), void *arg) argument
[all...]

Completed in 279 milliseconds

<<1112131415161718