HelenOS sources

async_exch_t       49 uspace/app/mixerctl/mixerctl.c static void print_levels(async_exch_t *exch)
async_exch_t       91 uspace/app/mixerctl/mixerctl.c static void set_level(async_exch_t *exch, int argc, char *argv[])
async_exch_t      109 uspace/app/mixerctl/mixerctl.c static void get_level(async_exch_t *exch, int argc, char *argv[])
async_exch_t      131 uspace/app/mixerctl/mixerctl.c 	void (*command)(async_exch_t *, int, char *[]) = NULL;
async_exch_t      162 uspace/app/mixerctl/mixerctl.c 	async_exch_t *exch = async_exchange_begin(session);
async_exch_t      180 uspace/app/tmon/tests.c static int test_in(async_exch_t *exch, const void *generic_params)
async_exch_t      205 uspace/app/tmon/tests.c static int test_out(async_exch_t *exch, const void *generic_params)
async_exch_t       99 uspace/app/tmon/tf.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t       45 uspace/app/tmon/tf.h 	errno_t (*run)(async_exch_t *, const void *);
async_exch_t      355 uspace/drv/audio/hdaudio/pcm_iface.c 	async_exch_t *exchange;
async_exch_t       74 uspace/drv/audio/sb16/dsp.h 	async_exch_t *event_exchange;
async_exch_t      476 uspace/drv/bus/adb/cuda_adb/cuda_adb.c 	async_exch_t *exch = async_exchange_begin(dev->client_sess);
async_exch_t       83 uspace/drv/bus/usb/usbhub/port.c 	async_exch_t *exch = usb_device_bus_exchange_begin(port->hub->usb_device);
async_exch_t      109 uspace/drv/bus/usb/usbhub/port.c static errno_t enumerate_device_usb2(usb_hub_port_t *port, async_exch_t *exch)
async_exch_t      160 uspace/drv/bus/usb/usbhub/port.c static errno_t enumerate_device_usb3(usb_hub_port_t *port, async_exch_t *exch)
async_exch_t      195 uspace/drv/bus/usb/usbhub/port.c 	async_exch_t *exch = usb_device_bus_exchange_begin(port->hub->usb_device);
async_exch_t      714 uspace/drv/bus/usb/usbhub/usbhub.c errno_t usb_hub_reserve_default_address(usb_hub_dev_t *hub, async_exch_t *exch,
async_exch_t      761 uspace/drv/bus/usb/usbhub/usbhub.c errno_t usb_hub_release_default_address(usb_hub_dev_t *hub, async_exch_t *exch)
async_exch_t       95 uspace/drv/bus/usb/usbhub/usbhub.h errno_t usb_hub_reserve_default_address(usb_hub_dev_t *, async_exch_t *,
async_exch_t       97 uspace/drv/bus/usb/usbhub/usbhub.h errno_t usb_hub_release_default_address(usb_hub_dev_t *, async_exch_t *);
async_exch_t       62 uspace/drv/bus/usb/usbmid/usbmid.c 	async_exch_t *exch = usb_device_bus_exchange_begin(usb_dev);
async_exch_t       58 uspace/drv/bus/usb/vhc/conndev.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t       69 uspace/drv/hid/adb-kbd/adb-kbd.c 	async_exch_t *exch = async_exchange_begin(kbd->parent_sess);
async_exch_t      172 uspace/drv/hid/adb-kbd/adb-kbd.c 	async_exch_t *exch = async_exchange_begin(kbd->client_sess);
async_exch_t       47 uspace/drv/hid/adb-mouse/adb-mouse.c 	async_exch_t *exch = async_exchange_begin(mouse->client_sess);
async_exch_t       54 uspace/drv/hid/adb-mouse/adb-mouse.c 	async_exch_t *exch = async_exchange_begin(mouse->client_sess);
async_exch_t      138 uspace/drv/hid/adb-mouse/adb-mouse.c 	async_exch_t *exch = async_exchange_begin(mouse->parent_sess);
async_exch_t      193 uspace/drv/hid/atkbd/atkbd.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t      286 uspace/drv/hid/ps2mouse/ps2mouse.c 		async_exch_t *exch =
async_exch_t      338 uspace/drv/hid/ps2mouse/ps2mouse.c 		async_exch_t *exch =
async_exch_t      296 uspace/drv/hid/usbhid/kbd/kbddev.c 	async_exch_t *exch = async_exchange_begin(kbd_dev->client_sess);
async_exch_t      197 uspace/drv/hid/usbhid/mouse/mousedev.c 		async_exch_t *exch =
async_exch_t      210 uspace/drv/hid/usbhid/mouse/mousedev.c 		async_exch_t *exch =
async_exch_t      246 uspace/drv/hid/usbhid/mouse/mousedev.c 			async_exch_t *exch =
async_exch_t      141 uspace/drv/hid/usbhid/multimedia/multimedia.c 	async_exch_t *exch = async_exchange_begin(multim_dev->console_sess);
async_exch_t      197 uspace/drv/hid/xtkbd/xtkbd.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t      251 uspace/lib/c/generic/async/client.c static aid_t async_send_fast(async_exch_t *exch, sysarg_t imethod, sysarg_t arg1,
async_exch_t      291 uspace/lib/c/generic/async/client.c static aid_t async_send_slow(async_exch_t *exch, sysarg_t imethod, sysarg_t arg1,
async_exch_t      314 uspace/lib/c/generic/async/client.c aid_t async_send_0(async_exch_t *exch, sysarg_t imethod, ipc_call_t *dataptr)
async_exch_t      319 uspace/lib/c/generic/async/client.c aid_t async_send_1(async_exch_t *exch, sysarg_t imethod, sysarg_t arg1,
async_exch_t      325 uspace/lib/c/generic/async/client.c aid_t async_send_2(async_exch_t *exch, sysarg_t imethod, sysarg_t arg1,
async_exch_t      331 uspace/lib/c/generic/async/client.c aid_t async_send_3(async_exch_t *exch, sysarg_t imethod, sysarg_t arg1,
async_exch_t      337 uspace/lib/c/generic/async/client.c aid_t async_send_4(async_exch_t *exch, sysarg_t imethod, sysarg_t arg1,
async_exch_t      343 uspace/lib/c/generic/async/client.c aid_t async_send_5(async_exch_t *exch, sysarg_t imethod, sysarg_t arg1,
async_exch_t      473 uspace/lib/c/generic/async/client.c static errno_t async_req_fast(async_exch_t *exch, sysarg_t imethod,
async_exch_t      525 uspace/lib/c/generic/async/client.c static errno_t async_req_slow(async_exch_t *exch, sysarg_t imethod,
async_exch_t      557 uspace/lib/c/generic/async/client.c errno_t async_req_0_0(async_exch_t *exch, sysarg_t imethod)
async_exch_t      563 uspace/lib/c/generic/async/client.c errno_t async_req_0_1(async_exch_t *exch, sysarg_t imethod, sysarg_t *r1)
async_exch_t      569 uspace/lib/c/generic/async/client.c errno_t async_req_0_2(async_exch_t *exch, sysarg_t imethod, sysarg_t *r1,
async_exch_t      575 uspace/lib/c/generic/async/client.c errno_t async_req_0_3(async_exch_t *exch, sysarg_t imethod, sysarg_t *r1,
async_exch_t      581 uspace/lib/c/generic/async/client.c errno_t async_req_0_4(async_exch_t *exch, sysarg_t imethod, sysarg_t *r1,
async_exch_t      587 uspace/lib/c/generic/async/client.c errno_t async_req_0_5(async_exch_t *exch, sysarg_t imethod, sysarg_t *r1,
async_exch_t      593 uspace/lib/c/generic/async/client.c errno_t async_req_1_0(async_exch_t *exch, sysarg_t imethod, sysarg_t arg1)
async_exch_t      599 uspace/lib/c/generic/async/client.c errno_t async_req_1_1(async_exch_t *exch, sysarg_t imethod, sysarg_t arg1,
async_exch_t      606 uspace/lib/c/generic/async/client.c errno_t async_req_1_2(async_exch_t *exch, sysarg_t imethod, sysarg_t arg1,
async_exch_t      613 uspace/lib/c/generic/async/client.c errno_t async_req_1_3(async_exch_t *exch, sysarg_t imethod, sysarg_t arg1,
async_exch_t      620 uspace/lib/c/generic/async/client.c errno_t async_req_1_4(async_exch_t *exch, sysarg_t imethod, sysarg_t arg1,
async_exch_t      626 uspace/lib/c/generic/async/client.c errno_t async_req_1_5(async_exch_t *exch, sysarg_t imethod, sysarg_t arg1,
async_exch_t      632 uspace/lib/c/generic/async/client.c errno_t async_req_2_0(async_exch_t *exch, sysarg_t imethod, sysarg_t arg1,
async_exch_t      639 uspace/lib/c/generic/async/client.c errno_t async_req_2_1(async_exch_t *exch, sysarg_t imethod, sysarg_t arg1,
async_exch_t      646 uspace/lib/c/generic/async/client.c errno_t async_req_2_2(async_exch_t *exch, sysarg_t imethod, sysarg_t arg1,
async_exch_t      653 uspace/lib/c/generic/async/client.c errno_t async_req_2_3(async_exch_t *exch, sysarg_t imethod, sysarg_t arg1,
async_exch_t      660 uspace/lib/c/generic/async/client.c errno_t async_req_2_4(async_exch_t *exch, sysarg_t imethod, sysarg_t arg1,
async_exch_t      667 uspace/lib/c/generic/async/client.c errno_t async_req_2_5(async_exch_t *exch, sysarg_t imethod, sysarg_t arg1,
async_exch_t      673 uspace/lib/c/generic/async/client.c errno_t async_req_3_0(async_exch_t *exch, sysarg_t imethod, sysarg_t arg1,
async_exch_t      680 uspace/lib/c/generic/async/client.c errno_t async_req_3_1(async_exch_t *exch, sysarg_t imethod, sysarg_t arg1,
async_exch_t      687 uspace/lib/c/generic/async/client.c errno_t async_req_3_2(async_exch_t *exch, sysarg_t imethod, sysarg_t arg1,
async_exch_t      694 uspace/lib/c/generic/async/client.c errno_t async_req_3_3(async_exch_t *exch, sysarg_t imethod, sysarg_t arg1,
async_exch_t      701 uspace/lib/c/generic/async/client.c errno_t async_req_3_4(async_exch_t *exch, sysarg_t imethod, sysarg_t arg1,
async_exch_t      709 uspace/lib/c/generic/async/client.c errno_t async_req_3_5(async_exch_t *exch, sysarg_t imethod, sysarg_t arg1,
async_exch_t      717 uspace/lib/c/generic/async/client.c errno_t async_req_4_0(async_exch_t *exch, sysarg_t imethod, sysarg_t arg1,
async_exch_t      724 uspace/lib/c/generic/async/client.c errno_t async_req_4_1(async_exch_t *exch, sysarg_t imethod, sysarg_t arg1,
async_exch_t      731 uspace/lib/c/generic/async/client.c errno_t async_req_4_2(async_exch_t *exch, sysarg_t imethod, sysarg_t arg1,
async_exch_t      738 uspace/lib/c/generic/async/client.c errno_t async_req_4_3(async_exch_t *exch, sysarg_t imethod, sysarg_t arg1,
async_exch_t      746 uspace/lib/c/generic/async/client.c errno_t async_req_4_4(async_exch_t *exch, sysarg_t imethod, sysarg_t arg1,
async_exch_t      754 uspace/lib/c/generic/async/client.c errno_t async_req_4_5(async_exch_t *exch, sysarg_t imethod, sysarg_t arg1,
async_exch_t      762 uspace/lib/c/generic/async/client.c errno_t async_req_5_0(async_exch_t *exch, sysarg_t imethod, sysarg_t arg1,
async_exch_t      769 uspace/lib/c/generic/async/client.c errno_t async_req_5_1(async_exch_t *exch, sysarg_t imethod, sysarg_t arg1,
async_exch_t      776 uspace/lib/c/generic/async/client.c errno_t async_req_5_2(async_exch_t *exch, sysarg_t imethod, sysarg_t arg1,
async_exch_t      784 uspace/lib/c/generic/async/client.c errno_t async_req_5_3(async_exch_t *exch, sysarg_t imethod, sysarg_t arg1,
async_exch_t      792 uspace/lib/c/generic/async/client.c errno_t async_req_5_4(async_exch_t *exch, sysarg_t imethod, sysarg_t arg1,
async_exch_t      800 uspace/lib/c/generic/async/client.c errno_t async_req_5_5(async_exch_t *exch, sysarg_t imethod, sysarg_t arg1,
async_exch_t      808 uspace/lib/c/generic/async/client.c void async_msg_0(async_exch_t *exch, sysarg_t imethod)
async_exch_t      814 uspace/lib/c/generic/async/client.c void async_msg_1(async_exch_t *exch, sysarg_t imethod, sysarg_t arg1)
async_exch_t      820 uspace/lib/c/generic/async/client.c void async_msg_2(async_exch_t *exch, sysarg_t imethod, sysarg_t arg1,
async_exch_t      827 uspace/lib/c/generic/async/client.c void async_msg_3(async_exch_t *exch, sysarg_t imethod, sysarg_t arg1,
async_exch_t      834 uspace/lib/c/generic/async/client.c void async_msg_4(async_exch_t *exch, sysarg_t imethod, sysarg_t arg1,
async_exch_t      842 uspace/lib/c/generic/async/client.c void async_msg_5(async_exch_t *exch, sysarg_t imethod, sysarg_t arg1,
async_exch_t      896 uspace/lib/c/generic/async/client.c async_sess_t *async_connect_me_to(async_exch_t *exch, iface_t iface,
async_exch_t      971 uspace/lib/c/generic/async/client.c async_sess_t *async_connect_me_to_blocking(async_exch_t *exch, iface_t iface,
async_exch_t     1067 uspace/lib/c/generic/async/client.c 	async_exch_t *exch;
async_exch_t     1077 uspace/lib/c/generic/async/client.c 		exch = (async_exch_t *)
async_exch_t     1079 uspace/lib/c/generic/async/client.c 		    async_exch_t, sess_link);
async_exch_t     1101 uspace/lib/c/generic/async/client.c async_exch_t *async_exchange_begin(async_sess_t *sess)
async_exch_t     1110 uspace/lib/c/generic/async/client.c 	async_exch_t *exch = NULL;
async_exch_t     1118 uspace/lib/c/generic/async/client.c 		exch = (async_exch_t *)
async_exch_t     1120 uspace/lib/c/generic/async/client.c 		    async_exch_t, sess_link);
async_exch_t     1131 uspace/lib/c/generic/async/client.c 			exch = (async_exch_t *) malloc(sizeof(async_exch_t));
async_exch_t     1149 uspace/lib/c/generic/async/client.c 				exch = (async_exch_t *) malloc(sizeof(async_exch_t));
async_exch_t     1163 uspace/lib/c/generic/async/client.c 				exch = (async_exch_t *)
async_exch_t     1165 uspace/lib/c/generic/async/client.c 				    async_exch_t, global_link);
async_exch_t     1198 uspace/lib/c/generic/async/client.c void async_exchange_end(async_exch_t *exch)
async_exch_t     1236 uspace/lib/c/generic/async/client.c static errno_t async_share_in_start(async_exch_t *exch, size_t size,
async_exch_t     1255 uspace/lib/c/generic/async/client.c errno_t async_share_in_start_0_0(async_exch_t *exch, size_t size, void **dst)
async_exch_t     1260 uspace/lib/c/generic/async/client.c errno_t async_share_in_start_0_1(async_exch_t *exch, size_t size,
async_exch_t     1266 uspace/lib/c/generic/async/client.c errno_t async_share_in_start_1_0(async_exch_t *exch, size_t size, sysarg_t arg,
async_exch_t     1272 uspace/lib/c/generic/async/client.c errno_t async_share_in_start_1_1(async_exch_t *exch, size_t size, sysarg_t arg,
async_exch_t     1287 uspace/lib/c/generic/async/client.c errno_t async_share_out_start(async_exch_t *exch, void *src, unsigned int flags)
async_exch_t     1306 uspace/lib/c/generic/async/client.c aid_t async_data_read(async_exch_t *exch, void *dst, size_t size,
async_exch_t     1322 uspace/lib/c/generic/async/client.c errno_t async_data_read_start(async_exch_t *exch, void *dst, size_t size)
async_exch_t     1340 uspace/lib/c/generic/async/client.c errno_t async_data_write_start(async_exch_t *exch, const void *src, size_t size)
async_exch_t     1349 uspace/lib/c/generic/async/client.c errno_t async_state_change_start(async_exch_t *exch, sysarg_t arg1, sysarg_t arg2,
async_exch_t     1350 uspace/lib/c/generic/async/client.c     sysarg_t arg3, async_exch_t *other_exch)
async_exch_t     1414 uspace/lib/c/generic/async/client.c void async_remote_state_release_exchange(async_exch_t *exch)
async_exch_t      453 uspace/lib/c/generic/async/server.c errno_t async_create_callback_port(async_exch_t *exch, iface_t iface, sysarg_t arg1,
async_exch_t     1102 uspace/lib/c/generic/async/server.c static errno_t async_forward_fast(ipc_call_t *call, async_exch_t *exch,
async_exch_t     1118 uspace/lib/c/generic/async/server.c static errno_t async_forward_slow(ipc_call_t *call, async_exch_t *exch,
async_exch_t     1135 uspace/lib/c/generic/async/server.c errno_t async_forward_0(ipc_call_t *call, async_exch_t *exch, sysarg_t imethod,
async_exch_t     1141 uspace/lib/c/generic/async/server.c errno_t async_forward_1(ipc_call_t *call, async_exch_t *exch, sysarg_t imethod,
async_exch_t     1147 uspace/lib/c/generic/async/server.c errno_t async_forward_2(ipc_call_t *call, async_exch_t *exch, sysarg_t imethod,
async_exch_t     1153 uspace/lib/c/generic/async/server.c errno_t async_forward_3(ipc_call_t *call, async_exch_t *exch, sysarg_t imethod,
async_exch_t     1160 uspace/lib/c/generic/async/server.c errno_t async_forward_4(ipc_call_t *call, async_exch_t *exch, sysarg_t imethod,
async_exch_t     1168 uspace/lib/c/generic/async/server.c errno_t async_forward_5(ipc_call_t *call, async_exch_t *exch, sysarg_t imethod,
async_exch_t     1188 uspace/lib/c/generic/async/server.c errno_t async_connect_to_me(async_exch_t *exch, iface_t iface, sysarg_t arg2,
async_exch_t     1367 uspace/lib/c/generic/async/server.c static errno_t async_data_read_forward_fast(async_exch_t *exch, sysarg_t imethod,
async_exch_t     1401 uspace/lib/c/generic/async/server.c errno_t async_data_read_forward_0_0(async_exch_t *exch, sysarg_t imethod)
async_exch_t     1406 uspace/lib/c/generic/async/server.c errno_t async_data_read_forward_1_0(async_exch_t *exch, sysarg_t imethod,
async_exch_t     1412 uspace/lib/c/generic/async/server.c errno_t async_data_read_forward_2_0(async_exch_t *exch, sysarg_t imethod,
async_exch_t     1419 uspace/lib/c/generic/async/server.c errno_t async_data_read_forward_3_0(async_exch_t *exch, sysarg_t imethod,
async_exch_t     1426 uspace/lib/c/generic/async/server.c errno_t async_data_read_forward_4_0(async_exch_t *exch, sysarg_t imethod,
async_exch_t     1433 uspace/lib/c/generic/async/server.c errno_t async_data_read_forward_0_1(async_exch_t *exch, sysarg_t imethod,
async_exch_t     1440 uspace/lib/c/generic/async/server.c errno_t async_data_read_forward_1_1(async_exch_t *exch, sysarg_t imethod,
async_exch_t     1447 uspace/lib/c/generic/async/server.c errno_t async_data_read_forward_2_1(async_exch_t *exch, sysarg_t imethod,
async_exch_t     1454 uspace/lib/c/generic/async/server.c errno_t async_data_read_forward_3_1(async_exch_t *exch, sysarg_t imethod,
async_exch_t     1461 uspace/lib/c/generic/async/server.c errno_t async_data_read_forward_4_1(async_exch_t *exch, sysarg_t imethod,
async_exch_t     1612 uspace/lib/c/generic/async/server.c static errno_t async_data_write_forward_fast(async_exch_t *exch,
async_exch_t     1646 uspace/lib/c/generic/async/server.c errno_t async_data_write_forward_0_0(async_exch_t *exch, sysarg_t imethod)
async_exch_t     1652 uspace/lib/c/generic/async/server.c errno_t async_data_write_forward_1_0(async_exch_t *exch, sysarg_t imethod,
async_exch_t     1659 uspace/lib/c/generic/async/server.c errno_t async_data_write_forward_2_0(async_exch_t *exch, sysarg_t imethod,
async_exch_t     1666 uspace/lib/c/generic/async/server.c errno_t async_data_write_forward_3_0(async_exch_t *exch, sysarg_t imethod,
async_exch_t     1673 uspace/lib/c/generic/async/server.c errno_t async_data_write_forward_4_0(async_exch_t *exch, sysarg_t imethod,
async_exch_t     1680 uspace/lib/c/generic/async/server.c errno_t async_data_write_forward_0_1(async_exch_t *exch, sysarg_t imethod,
async_exch_t     1687 uspace/lib/c/generic/async/server.c errno_t async_data_write_forward_1_1(async_exch_t *exch, sysarg_t imethod,
async_exch_t     1694 uspace/lib/c/generic/async/server.c errno_t async_data_write_forward_2_1(async_exch_t *exch, sysarg_t imethod,
async_exch_t     1701 uspace/lib/c/generic/async/server.c errno_t async_data_write_forward_3_1(async_exch_t *exch, sysarg_t imethod,
async_exch_t     1708 uspace/lib/c/generic/async/server.c errno_t async_data_write_forward_4_1(async_exch_t *exch, sysarg_t imethod,
async_exch_t     1810 uspace/lib/c/generic/async/server.c errno_t async_state_change_finalize(ipc_call_t *call, async_exch_t *other_exch)
async_exch_t       54 uspace/lib/c/generic/device/clock_dev.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t       85 uspace/lib/c/generic/device/clock_dev.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t       45 uspace/lib/c/generic/device/hw_res.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t       79 uspace/lib/c/generic/device/hw_res.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t       90 uspace/lib/c/generic/device/hw_res.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t      101 uspace/lib/c/generic/device/hw_res.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t      127 uspace/lib/c/generic/device/hw_res.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t      149 uspace/lib/c/generic/device/hw_res.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t       43 uspace/lib/c/generic/device/pio_window.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t       79 uspace/lib/c/generic/io/log.c 	async_exch_t *exchange = async_exchange_begin(session);
async_exch_t      191 uspace/lib/c/generic/io/log.c 	async_exch_t *exchange = async_exchange_begin(logger_session);
async_exch_t       45 uspace/lib/c/generic/io/logctl.c static errno_t start_logger_exchange(async_exch_t **exchange_out)
async_exch_t       59 uspace/lib/c/generic/io/logctl.c 	async_exch_t *exchange = async_exchange_begin(logger_session);
async_exch_t       83 uspace/lib/c/generic/io/logctl.c 	async_exch_t *exchange = NULL;
async_exch_t      106 uspace/lib/c/generic/io/logctl.c 	async_exch_t *exchange = NULL;
async_exch_t      131 uspace/lib/c/generic/io/logctl.c 	async_exch_t *exchange = NULL;
async_exch_t      137 uspace/lib/c/generic/io/logctl.c 	async_exch_t *vfs_exch = vfs_exchange_begin();
async_exch_t      101 uspace/lib/c/generic/loader.c 	async_exch_t *exch = async_exchange_begin(ldr->sess);
async_exch_t      138 uspace/lib/c/generic/loader.c 	async_exch_t *exch = async_exchange_begin(ldr->sess);
async_exch_t      167 uspace/lib/c/generic/loader.c 	async_exch_t *exch = async_exchange_begin(ldr->sess);
async_exch_t      174 uspace/lib/c/generic/loader.c 		async_exch_t *vfs_exch = vfs_exchange_begin();
async_exch_t      256 uspace/lib/c/generic/loader.c 	async_exch_t *exch = async_exchange_begin(ldr->sess);
async_exch_t      286 uspace/lib/c/generic/loader.c 	async_exch_t *exch = async_exchange_begin(ldr->sess);
async_exch_t      287 uspace/lib/c/generic/loader.c 	async_exch_t *vfs_exch = vfs_exchange_begin();
async_exch_t      320 uspace/lib/c/generic/loader.c 	async_exch_t *exch = async_exchange_begin(ldr->sess);
async_exch_t      343 uspace/lib/c/generic/loader.c 	async_exch_t *exch = async_exchange_begin(ldr->sess);
async_exch_t      371 uspace/lib/c/generic/loader.c 	async_exch_t *exch = async_exchange_begin(ldr->sess);
async_exch_t      103 uspace/lib/c/generic/loc.c 		async_exch_t *exch =
async_exch_t      134 uspace/lib/c/generic/loc.c async_exch_t *loc_exchange_begin_blocking(void)
async_exch_t      161 uspace/lib/c/generic/loc.c async_exch_t *loc_exchange_begin(void)
async_exch_t      183 uspace/lib/c/generic/loc.c void loc_exchange_end(async_exch_t *exch)
async_exch_t      196 uspace/lib/c/generic/loc.c 	async_exch_t *exch;
async_exch_t      266 uspace/lib/c/generic/loc.c 	async_exch_t *exch = async_exchange_begin(srv->sess);
async_exch_t      305 uspace/lib/c/generic/loc.c 	async_exch_t *exch;
async_exch_t      318 uspace/lib/c/generic/loc.c 	async_exch_t *exch;
async_exch_t      367 uspace/lib/c/generic/loc.c 	async_exch_t *exch;
async_exch_t      451 uspace/lib/c/generic/loc.c 	async_exch_t *exch;
async_exch_t      500 uspace/lib/c/generic/loc.c 	async_exch_t *exch;
async_exch_t      539 uspace/lib/c/generic/loc.c 	async_exch_t *exch = loc_exchange_begin_blocking();
async_exch_t      570 uspace/lib/c/generic/loc.c 	async_exch_t *exch = loc_exchange_begin_blocking();
async_exch_t      585 uspace/lib/c/generic/loc.c 	async_exch_t *exch = loc_exchange_begin_blocking();
async_exch_t      590 uspace/lib/c/generic/loc.c static size_t loc_count_namespaces_internal(async_exch_t *exch)
async_exch_t      611 uspace/lib/c/generic/loc.c 	async_exch_t *exch;
async_exch_t      621 uspace/lib/c/generic/loc.c static size_t loc_count_services_internal(async_exch_t *exch,
async_exch_t      635 uspace/lib/c/generic/loc.c 	async_exch_t *exch = loc_exchange_begin_blocking();
async_exch_t      644 uspace/lib/c/generic/loc.c 	async_exch_t *exch = loc_exchange_begin_blocking();
async_exch_t      655 uspace/lib/c/generic/loc.c 		async_exch_t *exch = loc_exchange_begin_blocking();
async_exch_t      704 uspace/lib/c/generic/loc.c 		async_exch_t *exch = loc_exchange_begin_blocking();
async_exch_t      752 uspace/lib/c/generic/loc.c 	async_exch_t *exch = loc_exchange_begin_blocking();
async_exch_t       61 uspace/lib/c/generic/ns.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t       89 uspace/lib/c/generic/ns.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t      124 uspace/lib/c/generic/ns.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t      162 uspace/lib/c/generic/ns.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t      187 uspace/lib/c/generic/ns.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t      201 uspace/lib/c/generic/ns.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t      210 uspace/lib/c/generic/ns.c 	async_exch_t *exch;
async_exch_t      409 uspace/lib/c/generic/task.c 	async_exch_t *exch = async_exchange_begin(sess_ns);
async_exch_t      492 uspace/lib/c/generic/task.c 	async_exch_t *exch = async_exchange_begin(sess_ns);
async_exch_t       43 uspace/lib/c/generic/udebug.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t       52 uspace/lib/c/generic/udebug.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t       61 uspace/lib/c/generic/udebug.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t       73 uspace/lib/c/generic/udebug.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t       89 uspace/lib/c/generic/udebug.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t      105 uspace/lib/c/generic/udebug.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t      118 uspace/lib/c/generic/udebug.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t      128 uspace/lib/c/generic/udebug.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t      138 uspace/lib/c/generic/udebug.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t      151 uspace/lib/c/generic/udebug.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t      162 uspace/lib/c/generic/udebug.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t      244 uspace/lib/c/generic/vfs/vfs.c 	async_exch_t *vfs_exch = vfs_exchange_begin();
async_exch_t      318 uspace/lib/c/generic/vfs/vfs.c async_exch_t *vfs_exchange_begin(void)
async_exch_t      336 uspace/lib/c/generic/vfs/vfs.c void vfs_exchange_end(async_exch_t *exch)
async_exch_t      380 uspace/lib/c/generic/vfs/vfs.c 	async_exch_t *exch = vfs_exchange_begin();
async_exch_t      414 uspace/lib/c/generic/vfs/vfs.c 	async_exch_t *exch = vfs_exchange_begin();
async_exch_t      628 uspace/lib/c/generic/vfs/vfs.c 	async_exch_t *exch = vfs_exchange_begin();
async_exch_t      756 uspace/lib/c/generic/vfs/vfs.c 	async_exch_t *exch = vfs_exchange_begin();
async_exch_t      771 uspace/lib/c/generic/vfs/vfs.c errno_t vfs_pass_handle(async_exch_t *vfs_exch, int file, async_exch_t *exch)
async_exch_t      785 uspace/lib/c/generic/vfs/vfs.c 	async_exch_t *exch = vfs_exchange_begin();
async_exch_t      808 uspace/lib/c/generic/vfs/vfs.c 	async_exch_t *vfs_exch = vfs_exchange_begin();
async_exch_t      889 uspace/lib/c/generic/vfs/vfs.c 	async_exch_t *exch = vfs_exchange_begin();
async_exch_t      939 uspace/lib/c/generic/vfs/vfs.c 	async_exch_t *exch = vfs_exchange_begin();
async_exch_t      990 uspace/lib/c/generic/vfs/vfs.c 	async_exch_t *exch = vfs_exchange_begin();
async_exch_t     1057 uspace/lib/c/generic/vfs/vfs.c 	async_exch_t *exch = vfs_exchange_begin();
async_exch_t     1112 uspace/lib/c/generic/vfs/vfs.c 	async_exch_t *exch = vfs_exchange_begin();
async_exch_t     1154 uspace/lib/c/generic/vfs/vfs.c 	async_exch_t *exch = vfs_exchange_begin();
async_exch_t     1179 uspace/lib/c/generic/vfs/vfs.c 	async_exch_t *exch = vfs_exchange_begin();
async_exch_t     1234 uspace/lib/c/generic/vfs/vfs.c 	async_exch_t *exch = vfs_exchange_begin();
async_exch_t     1269 uspace/lib/c/generic/vfs/vfs.c 	async_exch_t *exch = vfs_exchange_begin();
async_exch_t     1353 uspace/lib/c/generic/vfs/vfs.c 	async_exch_t *exch = vfs_exchange_begin();
async_exch_t      113 uspace/lib/c/include/async.h extern aid_t async_send_0(async_exch_t *, sysarg_t, ipc_call_t *);
async_exch_t      114 uspace/lib/c/include/async.h extern aid_t async_send_1(async_exch_t *, sysarg_t, sysarg_t, ipc_call_t *);
async_exch_t      115 uspace/lib/c/include/async.h extern aid_t async_send_2(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
async_exch_t      117 uspace/lib/c/include/async.h extern aid_t async_send_3(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
async_exch_t      119 uspace/lib/c/include/async.h extern aid_t async_send_4(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
async_exch_t      121 uspace/lib/c/include/async.h extern aid_t async_send_5(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
async_exch_t      137 uspace/lib/c/include/async.h extern errno_t async_create_callback_port(async_exch_t *, iface_t, sysarg_t,
async_exch_t      157 uspace/lib/c/include/async.h extern void async_msg_0(async_exch_t *, sysarg_t);
async_exch_t      158 uspace/lib/c/include/async.h extern void async_msg_1(async_exch_t *, sysarg_t, sysarg_t);
async_exch_t      159 uspace/lib/c/include/async.h extern void async_msg_2(async_exch_t *, sysarg_t, sysarg_t, sysarg_t);
async_exch_t      160 uspace/lib/c/include/async.h extern void async_msg_3(async_exch_t *, sysarg_t, sysarg_t, sysarg_t, sysarg_t);
async_exch_t      161 uspace/lib/c/include/async.h extern void async_msg_4(async_exch_t *, sysarg_t, sysarg_t, sysarg_t, sysarg_t,
async_exch_t      163 uspace/lib/c/include/async.h extern void async_msg_5(async_exch_t *, sysarg_t, sysarg_t, sysarg_t, sysarg_t,
async_exch_t      184 uspace/lib/c/include/async.h extern errno_t async_forward_0(ipc_call_t *, async_exch_t *, sysarg_t,
async_exch_t      186 uspace/lib/c/include/async.h extern errno_t async_forward_1(ipc_call_t *, async_exch_t *, sysarg_t,
async_exch_t      188 uspace/lib/c/include/async.h extern errno_t async_forward_2(ipc_call_t *, async_exch_t *, sysarg_t,
async_exch_t      190 uspace/lib/c/include/async.h extern errno_t async_forward_3(ipc_call_t *, async_exch_t *, sysarg_t,
async_exch_t      192 uspace/lib/c/include/async.h extern errno_t async_forward_4(ipc_call_t *, async_exch_t *, sysarg_t,
async_exch_t      194 uspace/lib/c/include/async.h extern errno_t async_forward_5(ipc_call_t *, async_exch_t *, sysarg_t,
async_exch_t      203 uspace/lib/c/include/async.h extern errno_t async_req_0_0(async_exch_t *, sysarg_t);
async_exch_t      204 uspace/lib/c/include/async.h extern errno_t async_req_0_1(async_exch_t *, sysarg_t, sysarg_t *);
async_exch_t      205 uspace/lib/c/include/async.h extern errno_t async_req_0_2(async_exch_t *, sysarg_t, sysarg_t *, sysarg_t *);
async_exch_t      206 uspace/lib/c/include/async.h extern errno_t async_req_0_3(async_exch_t *, sysarg_t, sysarg_t *, sysarg_t *,
async_exch_t      208 uspace/lib/c/include/async.h extern errno_t async_req_0_4(async_exch_t *, sysarg_t, sysarg_t *, sysarg_t *,
async_exch_t      210 uspace/lib/c/include/async.h extern errno_t async_req_0_5(async_exch_t *, sysarg_t, sysarg_t *, sysarg_t *,
async_exch_t      212 uspace/lib/c/include/async.h extern errno_t async_req_1_0(async_exch_t *, sysarg_t, sysarg_t);
async_exch_t      213 uspace/lib/c/include/async.h extern errno_t async_req_1_1(async_exch_t *, sysarg_t, sysarg_t, sysarg_t *);
async_exch_t      214 uspace/lib/c/include/async.h extern errno_t async_req_1_2(async_exch_t *, sysarg_t, sysarg_t, sysarg_t *,
async_exch_t      216 uspace/lib/c/include/async.h extern errno_t async_req_1_3(async_exch_t *, sysarg_t, sysarg_t, sysarg_t *,
async_exch_t      218 uspace/lib/c/include/async.h extern errno_t async_req_1_4(async_exch_t *, sysarg_t, sysarg_t, sysarg_t *,
async_exch_t      220 uspace/lib/c/include/async.h extern errno_t async_req_1_5(async_exch_t *, sysarg_t, sysarg_t, sysarg_t *,
async_exch_t      222 uspace/lib/c/include/async.h extern errno_t async_req_2_0(async_exch_t *, sysarg_t, sysarg_t, sysarg_t);
async_exch_t      223 uspace/lib/c/include/async.h extern errno_t async_req_2_1(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
async_exch_t      225 uspace/lib/c/include/async.h extern errno_t async_req_2_2(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
async_exch_t      227 uspace/lib/c/include/async.h extern errno_t async_req_2_3(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
async_exch_t      229 uspace/lib/c/include/async.h extern errno_t async_req_2_4(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
async_exch_t      231 uspace/lib/c/include/async.h extern errno_t async_req_2_5(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
async_exch_t      233 uspace/lib/c/include/async.h extern errno_t async_req_3_0(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
async_exch_t      235 uspace/lib/c/include/async.h extern errno_t async_req_3_1(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
async_exch_t      237 uspace/lib/c/include/async.h extern errno_t async_req_3_2(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
async_exch_t      239 uspace/lib/c/include/async.h extern errno_t async_req_3_3(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
async_exch_t      241 uspace/lib/c/include/async.h extern errno_t async_req_3_4(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
async_exch_t      243 uspace/lib/c/include/async.h extern errno_t async_req_3_5(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
async_exch_t      245 uspace/lib/c/include/async.h extern errno_t async_req_4_0(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
async_exch_t      247 uspace/lib/c/include/async.h extern errno_t async_req_4_1(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
async_exch_t      249 uspace/lib/c/include/async.h extern errno_t async_req_4_2(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
async_exch_t      251 uspace/lib/c/include/async.h extern errno_t async_req_4_3(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
async_exch_t      253 uspace/lib/c/include/async.h extern errno_t async_req_4_4(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
async_exch_t      255 uspace/lib/c/include/async.h extern errno_t async_req_4_5(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
async_exch_t      258 uspace/lib/c/include/async.h extern errno_t async_req_5_0(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
async_exch_t      260 uspace/lib/c/include/async.h extern errno_t async_req_5_1(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
async_exch_t      262 uspace/lib/c/include/async.h extern errno_t async_req_5_2(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
async_exch_t      264 uspace/lib/c/include/async.h extern errno_t async_req_5_3(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
async_exch_t      266 uspace/lib/c/include/async.h extern errno_t async_req_5_4(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
async_exch_t      269 uspace/lib/c/include/async.h extern errno_t async_req_5_5(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
async_exch_t      276 uspace/lib/c/include/async.h extern async_sess_t *async_connect_me_to(async_exch_t *, iface_t, sysarg_t,
async_exch_t      278 uspace/lib/c/include/async.h extern async_sess_t *async_connect_me_to_blocking(async_exch_t *, iface_t,
async_exch_t      282 uspace/lib/c/include/async.h extern errno_t async_connect_to_me(async_exch_t *, iface_t, sysarg_t, sysarg_t);
async_exch_t      286 uspace/lib/c/include/async.h extern async_exch_t *async_exchange_begin(async_sess_t *);
async_exch_t      287 uspace/lib/c/include/async.h extern void async_exchange_end(async_exch_t *);
async_exch_t      299 uspace/lib/c/include/async.h extern errno_t async_share_in_start_0_0(async_exch_t *, size_t, void **);
async_exch_t      300 uspace/lib/c/include/async.h extern errno_t async_share_in_start_0_1(async_exch_t *, size_t,
async_exch_t      302 uspace/lib/c/include/async.h extern errno_t async_share_in_start_1_0(async_exch_t *, size_t, sysarg_t,
async_exch_t      304 uspace/lib/c/include/async.h extern errno_t async_share_in_start_1_1(async_exch_t *, size_t, sysarg_t,
async_exch_t      310 uspace/lib/c/include/async.h extern errno_t async_share_out_start(async_exch_t *, void *, unsigned int);
async_exch_t      314 uspace/lib/c/include/async.h extern errno_t async_data_read_forward_0_0(async_exch_t *, sysarg_t);
async_exch_t      315 uspace/lib/c/include/async.h extern errno_t async_data_read_forward_1_0(async_exch_t *, sysarg_t, sysarg_t);
async_exch_t      316 uspace/lib/c/include/async.h extern errno_t async_data_read_forward_2_0(async_exch_t *, sysarg_t, sysarg_t,
async_exch_t      318 uspace/lib/c/include/async.h extern errno_t async_data_read_forward_3_0(async_exch_t *, sysarg_t, sysarg_t,
async_exch_t      320 uspace/lib/c/include/async.h extern errno_t async_data_read_forward_4_0(async_exch_t *, sysarg_t, sysarg_t,
async_exch_t      323 uspace/lib/c/include/async.h extern errno_t async_data_read_forward_0_1(async_exch_t *, sysarg_t,
async_exch_t      325 uspace/lib/c/include/async.h extern errno_t async_data_read_forward_1_1(async_exch_t *, sysarg_t, sysarg_t,
async_exch_t      327 uspace/lib/c/include/async.h extern errno_t async_data_read_forward_2_1(async_exch_t *, sysarg_t, sysarg_t,
async_exch_t      329 uspace/lib/c/include/async.h extern errno_t async_data_read_forward_3_1(async_exch_t *, sysarg_t, sysarg_t,
async_exch_t      331 uspace/lib/c/include/async.h extern errno_t async_data_read_forward_4_1(async_exch_t *, sysarg_t, sysarg_t,
async_exch_t      334 uspace/lib/c/include/async.h extern aid_t async_data_read(async_exch_t *, void *, size_t, ipc_call_t *);
async_exch_t      335 uspace/lib/c/include/async.h extern errno_t async_data_read_start(async_exch_t *, void *, size_t);
async_exch_t      339 uspace/lib/c/include/async.h extern errno_t async_data_write_forward_0_0(async_exch_t *, sysarg_t);
async_exch_t      340 uspace/lib/c/include/async.h extern errno_t async_data_write_forward_1_0(async_exch_t *, sysarg_t, sysarg_t);
async_exch_t      341 uspace/lib/c/include/async.h extern errno_t async_data_write_forward_2_0(async_exch_t *, sysarg_t, sysarg_t,
async_exch_t      343 uspace/lib/c/include/async.h extern errno_t async_data_write_forward_3_0(async_exch_t *, sysarg_t, sysarg_t,
async_exch_t      345 uspace/lib/c/include/async.h extern errno_t async_data_write_forward_4_0(async_exch_t *, sysarg_t, sysarg_t,
async_exch_t      348 uspace/lib/c/include/async.h extern errno_t async_data_write_forward_0_1(async_exch_t *, sysarg_t,
async_exch_t      350 uspace/lib/c/include/async.h extern errno_t async_data_write_forward_1_1(async_exch_t *, sysarg_t, sysarg_t,
async_exch_t      352 uspace/lib/c/include/async.h extern errno_t async_data_write_forward_2_1(async_exch_t *, sysarg_t, sysarg_t,
async_exch_t      354 uspace/lib/c/include/async.h extern errno_t async_data_write_forward_3_1(async_exch_t *, sysarg_t, sysarg_t,
async_exch_t      356 uspace/lib/c/include/async.h extern errno_t async_data_write_forward_4_1(async_exch_t *, sysarg_t, sysarg_t,
async_exch_t      359 uspace/lib/c/include/async.h extern errno_t async_data_write_start(async_exch_t *, const void *, size_t);
async_exch_t      370 uspace/lib/c/include/async.h extern errno_t async_state_change_start(async_exch_t *, sysarg_t, sysarg_t,
async_exch_t      371 uspace/lib/c/include/async.h     sysarg_t, async_exch_t *);
async_exch_t      373 uspace/lib/c/include/async.h extern errno_t async_state_change_finalize(ipc_call_t *, async_exch_t *);
async_exch_t      378 uspace/lib/c/include/async.h extern void async_remote_state_release_exchange(async_exch_t *);
async_exch_t       45 uspace/lib/c/include/loc.h extern async_exch_t *loc_exchange_begin_blocking(void);
async_exch_t       46 uspace/lib/c/include/loc.h extern async_exch_t *loc_exchange_begin(void);
async_exch_t       47 uspace/lib/c/include/loc.h extern void loc_exchange_end(async_exch_t *);
async_exch_t       87 uspace/lib/c/include/vfs/vfs.h extern async_exch_t *vfs_exchange_begin(void);
async_exch_t       88 uspace/lib/c/include/vfs/vfs.h extern void vfs_exchange_end(async_exch_t *);
async_exch_t      101 uspace/lib/c/include/vfs/vfs.h extern errno_t vfs_pass_handle(async_exch_t *, int, async_exch_t *);
async_exch_t       58 uspace/lib/clipboard/src/clipboard.c static async_exch_t *clip_exchange_begin(void)
async_exch_t       85 uspace/lib/clipboard/src/clipboard.c static void clip_exchange_end(async_exch_t *exch)
async_exch_t      105 uspace/lib/clipboard/src/clipboard.c 		async_exch_t *exch = clip_exchange_begin();
async_exch_t      112 uspace/lib/clipboard/src/clipboard.c 		async_exch_t *exch = clip_exchange_begin();
async_exch_t      146 uspace/lib/clipboard/src/clipboard.c 		async_exch_t *exch = clip_exchange_begin();
async_exch_t       89 uspace/lib/console/src/console.c 	async_exch_t *exch = async_exchange_begin(ctrl->output_sess);
async_exch_t       96 uspace/lib/console/src/console.c 	async_exch_t *exch = async_exchange_begin(ctrl->output_sess);
async_exch_t      105 uspace/lib/console/src/console.c 	async_exch_t *exch = async_exchange_begin(ctrl->output_sess);
async_exch_t      113 uspace/lib/console/src/console.c 	async_exch_t *exch = async_exchange_begin(ctrl->output_sess);
async_exch_t      121 uspace/lib/console/src/console.c 	async_exch_t *exch = async_exchange_begin(ctrl->output_sess);
async_exch_t      128 uspace/lib/console/src/console.c 	async_exch_t *exch = async_exchange_begin(ctrl->output_sess);
async_exch_t      143 uspace/lib/console/src/console.c 	async_exch_t *exch = async_exchange_begin(ctrl->output_sess);
async_exch_t      161 uspace/lib/console/src/console.c 	async_exch_t *exch = async_exchange_begin(ctrl->output_sess);
async_exch_t      170 uspace/lib/console/src/console.c 	async_exch_t *exch = async_exchange_begin(ctrl->output_sess);
async_exch_t      179 uspace/lib/console/src/console.c 	async_exch_t *exch = async_exchange_begin(ctrl->output_sess);
async_exch_t      220 uspace/lib/console/src/console.c 		async_exch_t *exch = async_exchange_begin(ctrl->input_sess);
async_exch_t      267 uspace/lib/console/src/console.c 		async_exch_t *exch = async_exchange_begin(ctrl->input_sess);
async_exch_t      310 uspace/lib/console/src/console.c 	async_exch_t *exch = NULL;
async_exch_t      350 uspace/lib/console/src/console.c 	async_exch_t *exch = async_exchange_begin(ctrl->output_sess);
async_exch_t      370 uspace/lib/console/src/console.c 	async_exch_t *exch = async_exchange_begin(ctrl->output_sess);
async_exch_t       63 uspace/lib/corecfg/src/corecfg.c 	async_exch_t *exch = async_exchange_begin(corecfg_sess);
async_exch_t       80 uspace/lib/corecfg/src/corecfg.c 	async_exch_t *exch = async_exchange_begin(corecfg_sess);
async_exch_t       89 uspace/lib/ddev/src/ddev.c 	async_exch_t *exch;
async_exch_t      125 uspace/lib/ddev/src/ddev.c 	async_exch_t *exch;
async_exch_t       44 uspace/lib/device/include/devman.h extern async_exch_t *devman_exchange_begin_blocking(iface_t);
async_exch_t       45 uspace/lib/device/include/devman.h extern async_exch_t *devman_exchange_begin(iface_t);
async_exch_t       46 uspace/lib/device/include/devman.h extern void devman_exchange_end(async_exch_t *);
async_exch_t       58 uspace/lib/device/src/bd.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t       87 uspace/lib/device/src/bd.c 	async_exch_t *exch = async_exchange_begin(bd->sess);
async_exch_t      111 uspace/lib/device/src/bd.c 	async_exch_t *exch = async_exchange_begin(bd->sess);
async_exch_t      135 uspace/lib/device/src/bd.c 	async_exch_t *exch = async_exchange_begin(bd->sess);
async_exch_t      158 uspace/lib/device/src/bd.c 	async_exch_t *exch = async_exchange_begin(bd->sess);
async_exch_t      170 uspace/lib/device/src/bd.c 	async_exch_t *exch = async_exchange_begin(bd->sess);
async_exch_t      186 uspace/lib/device/src/bd.c 	async_exch_t *exch = async_exchange_begin(bd->sess);
async_exch_t       43 uspace/lib/device/src/device/led_dev.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t       78 uspace/lib/device/src/devman.c async_exch_t *devman_exchange_begin_blocking(iface_t iface)
async_exch_t      131 uspace/lib/device/src/devman.c async_exch_t *devman_exchange_begin(iface_t iface)
async_exch_t      172 uspace/lib/device/src/devman.c void devman_exchange_end(async_exch_t *exch)
async_exch_t      180 uspace/lib/device/src/devman.c 	async_exch_t *exch = devman_exchange_begin_blocking(INTERFACE_DDF_DRIVER);
async_exch_t      219 uspace/lib/device/src/devman.c 	async_exch_t *exch = devman_exchange_begin_blocking(INTERFACE_DDF_DRIVER);
async_exch_t      269 uspace/lib/device/src/devman.c 	async_exch_t *exch = devman_exchange_begin_blocking(INTERFACE_DDF_DRIVER);
async_exch_t      311 uspace/lib/device/src/devman.c 	async_exch_t *exch;
async_exch_t      323 uspace/lib/device/src/devman.c 	async_exch_t *exch = devman_exchange_begin(INTERFACE_DDF_DRIVER);
async_exch_t      335 uspace/lib/device/src/devman.c 	async_exch_t *exch = devman_exchange_begin(INTERFACE_DDF_DRIVER);
async_exch_t      363 uspace/lib/device/src/devman.c 	async_exch_t *exch;
async_exch_t      404 uspace/lib/device/src/devman.c 	async_exch_t *exch;
async_exch_t      474 uspace/lib/device/src/devman.c 	async_exch_t *exch = devman_exchange_begin(INTERFACE_DDF_CLIENT);
async_exch_t      486 uspace/lib/device/src/devman.c 	async_exch_t *exch = devman_exchange_begin(INTERFACE_DDF_CLIENT);
async_exch_t      499 uspace/lib/device/src/devman.c 	async_exch_t *exch = devman_exchange_begin_blocking(INTERFACE_DDF_CLIENT);
async_exch_t      578 uspace/lib/device/src/devman.c 	async_exch_t *exch = devman_exchange_begin(INTERFACE_DDF_CLIENT);
async_exch_t      598 uspace/lib/device/src/devman.c 	async_exch_t *exch = devman_exchange_begin(INTERFACE_DDF_CLIENT);
async_exch_t      611 uspace/lib/device/src/devman.c 	async_exch_t *exch = devman_exchange_begin(INTERFACE_DDF_CLIENT);
async_exch_t      637 uspace/lib/device/src/devman.c 	async_exch_t *exch;
async_exch_t      694 uspace/lib/device/src/devman.c 	async_exch_t *exch = devman_exchange_begin(INTERFACE_DDF_CLIENT);
async_exch_t      711 uspace/lib/device/src/devman.c 	async_exch_t *exch = devman_exchange_begin(INTERFACE_DDF_CLIENT);
async_exch_t      723 uspace/lib/device/src/devman.c 	async_exch_t *exch = devman_exchange_begin(INTERFACE_DDF_CLIENT);
async_exch_t      101 uspace/lib/device/src/io/chardev.c 	async_exch_t *exch = async_exchange_begin(chardev->sess);
async_exch_t      152 uspace/lib/device/src/io/chardev.c 	async_exch_t *exch = async_exchange_begin(chardev->sess);
async_exch_t       73 uspace/lib/device/src/io/serial.c 	async_exch_t *exch = async_exchange_begin(serial->sess);
async_exch_t       86 uspace/lib/device/src/io/serial.c 	async_exch_t *exch = async_exchange_begin(serial->sess);
async_exch_t      104 uspace/lib/device/src/irc.c 	async_exch_t *exch = async_exchange_begin(irc_sess);
async_exch_t      127 uspace/lib/device/src/irc.c 	async_exch_t *exch = async_exchange_begin(irc_sess);
async_exch_t      151 uspace/lib/device/src/irc.c 	async_exch_t *exch = async_exchange_begin(irc_sess);
async_exch_t      104 uspace/lib/device/src/pci.c 	async_exch_t *exch = async_exchange_begin(pci->sess);
async_exch_t      203 uspace/lib/device/src/pci.c 	async_exch_t *exch;
async_exch_t      107 uspace/lib/device/src/vbd.c 	async_exch_t *exch;
async_exch_t      130 uspace/lib/device/src/vbd.c 	async_exch_t *exch;
async_exch_t      145 uspace/lib/device/src/vbd.c 	async_exch_t *exch;
async_exch_t      172 uspace/lib/device/src/vbd.c 	async_exch_t *exch = async_exchange_begin(vbd->sess);
async_exch_t      263 uspace/lib/device/src/vbd.c 	async_exch_t *exch;
async_exch_t      287 uspace/lib/device/src/vbd.c 	async_exch_t *exch;
async_exch_t      312 uspace/lib/device/src/vbd.c 	async_exch_t *exch;
async_exch_t      342 uspace/lib/device/src/vbd.c 	async_exch_t *exch;
async_exch_t      109 uspace/lib/device/src/vol.c 	async_exch_t *exch = async_exchange_begin(vol->sess);
async_exch_t      208 uspace/lib/device/src/vol.c 	async_exch_t *exch;
async_exch_t      230 uspace/lib/device/src/vol.c 	async_exch_t *exch;
async_exch_t      259 uspace/lib/device/src/vol.c 	async_exch_t *exch;
async_exch_t      281 uspace/lib/device/src/vol.c 	async_exch_t *exch;
async_exch_t      304 uspace/lib/device/src/vol.c 	async_exch_t *exch;
async_exch_t      326 uspace/lib/device/src/vol.c 	async_exch_t *exch;
async_exch_t      359 uspace/lib/device/src/vol.c 	async_exch_t *exch;
async_exch_t      393 uspace/lib/device/src/vol.c 	async_exch_t *exch;
async_exch_t      434 uspace/lib/device/src/vol.c 	async_exch_t *exch;
async_exch_t      588 uspace/lib/device/src/vol.c 	async_exch_t *exch;
async_exch_t      111 uspace/lib/dispcfg/src/dispcfg.c 	async_exch_t *exch = async_exchange_begin(dispcfg->sess);
async_exch_t      157 uspace/lib/dispcfg/src/dispcfg.c 	async_exch_t *exch;
async_exch_t      226 uspace/lib/dispcfg/src/dispcfg.c 	async_exch_t *exch;
async_exch_t      297 uspace/lib/dispcfg/src/dispcfg.c 	async_exch_t *exch;
async_exch_t      332 uspace/lib/dispcfg/src/dispcfg.c 	async_exch_t *exch;
async_exch_t      352 uspace/lib/dispcfg/src/dispcfg.c 	async_exch_t *exch;
async_exch_t      372 uspace/lib/dispcfg/src/dispcfg.c 	async_exch_t *exch;
async_exch_t      392 uspace/lib/dispcfg/src/dispcfg.c 	async_exch_t *exch;
async_exch_t      459 uspace/lib/dispcfg/src/dispcfg.c 	async_exch_t *exch;
async_exch_t      481 uspace/lib/dispcfg/src/dispcfg_srv.c 	async_exch_t *exch;
async_exch_t      687 uspace/lib/display/src/disp_srv.c 	async_exch_t *exch;
async_exch_t      102 uspace/lib/display/src/display.c 	async_exch_t *exch = async_exchange_begin(display->sess);
async_exch_t      167 uspace/lib/display/src/display.c 	async_exch_t *exch;
async_exch_t      231 uspace/lib/display/src/display.c 	async_exch_t *exch;
async_exch_t      256 uspace/lib/display/src/display.c 	async_exch_t *exch;
async_exch_t      293 uspace/lib/display/src/display.c 	async_exch_t *exch;
async_exch_t      327 uspace/lib/display/src/display.c 	async_exch_t *exch;
async_exch_t      358 uspace/lib/display/src/display.c 	async_exch_t *exch;
async_exch_t      389 uspace/lib/display/src/display.c 	async_exch_t *exch;
async_exch_t      426 uspace/lib/display/src/display.c 	async_exch_t *exch;
async_exch_t      492 uspace/lib/display/src/display.c 	async_exch_t *exch;
async_exch_t      524 uspace/lib/display/src/display.c 	async_exch_t *exch;
async_exch_t      541 uspace/lib/display/src/display.c 	async_exch_t *exch;
async_exch_t      558 uspace/lib/display/src/display.c 	async_exch_t *exch;
async_exch_t      580 uspace/lib/display/src/display.c 	async_exch_t *exch;
async_exch_t      599 uspace/lib/display/src/display.c 	async_exch_t *exch;
async_exch_t      633 uspace/lib/display/src/display.c 	async_exch_t *exch;
async_exch_t      670 uspace/lib/display/src/display.c 	async_exch_t *exch;
async_exch_t       89 uspace/lib/drv/generic/remote_ahci.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t      106 uspace/lib/drv/generic/remote_ahci.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t      127 uspace/lib/drv/generic/remote_ahci.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t      146 uspace/lib/drv/generic/remote_ahci.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t      167 uspace/lib/drv/generic/remote_ahci.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t       96 uspace/lib/drv/generic/remote_audio_mixer.c errno_t audio_mixer_get_info(async_exch_t *exch, char **name, unsigned *items)
async_exch_t      134 uspace/lib/drv/generic/remote_audio_mixer.c errno_t audio_mixer_get_item_info(async_exch_t *exch, unsigned item,
async_exch_t      172 uspace/lib/drv/generic/remote_audio_mixer.c errno_t audio_mixer_set_item_level(async_exch_t *exch, unsigned item,
async_exch_t      189 uspace/lib/drv/generic/remote_audio_mixer.c errno_t audio_mixer_get_item_level(async_exch_t *exch, unsigned item,
async_exch_t      190 uspace/lib/drv/generic/remote_audio_pcm.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t      230 uspace/lib/drv/generic/remote_audio_pcm.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t      252 uspace/lib/drv/generic/remote_audio_pcm.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t      279 uspace/lib/drv/generic/remote_audio_pcm.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t      322 uspace/lib/drv/generic/remote_audio_pcm.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t      345 uspace/lib/drv/generic/remote_audio_pcm.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t      367 uspace/lib/drv/generic/remote_audio_pcm.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t      395 uspace/lib/drv/generic/remote_audio_pcm.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t      424 uspace/lib/drv/generic/remote_audio_pcm.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t      441 uspace/lib/drv/generic/remote_audio_pcm.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t      475 uspace/lib/drv/generic/remote_audio_pcm.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t      492 uspace/lib/drv/generic/remote_audio_pcm.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t      521 uspace/lib/drv/generic/remote_audio_pcm.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t      556 uspace/lib/drv/generic/remote_audio_pcm.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t      573 uspace/lib/drv/generic/remote_audio_pcm.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t      590 uspace/lib/drv/generic/remote_audio_pcm.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t       54 uspace/lib/drv/generic/remote_battery_dev.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t       79 uspace/lib/drv/generic/remote_battery_dev.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t       70 uspace/lib/drv/generic/remote_ieee80211.c 	async_exch_t *exch = async_exchange_begin(dev_sess);
async_exch_t      129 uspace/lib/drv/generic/remote_ieee80211.c 	async_exch_t *exch = async_exchange_begin(dev_sess);
async_exch_t      194 uspace/lib/drv/generic/remote_ieee80211.c 	async_exch_t *exch = async_exchange_begin(dev_sess);
async_exch_t      102 uspace/lib/drv/generic/remote_nic.c 	async_exch_t *exch = async_exchange_begin(dev_sess);
async_exch_t      135 uspace/lib/drv/generic/remote_nic.c 	async_exch_t *exch = async_exchange_begin(dev_sess);
async_exch_t      166 uspace/lib/drv/generic/remote_nic.c 	async_exch_t *exch = async_exchange_begin(dev_sess);
async_exch_t      186 uspace/lib/drv/generic/remote_nic.c 	async_exch_t *exch = async_exchange_begin(dev_sess);
async_exch_t      206 uspace/lib/drv/generic/remote_nic.c 	async_exch_t *exch = async_exchange_begin(dev_sess);
async_exch_t      233 uspace/lib/drv/generic/remote_nic.c 	async_exch_t *exch = async_exchange_begin(dev_sess);
async_exch_t      260 uspace/lib/drv/generic/remote_nic.c 	async_exch_t *exch = async_exchange_begin(dev_sess);
async_exch_t      290 uspace/lib/drv/generic/remote_nic.c 	async_exch_t *exch = async_exchange_begin(dev_sess);
async_exch_t      320 uspace/lib/drv/generic/remote_nic.c 	async_exch_t *exch = async_exchange_begin(dev_sess);
async_exch_t      347 uspace/lib/drv/generic/remote_nic.c 	async_exch_t *exch = async_exchange_begin(dev_sess);
async_exch_t      380 uspace/lib/drv/generic/remote_nic.c 	async_exch_t *exch = async_exchange_begin(dev_sess);
async_exch_t      404 uspace/lib/drv/generic/remote_nic.c 	async_exch_t *exch = async_exchange_begin(dev_sess);
async_exch_t      421 uspace/lib/drv/generic/remote_nic.c 	async_exch_t *exch = async_exchange_begin(dev_sess);
async_exch_t      455 uspace/lib/drv/generic/remote_nic.c 	async_exch_t *exch = async_exchange_begin(dev_sess);
async_exch_t      485 uspace/lib/drv/generic/remote_nic.c 	async_exch_t *exch = async_exchange_begin(dev_sess);
async_exch_t      510 uspace/lib/drv/generic/remote_nic.c 	async_exch_t *exch = async_exchange_begin(dev_sess);
async_exch_t      544 uspace/lib/drv/generic/remote_nic.c 	async_exch_t *exch = async_exchange_begin(dev_sess);
async_exch_t      579 uspace/lib/drv/generic/remote_nic.c 	async_exch_t *exch = async_exchange_begin(dev_sess);
async_exch_t      617 uspace/lib/drv/generic/remote_nic.c 	async_exch_t *exch = async_exchange_begin(dev_sess);
async_exch_t      667 uspace/lib/drv/generic/remote_nic.c 	async_exch_t *exch = async_exchange_begin(dev_sess);
async_exch_t      705 uspace/lib/drv/generic/remote_nic.c 	async_exch_t *exch = async_exchange_begin(dev_sess);
async_exch_t      742 uspace/lib/drv/generic/remote_nic.c 	async_exch_t *exch = async_exchange_begin(dev_sess);
async_exch_t      762 uspace/lib/drv/generic/remote_nic.c 	async_exch_t *exch = async_exchange_begin(dev_sess);
async_exch_t      784 uspace/lib/drv/generic/remote_nic.c 	async_exch_t *exch = async_exchange_begin(dev_sess);
async_exch_t      804 uspace/lib/drv/generic/remote_nic.c 	async_exch_t *exch = async_exchange_begin(dev_sess);
async_exch_t      830 uspace/lib/drv/generic/remote_nic.c 	async_exch_t *exch = async_exchange_begin(dev_sess);
async_exch_t      866 uspace/lib/drv/generic/remote_nic.c 	async_exch_t *exch = async_exchange_begin(dev_sess);
async_exch_t      901 uspace/lib/drv/generic/remote_nic.c 	async_exch_t *exch = async_exchange_begin(dev_sess);
async_exch_t      927 uspace/lib/drv/generic/remote_nic.c 	async_exch_t *exch = async_exchange_begin(dev_sess);
async_exch_t      967 uspace/lib/drv/generic/remote_nic.c 	async_exch_t *exch = async_exchange_begin(dev_sess);
async_exch_t      993 uspace/lib/drv/generic/remote_nic.c 	async_exch_t *exch = async_exchange_begin(dev_sess);
async_exch_t     1026 uspace/lib/drv/generic/remote_nic.c 	async_exch_t *exch = async_exchange_begin(dev_sess);
async_exch_t     1056 uspace/lib/drv/generic/remote_nic.c 	async_exch_t *exch = async_exchange_begin(dev_sess);
async_exch_t     1103 uspace/lib/drv/generic/remote_nic.c 	async_exch_t *exch = async_exchange_begin(dev_sess);
async_exch_t     1144 uspace/lib/drv/generic/remote_nic.c 	async_exch_t *exch = async_exchange_begin(dev_sess);
async_exch_t     1186 uspace/lib/drv/generic/remote_nic.c 	async_exch_t *exch = async_exchange_begin(dev_sess);
async_exch_t     1224 uspace/lib/drv/generic/remote_nic.c 	async_exch_t *exch = async_exchange_begin(dev_sess);
async_exch_t     1245 uspace/lib/drv/generic/remote_nic.c 	async_exch_t *exch = async_exchange_begin(dev_sess);
async_exch_t     1270 uspace/lib/drv/generic/remote_nic.c 	async_exch_t *exch = async_exchange_begin(dev_sess);
async_exch_t     1300 uspace/lib/drv/generic/remote_nic.c 	async_exch_t *exch = async_exchange_begin(dev_sess);
async_exch_t     1331 uspace/lib/drv/generic/remote_nic.c 	async_exch_t *exch = async_exchange_begin(dev_sess);
async_exch_t       57 uspace/lib/drv/generic/remote_pci.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t       71 uspace/lib/drv/generic/remote_pci.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t       85 uspace/lib/drv/generic/remote_pci.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t       96 uspace/lib/drv/generic/remote_pci.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t      107 uspace/lib/drv/generic/remote_pci.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t      118 uspace/lib/drv/generic/remote_pci.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t       73 uspace/lib/drv/generic/remote_usb.c errno_t usb_get_my_description(async_exch_t *exch, usb_device_desc_t *desc)
async_exch_t       60 uspace/lib/drv/generic/remote_usbdiag.c errno_t usbdiag_test_in(async_exch_t *exch,
async_exch_t       94 uspace/lib/drv/generic/remote_usbdiag.c errno_t usbdiag_test_out(async_exch_t *exch,
async_exch_t       59 uspace/lib/drv/generic/remote_usbhc.c errno_t usbhc_reserve_default_address(async_exch_t *exch)
async_exch_t       72 uspace/lib/drv/generic/remote_usbhc.c errno_t usbhc_release_default_address(async_exch_t *exch)
async_exch_t       88 uspace/lib/drv/generic/remote_usbhc.c errno_t usbhc_device_enumerate(async_exch_t *exch, unsigned port, usb_speed_t speed)
async_exch_t      105 uspace/lib/drv/generic/remote_usbhc.c errno_t usbhc_device_remove(async_exch_t *exch, unsigned port)
async_exch_t      113 uspace/lib/drv/generic/remote_usbhc.c errno_t usbhc_register_endpoint(async_exch_t *exch, usb_pipe_desc_t *pipe_desc,
async_exch_t      154 uspace/lib/drv/generic/remote_usbhc.c errno_t usbhc_unregister_endpoint(async_exch_t *exch, const usb_pipe_desc_t *pipe_desc)
async_exch_t      183 uspace/lib/drv/generic/remote_usbhc.c errno_t usbhc_transfer(async_exch_t *exch,
async_exch_t      104 uspace/lib/drv/generic/remote_usbhid.c 	async_exch_t *exch = async_exchange_begin(dev_sess);
async_exch_t      151 uspace/lib/drv/generic/remote_usbhid.c 	async_exch_t *exch = async_exchange_begin(dev_sess);
async_exch_t      212 uspace/lib/drv/generic/remote_usbhid.c 	async_exch_t *exch = async_exchange_begin(dev_sess);
async_exch_t      240 uspace/lib/drv/generic/remote_usbhid.c 	async_exch_t *exch = async_exchange_begin(dev_sess);
async_exch_t       45 uspace/lib/drv/include/audio_mixer_iface.h errno_t audio_mixer_get_info(async_exch_t *, char **, unsigned *);
async_exch_t       46 uspace/lib/drv/include/audio_mixer_iface.h errno_t audio_mixer_get_item_info(async_exch_t *, unsigned,
async_exch_t       48 uspace/lib/drv/include/audio_mixer_iface.h errno_t audio_mixer_get_item_level(async_exch_t *, unsigned, unsigned *);
async_exch_t       49 uspace/lib/drv/include/audio_mixer_iface.h errno_t audio_mixer_set_item_level(async_exch_t *, unsigned, unsigned);
async_exch_t       60 uspace/lib/drv/include/usb_iface.h extern errno_t usb_get_my_description(async_exch_t *, usb_device_desc_t *);
async_exch_t       67 uspace/lib/drv/include/usbdiag_iface.h errno_t usbdiag_test_in(async_exch_t *,
async_exch_t       69 uspace/lib/drv/include/usbdiag_iface.h errno_t usbdiag_test_out(async_exch_t *,
async_exch_t      172 uspace/lib/drv/include/usbhc_iface.h extern errno_t usbhc_reserve_default_address(async_exch_t *);
async_exch_t      173 uspace/lib/drv/include/usbhc_iface.h extern errno_t usbhc_release_default_address(async_exch_t *);
async_exch_t      175 uspace/lib/drv/include/usbhc_iface.h extern errno_t usbhc_device_enumerate(async_exch_t *, unsigned, usb_speed_t);
async_exch_t      176 uspace/lib/drv/include/usbhc_iface.h extern errno_t usbhc_device_remove(async_exch_t *, unsigned);
async_exch_t      178 uspace/lib/drv/include/usbhc_iface.h extern errno_t usbhc_register_endpoint(async_exch_t *, usb_pipe_desc_t *, const usb_endpoint_descriptors_t *);
async_exch_t      179 uspace/lib/drv/include/usbhc_iface.h extern errno_t usbhc_unregister_endpoint(async_exch_t *, const usb_pipe_desc_t *);
async_exch_t      181 uspace/lib/drv/include/usbhc_iface.h extern errno_t usbhc_transfer(async_exch_t *, const usbhc_iface_transfer_request_t *, size_t *);
async_exch_t      374 uspace/lib/fs/libfs.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t       91 uspace/lib/hound/include/hound/protocol.h errno_t hound_service_stream_enter(async_exch_t *exch, hound_context_id_t id,
async_exch_t       93 uspace/lib/hound/include/hound/protocol.h errno_t hound_service_stream_drain(async_exch_t *exch);
async_exch_t       94 uspace/lib/hound/include/hound/protocol.h errno_t hound_service_stream_exit(async_exch_t *exch);
async_exch_t       96 uspace/lib/hound/include/hound/protocol.h errno_t hound_service_stream_write(async_exch_t *exch, const void *data, size_t size);
async_exch_t       97 uspace/lib/hound/include/hound/protocol.h errno_t hound_service_stream_read(async_exch_t *exch, void *data, size_t size);
async_exch_t       56 uspace/lib/hound/src/client.c 	async_exch_t *exch;
async_exch_t      297 uspace/lib/hound/src/client.c 	async_exch_t *stream_exch = async_exchange_begin(hound->session);
async_exch_t      131 uspace/lib/hound/src/protocol.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t      162 uspace/lib/hound/src/protocol.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t      189 uspace/lib/hound/src/protocol.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t      260 uspace/lib/hound/src/protocol.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t      286 uspace/lib/hound/src/protocol.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t      310 uspace/lib/hound/src/protocol.c errno_t hound_service_stream_enter(async_exch_t *exch, hound_context_id_t id,
async_exch_t      330 uspace/lib/hound/src/protocol.c errno_t hound_service_stream_exit(async_exch_t *exch)
async_exch_t      340 uspace/lib/hound/src/protocol.c errno_t hound_service_stream_drain(async_exch_t *exch)
async_exch_t      352 uspace/lib/hound/src/protocol.c errno_t hound_service_stream_write(async_exch_t *exch, const void *data, size_t size)
async_exch_t      364 uspace/lib/hound/src/protocol.c errno_t hound_service_stream_read(async_exch_t *exch, void *data, size_t size)
async_exch_t       68 uspace/lib/inet/src/dhcp.c 	async_exch_t *exch = async_exchange_begin(dhcp_sess);
async_exch_t       78 uspace/lib/inet/src/dhcp.c 	async_exch_t *exch = async_exchange_begin(dhcp_sess);
async_exch_t       88 uspace/lib/inet/src/dhcp.c 	async_exch_t *exch = async_exchange_begin(dhcp_sess);
async_exch_t       44 uspace/lib/inet/src/dnsr.c static async_exch_t *dnsr_exchange_begin(void)
async_exch_t       64 uspace/lib/inet/src/dnsr.c static void dnsr_exchange_end(async_exch_t *exch)
async_exch_t       71 uspace/lib/inet/src/dnsr.c 	async_exch_t *exch = dnsr_exchange_begin();
async_exch_t      154 uspace/lib/inet/src/dnsr.c 	async_exch_t *exch = dnsr_exchange_begin();
async_exch_t      175 uspace/lib/inet/src/dnsr.c 	async_exch_t *exch = dnsr_exchange_begin();
async_exch_t       46 uspace/lib/inet/src/inet.c 	async_exch_t *exch = async_exchange_begin(inet_sess);
async_exch_t       68 uspace/lib/inet/src/inet.c 	async_exch_t *exch = async_exchange_begin(inet_sess);
async_exch_t      114 uspace/lib/inet/src/inet.c 	async_exch_t *exch = async_exchange_begin(inet_sess);
async_exch_t      151 uspace/lib/inet/src/inet.c 	async_exch_t *exch = async_exchange_begin(inet_sess);
async_exch_t       45 uspace/lib/inet/src/inetcfg.c 	async_exch_t *exch = async_exchange_begin(inetcfg_sess);
async_exch_t      142 uspace/lib/inet/src/inetcfg.c 	async_exch_t *exch = async_exchange_begin(inetcfg_sess);
async_exch_t      174 uspace/lib/inet/src/inetcfg.c 	async_exch_t *exch = async_exchange_begin(inetcfg_sess);
async_exch_t      184 uspace/lib/inet/src/inetcfg.c 	async_exch_t *exch = async_exchange_begin(inetcfg_sess);
async_exch_t      236 uspace/lib/inet/src/inetcfg.c 	async_exch_t *exch = async_exchange_begin(inetcfg_sess);
async_exch_t      275 uspace/lib/inet/src/inetcfg.c 	async_exch_t *exch = async_exchange_begin(inetcfg_sess);
async_exch_t      290 uspace/lib/inet/src/inetcfg.c 	async_exch_t *exch = async_exchange_begin(inetcfg_sess);
async_exch_t      323 uspace/lib/inet/src/inetcfg.c 	async_exch_t *exch = async_exchange_begin(inetcfg_sess);
async_exch_t      334 uspace/lib/inet/src/inetcfg.c 	async_exch_t *exch = async_exchange_begin(inetcfg_sess);
async_exch_t      372 uspace/lib/inet/src/inetcfg.c 	async_exch_t *exch = async_exchange_begin(inetcfg_sess);
async_exch_t      382 uspace/lib/inet/src/inetcfg.c 	async_exch_t *exch = async_exchange_begin(inetcfg_sess);
async_exch_t      446 uspace/lib/inet/src/inetcfg.c 	async_exch_t *exch = async_exchange_begin(inetcfg_sess);
async_exch_t       65 uspace/lib/inet/src/inetping.c 	async_exch_t *exch = async_exchange_begin(inetping_sess);
async_exch_t       84 uspace/lib/inet/src/inetping.c 	async_exch_t *exch = async_exchange_begin(inetping_sess);
async_exch_t      120 uspace/lib/inet/src/inetping.c 	async_exch_t *exch = async_exchange_begin(inetping_sess);
async_exch_t       61 uspace/lib/inet/src/iplink.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t       90 uspace/lib/inet/src/iplink.c 	async_exch_t *exch = async_exchange_begin(iplink->sess);
async_exch_t      113 uspace/lib/inet/src/iplink.c 	async_exch_t *exch = async_exchange_begin(iplink->sess);
async_exch_t      142 uspace/lib/inet/src/iplink.c 	async_exch_t *exch = async_exchange_begin(iplink->sess);
async_exch_t      158 uspace/lib/inet/src/iplink.c 	async_exch_t *exch = async_exchange_begin(iplink->sess);
async_exch_t      180 uspace/lib/inet/src/iplink.c 	async_exch_t *exch = async_exchange_begin(iplink->sess);
async_exch_t      202 uspace/lib/inet/src/iplink.c 	async_exch_t *exch = async_exchange_begin(iplink->sess);
async_exch_t      223 uspace/lib/inet/src/iplink.c 	async_exch_t *exch = async_exchange_begin(iplink->sess);
async_exch_t      314 uspace/lib/inet/src/iplink_srv.c 	async_exch_t *exch = async_exchange_begin(srv->client_sess);
async_exch_t      341 uspace/lib/inet/src/iplink_srv.c 	async_exch_t *exch = async_exchange_begin(srv->client_sess);
async_exch_t       65 uspace/lib/inet/src/tcp.c 	async_exch_t *exch = async_exchange_begin(tcp->sess);
async_exch_t      212 uspace/lib/inet/src/tcp.c 	async_exch_t *exch;
async_exch_t      254 uspace/lib/inet/src/tcp.c 	async_exch_t *exch;
async_exch_t      323 uspace/lib/inet/src/tcp.c 	async_exch_t *exch;
async_exch_t      371 uspace/lib/inet/src/tcp.c 	async_exch_t *exch;
async_exch_t      452 uspace/lib/inet/src/tcp.c 	async_exch_t *exch;
async_exch_t      483 uspace/lib/inet/src/tcp.c 	async_exch_t *exch;
async_exch_t      499 uspace/lib/inet/src/tcp.c 	async_exch_t *exch;
async_exch_t      515 uspace/lib/inet/src/tcp.c 	async_exch_t *exch;
async_exch_t      543 uspace/lib/inet/src/tcp.c 	async_exch_t *exch;
async_exch_t      592 uspace/lib/inet/src/tcp.c 	async_exch_t *exch;
async_exch_t       52 uspace/lib/inet/src/udp.c 	async_exch_t *exch = async_exchange_begin(udp->sess);
async_exch_t      165 uspace/lib/inet/src/udp.c 	async_exch_t *exch;
async_exch_t      214 uspace/lib/inet/src/udp.c 	async_exch_t *exch;
async_exch_t      236 uspace/lib/inet/src/udp.c 	async_exch_t *exch;
async_exch_t      257 uspace/lib/inet/src/udp.c 	async_exch_t *exch;
async_exch_t      329 uspace/lib/inet/src/udp.c 	async_exch_t *exch;
async_exch_t      393 uspace/lib/inet/src/udp.c 	async_exch_t *exch;
async_exch_t      426 uspace/lib/inet/src/udp.c 	async_exch_t *exch;
async_exch_t       58 uspace/lib/input/src/input.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t       87 uspace/lib/input/src/input.c 	async_exch_t *exch = async_exchange_begin(input->sess);
async_exch_t       78 uspace/lib/ipcgfx/src/client.c 	async_exch_t *exch;
async_exch_t      106 uspace/lib/ipcgfx/src/client.c 	async_exch_t *exch;
async_exch_t      129 uspace/lib/ipcgfx/src/client.c 	async_exch_t *exch;
async_exch_t      149 uspace/lib/ipcgfx/src/client.c 	async_exch_t *exch;
async_exch_t      174 uspace/lib/ipcgfx/src/client.c 	async_exch_t *exch = NULL;
async_exch_t      276 uspace/lib/ipcgfx/src/client.c 	async_exch_t *exch = NULL;
async_exch_t      363 uspace/lib/ipcgfx/src/client.c 	async_exch_t *exch;
async_exch_t      393 uspace/lib/ipcgfx/src/client.c 	async_exch_t *exch = NULL;
async_exch_t      101 uspace/lib/ipctest/src/ipc_test.c 	async_exch_t *exch;
async_exch_t      122 uspace/lib/ipctest/src/ipc_test.c 	async_exch_t *exch;
async_exch_t      145 uspace/lib/ipctest/src/ipc_test.c 	async_exch_t *exch;
async_exch_t      169 uspace/lib/ipctest/src/ipc_test.c 	async_exch_t *exch;
async_exch_t      201 uspace/lib/ipctest/src/ipc_test.c 	async_exch_t *exch;
async_exch_t      231 uspace/lib/ipctest/src/ipc_test.c 	async_exch_t *exch;
async_exch_t      253 uspace/lib/ipctest/src/ipc_test.c 	async_exch_t *exch;
async_exch_t      282 uspace/lib/ipctest/src/ipc_test.c 	async_exch_t *exch;
async_exch_t       46 uspace/lib/nic/src/nic_ev.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t       69 uspace/lib/nic/src/nic_ev.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t       79 uspace/lib/nic/src/nic_ev.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t       44 uspace/lib/output/src/output.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t       53 uspace/lib/output/src/output.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t       62 uspace/lib/output/src/output.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t       71 uspace/lib/output/src/output.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t       87 uspace/lib/output/src/output.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t      107 uspace/lib/output/src/output.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t      116 uspace/lib/output/src/output.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t      125 uspace/lib/output/src/output.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t      135 uspace/lib/output/src/output.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t      113 uspace/lib/posix/include/libc/async.h extern aid_t async_send_0(async_exch_t *, sysarg_t, ipc_call_t *);
async_exch_t      114 uspace/lib/posix/include/libc/async.h extern aid_t async_send_1(async_exch_t *, sysarg_t, sysarg_t, ipc_call_t *);
async_exch_t      115 uspace/lib/posix/include/libc/async.h extern aid_t async_send_2(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
async_exch_t      117 uspace/lib/posix/include/libc/async.h extern aid_t async_send_3(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
async_exch_t      119 uspace/lib/posix/include/libc/async.h extern aid_t async_send_4(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
async_exch_t      121 uspace/lib/posix/include/libc/async.h extern aid_t async_send_5(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
async_exch_t      137 uspace/lib/posix/include/libc/async.h extern errno_t async_create_callback_port(async_exch_t *, iface_t, sysarg_t,
async_exch_t      157 uspace/lib/posix/include/libc/async.h extern void async_msg_0(async_exch_t *, sysarg_t);
async_exch_t      158 uspace/lib/posix/include/libc/async.h extern void async_msg_1(async_exch_t *, sysarg_t, sysarg_t);
async_exch_t      159 uspace/lib/posix/include/libc/async.h extern void async_msg_2(async_exch_t *, sysarg_t, sysarg_t, sysarg_t);
async_exch_t      160 uspace/lib/posix/include/libc/async.h extern void async_msg_3(async_exch_t *, sysarg_t, sysarg_t, sysarg_t, sysarg_t);
async_exch_t      161 uspace/lib/posix/include/libc/async.h extern void async_msg_4(async_exch_t *, sysarg_t, sysarg_t, sysarg_t, sysarg_t,
async_exch_t      163 uspace/lib/posix/include/libc/async.h extern void async_msg_5(async_exch_t *, sysarg_t, sysarg_t, sysarg_t, sysarg_t,
async_exch_t      184 uspace/lib/posix/include/libc/async.h extern errno_t async_forward_0(ipc_call_t *, async_exch_t *, sysarg_t,
async_exch_t      186 uspace/lib/posix/include/libc/async.h extern errno_t async_forward_1(ipc_call_t *, async_exch_t *, sysarg_t,
async_exch_t      188 uspace/lib/posix/include/libc/async.h extern errno_t async_forward_2(ipc_call_t *, async_exch_t *, sysarg_t,
async_exch_t      190 uspace/lib/posix/include/libc/async.h extern errno_t async_forward_3(ipc_call_t *, async_exch_t *, sysarg_t,
async_exch_t      192 uspace/lib/posix/include/libc/async.h extern errno_t async_forward_4(ipc_call_t *, async_exch_t *, sysarg_t,
async_exch_t      194 uspace/lib/posix/include/libc/async.h extern errno_t async_forward_5(ipc_call_t *, async_exch_t *, sysarg_t,
async_exch_t      203 uspace/lib/posix/include/libc/async.h extern errno_t async_req_0_0(async_exch_t *, sysarg_t);
async_exch_t      204 uspace/lib/posix/include/libc/async.h extern errno_t async_req_0_1(async_exch_t *, sysarg_t, sysarg_t *);
async_exch_t      205 uspace/lib/posix/include/libc/async.h extern errno_t async_req_0_2(async_exch_t *, sysarg_t, sysarg_t *, sysarg_t *);
async_exch_t      206 uspace/lib/posix/include/libc/async.h extern errno_t async_req_0_3(async_exch_t *, sysarg_t, sysarg_t *, sysarg_t *,
async_exch_t      208 uspace/lib/posix/include/libc/async.h extern errno_t async_req_0_4(async_exch_t *, sysarg_t, sysarg_t *, sysarg_t *,
async_exch_t      210 uspace/lib/posix/include/libc/async.h extern errno_t async_req_0_5(async_exch_t *, sysarg_t, sysarg_t *, sysarg_t *,
async_exch_t      212 uspace/lib/posix/include/libc/async.h extern errno_t async_req_1_0(async_exch_t *, sysarg_t, sysarg_t);
async_exch_t      213 uspace/lib/posix/include/libc/async.h extern errno_t async_req_1_1(async_exch_t *, sysarg_t, sysarg_t, sysarg_t *);
async_exch_t      214 uspace/lib/posix/include/libc/async.h extern errno_t async_req_1_2(async_exch_t *, sysarg_t, sysarg_t, sysarg_t *,
async_exch_t      216 uspace/lib/posix/include/libc/async.h extern errno_t async_req_1_3(async_exch_t *, sysarg_t, sysarg_t, sysarg_t *,
async_exch_t      218 uspace/lib/posix/include/libc/async.h extern errno_t async_req_1_4(async_exch_t *, sysarg_t, sysarg_t, sysarg_t *,
async_exch_t      220 uspace/lib/posix/include/libc/async.h extern errno_t async_req_1_5(async_exch_t *, sysarg_t, sysarg_t, sysarg_t *,
async_exch_t      222 uspace/lib/posix/include/libc/async.h extern errno_t async_req_2_0(async_exch_t *, sysarg_t, sysarg_t, sysarg_t);
async_exch_t      223 uspace/lib/posix/include/libc/async.h extern errno_t async_req_2_1(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
async_exch_t      225 uspace/lib/posix/include/libc/async.h extern errno_t async_req_2_2(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
async_exch_t      227 uspace/lib/posix/include/libc/async.h extern errno_t async_req_2_3(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
async_exch_t      229 uspace/lib/posix/include/libc/async.h extern errno_t async_req_2_4(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
async_exch_t      231 uspace/lib/posix/include/libc/async.h extern errno_t async_req_2_5(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
async_exch_t      233 uspace/lib/posix/include/libc/async.h extern errno_t async_req_3_0(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
async_exch_t      235 uspace/lib/posix/include/libc/async.h extern errno_t async_req_3_1(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
async_exch_t      237 uspace/lib/posix/include/libc/async.h extern errno_t async_req_3_2(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
async_exch_t      239 uspace/lib/posix/include/libc/async.h extern errno_t async_req_3_3(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
async_exch_t      241 uspace/lib/posix/include/libc/async.h extern errno_t async_req_3_4(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
async_exch_t      243 uspace/lib/posix/include/libc/async.h extern errno_t async_req_3_5(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
async_exch_t      245 uspace/lib/posix/include/libc/async.h extern errno_t async_req_4_0(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
async_exch_t      247 uspace/lib/posix/include/libc/async.h extern errno_t async_req_4_1(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
async_exch_t      249 uspace/lib/posix/include/libc/async.h extern errno_t async_req_4_2(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
async_exch_t      251 uspace/lib/posix/include/libc/async.h extern errno_t async_req_4_3(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
async_exch_t      253 uspace/lib/posix/include/libc/async.h extern errno_t async_req_4_4(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
async_exch_t      255 uspace/lib/posix/include/libc/async.h extern errno_t async_req_4_5(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
async_exch_t      258 uspace/lib/posix/include/libc/async.h extern errno_t async_req_5_0(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
async_exch_t      260 uspace/lib/posix/include/libc/async.h extern errno_t async_req_5_1(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
async_exch_t      262 uspace/lib/posix/include/libc/async.h extern errno_t async_req_5_2(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
async_exch_t      264 uspace/lib/posix/include/libc/async.h extern errno_t async_req_5_3(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
async_exch_t      266 uspace/lib/posix/include/libc/async.h extern errno_t async_req_5_4(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
async_exch_t      269 uspace/lib/posix/include/libc/async.h extern errno_t async_req_5_5(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
async_exch_t      276 uspace/lib/posix/include/libc/async.h extern async_sess_t *async_connect_me_to(async_exch_t *, iface_t, sysarg_t,
async_exch_t      278 uspace/lib/posix/include/libc/async.h extern async_sess_t *async_connect_me_to_blocking(async_exch_t *, iface_t,
async_exch_t      282 uspace/lib/posix/include/libc/async.h extern errno_t async_connect_to_me(async_exch_t *, iface_t, sysarg_t, sysarg_t);
async_exch_t      286 uspace/lib/posix/include/libc/async.h extern async_exch_t *async_exchange_begin(async_sess_t *);
async_exch_t      287 uspace/lib/posix/include/libc/async.h extern void async_exchange_end(async_exch_t *);
async_exch_t      299 uspace/lib/posix/include/libc/async.h extern errno_t async_share_in_start_0_0(async_exch_t *, size_t, void **);
async_exch_t      300 uspace/lib/posix/include/libc/async.h extern errno_t async_share_in_start_0_1(async_exch_t *, size_t,
async_exch_t      302 uspace/lib/posix/include/libc/async.h extern errno_t async_share_in_start_1_0(async_exch_t *, size_t, sysarg_t,
async_exch_t      304 uspace/lib/posix/include/libc/async.h extern errno_t async_share_in_start_1_1(async_exch_t *, size_t, sysarg_t,
async_exch_t      310 uspace/lib/posix/include/libc/async.h extern errno_t async_share_out_start(async_exch_t *, void *, unsigned int);
async_exch_t      314 uspace/lib/posix/include/libc/async.h extern errno_t async_data_read_forward_0_0(async_exch_t *, sysarg_t);
async_exch_t      315 uspace/lib/posix/include/libc/async.h extern errno_t async_data_read_forward_1_0(async_exch_t *, sysarg_t, sysarg_t);
async_exch_t      316 uspace/lib/posix/include/libc/async.h extern errno_t async_data_read_forward_2_0(async_exch_t *, sysarg_t, sysarg_t,
async_exch_t      318 uspace/lib/posix/include/libc/async.h extern errno_t async_data_read_forward_3_0(async_exch_t *, sysarg_t, sysarg_t,
async_exch_t      320 uspace/lib/posix/include/libc/async.h extern errno_t async_data_read_forward_4_0(async_exch_t *, sysarg_t, sysarg_t,
async_exch_t      323 uspace/lib/posix/include/libc/async.h extern errno_t async_data_read_forward_0_1(async_exch_t *, sysarg_t,
async_exch_t      325 uspace/lib/posix/include/libc/async.h extern errno_t async_data_read_forward_1_1(async_exch_t *, sysarg_t, sysarg_t,
async_exch_t      327 uspace/lib/posix/include/libc/async.h extern errno_t async_data_read_forward_2_1(async_exch_t *, sysarg_t, sysarg_t,
async_exch_t      329 uspace/lib/posix/include/libc/async.h extern errno_t async_data_read_forward_3_1(async_exch_t *, sysarg_t, sysarg_t,
async_exch_t      331 uspace/lib/posix/include/libc/async.h extern errno_t async_data_read_forward_4_1(async_exch_t *, sysarg_t, sysarg_t,
async_exch_t      334 uspace/lib/posix/include/libc/async.h extern aid_t async_data_read(async_exch_t *, void *, size_t, ipc_call_t *);
async_exch_t      335 uspace/lib/posix/include/libc/async.h extern errno_t async_data_read_start(async_exch_t *, void *, size_t);
async_exch_t      339 uspace/lib/posix/include/libc/async.h extern errno_t async_data_write_forward_0_0(async_exch_t *, sysarg_t);
async_exch_t      340 uspace/lib/posix/include/libc/async.h extern errno_t async_data_write_forward_1_0(async_exch_t *, sysarg_t, sysarg_t);
async_exch_t      341 uspace/lib/posix/include/libc/async.h extern errno_t async_data_write_forward_2_0(async_exch_t *, sysarg_t, sysarg_t,
async_exch_t      343 uspace/lib/posix/include/libc/async.h extern errno_t async_data_write_forward_3_0(async_exch_t *, sysarg_t, sysarg_t,
async_exch_t      345 uspace/lib/posix/include/libc/async.h extern errno_t async_data_write_forward_4_0(async_exch_t *, sysarg_t, sysarg_t,
async_exch_t      348 uspace/lib/posix/include/libc/async.h extern errno_t async_data_write_forward_0_1(async_exch_t *, sysarg_t,
async_exch_t      350 uspace/lib/posix/include/libc/async.h extern errno_t async_data_write_forward_1_1(async_exch_t *, sysarg_t, sysarg_t,
async_exch_t      352 uspace/lib/posix/include/libc/async.h extern errno_t async_data_write_forward_2_1(async_exch_t *, sysarg_t, sysarg_t,
async_exch_t      354 uspace/lib/posix/include/libc/async.h extern errno_t async_data_write_forward_3_1(async_exch_t *, sysarg_t, sysarg_t,
async_exch_t      356 uspace/lib/posix/include/libc/async.h extern errno_t async_data_write_forward_4_1(async_exch_t *, sysarg_t, sysarg_t,
async_exch_t      359 uspace/lib/posix/include/libc/async.h extern errno_t async_data_write_start(async_exch_t *, const void *, size_t);
async_exch_t      370 uspace/lib/posix/include/libc/async.h extern errno_t async_state_change_start(async_exch_t *, sysarg_t, sysarg_t,
async_exch_t      371 uspace/lib/posix/include/libc/async.h     sysarg_t, async_exch_t *);
async_exch_t      373 uspace/lib/posix/include/libc/async.h extern errno_t async_state_change_finalize(ipc_call_t *, async_exch_t *);
async_exch_t      378 uspace/lib/posix/include/libc/async.h extern void async_remote_state_release_exchange(async_exch_t *);
async_exch_t       45 uspace/lib/posix/include/libc/loc.h extern async_exch_t *loc_exchange_begin_blocking(void);
async_exch_t       46 uspace/lib/posix/include/libc/loc.h extern async_exch_t *loc_exchange_begin(void);
async_exch_t       47 uspace/lib/posix/include/libc/loc.h extern void loc_exchange_end(async_exch_t *);
async_exch_t       87 uspace/lib/posix/include/libc/vfs/vfs.h extern async_exch_t *vfs_exchange_begin(void);
async_exch_t       88 uspace/lib/posix/include/libc/vfs/vfs.h extern void vfs_exchange_end(async_exch_t *);
async_exch_t      101 uspace/lib/posix/include/libc/vfs/vfs.h extern errno_t vfs_pass_handle(async_exch_t *, int, async_exch_t *);
async_exch_t      879 uspace/lib/tbarcfg/src/tbarcfg.c 	async_exch_t *exch;
async_exch_t       77 uspace/lib/usbdev/include/usb/dev/device.h async_exch_t *usb_device_bus_exchange_begin(usb_device_t *);
async_exch_t       78 uspace/lib/usbdev/include/usb/dev/device.h void usb_device_bus_exchange_end(async_exch_t *);
async_exch_t      500 uspace/lib/usbdev/src/devdrv.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t      601 uspace/lib/usbdev/src/devdrv.c async_exch_t *usb_device_bus_exchange_begin(usb_device_t *usb_dev)
async_exch_t      607 uspace/lib/usbdev/src/devdrv.c void usb_device_bus_exchange_end(async_exch_t *exch)
async_exch_t      102 uspace/lib/usbdev/src/pipes.c 	async_exch_t *exch = async_exchange_begin(t->pipe->bus_session);
async_exch_t      414 uspace/lib/usbdev/src/pipes.c 	async_exch_t *exch = async_exchange_begin(pipe->bus_session);
async_exch_t      450 uspace/lib/usbdev/src/pipes.c 	async_exch_t *exch = async_exchange_begin(pipe->bus_session);
async_exch_t      101 uspace/lib/usbvirt/src/device.c 	async_exch_t *exch = async_exchange_begin(hcd_sess);
async_exch_t       70 uspace/lib/usbvirt/src/ipc_hc.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t      144 uspace/lib/usbvirt/src/ipc_hc.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t      216 uspace/lib/usbvirt/src/ipc_hc.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t      293 uspace/lib/usbvirt/src/ipc_hc.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t      110 uspace/lib/wndmgt/src/wndmgt.c 	async_exch_t *exch = async_exchange_begin(wndmgt->sess);
async_exch_t      156 uspace/lib/wndmgt/src/wndmgt.c 	async_exch_t *exch;
async_exch_t      225 uspace/lib/wndmgt/src/wndmgt.c 	async_exch_t *exch;
async_exch_t      299 uspace/lib/wndmgt/src/wndmgt.c 	async_exch_t *exch;
async_exch_t      318 uspace/lib/wndmgt/src/wndmgt.c 	async_exch_t *exch;
async_exch_t      336 uspace/lib/wndmgt/src/wndmgt.c 	async_exch_t *exch;
async_exch_t      344 uspace/lib/wndmgt/src/wndmgt_srv.c 	async_exch_t *exch;
async_exch_t      351 uspace/srv/devman/driver.c 	async_exch_t *exch;
async_exch_t      648 uspace/srv/devman/driver.c 	async_exch_t *exch = async_exchange_begin(drv->sess);
async_exch_t      684 uspace/srv/devman/driver.c 	async_exch_t *exch;
async_exch_t      707 uspace/srv/devman/driver.c 	async_exch_t *exch;
async_exch_t      730 uspace/srv/devman/driver.c 	async_exch_t *exch;
async_exch_t      758 uspace/srv/devman/driver.c 	async_exch_t *exch;
async_exch_t      139 uspace/srv/devman/main.c 	async_exch_t *exch = async_exchange_begin(driver->sess);
async_exch_t      218 uspace/srv/devman/main.c 	async_exch_t *exch = async_exchange_begin(driver->sess);
async_exch_t      253 uspace/srv/devman/main.c 	async_exch_t *exch = async_exchange_begin(driver->sess);
async_exch_t      580 uspace/srv/fs/locfs/locfs_ops.c 		async_exch_t *exch = async_exchange_begin(dev->sess);
async_exch_t      644 uspace/srv/fs/locfs/locfs_ops.c 		async_exch_t *exch = async_exchange_begin(dev->sess);
async_exch_t      745 uspace/srv/fs/locfs/locfs_ops.c 		async_exch_t *exch = async_exchange_begin(dev->sess);
async_exch_t      112 uspace/srv/hid/input/ctl/kbdev.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t      141 uspace/srv/hid/input/ctl/kbdev.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t      254 uspace/srv/hid/input/input.c 			async_exch_t *exch = async_exchange_begin(client->sess);
async_exch_t      267 uspace/srv/hid/input/input.c 			async_exch_t *exch = async_exchange_begin(client->sess);
async_exch_t      298 uspace/srv/hid/input/input.c 				async_exch_t *exch = async_exchange_begin(client->sess);
async_exch_t      312 uspace/srv/hid/input/input.c 			async_exch_t *exch = async_exchange_begin(client->sess);
async_exch_t      325 uspace/srv/hid/input/input.c 			async_exch_t *exch = async_exchange_begin(client->sess);
async_exch_t      342 uspace/srv/hid/input/input.c 		async_exch_t *exch = async_exchange_begin(client->sess);
async_exch_t      171 uspace/srv/hid/input/proto/mousedev.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t      102 uspace/srv/hid/isdv4_tablet/main.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t      287 uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c 	async_exch_t *exch = async_exchange_begin(ts->client_sess);
async_exch_t      330 uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c 	async_exch_t *exch = async_exchange_begin(ts->client_sess);
async_exch_t      727 uspace/srv/locsrv/locsrv.c 	async_exch_t *exch = async_exchange_begin(svc->server->sess);
async_exch_t      887 uspace/srv/locsrv/locsrv.c 		async_exch_t *exch = async_exchange_begin(cb_sess->sess);
async_exch_t      104 uspace/srv/net/inetsrv/inetping.c 	async_exch_t *exch = async_exchange_begin(client->sess);
async_exch_t      448 uspace/srv/net/inetsrv/inetsrv.c 	async_exch_t *exch = async_exchange_begin(client->sess);
async_exch_t      207 uspace/srv/net/tcp/service.c 	async_exch_t *exch;
async_exch_t      227 uspace/srv/net/tcp/service.c 	async_exch_t *exch;
async_exch_t      244 uspace/srv/net/tcp/service.c 	async_exch_t *exch;
async_exch_t      261 uspace/srv/net/tcp/service.c 	async_exch_t *exch;
async_exch_t      279 uspace/srv/net/tcp/service.c 	async_exch_t *exch;
async_exch_t       71 uspace/srv/net/udp/service.c 	async_exch_t *exch;
async_exch_t       95 uspace/srv/ns/clonable.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t      159 uspace/srv/ns/service.c 	async_exch_t *exch = async_exchange_begin(sess);
async_exch_t      175 uspace/srv/vfs/vfs.h extern async_exch_t *vfs_exchange_grab(fs_handle_t);
async_exch_t      176 uspace/srv/vfs/vfs.h extern void vfs_exchange_release(async_exch_t *);
async_exch_t      139 uspace/srv/vfs/vfs_file.c 	async_exch_t *exch = vfs_exchange_grab(file->node->fs_handle);
async_exch_t      194 uspace/srv/vfs/vfs_lookup.c 	async_exch_t *exch = vfs_exchange_grab(triplet->fs_handle);
async_exch_t      217 uspace/srv/vfs/vfs_lookup.c 	async_exch_t *exch = vfs_exchange_grab(base->fs_handle);
async_exch_t      132 uspace/srv/vfs/vfs_node.c 		async_exch_t *exch = vfs_exchange_grab(node->fs_handle);
async_exch_t      268 uspace/srv/vfs/vfs_node.c 	async_exch_t *exch = vfs_exchange_grab(node->fs_handle);
async_exch_t      317 uspace/srv/vfs/vfs_node.c 	async_exch_t *exch = vfs_exchange_grab(node->fs_handle);
async_exch_t       82 uspace/srv/vfs/vfs_ops.c 	async_exch_t *exch = vfs_exchange_grab(file->fs_handle);
async_exch_t      152 uspace/srv/vfs/vfs_ops.c 	async_exch_t *exch = vfs_exchange_grab(fs_handle);
async_exch_t      208 uspace/srv/vfs/vfs_ops.c 	async_exch_t *exch = vfs_exchange_grab(fs_handle);
async_exch_t      351 uspace/srv/vfs/vfs_ops.c typedef errno_t (*rdwr_ipc_cb_t)(async_exch_t *, vfs_file_t *, aoff64_t,
async_exch_t      354 uspace/srv/vfs/vfs_ops.c static errno_t rdwr_ipc_client(async_exch_t *exch, vfs_file_t *file, aoff64_t pos,
async_exch_t      382 uspace/srv/vfs/vfs_ops.c static errno_t rdwr_ipc_internal(async_exch_t *exch, vfs_file_t *file, aoff64_t pos,
async_exch_t      470 uspace/srv/vfs/vfs_ops.c 	async_exch_t *fs_exch = vfs_exchange_grab(file->node->fs_handle);
async_exch_t      645 uspace/srv/vfs/vfs_ops.c 	async_exch_t *exch = vfs_exchange_grab(node->fs_handle);
async_exch_t      662 uspace/srv/vfs/vfs_ops.c 	async_exch_t *exch = vfs_exchange_grab(node->fs_handle);
async_exch_t      677 uspace/srv/vfs/vfs_ops.c 	async_exch_t *fs_exch = vfs_exchange_grab(file->node->fs_handle);
async_exch_t      697 uspace/srv/vfs/vfs_ops.c 	async_exch_t *exch = vfs_exchange_grab(fs_handle);
async_exch_t      814 uspace/srv/vfs/vfs_ops.c 	async_exch_t *exch = vfs_exchange_grab(mp->node->mount->fs_handle);
async_exch_t      251 uspace/srv/vfs/vfs_register.c async_exch_t *vfs_exchange_grab(fs_handle_t handle)
async_exch_t      265 uspace/srv/vfs/vfs_register.c 			async_exch_t *exch = async_exchange_begin(fs->sess);
async_exch_t      282 uspace/srv/vfs/vfs_register.c void vfs_exchange_release(async_exch_t *exch)
HelenOS homepage, sources at GitHub