Searched defs:cb (Results 1 - 25 of 40) sorted by relevance

12

/seL4-refos-master/projects/refos/impl/apps/console_server/src/dispatchers/
H A Dclient_watch.c57 srv_common_notify_handler_callbacks_t cb = { local
/seL4-refos-master/projects/refos/impl/apps/timer_server/src/dispatchers/
H A Dclient_watch.c57 srv_common_notify_handler_callbacks_t cb = { local
/seL4-refos-master/apps/console_server/src/dispatchers/
H A Dclient_watch.c57 srv_common_notify_handler_callbacks_t cb = { local
/seL4-refos-master/apps/timer_server/src/dispatchers/
H A Dclient_watch.c57 srv_common_notify_handler_callbacks_t cb = { local
/seL4-refos-master/libs/libmuslc/src/thread/
H A Dpthread_cleanup_push.c3 static void dummy(struct __ptcb *cb) argument
9 void _pthread_cleanup_push(struct __ptcb *cb, void (*f)(void *), void *x) argument
16 void _pthread_cleanup_pop(struct __ptcb *cb, int run) argument
H A Dpthread_create.c119 void __do_cleanup_push(struct __ptcb *cb) argument
126 void __do_cleanup_pop(struct __ptcb *cb) argument
/seL4-refos-master/libs/libutils/include/utils/
H A Dcircular_buffer.h40 static inline off_t _next_pos(circ_buf_t *cb, off_t pos) argument
54 static inline int circ_buf_init(size_t size, circ_buf_t *cb) { argument
74 static inline bool circ_buf_is_full(circ_buf_t *cb) { argument
85 circ_buf_is_empty(circ_buf_t *cb) argument
95 circ_buf_put(circ_buf_t *cb, uint8_t c) argument
107 circ_buf_get(circ_buf_t *cb) argument
[all...]
/seL4-refos-master/libs/libmuslc/src/aio/
H A Daio_suspend.c16 const struct aiocb *cb = 0; local
H A Daio.c45 struct aiocb *cb; member in struct:aio_args
53 struct aiocb *cb; member in struct:aio_thread
141 struct aiocb *cb = at->cb; local
192 struct aiocb *cb = args->cb; local
260 submit(struct aiocb *cb, int op) argument
300 aio_read(struct aiocb *cb) argument
305 aio_write(struct aiocb *cb) argument
310 aio_fsync(int op, struct aiocb *cb) argument
319 aio_return(struct aiocb *cb) argument
324 aio_error(const struct aiocb *cb) argument
330 aio_cancel(int fd, struct aiocb *cb) argument
[all...]
/seL4-refos-master/projects/util_libs/libutils/include/utils/
H A Dcircular_buffer.h40 static inline off_t _next_pos(circ_buf_t *cb, off_t pos) argument
54 static inline int circ_buf_init(size_t size, circ_buf_t *cb) { argument
74 static inline bool circ_buf_is_full(circ_buf_t *cb) { argument
85 circ_buf_is_empty(circ_buf_t *cb) argument
95 circ_buf_put(circ_buf_t *cb, uint8_t c) argument
107 circ_buf_get(circ_buf_t *cb) argument
[all...]
/seL4-refos-master/projects/refos/impl/apps/file_server/src/dispatchers/
H A Dfault_notify.c282 srv_common_notify_handler_callbacks_t cb = { local
/seL4-refos-master/apps/file_server/src/dispatchers/
H A Dfault_notify.c282 srv_common_notify_handler_callbacks_t cb = { local
/seL4-refos-master/libs/libplatsupport/src/arch/arm/
H A Di2c_bitbang.c172 i2c_bb_read(i2c_bus_t* bus, void* buf, size_t size, UNUSED bool end_with_repeat_start, i2c_callback_fn cb, void* token) argument
181 i2c_bb_write(i2c_bus_t* bus, const void* buf, size_t size, UNUSED bool end_with_repeat_start, i2c_callback_fn cb, void* token) argument
197 i2c_bb_start_read(i2c_slave_t *sl, void* vdata, size_t size, UNUSED bool end_with_repeat_start, i2c_callback_fn cb, void* token) argument
230 i2c_bb_start_write(i2c_slave_t *sl, const void* vdata, size_t size, UNUSED bool end_with_repeat_start, i2c_callback_fn cb, void* token) argument
/seL4-refos-master/projects/util_libs/libplatsupport/src/arch/arm/
H A Di2c_bitbang.c172 i2c_bb_read(i2c_bus_t* bus, void* buf, size_t size, UNUSED bool end_with_repeat_start, i2c_callback_fn cb, void* token) argument
181 i2c_bb_write(i2c_bus_t* bus, const void* buf, size_t size, UNUSED bool end_with_repeat_start, i2c_callback_fn cb, void* token) argument
197 i2c_bb_start_read(i2c_slave_t *sl, void* vdata, size_t size, UNUSED bool end_with_repeat_start, i2c_callback_fn cb, void* token) argument
230 i2c_bb_start_write(i2c_slave_t *sl, const void* vdata, size_t size, UNUSED bool end_with_repeat_start, i2c_callback_fn cb, void* token) argument
/seL4-refos-master/projects/util_libs/libplatsupport/src/plat/am335x/
H A Di2c.c152 omap4_i2c_do_xfer(i2c_slave_t *slave, void *data, size_t size, bool write, bool repeat_start, i2c_callback_fn cb, void *token) argument
230 omap4_i2c_slave_read(i2c_slave_t *slave, void *data, size_t size, bool repeat_start, i2c_callback_fn cb, void *token) argument
236 omap4_i2c_slave_write(i2c_slave_t *slave, const void *data, size_t size, bool repeat_start, i2c_callback_fn cb, void *token) argument
[all...]
/seL4-refos-master/libs/libplatsupport/src/plat/am335x/
H A Di2c.c152 omap4_i2c_do_xfer(i2c_slave_t *slave, void *data, size_t size, bool write, bool repeat_start, i2c_callback_fn cb, void *token) argument
230 omap4_i2c_slave_read(i2c_slave_t *slave, void *data, size_t size, bool repeat_start, i2c_callback_fn cb, void *token) argument
236 omap4_i2c_slave_write(i2c_slave_t *slave, const void *data, size_t size, bool repeat_start, i2c_callback_fn cb, void *token) argument
[all...]
/seL4-refos-master/kernel/src/arch/arm/object/
H A Dsmmu.c13 word_t cb = cap_cb_cap_get_capCB(cap); local
189 word_t index, depth, cb; local
258 word_t cb; local
352 word_t cb = cap_cb_cap_get_capCB(cap); local
366 smmu_cb_delete_vspace(word_t cb, asid_t asid) argument
[all...]
/seL4-refos-master/libs/libutils/src/
H A Dzf_log.c413 void zf_log_set_output_callback(const zf_log_output_cb cb) argument
/seL4-refos-master/libs/libplatsupport/src/mach/exynos/
H A Dtmu.c238 exynos_tmu_set_alarms_rising(tmu_t* tmu, temperature_t level0, temperature_t level1, temperature_t level2, tmu_alarm_callback cb, void* token) argument
271 exynos_tmu_set_alarms_falling(tmu_t* tmu, temperature_t level0, temperature_t level1, temperature_t level2, tmu_alarm_callback cb, void* token) argument
/seL4-refos-master/projects/util_libs/libplatsupport/src/mach/exynos/
H A Dtmu.c238 exynos_tmu_set_alarms_rising(tmu_t* tmu, temperature_t level0, temperature_t level1, temperature_t level2, tmu_alarm_callback cb, void* token) argument
271 exynos_tmu_set_alarms_falling(tmu_t* tmu, temperature_t level0, temperature_t level1, temperature_t level2, tmu_alarm_callback cb, void* token) argument
/seL4-refos-master/projects/util_libs/libutils/src/
H A Dzf_log.c413 void zf_log_set_output_callback(const zf_log_output_cb cb) argument
/seL4-refos-master/libs/libplatsupport/src/plat/tk1/
H A Dspi.c119 spi_callback_fn cb; member in struct:spi_bus
251 spi_xfer(spi_bus_t* spi_bus, const void* txdata, size_t txcnt, void* rxdata, size_t rxcnt, spi_callback_fn cb, void* token) argument
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Ddef_os2.h160 USHORT cb; member in struct:__anon686
170 USHORT cb; member in struct:__anon687
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Ddef_os2.h160 USHORT cb; member in struct:__anon8
170 USHORT cb; member in struct:__anon9
/seL4-refos-master/projects/util_libs/libplatsupport/src/plat/tk1/
H A Dspi.c119 spi_callback_fn cb; member in struct:spi_bus
251 spi_xfer(spi_bus_t* spi_bus, const void* txdata, size_t txcnt, void* rxdata, size_t rxcnt, spi_callback_fn cb, void* token) argument

Completed in 202 milliseconds

12