HelenOS sources

errno_t            50 abi/include/_bits/errno.h __opaque_handle(errno_t);
errno_t            51 abi/include/_bits/errno.h typedef errno_t sys_errno_t;
errno_t            54 abi/include/_bits/errno.h #define __errno_t(val) ((errno_t) val)
errno_t           127 abi/include/abi/ipc/ipc.h static inline void ipc_set_retval(ipc_data_t *data, errno_t retval)
errno_t           166 abi/include/abi/ipc/ipc.h static inline errno_t ipc_get_retval(ipc_data_t *data)
errno_t           168 abi/include/abi/ipc/ipc.h 	return (errno_t) data->args[0];
errno_t            84 common/adt/circ_buf.c errno_t circ_buf_push(circ_buf_t *cbuf, const void *data)
errno_t           101 common/adt/circ_buf.c errno_t circ_buf_pop(circ_buf_t *cbuf, void *datab)
errno_t            94 common/adt/odict.c static errno_t odict_validate_tree(odlink_t *cur, int *rbd)
errno_t            96 common/adt/odict.c 	errno_t rc;
errno_t           179 common/adt/odict.c errno_t odict_validate(odict_t *odict)
errno_t           182 common/adt/odict.c 	errno_t rc;
errno_t            60 common/include/adt/circ_buf.h extern errno_t circ_buf_push(circ_buf_t *, const void *);
errno_t            61 common/include/adt/circ_buf.h extern errno_t circ_buf_pop(circ_buf_t *, void *);
errno_t            66 common/include/adt/odict.h extern errno_t odict_validate(odict_t *);
errno_t            89 common/include/str.h extern errno_t chr_encode(char32_t ch, char *str, size_t *offset, size_t sz);
errno_t           124 common/include/str.h extern errno_t spascii_to_str(char *dest, size_t size, const uint8_t *src, size_t n);
errno_t           129 common/include/str.h extern errno_t utf16_to_str(char *dest, size_t size, const uint16_t *src);
errno_t           130 common/include/str.h extern errno_t str_to_utf16(uint16_t *dest, size_t dlen, const char *src);
errno_t           148 common/include/str.h extern errno_t str_uint8_t(const char *, const char **, unsigned int, bool,
errno_t           150 common/include/str.h extern errno_t str_uint16_t(const char *, const char **, unsigned int, bool,
errno_t           152 common/include/str.h extern errno_t str_uint32_t(const char *, const char **, unsigned int, bool,
errno_t           154 common/include/str.h extern errno_t str_uint64_t(const char *, const char **, unsigned int, bool,
errno_t           156 common/include/str.h extern errno_t str_size_t(const char *, const char **, unsigned int, bool,
errno_t           158 common/include/str.h extern errno_t str_int64_t(const char *, const char **, unsigned int, bool,
errno_t            40 common/include/str_error.h const char *str_error(errno_t);
errno_t            41 common/include/str_error.h const char *str_error_name(errno_t);
errno_t           261 common/str.c   errno_t chr_encode(const char32_t ch, char *str, size_t *offset, size_t size)
errno_t           933 common/str.c   errno_t spascii_to_str(char *dest, size_t size, const uint8_t *src, size_t n)
errno_t           939 common/str.c   	errno_t rc;
errno_t           940 common/str.c   	errno_t result;
errno_t          1014 common/str.c   errno_t utf16_to_str(char *dest, size_t size, const uint16_t *src)
errno_t          1018 common/str.c   	errno_t rc = EOK;
errno_t          1056 common/str.c   errno_t str_to_utf16(uint16_t *dest, size_t dlen, const char *src)
errno_t          1058 common/str.c   	errno_t rc = EOK;
errno_t            46 common/str_error.c static const errno_t err_num[] = {
errno_t            65 common/str_error.c static int find_errno(errno_t e)
errno_t            72 common/str_error.c 	int len = sizeof(err_num) / sizeof(errno_t);
errno_t            83 common/str_error.c const char *str_error_name(errno_t e)
errno_t            94 common/str_error.c const char *str_error(errno_t e)
errno_t           123 common/strtol.c     bool *restrict sgn, errno_t *err, bool nonstd)
errno_t           219 common/strtol.c     intmax_t min, intmax_t max, errno_t *err, bool nonstd)
errno_t           237 common/strtol.c     uintmax_t max, errno_t *err, bool nonstd)
errno_t           272 common/strtol.c 	errno_t errno;
errno_t           294 common/strtol.c 	errno_t errno;
errno_t           303 common/strtol.c 	errno_t errno;
errno_t           312 common/strtol.c 	errno_t errno;
errno_t           321 common/strtol.c 	errno_t errno;
errno_t           330 common/strtol.c 	errno_t errno;
errno_t           363 common/strtol.c errno_t str_uint8_t(const char *nptr, const char **endptr, unsigned int base,
errno_t           368 common/strtol.c 	errno_t rc = EOK;
errno_t           398 common/strtol.c errno_t str_uint16_t(const char *nptr, const char **endptr, unsigned int base,
errno_t           403 common/strtol.c 	errno_t rc = EOK;
errno_t           433 common/strtol.c errno_t str_uint32_t(const char *nptr, const char **endptr, unsigned int base,
errno_t           438 common/strtol.c 	errno_t rc = EOK;
errno_t           468 common/strtol.c errno_t str_uint64_t(const char *nptr, const char **endptr, unsigned int base,
errno_t           473 common/strtol.c 	errno_t rc = EOK;
errno_t           503 common/strtol.c errno_t str_int64_t(const char *nptr, const char **endptr, unsigned int base,
errno_t           508 common/strtol.c 	errno_t rc = EOK;
errno_t           538 common/strtol.c errno_t str_size_t(const char *nptr, const char **endptr, unsigned int base,
errno_t           543 common/strtol.c 	errno_t rc = EOK;
errno_t            37 kernel/arch/abs32le/src/proc/thread.c errno_t thread_create_arch(thread_t *t, thread_flags_t flags)
errno_t            44 kernel/arch/amd64/src/proc/thread.c errno_t thread_create_arch(thread_t *thread, thread_flags_t flags)
errno_t           127 kernel/arch/arm32/src/mach/beaglebone/beaglebone.c 	errno_t rc;
errno_t            41 kernel/arch/ia32/src/proc/thread.c errno_t thread_create_arch(thread_t *t, thread_flags_t flags)
errno_t            55 kernel/arch/ia64/src/ddi/ddi.c errno_t ddi_iospace_enable_arch(task_t *task, uintptr_t ioaddr, size_t size)
errno_t            87 kernel/arch/ia64/src/ddi/ddi.c errno_t ddi_iospace_disable_arch(task_t *task, uintptr_t ioaddr, size_t size)
errno_t            37 kernel/arch/riscv64/src/proc/thread.c errno_t thread_create_arch(thread_t *t, thread_flags_t flags)
errno_t            62 kernel/arch/sparc64/src/mm/sun4u/as.c errno_t as_constructor_arch(as_t *as, unsigned int flags)
errno_t            91 kernel/arch/sparc64/src/mm/sun4u/as.c errno_t as_create_arch(as_t *as, unsigned int flags)
errno_t            65 kernel/arch/sparc64/src/mm/sun4v/as.c errno_t as_constructor_arch(as_t *as, unsigned int flags)
errno_t           100 kernel/arch/sparc64/src/mm/sun4v/as.c errno_t as_create_arch(as_t *as, unsigned int flags)
errno_t            64 kernel/arch/sparc64/src/proc/thread.c errno_t thread_create_arch(thread_t *t, thread_flags_t flags)
errno_t            48 kernel/genarch/include/genarch/drivers/am335x/ctrl_module.h static errno_t
errno_t            87 kernel/genarch/include/genarch/drivers/am335x/timer.h extern errno_t am335x_timer_init(am335x_timer_t *timer, am335x_timer_id_t id,
errno_t            59 kernel/genarch/src/ddi/ddi-bitmap.c errno_t ddi_iospace_enable_arch(task_t *task, uintptr_t ioaddr, size_t size)
errno_t           122 kernel/genarch/src/ddi/ddi-bitmap.c errno_t ddi_iospace_disable_arch(task_t *task, uintptr_t ioaddr, size_t size)
errno_t            50 kernel/genarch/src/ddi/ddi-dummy.c errno_t ddi_iospace_enable_arch(task_t *task, uintptr_t ioaddr, size_t size)
errno_t            65 kernel/genarch/src/ddi/ddi-dummy.c errno_t ddi_iospace_disable_arch(task_t *task, uintptr_t ioaddr, size_t size)
errno_t            87 kernel/genarch/src/drivers/am335x/timer.c errno_t
errno_t            84 kernel/generic/common/adt/circ_buf.c errno_t circ_buf_push(circ_buf_t *cbuf, const void *data)
errno_t           101 kernel/generic/common/adt/circ_buf.c errno_t circ_buf_pop(circ_buf_t *cbuf, void *datab)
errno_t            94 kernel/generic/common/adt/odict.c static errno_t odict_validate_tree(odlink_t *cur, int *rbd)
errno_t            96 kernel/generic/common/adt/odict.c 	errno_t rc;
errno_t           179 kernel/generic/common/adt/odict.c errno_t odict_validate(odict_t *odict)
errno_t           182 kernel/generic/common/adt/odict.c 	errno_t rc;
errno_t            60 kernel/generic/common/include/adt/circ_buf.h extern errno_t circ_buf_push(circ_buf_t *, const void *);
errno_t            61 kernel/generic/common/include/adt/circ_buf.h extern errno_t circ_buf_pop(circ_buf_t *, void *);
errno_t            66 kernel/generic/common/include/adt/odict.h extern errno_t odict_validate(odict_t *);
errno_t            89 kernel/generic/common/include/str.h extern errno_t chr_encode(char32_t ch, char *str, size_t *offset, size_t sz);
errno_t           124 kernel/generic/common/include/str.h extern errno_t spascii_to_str(char *dest, size_t size, const uint8_t *src, size_t n);
errno_t           129 kernel/generic/common/include/str.h extern errno_t utf16_to_str(char *dest, size_t size, const uint16_t *src);
errno_t           130 kernel/generic/common/include/str.h extern errno_t str_to_utf16(uint16_t *dest, size_t dlen, const char *src);
errno_t           148 kernel/generic/common/include/str.h extern errno_t str_uint8_t(const char *, const char **, unsigned int, bool,
errno_t           150 kernel/generic/common/include/str.h extern errno_t str_uint16_t(const char *, const char **, unsigned int, bool,
errno_t           152 kernel/generic/common/include/str.h extern errno_t str_uint32_t(const char *, const char **, unsigned int, bool,
errno_t           154 kernel/generic/common/include/str.h extern errno_t str_uint64_t(const char *, const char **, unsigned int, bool,
errno_t           156 kernel/generic/common/include/str.h extern errno_t str_size_t(const char *, const char **, unsigned int, bool,
errno_t           158 kernel/generic/common/include/str.h extern errno_t str_int64_t(const char *, const char **, unsigned int, bool,
errno_t            40 kernel/generic/common/include/str_error.h const char *str_error(errno_t);
errno_t            41 kernel/generic/common/include/str_error.h const char *str_error_name(errno_t);
errno_t           261 kernel/generic/common/str.c errno_t chr_encode(const char32_t ch, char *str, size_t *offset, size_t size)
errno_t           933 kernel/generic/common/str.c errno_t spascii_to_str(char *dest, size_t size, const uint8_t *src, size_t n)
errno_t           939 kernel/generic/common/str.c 	errno_t rc;
errno_t           940 kernel/generic/common/str.c 	errno_t result;
errno_t          1014 kernel/generic/common/str.c errno_t utf16_to_str(char *dest, size_t size, const uint16_t *src)
errno_t          1018 kernel/generic/common/str.c 	errno_t rc = EOK;
errno_t          1056 kernel/generic/common/str.c errno_t str_to_utf16(uint16_t *dest, size_t dlen, const char *src)
errno_t          1058 kernel/generic/common/str.c 	errno_t rc = EOK;
errno_t            46 kernel/generic/common/str_error.c static const errno_t err_num[] = {
errno_t            65 kernel/generic/common/str_error.c static int find_errno(errno_t e)
errno_t            72 kernel/generic/common/str_error.c 	int len = sizeof(err_num) / sizeof(errno_t);
errno_t            83 kernel/generic/common/str_error.c const char *str_error_name(errno_t e)
errno_t            94 kernel/generic/common/str_error.c const char *str_error(errno_t e)
errno_t           123 kernel/generic/common/strtol.c     bool *restrict sgn, errno_t *err, bool nonstd)
errno_t           219 kernel/generic/common/strtol.c     intmax_t min, intmax_t max, errno_t *err, bool nonstd)
errno_t           237 kernel/generic/common/strtol.c     uintmax_t max, errno_t *err, bool nonstd)
errno_t           272 kernel/generic/common/strtol.c 	errno_t errno;
errno_t           294 kernel/generic/common/strtol.c 	errno_t errno;
errno_t           303 kernel/generic/common/strtol.c 	errno_t errno;
errno_t           312 kernel/generic/common/strtol.c 	errno_t errno;
errno_t           321 kernel/generic/common/strtol.c 	errno_t errno;
errno_t           330 kernel/generic/common/strtol.c 	errno_t errno;
errno_t           363 kernel/generic/common/strtol.c errno_t str_uint8_t(const char *nptr, const char **endptr, unsigned int base,
errno_t           368 kernel/generic/common/strtol.c 	errno_t rc = EOK;
errno_t           398 kernel/generic/common/strtol.c errno_t str_uint16_t(const char *nptr, const char **endptr, unsigned int base,
errno_t           403 kernel/generic/common/strtol.c 	errno_t rc = EOK;
errno_t           433 kernel/generic/common/strtol.c errno_t str_uint32_t(const char *nptr, const char **endptr, unsigned int base,
errno_t           438 kernel/generic/common/strtol.c 	errno_t rc = EOK;
errno_t           468 kernel/generic/common/strtol.c errno_t str_uint64_t(const char *nptr, const char **endptr, unsigned int base,
errno_t           473 kernel/generic/common/strtol.c 	errno_t rc = EOK;
errno_t           503 kernel/generic/common/strtol.c errno_t str_int64_t(const char *nptr, const char **endptr, unsigned int base,
errno_t           508 kernel/generic/common/strtol.c 	errno_t rc = EOK;
errno_t           538 kernel/generic/common/strtol.c errno_t str_size_t(const char *nptr, const char **endptr, unsigned int base,
errno_t           543 kernel/generic/common/strtol.c 	errno_t rc = EOK;
errno_t           129 kernel/generic/include/cap/cap.h extern errno_t caps_task_alloc(struct task *);
errno_t           135 kernel/generic/include/cap/cap.h extern errno_t cap_alloc(struct task *, cap_handle_t *);
errno_t            84 kernel/generic/include/ddi/ddi.h extern errno_t ddi_iospace_enable_arch(task_t *, uintptr_t, size_t);
errno_t            85 kernel/generic/include/ddi/ddi.h extern errno_t ddi_iospace_disable_arch(task_t *, uintptr_t, size_t);
errno_t            97 kernel/generic/include/ipc/event.h extern errno_t event_notify(event_type_t, bool, sysarg_t, sysarg_t, sysarg_t,
errno_t            99 kernel/generic/include/ipc/event.h extern errno_t event_task_notify(struct task *, event_task_type_t, bool, sysarg_t, sysarg_t,
errno_t           180 kernel/generic/include/ipc/ipc.h extern errno_t ipc_call_sync(phone_t *, call_t *);
errno_t           181 kernel/generic/include/ipc/ipc.h extern errno_t ipc_call(phone_t *, call_t *);
errno_t           182 kernel/generic/include/ipc/ipc.h extern errno_t ipc_wait_for_call(answerbox_t *, uint32_t, unsigned int, call_t **);
errno_t           183 kernel/generic/include/ipc/ipc.h extern errno_t ipc_forward(call_t *, phone_t *, answerbox_t *, unsigned int);
errno_t           189 kernel/generic/include/ipc/ipc.h extern errno_t ipc_phone_hangup(phone_t *);
errno_t           194 kernel/generic/include/ipc/ipc.h extern void ipc_backsend_err(phone_t *, call_t *, errno_t);
errno_t            44 kernel/generic/include/ipc/ipcrsc.h extern errno_t phone_alloc(task_t *, bool, cap_phone_handle_t *, kobject_t **);
errno_t            55 kernel/generic/include/ipc/irq.h extern errno_t ipc_irq_subscribe(answerbox_t *, inr_t, sysarg_t, uspace_ptr_irq_code_t,
errno_t            57 kernel/generic/include/ipc/irq.h extern errno_t ipc_irq_unsubscribe(answerbox_t *, cap_irq_handle_t);
errno_t            52 kernel/generic/include/ipc/kbox.h extern errno_t ipc_connect_kbox(task_id_t, cap_phone_handle_t *);
errno_t            42 kernel/generic/include/ipc/sysipc.h extern errno_t ipc_req_internal(cap_phone_handle_t, ipc_data_t *, sysarg_t);
errno_t            92 kernel/generic/include/ipc/sysipc_ops.h 	errno_t (*request_preprocess)(call_t *, phone_t *);
errno_t           104 kernel/generic/include/ipc/sysipc_ops.h 	errno_t (*request_forget)(call_t *);
errno_t           125 kernel/generic/include/ipc/sysipc_ops.h 	errno_t (*answer_cleanup)(call_t *, ipc_data_t *);
errno_t           136 kernel/generic/include/ipc/sysipc_ops.h 	errno_t (*answer_preprocess)(call_t *, ipc_data_t *);
errno_t           146 kernel/generic/include/ipc/sysipc_ops.h 	errno_t (*answer_process)(call_t *);
errno_t           151 kernel/generic/include/ipc/sysipc_ops.h extern errno_t null_request_preprocess(call_t *, phone_t *);
errno_t           152 kernel/generic/include/ipc/sysipc_ops.h extern errno_t null_request_forget(call_t *);
errno_t           154 kernel/generic/include/ipc/sysipc_ops.h extern errno_t null_answer_cleanup(call_t *, ipc_data_t *);
errno_t           155 kernel/generic/include/ipc/sysipc_ops.h extern errno_t null_answer_preprocess(call_t *, ipc_data_t *);
errno_t           156 kernel/generic/include/ipc/sysipc_ops.h extern errno_t null_answer_process(call_t *);
errno_t            40 kernel/generic/include/ipc/sysipc_priv.h extern errno_t answer_preprocess(call_t *, ipc_data_t *);
errno_t            40 kernel/generic/include/lib/elf_load.h extern errno_t elf_load(elf_header_t *, as_t *);
errno_t           322 kernel/generic/include/mm/as.h extern errno_t as_area_destroy(as_t *, uintptr_t);
errno_t           323 kernel/generic/include/mm/as.h extern errno_t as_area_resize(as_t *, uintptr_t, size_t, unsigned int);
errno_t           324 kernel/generic/include/mm/as.h extern errno_t as_area_share(as_t *, uintptr_t, size_t, as_t *, unsigned int,
errno_t           326 kernel/generic/include/mm/as.h extern errno_t as_area_change_flags(as_t *, unsigned int, uintptr_t);
errno_t           334 kernel/generic/include/mm/as.h extern errno_t as_pagemap_find(as_pagemap_t *, uintptr_t, uintptr_t *);
errno_t           349 kernel/generic/include/mm/as.h extern errno_t as_constructor_arch(as_t *, unsigned int);
errno_t           357 kernel/generic/include/mm/as.h extern errno_t as_create_arch(as_t *, unsigned int);
errno_t            69 kernel/generic/include/mm/page.h extern errno_t page_find_mapping(uintptr_t, uintptr_t *);
errno_t            90 kernel/generic/include/mm/slab.h 	errno_t (*constructor)(void *obj, unsigned int kmflag);
errno_t           120 kernel/generic/include/mm/slab.h     errno_t (*)(void *, unsigned int), size_t (*)(void *), unsigned int);
errno_t            52 kernel/generic/include/proc/program.h 	errno_t loader_status;  /**< Binary loader error status */
errno_t            57 kernel/generic/include/proc/program.h extern errno_t program_create(as_t *, uspace_addr_t, char *, program_t *);
errno_t            58 kernel/generic/include/proc/program.h extern errno_t program_create_from_image(void *, size_t, char *, program_t *);
errno_t            59 kernel/generic/include/proc/program.h extern errno_t program_create_loader(program_t *, char *);
errno_t           152 kernel/generic/include/proc/task.h extern errno_t task_kill(task_id_t);
errno_t           262 kernel/generic/include/proc/thread.h extern errno_t thread_create_arch(thread_t *, thread_flags_t);
errno_t           276 kernel/generic/include/proc/thread.h extern errno_t thread_join(thread_t *);
errno_t           277 kernel/generic/include/proc/thread.h extern errno_t thread_join_timeout(thread_t *, uint32_t, unsigned int);
errno_t            45 kernel/generic/include/symtab.h extern errno_t symtab_addr_lookup(const char *, uintptr_t *);
errno_t            60 kernel/generic/include/synch/condvar.h extern errno_t condvar_wait(condvar_t *cv, mutex_t *mtx);
errno_t            61 kernel/generic/include/synch/condvar.h extern errno_t condvar_wait_timeout(condvar_t *cv, mutex_t *mtx, uint32_t usec);
errno_t            63 kernel/generic/include/synch/condvar.h extern errno_t _condvar_wait_timeout_spinlock_impl(condvar_t *cv, spinlock_t *lock,
errno_t            65 kernel/generic/include/synch/condvar.h extern errno_t _condvar_wait_timeout_irq_spinlock(condvar_t *cv,
errno_t            60 kernel/generic/include/synch/mutex.h extern errno_t mutex_trylock(mutex_t *);
errno_t            62 kernel/generic/include/synch/mutex.h extern errno_t mutex_lock_timeout(mutex_t *, uint32_t);
errno_t            48 kernel/generic/include/synch/semaphore.h extern errno_t semaphore_down_timeout(semaphore_t *, uint32_t);
errno_t            49 kernel/generic/include/synch/semaphore.h extern errno_t semaphore_trydown(semaphore_t *);
errno_t            73 kernel/generic/include/synch/waitq.h extern errno_t waitq_sleep(waitq_t *);
errno_t            74 kernel/generic/include/synch/waitq.h extern errno_t _waitq_sleep_timeout(waitq_t *, uint32_t, unsigned int);
errno_t            75 kernel/generic/include/synch/waitq.h extern errno_t waitq_sleep_timeout(waitq_t *, uint32_t);
errno_t            77 kernel/generic/include/synch/waitq.h extern errno_t waitq_sleep_unsafe(waitq_t *, wait_guard_t);
errno_t            78 kernel/generic/include/synch/waitq.h extern errno_t waitq_sleep_timeout_unsafe(waitq_t *, uint32_t, unsigned int, wait_guard_t);
errno_t            46 kernel/generic/include/syscall/copy.h extern errno_t copy_from_uspace(void *dst, uspace_addr_t uspace_src, size_t size);
errno_t            47 kernel/generic/include/syscall/copy.h extern errno_t copy_to_uspace(uspace_addr_t dst_uspace, const void *src, size_t size);
errno_t           104 kernel/generic/include/udebug/udebug.h errno_t udebug_task_cleanup(struct task *);
errno_t            40 kernel/generic/include/udebug/udebug_ipc.h errno_t udebug_request_preprocess(call_t *call, phone_t *phone);
errno_t            43 kernel/generic/include/udebug/udebug_ops.h errno_t udebug_begin(call_t *call, bool *active);
errno_t            44 kernel/generic/include/udebug/udebug_ops.h errno_t udebug_end(void);
errno_t            45 kernel/generic/include/udebug/udebug_ops.h errno_t udebug_set_evmask(udebug_evmask_t mask);
errno_t            47 kernel/generic/include/udebug/udebug_ops.h errno_t udebug_go(thread_t *t, call_t *call);
errno_t            48 kernel/generic/include/udebug/udebug_ops.h errno_t udebug_stop(thread_t *t, call_t *call);
errno_t            50 kernel/generic/include/udebug/udebug_ops.h errno_t udebug_thread_read(void **buffer, size_t buf_size, size_t *stored,
errno_t            52 kernel/generic/include/udebug/udebug_ops.h errno_t udebug_name_read(char **data, size_t *data_size);
errno_t            53 kernel/generic/include/udebug/udebug_ops.h errno_t udebug_args_read(thread_t *t, void **buffer);
errno_t            55 kernel/generic/include/udebug/udebug_ops.h errno_t udebug_regs_read(thread_t *t, void **buffer);
errno_t            57 kernel/generic/include/udebug/udebug_ops.h errno_t udebug_mem_read(uspace_addr_t uspace_addr, size_t n, void **buffer);
errno_t           145 kernel/generic/src/cap/cap.c errno_t caps_task_alloc(task_t *task)
errno_t           265 kernel/generic/src/cap/cap.c errno_t cap_alloc(task_t *task, cap_handle_t *handle)
errno_t           963 kernel/generic/src/console/cmd.c 	errno_t rc;
errno_t          1023 kernel/generic/src/console/cmd.c 	errno_t rc;
errno_t          1060 kernel/generic/src/console/cmd.c 	errno_t rc;
errno_t          1097 kernel/generic/src/console/cmd.c 	errno_t rc;
errno_t          1172 kernel/generic/src/console/cmd.c 	errno_t rc;
errno_t           349 kernel/generic/src/console/console.c 	errno_t rc;
errno_t           574 kernel/generic/src/console/kconsole.c 		errno_t rc = symtab_addr_lookup(symname, &symaddr);
errno_t           602 kernel/generic/src/console/kconsole.c 		errno_t rc = str_uint64_t(text, &end, 0, false, &value);
errno_t           136 kernel/generic/src/ddi/ddi.c _NO_TRACE static errno_t physmem_map(uintptr_t phys, size_t pages,
errno_t           244 kernel/generic/src/ddi/ddi.c _NO_TRACE static errno_t physmem_unmap(uintptr_t virt)
errno_t           266 kernel/generic/src/ddi/ddi.c 	errno_t rc = copy_from_uspace(&virt, virt_ptr, sizeof(virt));
errno_t           329 kernel/generic/src/ddi/ddi.c _NO_TRACE static errno_t iospace_enable(task_id_t id, uintptr_t ioaddr, size_t size)
errno_t           343 kernel/generic/src/ddi/ddi.c 	errno_t rc = ENOENT;
errno_t           366 kernel/generic/src/ddi/ddi.c _NO_TRACE static errno_t iospace_disable(task_id_t id, uintptr_t ioaddr, size_t size)
errno_t           380 kernel/generic/src/ddi/ddi.c 	errno_t rc = ENOENT;
errno_t           403 kernel/generic/src/ddi/ddi.c 	errno_t rc = copy_from_uspace(&arg, uspace_io_arg, sizeof(ddi_ioarg_t));
errno_t           414 kernel/generic/src/ddi/ddi.c 	errno_t rc = copy_from_uspace(&arg, uspace_io_arg, sizeof(ddi_ioarg_t));
errno_t           422 kernel/generic/src/ddi/ddi.c _NO_TRACE static errno_t dmamem_map(uintptr_t virt, size_t size, unsigned int map_flags,
errno_t           431 kernel/generic/src/ddi/ddi.c _NO_TRACE static errno_t dmamem_map_anonymous(size_t size, uintptr_t constraint,
errno_t           461 kernel/generic/src/ddi/ddi.c _NO_TRACE static errno_t dmamem_unmap(uintptr_t virt, size_t size)
errno_t           467 kernel/generic/src/ddi/ddi.c _NO_TRACE static errno_t dmamem_unmap_anonymous(uintptr_t virt)
errno_t           481 kernel/generic/src/ddi/ddi.c 		errno_t rc = dmamem_map(virt_ptr, size, map_flags,
errno_t           498 kernel/generic/src/ddi/ddi.c 		errno_t rc = copy_from_uspace(&constraint, phys_ptr,
errno_t           152 kernel/generic/src/debug/symtab.c errno_t symtab_addr_lookup(const char *name, uintptr_t *addr)
errno_t           140 kernel/generic/src/ipc/event.c static errno_t event_enqueue(event_t *event, bool mask, sysarg_t a1, sysarg_t a2,
errno_t           143 kernel/generic/src/ipc/event.c 	errno_t res;
errno_t           207 kernel/generic/src/ipc/event.c errno_t event_notify(event_type_t evno, bool mask, sysarg_t a1, sysarg_t a2,
errno_t           235 kernel/generic/src/ipc/event.c errno_t event_task_notify(task_t *task, event_task_type_t evno, bool mask,
errno_t           256 kernel/generic/src/ipc/event.c static errno_t event_subscribe(event_t *event, sysarg_t imethod,
errno_t           259 kernel/generic/src/ipc/event.c 	errno_t res;
errno_t           287 kernel/generic/src/ipc/event.c static errno_t event_unsubscribe(event_t *event, answerbox_t *answerbox)
errno_t           289 kernel/generic/src/ipc/event.c 	errno_t res;
errno_t           214 kernel/generic/src/ipc/ipc.c errno_t ipc_call_sync(phone_t *phone, call_t *request)
errno_t           225 kernel/generic/src/ipc/ipc.c 	errno_t rc = ipc_call(phone, request);
errno_t           386 kernel/generic/src/ipc/ipc.c void ipc_backsend_err(phone_t *phone, call_t *call, errno_t err)
errno_t           430 kernel/generic/src/ipc/ipc.c errno_t ipc_call(phone_t *phone, call_t *call)
errno_t           463 kernel/generic/src/ipc/ipc.c errno_t ipc_phone_hangup(phone_t *phone)
errno_t           513 kernel/generic/src/ipc/ipc.c errno_t ipc_forward(call_t *call, phone_t *newphone, answerbox_t *oldbox,
errno_t           548 kernel/generic/src/ipc/ipc.c errno_t ipc_wait_for_call(answerbox_t *box, uint32_t usec, unsigned int flags,
errno_t           555 kernel/generic/src/ipc/ipc.c 	errno_t rc;
errno_t            67 kernel/generic/src/ipc/ipcrsc.c errno_t phone_alloc(task_t *task, bool publish, cap_phone_handle_t *phandle,
errno_t            71 kernel/generic/src/ipc/ipcrsc.c 	errno_t rc = cap_alloc(task, &handle);
errno_t            80 kernel/generic/src/ipc/irq.c static errno_t ranges_map_and_apply(irq_pio_range_t *ranges, size_t rangecount,
errno_t           169 kernel/generic/src/ipc/irq.c static errno_t code_check(irq_cmd_t *cmds, size_t cmdcount)
errno_t           233 kernel/generic/src/ipc/irq.c 	errno_t rc = copy_from_uspace(code, ucode, sizeof(*code));
errno_t           324 kernel/generic/src/ipc/irq.c errno_t ipc_irq_subscribe(answerbox_t *box, inr_t inr, sysarg_t imethod,
errno_t           342 kernel/generic/src/ipc/irq.c 	errno_t rc = cap_alloc(TASK, &handle);
errno_t           401 kernel/generic/src/ipc/irq.c errno_t ipc_irq_unsubscribe(answerbox_t *box, cap_irq_handle_t handle)
errno_t           206 kernel/generic/src/ipc/kbox.c errno_t ipc_connect_kbox(task_id_t taskid, cap_phone_handle_t *out_phone)
errno_t           237 kernel/generic/src/ipc/kbox.c 	errno_t rc = phone_alloc(TASK, true, &phone_handle, NULL);
errno_t            42 kernel/generic/src/ipc/ops/conctmeto.c static errno_t request_preprocess(call_t *call, phone_t *phone)
errno_t            50 kernel/generic/src/ipc/ops/conctmeto.c 	errno_t rc = phone_alloc(TASK, false, &phandle, &pobj);
errno_t            66 kernel/generic/src/ipc/ops/conctmeto.c static errno_t request_forget(call_t *call)
errno_t            83 kernel/generic/src/ipc/ops/conctmeto.c static errno_t answer_preprocess(call_t *answer, ipc_data_t *olddata)
errno_t           107 kernel/generic/src/ipc/ops/conctmeto.c static errno_t answer_process(call_t *answer)
errno_t            46 kernel/generic/src/ipc/ops/concttome.c 	errno_t rc = phone_alloc(TASK, false, &phandle, &pobj);
errno_t            58 kernel/generic/src/ipc/ops/concttome.c static errno_t answer_cleanup(call_t *answer, ipc_data_t *olddata)
errno_t            71 kernel/generic/src/ipc/ops/concttome.c static errno_t answer_preprocess(call_t *answer, ipc_data_t *olddata)
errno_t            43 kernel/generic/src/ipc/ops/dataread.c static errno_t request_preprocess(call_t *call, phone_t *phone)
errno_t            59 kernel/generic/src/ipc/ops/dataread.c static errno_t answer_preprocess(call_t *answer, ipc_data_t *olddata)
errno_t            82 kernel/generic/src/ipc/ops/dataread.c 			errno_t rc = copy_from_uspace(answer->buffer,
errno_t           102 kernel/generic/src/ipc/ops/dataread.c static errno_t answer_process(call_t *answer)
errno_t           107 kernel/generic/src/ipc/ops/dataread.c 		errno_t rc;
errno_t            43 kernel/generic/src/ipc/ops/datawrite.c static errno_t request_preprocess(call_t *call, phone_t *phone)
errno_t            61 kernel/generic/src/ipc/ops/datawrite.c 	errno_t rc = copy_from_uspace(call->buffer, src, size);
errno_t            73 kernel/generic/src/ipc/ops/datawrite.c static errno_t answer_preprocess(call_t *answer, ipc_data_t *olddata)
errno_t            84 kernel/generic/src/ipc/ops/datawrite.c 			errno_t rc = copy_to_uspace(dst,
errno_t            46 kernel/generic/src/ipc/ops/debug.c static errno_t answer_process(call_t *answer)
errno_t            51 kernel/generic/src/ipc/ops/debug.c 		errno_t rc;
errno_t            46 kernel/generic/src/ipc/ops/pagein.c static errno_t pagein_request_preprocess(call_t *call, phone_t *phone)
errno_t            60 kernel/generic/src/ipc/ops/pagein.c static errno_t pagein_answer_preprocess(call_t *answer, ipc_data_t *olddata)
errno_t            43 kernel/generic/src/ipc/ops/sharein.c static errno_t answer_preprocess(call_t *answer, ipc_data_t *olddata)
errno_t            51 kernel/generic/src/ipc/ops/sharein.c 		errno_t rc = as_area_share(AS, ipc_get_arg1(&answer->data),
errno_t            44 kernel/generic/src/ipc/ops/shareout.c static errno_t request_preprocess(call_t *call, phone_t *phone)
errno_t            55 kernel/generic/src/ipc/ops/shareout.c static errno_t answer_preprocess(call_t *answer, ipc_data_t *olddata)
errno_t            57 kernel/generic/src/ipc/ops/shareout.c 	errno_t rc = EOK;
errno_t            43 kernel/generic/src/ipc/ops/stchngath.c static errno_t request_preprocess(call_t *call, phone_t *phone)
errno_t            70 kernel/generic/src/ipc/ops/stchngath.c static errno_t answer_preprocess(call_t *answer, ipc_data_t *olddata)
errno_t            72 kernel/generic/src/ipc/ops/stchngath.c 	errno_t rc = EOK;
errno_t           158 kernel/generic/src/ipc/sysipc.c errno_t answer_preprocess(call_t *answer, ipc_data_t *olddata)
errno_t           160 kernel/generic/src/ipc/sysipc.c 	errno_t rc = EOK;
errno_t           194 kernel/generic/src/ipc/sysipc.c 	if ((errno_t) ipc_get_retval(&answer->data) == EHANGUP) {
errno_t           223 kernel/generic/src/ipc/sysipc.c static errno_t request_preprocess(call_t *call, phone_t *phone)
errno_t           240 kernel/generic/src/ipc/sysipc.c 	if (((errno_t) ipc_get_retval(&call->data) == EHANGUP) &&
errno_t           272 kernel/generic/src/ipc/sysipc.c errno_t
errno_t           288 kernel/generic/src/ipc/sysipc.c 	errno_t rc = request_preprocess(call, kobj->phone);
errno_t           401 kernel/generic/src/ipc/sysipc.c 	errno_t res = request_preprocess(call, kobj->phone);
errno_t           439 kernel/generic/src/ipc/sysipc.c 	errno_t rc = copy_from_uspace(&call->data.args, data + offsetof(ipc_data_t, args),
errno_t           450 kernel/generic/src/ipc/sysipc.c 	errno_t res = request_preprocess(call, kobj->phone);
errno_t           499 kernel/generic/src/ipc/sysipc.c 	errno_t rc;
errno_t           628 kernel/generic/src/ipc/sysipc.c 	errno_t rc = copy_from_uspace(&newdata.args, data + offsetof(ipc_data_t, args),
errno_t           684 kernel/generic/src/ipc/sysipc.c 	errno_t rc = answer_preprocess(call, saved ? &saved_data : NULL);
errno_t           720 kernel/generic/src/ipc/sysipc.c 	errno_t rc = copy_from_uspace(&call->data.args, data + offsetof(ipc_data_t, args),
errno_t           753 kernel/generic/src/ipc/sysipc.c 	errno_t rc = ipc_phone_hangup(kobj->phone);
errno_t           772 kernel/generic/src/ipc/sysipc.c 	errno_t rc;
errno_t           927 kernel/generic/src/ipc/sysipc.c 	errno_t rc = copy_from_uspace(&taskid, uspace_taskid, sizeof(task_id_t));
errno_t            71 kernel/generic/src/ipc/sysipc_ops.c errno_t null_request_preprocess(call_t *call, phone_t *phone)
errno_t            76 kernel/generic/src/ipc/sysipc_ops.c errno_t null_request_forget(call_t *call)
errno_t            86 kernel/generic/src/ipc/sysipc_ops.c errno_t null_answer_cleanup(call_t *call, ipc_data_t *data)
errno_t            91 kernel/generic/src/ipc/sysipc_ops.c errno_t null_answer_preprocess(call_t *call, ipc_data_t *data)
errno_t            96 kernel/generic/src/ipc/sysipc_ops.c errno_t null_answer_process(call_t *call)
errno_t            52 kernel/generic/src/lib/elf.c static errno_t load_segment(elf_segment_header_t *, elf_header_t *, as_t *);
errno_t            63 kernel/generic/src/lib/elf.c errno_t elf_load(elf_header_t *header, as_t *as)
errno_t           101 kernel/generic/src/lib/elf.c 		errno_t rc = load_segment(seghdr, header, as);
errno_t           118 kernel/generic/src/lib/elf.c errno_t load_segment(elf_segment_header_t *entry, elf_header_t *elf, as_t *as)
errno_t           226 kernel/generic/src/log/log.c 		errno_t rc = chr_encode(wstr[chars], buffer, &buffer_offset, 16);
errno_t           301 kernel/generic/src/log/log.c 	errno_t rc;
errno_t           274 kernel/generic/src/main/kinit.c 		errno_t rc = program_create_from_image((void *) page, init.tasks[i].size, namebuf,
errno_t           129 kernel/generic/src/mm/as.c _NO_TRACE static errno_t as_constructor(void *obj, unsigned int flags)
errno_t           642 kernel/generic/src/mm/as.c _NO_TRACE errno_t as_pagemap_find(as_pagemap_t *pagemap, uintptr_t vaddr,
errno_t           895 kernel/generic/src/mm/as.c errno_t as_area_resize(as_t *as, uintptr_t address, size_t size, unsigned int flags)
errno_t          1090 kernel/generic/src/mm/as.c errno_t as_area_destroy(as_t *as, uintptr_t address)
errno_t          1200 kernel/generic/src/mm/as.c errno_t as_area_share(as_t *src_as, uintptr_t src_base, size_t acc_size,
errno_t          1363 kernel/generic/src/mm/as.c errno_t as_area_change_flags(as_t *as, unsigned int flags, uintptr_t address)
errno_t           205 kernel/generic/src/mm/backend_anon.c 		errno_t rc = as_pagemap_find(&area->sh_info->pagemap,
errno_t           299 kernel/generic/src/mm/backend_elf.c 		errno_t rc = as_pagemap_find(&area->sh_info->pagemap,
errno_t           129 kernel/generic/src/mm/backend_user.c 	errno_t rc = ipc_req_internal(pager_info->pager, &data, (sysarg_t) true);
errno_t           192 kernel/generic/src/mm/page.c errno_t page_find_mapping(uintptr_t virt, uintptr_t *phys)
errno_t           220 kernel/generic/src/mm/page.c 	errno_t rc = page_find_mapping(virt, &phys);
errno_t           588 kernel/generic/src/mm/slab.c     size_t size, size_t align, errno_t (*constructor)(void *obj,
errno_t           642 kernel/generic/src/mm/slab.c     errno_t (*constructor)(void *obj, unsigned int kmflag),
errno_t            72 kernel/generic/src/proc/program.c errno_t program_create(as_t *as, uspace_addr_t entry_addr, char *name, program_t *prg)
errno_t           145 kernel/generic/src/proc/program.c errno_t program_create_from_image(void *image_addr, size_t image_size, char *name, program_t *prg)
errno_t           159 kernel/generic/src/proc/program.c 	errno_t rc = program_create(as, ((elf_header_t *) image_addr)->e_entry,
errno_t           179 kernel/generic/src/proc/program.c errno_t program_create_loader(program_t *prg, char *name)
errno_t           238 kernel/generic/src/proc/program.c 	errno_t rc = copy_from_uspace(namebuf, uspace_name, name_len);
errno_t            86 kernel/generic/src/proc/task.c static errno_t tsk_constructor(void *, unsigned int);
errno_t           152 kernel/generic/src/proc/task.c errno_t tsk_constructor(void *obj, unsigned int kmflags)
errno_t           156 kernel/generic/src/proc/task.c 	errno_t rc = caps_task_alloc(task);
errno_t           242 kernel/generic/src/proc/task.c 		errno_t rc = phone_alloc(task, true, &phone_handle, NULL);
errno_t           376 kernel/generic/src/proc/task.c 	errno_t rc = copy_from_uspace(namebuf, uspace_name, name_len);
errno_t           410 kernel/generic/src/proc/task.c 	errno_t rc = copy_from_uspace(&taskid, uspace_taskid, sizeof(taskid));
errno_t           560 kernel/generic/src/proc/task.c errno_t task_kill(task_id_t id)
errno_t           113 kernel/generic/src/proc/thread.c static errno_t thr_constructor(void *obj, unsigned int kmflags)
errno_t           623 kernel/generic/src/proc/thread.c errno_t thread_join(thread_t *thread)
errno_t           638 kernel/generic/src/proc/thread.c errno_t thread_join_timeout(thread_t *thread, uint32_t usec, unsigned int flags)
errno_t           645 kernel/generic/src/proc/thread.c 	errno_t rc = _waitq_sleep_timeout(&thread->join_wq, usec, flags);
errno_t           955 kernel/generic/src/proc/thread.c 	errno_t rc = copy_from_uspace(namebuf, uspace_name, name_len);
errno_t            86 kernel/generic/src/security/perm.c static errno_t perm_grant(task_id_t taskid, perm_t perms)
errno_t            95 kernel/generic/src/security/perm.c 	errno_t rc = ENOENT;
errno_t           119 kernel/generic/src/security/perm.c static errno_t perm_revoke(task_id_t taskid, perm_t perms)
errno_t           135 kernel/generic/src/security/perm.c 	errno_t rc = ENOENT;
errno_t           163 kernel/generic/src/security/perm.c 	errno_t rc = copy_from_uspace(&taskid, uspace_taskid, sizeof(sysarg64_t));
errno_t           184 kernel/generic/src/security/perm.c 	errno_t rc = copy_from_uspace(&taskid, uspace_taskid, sizeof(sysarg64_t));
errno_t            81 kernel/generic/src/synch/condvar.c errno_t condvar_wait_timeout(condvar_t *cv, mutex_t *mtx, uint32_t usec)
errno_t            88 kernel/generic/src/synch/condvar.c 	errno_t rc = waitq_sleep_timeout_unsafe(&cv->wq, usec, SYNCH_FLAGS_NON_BLOCKING, guard);
errno_t            94 kernel/generic/src/synch/condvar.c errno_t condvar_wait(condvar_t *cv, mutex_t *mtx)
errno_t           101 kernel/generic/src/synch/condvar.c 	errno_t rc = waitq_sleep_unsafe(&cv->wq, guard);
errno_t           125 kernel/generic/src/synch/condvar.c errno_t _condvar_wait_timeout_spinlock_impl(condvar_t *cv, spinlock_t *lock,
errno_t           133 kernel/generic/src/synch/condvar.c 	errno_t rc = waitq_sleep_timeout_unsafe(&cv->wq, usec, flags, guard);
errno_t           153 kernel/generic/src/synch/condvar.c errno_t _condvar_wait_timeout_irq_spinlock(condvar_t *cv, irq_spinlock_t *irq_lock,
errno_t           156 kernel/generic/src/synch/condvar.c 	errno_t rc;
errno_t            69 kernel/generic/src/synch/mutex.c 	errno_t rc = semaphore_trydown(&mtx->sem);
errno_t           126 kernel/generic/src/synch/mutex.c errno_t mutex_lock_timeout(mutex_t *mtx, uint32_t usec)
errno_t           139 kernel/generic/src/synch/mutex.c 	errno_t rc = semaphore_down_timeout(&mtx->sem, usec);
errno_t           151 kernel/generic/src/synch/mutex.c errno_t mutex_trylock(mutex_t *mtx)
errno_t            57 kernel/generic/src/synch/semaphore.c errno_t semaphore_trydown(semaphore_t *sem)
errno_t            70 kernel/generic/src/synch/semaphore.c errno_t semaphore_down_timeout(semaphore_t *sem, uint32_t usec)
errno_t            72 kernel/generic/src/synch/semaphore.c 	errno_t rc = waitq_sleep_timeout(&sem->wq, usec);
errno_t            79 kernel/generic/src/synch/semaphore.c 	errno_t rc = waitq_sleep(&sem->wq);
errno_t           105 kernel/generic/src/synch/syswaitq.c 	errno_t rc = cap_alloc(TASK, &handle);
errno_t           161 kernel/generic/src/synch/syswaitq.c 	errno_t rc = _waitq_sleep_timeout(kobj->waitq, timeout,
errno_t            90 kernel/generic/src/synch/waitq.c errno_t waitq_sleep(waitq_t *wq)
errno_t            95 kernel/generic/src/synch/waitq.c errno_t waitq_sleep_timeout(waitq_t *wq, uint32_t usec)
errno_t           131 kernel/generic/src/synch/waitq.c errno_t _waitq_sleep_timeout(waitq_t *wq, uint32_t usec, unsigned int flags)
errno_t           156 kernel/generic/src/synch/waitq.c errno_t waitq_sleep_unsafe(waitq_t *wq, wait_guard_t guard)
errno_t           175 kernel/generic/src/synch/waitq.c errno_t waitq_sleep_timeout_unsafe(waitq_t *wq, uint32_t usec, unsigned int flags, wait_guard_t guard)
errno_t           177 kernel/generic/src/synch/waitq.c 	errno_t rc;
errno_t            61 kernel/generic/src/syscall/copy.c errno_t copy_from_uspace(void *dst, uspace_addr_t uspace_src, size_t size)
errno_t            64 kernel/generic/src/syscall/copy.c 	errno_t rc;
errno_t           112 kernel/generic/src/syscall/copy.c errno_t copy_to_uspace(uspace_addr_t uspace_dst, const void *src, size_t size)
errno_t           115 kernel/generic/src/syscall/copy.c 	errno_t rc;
errno_t            64 kernel/generic/src/sysinfo/sysinfo.c _NO_TRACE static errno_t sysinfo_item_constructor(void *obj, unsigned int kmflag)
errno_t           836 kernel/generic/src/sysinfo/sysinfo.c 	errno_t rc;
errno_t           884 kernel/generic/src/sysinfo/sysinfo.c 	errno_t rc;
errno_t           955 kernel/generic/src/sysinfo/sysinfo.c 	errno_t rc;
errno_t           991 kernel/generic/src/sysinfo/sysinfo.c 	errno_t rc;
errno_t          1041 kernel/generic/src/sysinfo/sysinfo.c 	errno_t rc;
errno_t           393 kernel/generic/src/udebug/udebug.c errno_t udebug_task_cleanup(struct task *task)
errno_t            53 kernel/generic/src/udebug/udebug_ipc.c errno_t udebug_request_preprocess(call_t *call, phone_t *phone)
errno_t            73 kernel/generic/src/udebug/udebug_ipc.c 	errno_t rc;
errno_t           100 kernel/generic/src/udebug/udebug_ipc.c 	errno_t rc;
errno_t           115 kernel/generic/src/udebug/udebug_ipc.c 	errno_t rc;
errno_t           133 kernel/generic/src/udebug/udebug_ipc.c 	errno_t rc;
errno_t           153 kernel/generic/src/udebug/udebug_ipc.c 	errno_t rc;
errno_t           173 kernel/generic/src/udebug/udebug_ipc.c 	errno_t rc;
errno_t           220 kernel/generic/src/udebug/udebug_ipc.c 	errno_t rc;
errno_t           324 kernel/generic/src/udebug/udebug_ipc.c 	errno_t rc;
errno_t           365 kernel/generic/src/udebug/udebug_ipc.c 	errno_t rc;
errno_t           410 kernel/generic/src/udebug/udebug_ipc.c 	errno_t rc;
errno_t            81 kernel/generic/src/udebug/udebug_ops.c static errno_t _thread_op_begin(thread_t *thread, bool being_go)
errno_t           163 kernel/generic/src/udebug/udebug_ops.c errno_t udebug_begin(call_t *call, bool *active)
errno_t           208 kernel/generic/src/udebug/udebug_ops.c errno_t udebug_end(void)
errno_t           213 kernel/generic/src/udebug/udebug_ops.c 	errno_t rc = udebug_task_cleanup(TASK);
errno_t           228 kernel/generic/src/udebug/udebug_ops.c errno_t udebug_set_evmask(udebug_evmask_t mask)
errno_t           255 kernel/generic/src/udebug/udebug_ops.c errno_t udebug_go(thread_t *thread, call_t *call)
errno_t           258 kernel/generic/src/udebug/udebug_ops.c 	errno_t rc = _thread_op_begin(thread, false);
errno_t           286 kernel/generic/src/udebug/udebug_ops.c errno_t udebug_stop(thread_t *thread, call_t *call)
errno_t           295 kernel/generic/src/udebug/udebug_ops.c 	errno_t rc = _thread_op_begin(thread, true);
errno_t           353 kernel/generic/src/udebug/udebug_ops.c errno_t udebug_thread_read(void **buffer, size_t buf_size, size_t *stored,
errno_t           417 kernel/generic/src/udebug/udebug_ops.c errno_t udebug_name_read(char **data, size_t *data_size)
errno_t           448 kernel/generic/src/udebug/udebug_ops.c errno_t udebug_args_read(thread_t *thread, void **buffer)
errno_t           451 kernel/generic/src/udebug/udebug_ops.c 	errno_t rc = _thread_op_begin(thread, false);
errno_t           495 kernel/generic/src/udebug/udebug_ops.c errno_t udebug_regs_read(thread_t *thread, void **buffer)
errno_t           498 kernel/generic/src/udebug/udebug_ops.c 	errno_t rc = _thread_op_begin(thread, false);
errno_t           535 kernel/generic/src/udebug/udebug_ops.c errno_t udebug_mem_read(uspace_addr_t uspace_addr, size_t n, void **buffer)
errno_t           556 kernel/generic/src/udebug/udebug_ops.c 	errno_t rc = copy_from_uspace(data_buffer, uspace_addr, n);
errno_t            60 kernel/test/synch/semaphore2.c 	errno_t rc;
errno_t            71 tools/xcw/demo/viewer.c static errno_t viewer_window_create(viewer_t *);
errno_t           197 tools/xcw/demo/viewer.c 	errno_t rc;
errno_t           252 tools/xcw/demo/viewer.c 	errno_t rc = vfs_lookup_open(fname, WALK_REGULAR, MODE_READ, &fd);
errno_t           297 tools/xcw/demo/viewer.c 	errno_t rc;
errno_t           335 tools/xcw/demo/viewer.c static errno_t viewer_window_create(viewer_t *viewer)
errno_t           343 tools/xcw/demo/viewer.c 	errno_t rc;
errno_t           425 tools/xcw/demo/viewer.c 	errno_t rc;
errno_t           141 uspace/app/aboutos/aboutos.c 	errno_t rc;
errno_t           171 uspace/app/barber/barber.c 	errno_t rc;
errno_t           302 uspace/app/barber/barber.c 	errno_t rc = loc_category_get_id("led", &led_cat, IPC_FLAG_BLOCKING);
errno_t           381 uspace/app/barber/barber.c 	errno_t rc = loc_register_cat_change_cb(loc_callback, NULL);
errno_t            91 uspace/app/bdsh/cmds/builtins/batch/batch.c 	errno_t rc = EOK;
errno_t            54 uspace/app/bdsh/cmds/builtins/cd/cd.c static errno_t chdir_and_remember(const char *new_dir)
errno_t            57 uspace/app/bdsh/cmds/builtins/cd/cd.c 	errno_t rc = vfs_cwd_get(previous_directory_tmp, PATH_MAX);
errno_t            88 uspace/app/bdsh/cmds/builtins/cd/cd.c 	errno_t rc = EOK;
errno_t            67 uspace/app/bdsh/cmds/modules/alias/alias.c static errno_t set_alias(const char *name, const char *value)
errno_t           124 uspace/app/bdsh/cmds/modules/cat/cat.c 	errno_t rc;
errno_t           190 uspace/app/bdsh/cmds/modules/cat/cat.c 	errno_t rc;
errno_t           199 uspace/app/bdsh/cmds/modules/cat/cat.c 		errno_t rc = vfs_lookup_open(fname, WALK_REGULAR, MODE_READ, &fd);
errno_t           320 uspace/app/bdsh/cmds/modules/cat/cat.c 	errno_t rc;
errno_t            72 uspace/app/bdsh/cmds/modules/cmp/cmp.c static errno_t cmp_files(const char *fn0, const char *fn1)
errno_t            74 uspace/app/bdsh/cmds/modules/cmp/cmp.c 	errno_t rc = EOK;
errno_t           119 uspace/app/bdsh/cmds/modules/cmp/cmp.c 	errno_t rc;
errno_t            84 uspace/app/bdsh/cmds/modules/cp/cp.c 	errno_t r = vfs_stat_path(path, &s);
errno_t           148 uspace/app/bdsh/cmds/modules/cp/cp.c 	errno_t rc;
errno_t           181 uspace/app/bdsh/cmds/modules/cp/cp.c static errno_t do_copy(const char *src, const char *dest,
errno_t           184 uspace/app/bdsh/cmds/modules/cp/cp.c 	errno_t rc = EOK;
errno_t           398 uspace/app/bdsh/cmds/modules/cp/cp.c 	errno_t rc;
errno_t           489 uspace/app/bdsh/cmds/modules/cp/cp.c 	errno_t ret;
errno_t            68 uspace/app/bdsh/cmds/modules/ls/ls.c static errno_t ls_print(struct dir_elem_t *);
errno_t            69 uspace/app/bdsh/cmds/modules/ls/ls.c static errno_t ls_print_single_column(struct dir_elem_t *);
errno_t            98 uspace/app/bdsh/cmds/modules/ls/ls.c static errno_t ls_print(struct dir_elem_t *de)
errno_t           113 uspace/app/bdsh/cmds/modules/ls/ls.c 		errno_t rc = capa_format(&capa, &rptr);
errno_t           136 uspace/app/bdsh/cmds/modules/ls/ls.c static errno_t ls_print_single_column(struct dir_elem_t *de)
errno_t           200 uspace/app/bdsh/cmds/modules/ls/ls.c 	errno_t rc;
errno_t            29 uspace/app/bdsh/cmds/modules/ls/ls.h 	errno_t (*printer)(struct dir_elem_t *);
errno_t            96 uspace/app/bdsh/cmds/modules/mkdir/mkdir.c 	errno_t rc;
errno_t            91 uspace/app/bdsh/cmds/modules/mkfile/mkfile.c static errno_t read_size(const char *str, size_t *rsize)
errno_t           132 uspace/app/bdsh/cmds/modules/mkfile/mkfile.c 	errno_t rc;
errno_t            80 uspace/app/bdsh/cmds/modules/mount/mount.c 	errno_t rc;
errno_t           111 uspace/app/bdsh/cmds/modules/mount/mount.c 	errno_t rc;
errno_t           134 uspace/app/bdsh/cmds/modules/mount/mount.c 	errno_t rc;
errno_t            54 uspace/app/bdsh/cmds/modules/mv/mv.c 	errno_t rc;
errno_t           204 uspace/app/bdsh/cmds/modules/rm/rm.c 	errno_t rc;
errno_t            65 uspace/app/bdsh/cmds/modules/sleep/sleep.c static errno_t decimal_to_useconds(const char *nptr, usec_t *result)
errno_t            67 uspace/app/bdsh/cmds/modules/sleep/sleep.c 	errno_t ret;
errno_t           115 uspace/app/bdsh/cmds/modules/sleep/sleep.c 	errno_t ret;
errno_t           130 uspace/app/bdsh/cmds/modules/touch/touch.c 			errno_t rc = vfs_lookup(buff, WALK_REGULAR | WALK_MAY_CREATE, &fd);
errno_t            59 uspace/app/bdsh/cmds/modules/unmount/unmount.c 	errno_t rc;
errno_t            46 uspace/app/bdsh/compl.c static errno_t compl_init(char32_t *text, size_t pos, size_t *cstart, void **state);
errno_t            47 uspace/app/bdsh/compl.c static errno_t compl_get_next(void *state, char **compl);
errno_t            96 uspace/app/bdsh/compl.c static errno_t compl_init(char32_t *text, size_t pos, size_t *cstart, void **state)
errno_t           102 uspace/app/bdsh/compl.c 	errno_t retval;
errno_t           317 uspace/app/bdsh/compl.c static errno_t compl_get_next(void *state, char **compl)
errno_t            49 uspace/app/bdsh/exec.c static errno_t find_command(char *, char **);
errno_t            59 uspace/app/bdsh/exec.c 	errno_t rc = vfs_lookup_open(f, WALK_REGULAR, MODE_READ, &fd);
errno_t            73 uspace/app/bdsh/exec.c static errno_t find_command(char *cmd, char **found)
errno_t           119 uspace/app/bdsh/exec.c 	errno_t rc;
errno_t            88 uspace/app/bdsh/input.c static errno_t process_input_nohup(cliuser_t *usr, list_t *alias_hups, size_t count_executed_hups)
errno_t           101 uspace/app/bdsh/input.c 	errno_t rc = EOK;
errno_t           301 uspace/app/bdsh/input.c errno_t process_input(cliuser_t *usr)
errno_t           306 uspace/app/bdsh/input.c 	errno_t rc = process_input_nohup(usr, &alias_hups, 0);
errno_t           352 uspace/app/bdsh/input.c 	errno_t rc;
errno_t            37 uspace/app/bdsh/input.h extern errno_t process_input(cliuser_t *);
errno_t           117 uspace/app/bdsh/scli.c 	errno_t ret = 0;
errno_t            44 uspace/app/bdsh/scli.h 	errno_t lasterr;
errno_t            49 uspace/app/bdsh/test/toktest.c 	errno_t rc = tok_init(&tokenizer, input_buffer, tokens, MAX_TOKENS);
errno_t            40 uspace/app/bdsh/tok.c static errno_t tok_push_char(tokenizer_t *, char32_t);
errno_t            41 uspace/app/bdsh/tok.c static errno_t tok_push_token(tokenizer_t *);
errno_t            43 uspace/app/bdsh/tok.c static errno_t tok_finish_string(tokenizer_t *);
errno_t            53 uspace/app/bdsh/tok.c errno_t tok_init(tokenizer_t *tok, char *input, token_t *out_tokens,
errno_t            91 uspace/app/bdsh/tok.c errno_t tok_tokenize(tokenizer_t *tok, size_t *tokens_length)
errno_t            93 uspace/app/bdsh/tok.c 	errno_t rc;
errno_t           181 uspace/app/bdsh/tok.c errno_t tok_finish_string(tokenizer_t *tok)
errno_t           183 uspace/app/bdsh/tok.c 	errno_t rc;
errno_t           234 uspace/app/bdsh/tok.c errno_t tok_push_char(tokenizer_t *tok, char32_t ch)
errno_t           245 uspace/app/bdsh/tok.c errno_t tok_push_token(tokenizer_t *tok)
errno_t            65 uspace/app/bdsh/tok.h extern errno_t tok_init(tokenizer_t *, char *, token_t *, size_t);
errno_t            67 uspace/app/bdsh/tok.h extern errno_t tok_tokenize(tokenizer_t *, size_t *);
errno_t            59 uspace/app/bithenge/test.c 	errno_t rc;
errno_t            66 uspace/app/blkdump/blkdump.c 	errno_t rc;
errno_t           188 uspace/app/blkdump/blkdump.c 	errno_t rc;
errno_t           226 uspace/app/blkdump/blkdump.c 	errno_t rc;
errno_t           345 uspace/app/calculator/calculator.c 	errno_t rc;
errno_t           753 uspace/app/calculator/calculator.c static errno_t calc_button_create(calc_t *calc, ui_fixed_t *fixed,
errno_t           759 uspace/app/calculator/calculator.c 	errno_t rc;
errno_t           805 uspace/app/calculator/calculator.c 	errno_t rc;
errno_t            80 uspace/app/contacts/contacts.c static errno_t contacts_load(sif_node_t *, contacts_t *);
errno_t            92 uspace/app/contacts/contacts.c static errno_t contacts_open(const char *fname, contacts_t **rcontacts)
errno_t            99 uspace/app/contacts/contacts.c 	errno_t rc;
errno_t           177 uspace/app/contacts/contacts.c static errno_t contacts_load(sif_node_t *nentries, contacts_t *contacts)
errno_t           220 uspace/app/contacts/contacts.c static errno_t contacts_create_contact(contacts_t *contacts)
errno_t           226 uspace/app/contacts/contacts.c 	errno_t rc;
errno_t           287 uspace/app/contacts/contacts.c static errno_t contacts_delete_contact(contacts_t *contacts)
errno_t           292 uspace/app/contacts/contacts.c 	errno_t rc;
errno_t           450 uspace/app/contacts/contacts.c static errno_t contacts_main(contacts_t *contacts)
errno_t           453 uspace/app/contacts/contacts.c 	errno_t rc;
errno_t           527 uspace/app/contacts/contacts.c 	errno_t rc;
errno_t            53 uspace/app/corecfg/corecfg.c 	errno_t rc;
errno_t            68 uspace/app/corecfg/corecfg.c 	errno_t rc;
errno_t            41 uspace/app/date/date.c static errno_t read_date_from_arg(char *wdate, struct tm *t);
errno_t            42 uspace/app/date/date.c static errno_t read_time_from_arg(char *wdate, struct tm *t);
errno_t            43 uspace/app/date/date.c static errno_t tm_sanity_check(struct tm *t);
errno_t            53 uspace/app/date/date.c 	errno_t rc;
errno_t           199 uspace/app/date/date.c static errno_t
errno_t           202 uspace/app/date/date.c 	errno_t rc;
errno_t           234 uspace/app/date/date.c static errno_t
errno_t           237 uspace/app/date/date.c 	errno_t rc;
errno_t           280 uspace/app/date/date.c static errno_t
errno_t            73 uspace/app/devctl/devctl.c static errno_t fun_subtree_print(devman_handle_t funh, int lvl)
errno_t            79 uspace/app/devctl/devctl.c 	errno_t rc;
errno_t           139 uspace/app/devctl/devctl.c static errno_t fun_tree_print(void)
errno_t           142 uspace/app/devctl/devctl.c 	errno_t rc;
errno_t           157 uspace/app/devctl/devctl.c static errno_t fun_online(const char *path)
errno_t           160 uspace/app/devctl/devctl.c 	errno_t rc;
errno_t           178 uspace/app/devctl/devctl.c static errno_t fun_offline(const char *path)
errno_t           181 uspace/app/devctl/devctl.c 	errno_t rc;
errno_t           200 uspace/app/devctl/devctl.c static errno_t drv_list(void)
errno_t           210 uspace/app/devctl/devctl.c 	errno_t rc;
errno_t           255 uspace/app/devctl/devctl.c static errno_t drv_show(char *drvname)
errno_t           265 uspace/app/devctl/devctl.c 	errno_t rc;
errno_t           320 uspace/app/devctl/devctl.c static errno_t drv_load(const char *drvname)
errno_t           322 uspace/app/devctl/devctl.c 	errno_t rc;
errno_t           340 uspace/app/devctl/devctl.c static errno_t drv_unload(const char *drvname)
errno_t           342 uspace/app/devctl/devctl.c 	errno_t rc;
errno_t           374 uspace/app/devctl/devctl.c 	errno_t rc;
errno_t            58 uspace/app/df/df.c static errno_t size_to_human_readable(uint64_t, size_t, char **);
errno_t            60 uspace/app/df/df.c static errno_t print_statfs(vfs_statfs_t *, char *, char *);
errno_t            67 uspace/app/df/df.c 	errno_t rc;
errno_t           124 uspace/app/df/df.c static errno_t size_to_human_readable(uint64_t nblocks, size_t block_size, char **rptr)
errno_t           143 uspace/app/df/df.c static errno_t print_statfs(vfs_statfs_t *st, char *name, char *mountpoint)
errno_t           148 uspace/app/df/df.c 	errno_t rc;
errno_t            68 uspace/app/disp/disp.c static errno_t seat_find_by_name(dispcfg_t *dispcfg, const char *name,
errno_t            75 uspace/app/disp/disp.c 	errno_t rc;
errno_t           108 uspace/app/disp/disp.c static errno_t create_seat(const char *dcfg_svc, int argc, char *argv[])
errno_t           113 uspace/app/disp/disp.c 	errno_t rc;
errno_t           156 uspace/app/disp/disp.c static errno_t delete_seat(const char *dcfg_svc, int argc, char *argv[])
errno_t           161 uspace/app/disp/disp.c 	errno_t rc;
errno_t           210 uspace/app/disp/disp.c static errno_t list_seat(const char *dcfg_svc, int argc, char *argv[])
errno_t           217 uspace/app/disp/disp.c 	errno_t rc;
errno_t           285 uspace/app/disp/disp.c static errno_t dev_assign(const char *dcfg_svc, int argc, char *argv[])
errno_t           292 uspace/app/disp/disp.c 	errno_t rc;
errno_t           349 uspace/app/disp/disp.c static errno_t dev_unassign(const char *dcfg_svc, int argc, char *argv[])
errno_t           354 uspace/app/disp/disp.c 	errno_t rc;
errno_t           403 uspace/app/disp/disp.c static errno_t list_dev(const char *dcfg_svc, int argc, char *argv[])
errno_t           412 uspace/app/disp/disp.c 	errno_t rc;
errno_t           490 uspace/app/disp/disp.c 	errno_t rc;
errno_t            71 uspace/app/display-cfg/display-cfg.c errno_t display_cfg_create(const char *display_spec, display_cfg_t **rdcfg)
errno_t            79 uspace/app/display-cfg/display-cfg.c 	errno_t rc;
errno_t           168 uspace/app/display-cfg/display-cfg.c errno_t display_cfg_open(display_cfg_t *dcfg, const char *dcfg_svc)
errno_t           170 uspace/app/display-cfg/display-cfg.c 	errno_t rc;
errno_t           188 uspace/app/display-cfg/display-cfg.c errno_t display_cfg_populate(display_cfg_t *dcfg)
errno_t           190 uspace/app/display-cfg/display-cfg.c 	errno_t rc;
errno_t            41 uspace/app/display-cfg/display-cfg.h extern errno_t display_cfg_create(const char *, display_cfg_t **);
errno_t            42 uspace/app/display-cfg/display-cfg.h extern errno_t display_cfg_open(display_cfg_t *, const char *);
errno_t            43 uspace/app/display-cfg/display-cfg.h extern errno_t display_cfg_populate(display_cfg_t *);
errno_t            49 uspace/app/display-cfg/main.c 	errno_t rc;
errno_t            52 uspace/app/display-cfg/seats.c static errno_t dcfg_seats_asgn_dev_list_populate(dcfg_seats_t *);
errno_t            53 uspace/app/display-cfg/seats.c static errno_t dcfg_seats_avail_dev_list_populate(dcfg_seats_t *,
errno_t           115 uspace/app/display-cfg/seats.c errno_t dcfg_seats_create(display_cfg_t *dcfg, dcfg_seats_t **rseats)
errno_t           120 uspace/app/display-cfg/seats.c 	errno_t rc;
errno_t           416 uspace/app/display-cfg/seats.c errno_t dcfg_seats_populate(dcfg_seats_t *seats)
errno_t           419 uspace/app/display-cfg/seats.c 	errno_t rc;
errno_t           475 uspace/app/display-cfg/seats.c errno_t dcfg_seats_insert(dcfg_seats_t *seats, const char *name,
errno_t           480 uspace/app/display-cfg/seats.c 	errno_t rc;
errno_t           514 uspace/app/display-cfg/seats.c errno_t dcfg_seats_list_populate(dcfg_seats_t *seats)
errno_t           519 uspace/app/display-cfg/seats.c 	errno_t rc;
errno_t           557 uspace/app/display-cfg/seats.c errno_t dcfg_devices_insert(dcfg_seats_t *seats, const char *name,
errno_t           562 uspace/app/display-cfg/seats.c 	errno_t rc;
errno_t           597 uspace/app/display-cfg/seats.c errno_t dcfg_avail_devices_insert(dcfg_seats_t *seats,
errno_t           602 uspace/app/display-cfg/seats.c 	errno_t rc;
errno_t           634 uspace/app/display-cfg/seats.c static errno_t dcfg_seats_asgn_dev_list_populate(dcfg_seats_t *seats)
errno_t           641 uspace/app/display-cfg/seats.c 	errno_t rc;
errno_t           680 uspace/app/display-cfg/seats.c static errno_t dcfg_seats_avail_dev_list_populate(dcfg_seats_t *seats,
errno_t           692 uspace/app/display-cfg/seats.c 	errno_t rc;
errno_t           847 uspace/app/display-cfg/seats.c 	errno_t rc;
errno_t           894 uspace/app/display-cfg/seats.c 	errno_t rc;
errno_t           918 uspace/app/display-cfg/seats.c 	errno_t rc;
errno_t           959 uspace/app/display-cfg/seats.c 	errno_t rc;
errno_t          1016 uspace/app/display-cfg/seats.c 	errno_t rc;
errno_t          1044 uspace/app/display-cfg/seats.c 	errno_t rc;
errno_t          1074 uspace/app/display-cfg/seats.c 	errno_t rc;
errno_t            42 uspace/app/display-cfg/seats.h extern errno_t dcfg_seats_create(display_cfg_t *, dcfg_seats_t **);
errno_t            43 uspace/app/display-cfg/seats.h extern errno_t dcfg_seats_populate(dcfg_seats_t *);
errno_t            45 uspace/app/display-cfg/seats.h extern errno_t dcfg_seats_insert(dcfg_seats_t *, const char *, sysarg_t,
errno_t            47 uspace/app/display-cfg/seats.h extern errno_t dcfg_devices_insert(dcfg_seats_t *, const char *,
errno_t            49 uspace/app/display-cfg/seats.h extern errno_t dcfg_avail_devices_insert(dcfg_seats_t *seats,
errno_t            51 uspace/app/display-cfg/seats.h extern errno_t dcfg_seats_list_populate(dcfg_seats_t *);
errno_t            42 uspace/app/display-cfg/test/display-cfg.c 	errno_t rc;
errno_t            51 uspace/app/display-cfg/test/seats.c 	errno_t rc;
errno_t            69 uspace/app/display-cfg/test/seats.c 	errno_t rc;
errno_t            93 uspace/app/display-cfg/test/seats.c 	errno_t rc;
errno_t           151 uspace/app/display-cfg/test/seats.c 	errno_t rc;
errno_t           183 uspace/app/display-cfg/test/seats.c 	errno_t rc;
errno_t            58 uspace/app/dnscfg/dnscfg.c static errno_t dnscfg_set_ns(int argc, char *argv[])
errno_t            75 uspace/app/dnscfg/dnscfg.c 	errno_t rc = inet_addr_parse(srv_addr, &addr, NULL);
errno_t            92 uspace/app/dnscfg/dnscfg.c static errno_t dnscfg_unset_ns(void)
errno_t            97 uspace/app/dnscfg/dnscfg.c 	errno_t rc = dnsr_set_srvaddr(&addr);
errno_t           107 uspace/app/dnscfg/dnscfg.c static errno_t dnscfg_print(void)
errno_t           110 uspace/app/dnscfg/dnscfg.c 	errno_t rc = dnsr_get_srvaddr(&addr);
errno_t            81 uspace/app/dnsres/dnsres.c 	errno_t rc = dnsr_name2host(hname, &hinfo, ver);
errno_t            75 uspace/app/download/main.c 	errno_t rc;
errno_t           179 uspace/app/edit/edit.c static errno_t file_save(char const *fname);
errno_t           181 uspace/app/edit/edit.c static errno_t file_insert(char *fname);
errno_t           182 uspace/app/edit/edit.c static errno_t file_save_range(char const *fname, spt_t const *spos,
errno_t           186 uspace/app/edit/edit.c static errno_t pane_init(ui_window_t *, pane_t *);
errno_t           189 uspace/app/edit/edit.c static errno_t pane_update(pane_t *);
errno_t           190 uspace/app/edit/edit.c static errno_t pane_text_display(pane_t *);
errno_t           192 uspace/app/edit/edit.c static errno_t pane_row_range_display(pane_t *, int r0, int r1);
errno_t           236 uspace/app/edit/edit.c static errno_t edit_ui_create(edit_t *);
errno_t           261 uspace/app/edit/edit.c static errno_t pane_ctl_paint(void *);
errno_t           304 uspace/app/edit/edit.c 	errno_t rc;
errno_t           373 uspace/app/edit/edit.c static errno_t edit_ui_create(edit_t *edit)
errno_t           375 uspace/app/edit/edit.c 	errno_t rc;
errno_t           902 uspace/app/edit/edit.c static errno_t file_save(char const *fname)
errno_t           905 uspace/app/edit/edit.c 	errno_t rc;
errno_t           934 uspace/app/edit/edit.c 	errno_t rc;
errno_t           954 uspace/app/edit/edit.c static errno_t file_insert(char *fname)
errno_t           992 uspace/app/edit/edit.c static errno_t file_save_range(char const *fname, spt_t const *spos,
errno_t          1071 uspace/app/edit/edit.c static errno_t pane_init(ui_window_t *window, pane_t *pane)
errno_t          1073 uspace/app/edit/edit.c 	errno_t rc;
errno_t          1150 uspace/app/edit/edit.c static errno_t pane_update(pane_t *pane)
errno_t          1152 uspace/app/edit/edit.c 	errno_t rc;
errno_t          1179 uspace/app/edit/edit.c static errno_t pane_text_display(pane_t *pane)
errno_t          1183 uspace/app/edit/edit.c 	errno_t rc;
errno_t          1239 uspace/app/edit/edit.c static errno_t pane_row_range_display(pane_t *pane, int r0, int r1)
errno_t          1256 uspace/app/edit/edit.c 	errno_t rc;
errno_t          1497 uspace/app/edit/edit.c static errno_t pane_ctl_paint(void *arg)
errno_t          1501 uspace/app/edit/edit.c 	errno_t rc;
errno_t          1749 uspace/app/edit/edit.c 	errno_t rc;
errno_t          1765 uspace/app/edit/edit.c static errno_t search_spt_producer(void *data, char32_t *ret)
errno_t          1774 uspace/app/edit/edit.c static errno_t search_spt_reverse_producer(void *data, char32_t *ret)
errno_t          1783 uspace/app/edit/edit.c static errno_t search_spt_mark(void *data, void **mark)
errno_t          1820 uspace/app/edit/edit.c 	errno_t rc;
errno_t          1876 uspace/app/edit/edit.c 	errno_t rc = search_next_match(search, &match);
errno_t          2008 uspace/app/edit/edit.c 	errno_t rc;
errno_t          2411 uspace/app/edit/edit.c 	errno_t rc;
errno_t           105 uspace/app/edit/search.c errno_t search_next_match(search_t *s, match_t *match)
errno_t           110 uspace/app/edit/search.c 	errno_t rc = EOK;
errno_t            45 uspace/app/edit/search.h typedef errno_t (*search_producer_fn)(void *, char32_t *);
errno_t            46 uspace/app/edit/search.h typedef errno_t (*search_mark_fn)(void *, void **);
errno_t            63 uspace/app/edit/search.h extern errno_t search_next_match(search_t *, match_t *);
errno_t            69 uspace/app/edit/sheet.c errno_t sheet_create(sheet_t **rsh)
errno_t           105 uspace/app/edit/sheet.c errno_t sheet_insert(sheet_t *sh, spt_t *pos, enum dir_spec dir, char *str)
errno_t           151 uspace/app/edit/sheet.c errno_t sheet_delete(sheet_t *sh, spt_t *spos, spt_t *epos)
errno_t            92 uspace/app/edit/sheet.h extern errno_t sheet_create(sheet_t **);
errno_t            93 uspace/app/edit/sheet.h extern errno_t sheet_insert(sheet_t *, spt_t *, enum dir_spec, char *);
errno_t            94 uspace/app/edit/sheet.h extern errno_t sheet_delete(sheet_t *, spt_t *, spt_t *);
errno_t            83 uspace/app/fdisk/fdisk.c static errno_t fdsk_confirm(const char *msg, bool *rconfirm)
errno_t            87 uspace/app/fdisk/fdisk.c 	errno_t rc;
errno_t           132 uspace/app/fdisk/fdisk.c static errno_t fdsk_dev_sel_choice(service_id_t *rsvcid)
errno_t           145 uspace/app/fdisk/fdisk.c 	errno_t rc;
errno_t           267 uspace/app/fdisk/fdisk.c static errno_t fdsk_create_label(fdisk_dev_t *dev)
errno_t           273 uspace/app/fdisk/fdisk.c 	errno_t rc;
errno_t           327 uspace/app/fdisk/fdisk.c static errno_t fdsk_delete_label(fdisk_dev_t *dev)
errno_t           330 uspace/app/fdisk/fdisk.c 	errno_t rc;
errno_t           351 uspace/app/fdisk/fdisk.c static errno_t fdsk_erase_disk(fdisk_dev_t *dev)
errno_t           354 uspace/app/fdisk/fdisk.c 	errno_t rc;
errno_t           375 uspace/app/fdisk/fdisk.c static errno_t fdsk_select_fstype(vol_fstype_t *fstype)
errno_t           381 uspace/app/fdisk/fdisk.c 	errno_t rc;
errno_t           430 uspace/app/fdisk/fdisk.c static errno_t fdsk_create_part(fdisk_dev_t *dev, label_pkind_t pkind)
errno_t           432 uspace/app/fdisk/fdisk.c 	errno_t rc;
errno_t           578 uspace/app/fdisk/fdisk.c static errno_t fdsk_add_part_choices(fdisk_dev_t *dev,
errno_t           588 uspace/app/fdisk/fdisk.c 	errno_t rc;
errno_t           675 uspace/app/fdisk/fdisk.c static errno_t fdsk_modify_mountp(fdisk_part_t *part)
errno_t           678 uspace/app/fdisk/fdisk.c 	errno_t rc;
errno_t           730 uspace/app/fdisk/fdisk.c static errno_t fdsk_modify_part(fdisk_dev_t *dev)
errno_t           735 uspace/app/fdisk/fdisk.c 	errno_t rc;
errno_t           833 uspace/app/fdisk/fdisk.c static errno_t fdsk_delete_part(fdisk_dev_t *dev)
errno_t           838 uspace/app/fdisk/fdisk.c 	errno_t rc;
errno_t           903 uspace/app/fdisk/fdisk.c static errno_t fdsk_dev_menu(fdisk_dev_t *dev)
errno_t           920 uspace/app/fdisk/fdisk.c 	errno_t rc;
errno_t          1295 uspace/app/fdisk/fdisk.c 	errno_t rc;
errno_t            57 uspace/app/fontedit/fontedit.c static errno_t font_edit_paint(font_edit_t *);
errno_t            75 uspace/app/fontedit/fontedit.c static errno_t clear_scr(gfx_context_t *gc, gfx_coord_t w, gfx_coord_t h)
errno_t            79 uspace/app/fontedit/fontedit.c 	errno_t rc;
errno_t           261 uspace/app/fontedit/fontedit.c 	errno_t rc;
errno_t           307 uspace/app/fontedit/fontedit.c 	errno_t rc;
errno_t           391 uspace/app/fontedit/fontedit.c 	errno_t rc;
errno_t           498 uspace/app/fontedit/fontedit.c static errno_t font_edit_paint_preview_str(font_edit_t *fedit,
errno_t           518 uspace/app/fontedit/fontedit.c static errno_t font_edit_paint_preview(font_edit_t *fedit)
errno_t           521 uspace/app/fontedit/fontedit.c 	errno_t rc;
errno_t           566 uspace/app/fontedit/fontedit.c static errno_t font_edit_paint_gbmp(font_edit_t *fedit)
errno_t           574 uspace/app/fontedit/fontedit.c 	errno_t rc;
errno_t           708 uspace/app/fontedit/fontedit.c static errno_t font_edit_paint(font_edit_t *fedit)
errno_t           711 uspace/app/fontedit/fontedit.c 	errno_t rc;
errno_t           738 uspace/app/fontedit/fontedit.c static errno_t font_edit_create(const char *display_spec, const char *fname,
errno_t           758 uspace/app/fontedit/fontedit.c 	errno_t rc;
errno_t           922 uspace/app/fontedit/fontedit.c 	errno_t rc;
errno_t            68 uspace/app/getterm/getterm.c 	errno_t rc = vfs_lookup_open(path, WALK_REGULAR, mode, &oldfd);
errno_t           135 uspace/app/getterm/getterm.c 		errno_t rc = loc_service_get_id(term, &service_id, IPC_FLAG_BLOCKING);
errno_t           172 uspace/app/getterm/getterm.c 	errno_t rc = task_spawnv(&id, &twait, cmd, (const char *const *) args);
errno_t           100 uspace/app/gfxdemo/gfxdemo.c 	errno_t rc;
errno_t           136 uspace/app/gfxdemo/gfxdemo.c static errno_t clear_scr(gfx_context_t *gc, gfx_coord_t w, gfx_coord_t h)
errno_t           140 uspace/app/gfxdemo/gfxdemo.c 	errno_t rc;
errno_t           174 uspace/app/gfxdemo/gfxdemo.c static errno_t demo_font_init(gfx_context_t *gc, gfx_coord_t w, gfx_coord_t h)
errno_t           177 uspace/app/gfxdemo/gfxdemo.c 	errno_t rc;
errno_t           252 uspace/app/gfxdemo/gfxdemo.c static errno_t demo_begin(gfx_context_t *gc, gfx_coord_t w, gfx_coord_t h,
errno_t           261 uspace/app/gfxdemo/gfxdemo.c 	errno_t rc;
errno_t           324 uspace/app/gfxdemo/gfxdemo.c static errno_t demo_rects(gfx_context_t *gc, gfx_coord_t w, gfx_coord_t h)
errno_t           329 uspace/app/gfxdemo/gfxdemo.c 	errno_t rc;
errno_t           376 uspace/app/gfxdemo/gfxdemo.c static errno_t bitmap_tartan(gfx_bitmap_t *bitmap, gfx_coord_t w, gfx_coord_t h)
errno_t           381 uspace/app/gfxdemo/gfxdemo.c 	errno_t rc;
errno_t           410 uspace/app/gfxdemo/gfxdemo.c static errno_t bitmap_moire(gfx_bitmap_t *bitmap, gfx_coord_t w, gfx_coord_t h)
errno_t           416 uspace/app/gfxdemo/gfxdemo.c 	errno_t rc;
errno_t           445 uspace/app/gfxdemo/gfxdemo.c static errno_t bitmap_circle(gfx_bitmap_t *bitmap, gfx_coord_t w, gfx_coord_t h)
errno_t           451 uspace/app/gfxdemo/gfxdemo.c 	errno_t rc;
errno_t           480 uspace/app/gfxdemo/gfxdemo.c static errno_t demo_bitmap(gfx_context_t *gc, gfx_coord_t w, gfx_coord_t h)
errno_t           487 uspace/app/gfxdemo/gfxdemo.c 	errno_t rc;
errno_t           544 uspace/app/gfxdemo/gfxdemo.c static errno_t demo_bitmap2(gfx_context_t *gc, gfx_coord_t w, gfx_coord_t h)
errno_t           550 uspace/app/gfxdemo/gfxdemo.c 	errno_t rc;
errno_t           602 uspace/app/gfxdemo/gfxdemo.c static errno_t demo_bitmap_kc(gfx_context_t *gc, gfx_coord_t w, gfx_coord_t h)
errno_t           608 uspace/app/gfxdemo/gfxdemo.c 	errno_t rc;
errno_t           662 uspace/app/gfxdemo/gfxdemo.c static errno_t demo_text(gfx_context_t *gc, gfx_coord_t w, gfx_coord_t h)
errno_t           669 uspace/app/gfxdemo/gfxdemo.c 	errno_t rc;
errno_t           849 uspace/app/gfxdemo/gfxdemo.c static errno_t demo_text_abbr(gfx_context_t *gc, gfx_coord_t w, gfx_coord_t h)
errno_t           856 uspace/app/gfxdemo/gfxdemo.c 	errno_t rc;
errno_t           930 uspace/app/gfxdemo/gfxdemo.c static errno_t demo_clip(gfx_context_t *gc, gfx_coord_t w, gfx_coord_t h)
errno_t           938 uspace/app/gfxdemo/gfxdemo.c 	errno_t rc;
errno_t          1031 uspace/app/gfxdemo/gfxdemo.c static errno_t demo_loop(gfx_context_t *gc, gfx_coord_t w, gfx_coord_t h)
errno_t          1033 uspace/app/gfxdemo/gfxdemo.c 	errno_t rc;
errno_t          1075 uspace/app/gfxdemo/gfxdemo.c static errno_t demo_console(void)
errno_t          1080 uspace/app/gfxdemo/gfxdemo.c 	errno_t rc;
errno_t          1107 uspace/app/gfxdemo/gfxdemo.c static errno_t demo_ui_fibril(void *arg)
errno_t          1110 uspace/app/gfxdemo/gfxdemo.c 	errno_t rc;
errno_t          1120 uspace/app/gfxdemo/gfxdemo.c static errno_t demo_ui(const char *display_spec)
errno_t          1132 uspace/app/gfxdemo/gfxdemo.c 	errno_t rc;
errno_t          1220 uspace/app/gfxdemo/gfxdemo.c static errno_t demo_display(const char *display_svc)
errno_t          1226 uspace/app/gfxdemo/gfxdemo.c 	errno_t rc;
errno_t          1328 uspace/app/gfxdemo/gfxdemo.c 	errno_t rc;
errno_t            42 uspace/app/gunzip/gunzip.c 	errno_t rc;
errno_t            47 uspace/app/hbench/csv.c errno_t csv_report_open(const char *filename)
errno_t            52 uspace/app/hbench/disk/randread.c 	errno_t rc;
errno_t            52 uspace/app/hbench/disk/seqread.c 	errno_t rc;
errno_t            91 uspace/app/hbench/env.c errno_t bench_env_init(bench_env_t *env)
errno_t           109 uspace/app/hbench/env.c errno_t bench_env_param_set(bench_env_t *env, const char *key, const char *value)
errno_t           121 uspace/app/hbench/hbench.h extern errno_t csv_report_open(const char *);
errno_t           125 uspace/app/hbench/hbench.h extern errno_t bench_env_init(bench_env_t *);
errno_t           126 uspace/app/hbench/hbench.h extern errno_t bench_env_param_set(bench_env_t *, const char *, const char *);
errno_t            45 uspace/app/hbench/ipc/ns_ping.c 		errno_t rc = ns_ping();
errno_t            44 uspace/app/hbench/ipc/ping_pong.c 	errno_t rc = ipc_test_create(&test);
errno_t            65 uspace/app/hbench/ipc/ping_pong.c 		errno_t rc = ipc_test_ping(test);
errno_t            49 uspace/app/hbench/ipc/read1k.c 	errno_t rc;
errno_t            75 uspace/app/hbench/ipc/read1k.c 	errno_t rc;
errno_t            49 uspace/app/hbench/ipc/write1k.c 	errno_t rc;
errno_t            75 uspace/app/hbench/ipc/write1k.c 	errno_t rc;
errno_t           333 uspace/app/hbench/main.c 	errno_t rc = bench_env_init(&bench_env);
errno_t           395 uspace/app/hbench/main.c 		errno_t rc = csv_report_open(csv_output_filename);
errno_t            48 uspace/app/hbench/synch/fibril_mutex.c static errno_t competitor(void *arg)
errno_t            64 uspace/app/hello/hello.c static errno_t hello(const char *display_spec)
errno_t            72 uspace/app/hello/hello.c 	errno_t rc;
errno_t           155 uspace/app/hello/hello.c 	errno_t rc;
errno_t            64 uspace/app/inet/inet.c static errno_t addr_create_static(int argc, char *argv[])
errno_t            73 uspace/app/inet/inet.c 	errno_t rc;
errno_t           114 uspace/app/inet/inet.c static errno_t addr_delete(int argc, char *argv[])
errno_t           120 uspace/app/inet/inet.c 	errno_t rc;
errno_t           161 uspace/app/inet/inet.c static errno_t sroute_create(int argc, char *argv[])
errno_t           170 uspace/app/inet/inet.c 	errno_t rc;
errno_t           211 uspace/app/inet/inet.c static errno_t sroute_delete(int argc, char *argv[])
errno_t           215 uspace/app/inet/inet.c 	errno_t rc;
errno_t           248 uspace/app/inet/inet.c static errno_t addr_list(void)
errno_t           257 uspace/app/inet/inet.c 	errno_t rc;
errno_t           338 uspace/app/inet/inet.c static errno_t link_list(void)
errno_t           347 uspace/app/inet/inet.c 	errno_t rc;
errno_t           397 uspace/app/inet/inet.c static errno_t sroute_list(void)
errno_t           405 uspace/app/inet/inet.c 	errno_t rc;
errno_t           486 uspace/app/inet/inet.c 	errno_t rc;
errno_t            89 uspace/app/init/init.c static void oom_check(errno_t rc, const char *path)
errno_t           104 uspace/app/init/init.c     const char *fstype, const char *dev, errno_t rc)
errno_t           150 uspace/app/init/init.c 	errno_t rc = vfs_mount_path(ROOT_MOUNT_POINT, fstype, root_device, "",
errno_t           184 uspace/app/init/init.c 	errno_t rc = vfs_mount_path(LOCFS_MOUNT_POINT, LOCFS_FS_TYPE, "", "",
errno_t           190 uspace/app/init/init.c static errno_t srv_startl(const char *path, ...)
errno_t           214 uspace/app/init/init.c 	errno_t rc = task_spawn(&id, &wait, path, cnt, ap);
errno_t           252 uspace/app/init/init.c static errno_t console(const char *isvc, const char *osvc)
errno_t           256 uspace/app/init/init.c 	errno_t rc = loc_service_get_id(isvc, &service_id, IPC_FLAG_BLOCKING);
errno_t           276 uspace/app/init/init.c static errno_t display_server(void)
errno_t           287 uspace/app/init/init.c 	errno_t rc = task_spawnl(&id, &wait, app, app, arg, NULL);
errno_t           315 uspace/app/init/init.c 		errno_t rc = task_spawnl(NULL, NULL, APP_GETTERM, APP_GETTERM, svc,
errno_t           326 uspace/app/init/init.c 		errno_t rc = task_spawnl(NULL, NULL, APP_GETTERM, APP_GETTERM, svc,
errno_t           338 uspace/app/init/init.c 	errno_t rc = vfs_mount_path(TMPFS_MOUNT_POINT, TMPFS_FS_TYPE, "", "", 0, 0);
errno_t           348 uspace/app/init/init.c static errno_t init_sysvol(void)
errno_t           355 uspace/app/init/init.c 	errno_t rc;
errno_t           419 uspace/app/init/init.c 	errno_t rc;
errno_t            57 uspace/app/init/untar.c 	errno_t ret = loc_service_get_id(state->dev, &state->sid,
errno_t            53 uspace/app/kill/kill.c 	errno_t rc;
errno_t            70 uspace/app/killall/killall.c 			errno_t rc = task_kill(taskid);
errno_t           111 uspace/app/kio/kio.c static errno_t consumer(void *data)
errno_t           188 uspace/app/kio/kio.c 	errno_t rc = sysinfo_get_value("kio.pages", &pages);
errno_t            45 uspace/app/loc/loc.c static errno_t show_cat(const char *cat_name, category_id_t cat_id)
errno_t            51 uspace/app/loc/loc.c 	errno_t rc;
errno_t            92 uspace/app/loc/loc.c static errno_t list_svcs_by_cat(void)
errno_t            99 uspace/app/loc/loc.c 	errno_t rc;
errno_t           138 uspace/app/loc/loc.c 	errno_t rc;
errno_t            44 uspace/app/logset/main.c 	errno_t rc = log_level_from_str(log_level, &result);
errno_t            64 uspace/app/logset/main.c 		errno_t rc = logctl_set_default_level(new_default_level);
errno_t            74 uspace/app/logset/main.c 		errno_t rc = logctl_set_log_level(logname, new_level);
errno_t            57 uspace/app/lprint/lprint.c static errno_t lprint_get_def_printer_port(service_id_t *sid)
errno_t            62 uspace/app/lprint/lprint.c 	errno_t rc;
errno_t            90 uspace/app/lprint/lprint.c static errno_t lprint_msg(chardev_t *chardev, int argc, char *argv[])
errno_t            95 uspace/app/lprint/lprint.c 	errno_t rc;
errno_t           127 uspace/app/lprint/lprint.c static errno_t lprint_file(chardev_t *chardev, const char *fname)
errno_t           132 uspace/app/lprint/lprint.c 	errno_t rc;
errno_t           181 uspace/app/lprint/lprint.c 	errno_t rc;
errno_t            53 uspace/app/mixerctl/mixerctl.c 	errno_t ret = audio_mixer_get_info(exch, &name, &count);
errno_t            63 uspace/app/mixerctl/mixerctl.c 		errno_t ret =
errno_t           101 uspace/app/mixerctl/mixerctl.c 	errno_t ret = audio_mixer_set_item_level(exch, item, value);
errno_t           120 uspace/app/mixerctl/mixerctl.c 	errno_t ret = audio_mixer_get_item_level(exch, item, &value);
errno_t           149 uspace/app/mixerctl/mixerctl.c 	errno_t rc = loc_service_get_id(service, &mixer_sid, 0);
errno_t            63 uspace/app/mkbd/main.c static errno_t initialize_report_parser(async_sess_t *dev_sess,
errno_t            70 uspace/app/mkbd/main.c 	errno_t rc = usb_hid_report_init(*report);
errno_t           134 uspace/app/mkbd/main.c 	errno_t rc = usb_hid_parse_report(report, buffer, size, &report_id);
errno_t           168 uspace/app/mkbd/main.c static errno_t wait_for_quit_fibril(void *arg)
errno_t           176 uspace/app/mkbd/main.c 		errno_t rc = console_get_event(con, &ev);
errno_t           221 uspace/app/mkbd/main.c 	errno_t rc = usb_resolve_device_handle(devpath, &dev_handle);
errno_t           115 uspace/app/mkexfat/mkexfat.c static errno_t
errno_t           119 uspace/app/mkexfat/mkexfat.c static errno_t
errno_t           253 uspace/app/mkexfat/mkexfat.c 	errno_t rc;
errno_t           309 uspace/app/mkexfat/mkexfat.c static errno_t
errno_t           315 uspace/app/mkexfat/mkexfat.c 	errno_t rc;
errno_t           373 uspace/app/mkexfat/mkexfat.c static errno_t
errno_t           379 uspace/app/mkexfat/mkexfat.c 	errno_t rc;
errno_t           427 uspace/app/mkexfat/mkexfat.c static errno_t
errno_t           432 uspace/app/mkexfat/mkexfat.c 	errno_t rc;
errno_t           467 uspace/app/mkexfat/mkexfat.c static errno_t
errno_t           471 uspace/app/mkexfat/mkexfat.c 	errno_t rc;
errno_t           526 uspace/app/mkexfat/mkexfat.c static errno_t
errno_t           531 uspace/app/mkexfat/mkexfat.c 	errno_t rc = EOK;
errno_t           574 uspace/app/mkexfat/mkexfat.c static errno_t
errno_t           577 uspace/app/mkexfat/mkexfat.c 	errno_t rc = EOK;
errno_t           626 uspace/app/mkexfat/mkexfat.c static errno_t
errno_t           632 uspace/app/mkexfat/mkexfat.c 	errno_t rc;
errno_t           792 uspace/app/mkexfat/mkexfat.c 	errno_t rc;
errno_t            47 uspace/app/mkext4/mkext4.c static errno_t ext4_version_parse(const char *, ext4_cfg_ver_t *);
errno_t            51 uspace/app/mkext4/mkext4.c 	errno_t rc;
errno_t           207 uspace/app/mkext4/mkext4.c static errno_t ext4_version_parse(const char *str, ext4_cfg_ver_t *ver)
errno_t            90 uspace/app/mkfat/mkfat.c static errno_t fat_params_compute(struct fat_cfg *cfg);
errno_t            91 uspace/app/mkfat/mkfat.c static errno_t fat_blocks_write(struct fat_cfg const *cfg, service_id_t service_id);
errno_t            92 uspace/app/mkfat/mkfat.c static errno_t fat_bootsec_create(struct fat_cfg const *cfg, struct fat_bs *bs);
errno_t            98 uspace/app/mkfat/mkfat.c 	errno_t rc;
errno_t           264 uspace/app/mkfat/mkfat.c static errno_t fat_label_encode(void *dest, const char *src)
errno_t           297 uspace/app/mkfat/mkfat.c static errno_t fat_params_compute(struct fat_cfg *cfg)
errno_t           369 uspace/app/mkfat/mkfat.c static errno_t fat_blocks_write(struct fat_cfg const *cfg, service_id_t service_id)
errno_t           375 uspace/app/mkfat/mkfat.c 	errno_t rc;
errno_t           467 uspace/app/mkfat/mkfat.c static errno_t fat_bootsec_create(struct fat_cfg const *cfg, struct fat_bs *bs)
errno_t           472 uspace/app/mkfat/mkfat.c 	errno_t rc;
errno_t            85 uspace/app/mkmfs/mkmfs.c static errno_t	init_superblock(struct mfs_sb_info *sb);
errno_t            86 uspace/app/mkmfs/mkmfs.c static errno_t	write_superblock(const struct mfs_sb_info *sbi);
errno_t            87 uspace/app/mkmfs/mkmfs.c static errno_t	write_superblock3(const struct mfs_sb_info *sbi);
errno_t            88 uspace/app/mkmfs/mkmfs.c static errno_t	init_bitmaps(const struct mfs_sb_info *sb);
errno_t            89 uspace/app/mkmfs/mkmfs.c static errno_t	init_inode_table(const struct mfs_sb_info *sb);
errno_t            90 uspace/app/mkmfs/mkmfs.c static errno_t	make_root_ino(const struct mfs_sb_info *sb);
errno_t            91 uspace/app/mkmfs/mkmfs.c static errno_t	make_root_ino2(const struct mfs_sb_info *sb);
errno_t            93 uspace/app/mkmfs/mkmfs.c static errno_t	insert_dentries(const struct mfs_sb_info *sb);
errno_t            95 uspace/app/mkmfs/mkmfs.c static inline errno_t write_block(aoff64_t off, size_t size, const void *data);
errno_t           112 uspace/app/mkmfs/mkmfs.c 	errno_t rc;
errno_t           298 uspace/app/mkmfs/mkmfs.c static errno_t insert_dentries(const struct mfs_sb_info *sb)
errno_t           302 uspace/app/mkmfs/mkmfs.c 	errno_t rc;
errno_t           351 uspace/app/mkmfs/mkmfs.c static errno_t init_inode_table(const struct mfs_sb_info *sb)
errno_t           355 uspace/app/mkmfs/mkmfs.c 	errno_t rc = EOK;
errno_t           384 uspace/app/mkmfs/mkmfs.c static errno_t make_root_ino(const struct mfs_sb_info *sb)
errno_t           387 uspace/app/mkmfs/mkmfs.c 	errno_t rc;
errno_t           421 uspace/app/mkmfs/mkmfs.c static errno_t make_root_ino2(const struct mfs_sb_info *sb)
errno_t           424 uspace/app/mkmfs/mkmfs.c 	errno_t rc;
errno_t           460 uspace/app/mkmfs/mkmfs.c static errno_t init_superblock(struct mfs_sb_info *sb)
errno_t           466 uspace/app/mkmfs/mkmfs.c 	errno_t rc;
errno_t           567 uspace/app/mkmfs/mkmfs.c static errno_t write_superblock(const struct mfs_sb_info *sbi)
errno_t           570 uspace/app/mkmfs/mkmfs.c 	errno_t rc;
errno_t           600 uspace/app/mkmfs/mkmfs.c static errno_t write_superblock3(const struct mfs_sb_info *sbi)
errno_t           603 uspace/app/mkmfs/mkmfs.c 	errno_t rc;
errno_t           633 uspace/app/mkmfs/mkmfs.c static errno_t init_bitmaps(const struct mfs_sb_info *sb)
errno_t           640 uspace/app/mkmfs/mkmfs.c 	errno_t rc = EOK;
errno_t           707 uspace/app/mkmfs/mkmfs.c static inline errno_t write_block(aoff64_t off, size_t size, const void *data)
errno_t           710 uspace/app/mkmfs/mkmfs.c 		errno_t rc;
errno_t            89 uspace/app/modplay/modplay.c 	errno_t rc;
errno_t            50 uspace/app/nav/main.c 	errno_t rc;
errno_t            52 uspace/app/nav/menu.c errno_t nav_menu_create(ui_window_t *window, nav_menu_t **rmenu)
errno_t            61 uspace/app/nav/menu.c 	errno_t rc;
errno_t            44 uspace/app/nav/menu.h extern errno_t nav_menu_create(ui_window_t *, nav_menu_t **);
errno_t           127 uspace/app/nav/nav.c errno_t navigator_create(const char *display_spec,
errno_t           136 uspace/app/nav/nav.c 	errno_t rc;
errno_t           253 uspace/app/nav/nav.c errno_t navigator_run(const char *display_spec)
errno_t           256 uspace/app/nav/nav.c 	errno_t rc;
errno_t           295 uspace/app/nav/nav.c 	errno_t rc;
errno_t            43 uspace/app/nav/nav.h extern errno_t navigator_create(const char *, navigator_t **);
errno_t            45 uspace/app/nav/nav.h extern errno_t navigator_run(const char *);
errno_t            50 uspace/app/nav/panel.c static errno_t panel_ctl_paint(void *);
errno_t            78 uspace/app/nav/panel.c errno_t panel_create(ui_window_t *window, bool active, panel_t **rpanel)
errno_t            81 uspace/app/nav/panel.c 	errno_t rc;
errno_t           152 uspace/app/nav/panel.c errno_t panel_paint(panel_t *panel)
errno_t           159 uspace/app/nav/panel.c 	errno_t rc;
errno_t           283 uspace/app/nav/panel.c errno_t panel_activate(panel_t *panel)
errno_t           285 uspace/app/nav/panel.c 	errno_t rc;
errno_t           323 uspace/app/nav/panel.c errno_t panel_ctl_paint(void *arg)
errno_t           362 uspace/app/nav/panel.c errno_t panel_read_dir(panel_t *panel, const char *dirname)
errno_t           388 uspace/app/nav/panel.c static errno_t panel_open_file(panel_t *panel, const char *fname)
errno_t           394 uspace/app/nav/panel.c 	errno_t rc;
errno_t            48 uspace/app/nav/panel.h extern errno_t panel_create(ui_window_t *, bool, panel_t **);
errno_t            51 uspace/app/nav/panel.h extern errno_t panel_paint(panel_t *);
errno_t            57 uspace/app/nav/panel.h extern errno_t panel_activate(panel_t *);
errno_t            59 uspace/app/nav/panel.h extern errno_t panel_read_dir(panel_t *, const char *);
errno_t            60 uspace/app/nav/test/menu.c 	errno_t rc;
errno_t            87 uspace/app/nav/test/menu.c 	errno_t rc;
errno_t           118 uspace/app/nav/test/menu.c 	errno_t rc;
errno_t            41 uspace/app/nav/test/nav.c 	errno_t rc;
errno_t            54 uspace/app/nav/test/nav.c 	errno_t rc;
errno_t            71 uspace/app/nav/test/nav.c 	errno_t rc;
errno_t            61 uspace/app/nav/test/panel.c 	errno_t rc;
errno_t            87 uspace/app/nav/test/panel.c 	errno_t rc;
errno_t           118 uspace/app/nav/test/panel.c 	errno_t rc;
errno_t           148 uspace/app/nav/test/panel.c 	errno_t rc;
errno_t           179 uspace/app/nav/test/panel.c 	errno_t rc;
errno_t           236 uspace/app/nav/test/panel.c 	errno_t rc;
errno_t           273 uspace/app/nav/test/panel.c 	errno_t rc;
errno_t           304 uspace/app/nav/test/panel.c 	errno_t rc;
errno_t           335 uspace/app/nav/test/panel.c 	errno_t rc;
errno_t           365 uspace/app/nav/test/panel.c 	errno_t rc;
errno_t            73 uspace/app/netecho/comm.c 	errno_t rc;
errno_t           111 uspace/app/netecho/comm.c errno_t comm_open_listen(const char *port_s)
errno_t           114 uspace/app/netecho/comm.c 	errno_t rc;
errno_t           144 uspace/app/netecho/comm.c errno_t comm_open_talkto(const char *hostport)
errno_t           148 uspace/app/netecho/comm.c 	errno_t rc;
errno_t           184 uspace/app/netecho/comm.c errno_t comm_send(void *data, size_t size)
errno_t           186 uspace/app/netecho/comm.c 	errno_t rc = udp_assoc_send_msg(assoc, NULL, data, size);
errno_t            41 uspace/app/netecho/comm.h extern errno_t comm_open_listen(const char *);
errno_t            42 uspace/app/netecho/comm.h extern errno_t comm_open_talkto(const char *);
errno_t            44 uspace/app/netecho/comm.h extern errno_t comm_send(void *, size_t);
errno_t            77 uspace/app/netecho/netecho.c 	errno_t rc;
errno_t           123 uspace/app/netecho/netecho.c 	errno_t rc;
errno_t           142 uspace/app/netecho/netecho.c 	errno_t rc;
errno_t           159 uspace/app/netecho/netecho.c 	errno_t rc;
errno_t            76 uspace/app/nic/nic.c 	errno_t rc;
errno_t           114 uspace/app/nic/nic.c static errno_t nic_get_info(service_id_t svc_id, char *svc_name,
errno_t           119 uspace/app/nic/nic.c 	errno_t rc;
errno_t           277 uspace/app/nic/nic.c static errno_t nic_list(void)
errno_t           285 uspace/app/nic/nic.c 	errno_t rc;
errno_t           348 uspace/app/nic/nic.c static errno_t nic_set_speed(int i, char *str)
errno_t           355 uspace/app/nic/nic.c 	errno_t rc;
errno_t           383 uspace/app/nic/nic.c static errno_t nic_set_duplex(int i, char *str)
errno_t           390 uspace/app/nic/nic.c 	errno_t rc;
errno_t           421 uspace/app/nic/nic.c static errno_t nic_set_autoneg(int i)
errno_t           424 uspace/app/nic/nic.c 	errno_t rc;
errno_t           441 uspace/app/nic/nic.c static errno_t nic_set_addr(int i, char *str)
errno_t           445 uspace/app/nic/nic.c 	errno_t rc;
errno_t           470 uspace/app/nic/nic.c static errno_t nic_set_rx_unicast(int i, char *str)
errno_t           504 uspace/app/nic/nic.c static errno_t nic_set_rx_multicast(int i, char *str)
errno_t           533 uspace/app/nic/nic.c static errno_t nic_set_rx_broadcast(int i, char *str)
errno_t           559 uspace/app/nic/nic.c 	errno_t rc;
errno_t            71 uspace/app/nterm/conn.c 	errno_t rc;
errno_t            88 uspace/app/nterm/conn.c errno_t conn_open(const char *hostport)
errno_t            92 uspace/app/nterm/conn.c 	errno_t rc;
errno_t           128 uspace/app/nterm/conn.c errno_t conn_send(void *data, size_t size)
errno_t           130 uspace/app/nterm/conn.c 	errno_t rc = tcp_conn_send(conn, data, size);
errno_t            41 uspace/app/nterm/conn.h extern errno_t conn_open(const char *);
errno_t            42 uspace/app/nterm/conn.h extern errno_t conn_send(void *, size_t);
errno_t            64 uspace/app/nterm/nterm.c 	errno_t rc;
errno_t           113 uspace/app/nterm/nterm.c 	errno_t rc;
errno_t            50 uspace/app/ofw/ofw.c static errno_t ofw_print_subtree(const char *, bool);
errno_t            51 uspace/app/ofw/ofw.c static errno_t ofw_print_properties(const char *);
errno_t            55 uspace/app/ofw/ofw.c 	errno_t rc;
errno_t           111 uspace/app/ofw/ofw.c static errno_t ofw_print_subtree(const char *path, bool verbose)
errno_t           115 uspace/app/ofw/ofw.c 	errno_t rc;
errno_t           150 uspace/app/ofw/ofw.c static errno_t ofw_print_properties(const char *ofwpath)
errno_t           156 uspace/app/ofw/ofw.c 	errno_t rc;
errno_t            52 uspace/app/pci/pci.c static errno_t pci_list(void);
errno_t            53 uspace/app/pci/pci.c static errno_t pci_list_bridge(const char *);
errno_t            54 uspace/app/pci/pci.c static errno_t pci_list_bridge_id(service_id_t);
errno_t            58 uspace/app/pci/pci.c 	errno_t rc;
errno_t           106 uspace/app/pci/pci.c static errno_t pci_list(void)
errno_t           108 uspace/app/pci/pci.c 	errno_t rc;
errno_t           148 uspace/app/pci/pci.c static errno_t pci_list_bridge(const char *svc_name)
errno_t           150 uspace/app/pci/pci.c 	errno_t rc;
errno_t           167 uspace/app/pci/pci.c static errno_t pci_list_bridge_id(service_id_t svc_id)
errno_t           169 uspace/app/pci/pci.c 	errno_t rc;
errno_t            73 uspace/app/ping/ping.c static errno_t ping_ev_recv(inetping_sdu_t *);
errno_t           111 uspace/app/ping/ping.c static errno_t ping_ev_recv(inetping_sdu_t *sdu)
errno_t           114 uspace/app/ping/ping.c 	errno_t rc = inet_addr_format(&src_addr, &asrc);
errno_t           135 uspace/app/ping/ping.c static errno_t ping_send(uint16_t seq_no)
errno_t           145 uspace/app/ping/ping.c 	errno_t rc = inetping_send(&sdu);
errno_t           153 uspace/app/ping/ping.c static errno_t transmit_fibril(void *arg)
errno_t           165 uspace/app/ping/ping.c 		errno_t rc = fibril_condvar_wait_timeout(&received_cv, &received_lock,
errno_t           192 uspace/app/ping/ping.c static errno_t input_fibril(void *arg)
errno_t           198 uspace/app/ping/ping.c 		errno_t rc;
errno_t           228 uspace/app/ping/ping.c 	errno_t rc = inetping_init(&ev_ops);
errno_t            52 uspace/app/pkg/pkg.c static errno_t cmd_runl(const char *path, ...)
errno_t            68 uspace/app/pkg/pkg.c 	errno_t rc = task_spawn(&id, &wait, path, cnt, ap);
errno_t           102 uspace/app/pkg/pkg.c static errno_t pkg_install(int argc, char *argv[])
errno_t           108 uspace/app/pkg/pkg.c 	errno_t rc;
errno_t           182 uspace/app/pkg/pkg.c 	errno_t rc;
errno_t            61 uspace/app/redir/redir.c 	errno_t rc = vfs_lookup_open(path, WALK_REGULAR | flags, mode, &oldfd);
errno_t            83 uspace/app/redir/redir.c 	errno_t rc;
errno_t           188 uspace/app/sbi/src/bigint.c errno_t bigint_get_value_int(bigint_t *bigint, int *dval)
errno_t            40 uspace/app/sbi/src/bigint.h errno_t bigint_get_value_int(bigint_t *bigint, int *dval);
errno_t            75 uspace/app/sbi/src/builtin/bi_char.c 	errno_t rc;
errno_t           109 uspace/app/sbi/src/builtin/bi_console.c 	errno_t rc;
errno_t           127 uspace/app/sbi/src/builtin/bi_string.c 	errno_t rc;
errno_t            47 uspace/app/sbi/src/input.c static errno_t input_init_file(input_t *input, const char *fname);
errno_t            59 uspace/app/sbi/src/input.c errno_t input_new_file(input_t **input, const char *fname)
errno_t            73 uspace/app/sbi/src/input.c errno_t input_new_interactive(input_t **input)
errno_t            89 uspace/app/sbi/src/input.c errno_t input_new_string(input_t **input, const char *str)
errno_t           106 uspace/app/sbi/src/input.c static errno_t input_init_file(input_t *input, const char *fname)
errno_t           176 uspace/app/sbi/src/input.c errno_t input_get_line(input_t *input, char **line)
errno_t            34 uspace/app/sbi/src/input.h errno_t input_new_file(input_t **input, const char *fname);
errno_t            35 uspace/app/sbi/src/input.h errno_t input_new_interactive(input_t **input);
errno_t            36 uspace/app/sbi/src/input.h errno_t input_new_string(input_t **input, const char *str);
errno_t            38 uspace/app/sbi/src/input.h errno_t input_get_line(input_t *input, char **line);
errno_t           259 uspace/app/sbi/src/lex.c 	errno_t rc;
errno_t           769 uspace/app/sbi/src/lex.c 	errno_t rc;
errno_t            63 uspace/app/sbi/src/main.c 	errno_t rc;
errno_t           153 uspace/app/sbi/src/os/helenos.c errno_t os_str_get_char(const char *str, int index, int *out_char)
errno_t           212 uspace/app/sbi/src/os/helenos.c errno_t os_input_line(const char *prompt, char **ptr)
errno_t           215 uspace/app/sbi/src/os/helenos.c 	errno_t rc;
errno_t           249 uspace/app/sbi/src/os/helenos.c errno_t os_exec(char *const cmd[])
errno_t           254 uspace/app/sbi/src/os/helenos.c 	errno_t rc;
errno_t            39 uspace/app/sbi/src/os/os.h errno_t os_str_get_char(const char *str, int index, int *out_char);
errno_t            42 uspace/app/sbi/src/os/os.h errno_t os_input_line(const char *prompt, char **ptr);
errno_t            43 uspace/app/sbi/src/os/os.h errno_t os_exec(char *const cmd[]);
errno_t           116 uspace/app/sbi/src/os/posix.c errno_t os_str_cmp(const char *a, const char *b)
errno_t           149 uspace/app/sbi/src/os/posix.c errno_t os_str_get_char(const char *str, int index, int *out_char)
errno_t           195 uspace/app/sbi/src/os/posix.c errno_t os_input_line(const char *prompt, char **ptr)
errno_t           216 uspace/app/sbi/src/os/posix.c errno_t os_exec(char *const cmd[])
errno_t            57 uspace/app/sbi/src/program.c errno_t program_file_process(stree_program_t *program, const char *fname)
errno_t            62 uspace/app/sbi/src/program.c 	errno_t rc;
errno_t            93 uspace/app/sbi/src/program.c errno_t program_lib_process(stree_program_t *program)
errno_t            95 uspace/app/sbi/src/program.c 	errno_t rc;
errno_t            34 uspace/app/sbi/src/program.h errno_t program_file_process(stree_program_t *program, const char *fname);
errno_t            35 uspace/app/sbi/src/program.h errno_t program_lib_process(stree_program_t *program);
errno_t          1415 uspace/app/sbi/src/run_expr.c 	errno_t rc;
errno_t          2289 uspace/app/sbi/src/run_expr.c 	errno_t rc;
errno_t          2478 uspace/app/sbi/src/run_expr.c 	errno_t rc1, rc2;
errno_t          1929 uspace/app/sbi/src/stype.c errno_t stype_targs_check_equal(stype_t *stype, tdata_item_t *a_ti,
errno_t            52 uspace/app/sbi/src/stype.h errno_t stype_targs_check_equal(stype_t *stype, tdata_item_t *a_ti,
errno_t            53 uspace/app/sportdmp/sportdmp.c 	errno_t rc;
errno_t           437 uspace/app/stats/stats.c 			errno_t ret = arg_parse_int(argc, argv, &i, &tmp, off);
errno_t           453 uspace/app/stats/stats.c 			errno_t ret = arg_parse_int(argc, argv, &i, &tmp, off);
errno_t            63 uspace/app/sysinfo/sysinfo.c static errno_t print_item_val(char *ipath)
errno_t            66 uspace/app/sysinfo/sysinfo.c 	errno_t rc = sysinfo_get_value(ipath, &value);
errno_t            56 uspace/app/sysinst/futil.c errno_t futil_copy_file(const char *srcp, const char *destp)
errno_t            60 uspace/app/sysinst/futil.c 	errno_t rc;
errno_t           106 uspace/app/sysinst/futil.c errno_t futil_rcopy_contents(const char *srcdir, const char *destdir)
errno_t           112 uspace/app/sysinst/futil.c 	errno_t rc;
errno_t           160 uspace/app/sysinst/futil.c errno_t futil_get_file(const char *srcp, void **rdata, size_t *rsize)
errno_t           164 uspace/app/sysinst/futil.c 	errno_t rc;
errno_t            43 uspace/app/sysinst/futil.h extern errno_t futil_copy_file(const char *, const char *);
errno_t            44 uspace/app/sysinst/futil.h extern errno_t futil_rcopy_contents(const char *, const char *);
errno_t            45 uspace/app/sysinst/futil.h extern errno_t futil_get_file(const char *, void **, size_t *);
errno_t            51 uspace/app/sysinst/rdimg.c static errno_t rd_img_part_by_label(vol_t *vol, const char *label,
errno_t            58 uspace/app/sysinst/rdimg.c 	errno_t rc;
errno_t            96 uspace/app/sysinst/rdimg.c errno_t rd_img_open(const char *imgpath, char **rpath, rd_img_t **rimg)
errno_t           100 uspace/app/sysinst/rdimg.c 	errno_t rc;
errno_t           169 uspace/app/sysinst/rdimg.c errno_t rd_img_close(rd_img_t *img)
errno_t           171 uspace/app/sysinst/rdimg.c 	errno_t rc;
errno_t            49 uspace/app/sysinst/rdimg.h extern errno_t rd_img_open(const char *, char **, rd_img_t **);
errno_t            50 uspace/app/sysinst/rdimg.h extern errno_t rd_img_close(rd_img_t *);
errno_t            93 uspace/app/sysinst/sysinst.c static errno_t sysinst_label_dev(const char *dev, service_id_t *psvc_id)
errno_t           102 uspace/app/sysinst/sysinst.c 	errno_t rc;
errno_t           173 uspace/app/sysinst/sysinst.c static errno_t sysinst_setup_sysvol(void)
errno_t           175 uspace/app/sysinst/sysinst.c 	errno_t rc;
errno_t           213 uspace/app/sysinst/sysinst.c static errno_t sysinst_copy_boot_files(void)
errno_t           215 uspace/app/sysinst/sysinst.c 	errno_t rc;
errno_t           230 uspace/app/sysinst/sysinst.c static errno_t sysinst_customize_initrd(void)
errno_t           232 uspace/app/sysinst/sysinst.c 	errno_t rc;
errno_t           331 uspace/app/sysinst/sysinst.c static errno_t sysinst_copy_boot_blocks(const char *devp)
errno_t           343 uspace/app/sysinst/sysinst.c 	errno_t rc;
errno_t           425 uspace/app/sysinst/sysinst.c static errno_t sysinst_eject_dev(service_id_t part_id)
errno_t           428 uspace/app/sysinst/sysinst.c 	errno_t rc;
errno_t           453 uspace/app/sysinst/sysinst.c static errno_t sysinst_install(const char *dev)
errno_t           455 uspace/app/sysinst/sysinst.c 	errno_t rc;
errno_t            59 uspace/app/sysinst/volume.c static errno_t vol_volume_lookup_ref_locked(vol_volumes_t *, const char *,
errno_t            61 uspace/app/sysinst/volume.c static errno_t vol_volumes_load(sif_node_t *, vol_volumes_t *);
errno_t           111 uspace/app/sysinst/volume.c errno_t vol_volumes_create(const char *cfg_path,
errno_t           119 uspace/app/sysinst/volume.c 	errno_t rc;
errno_t           240 uspace/app/sysinst/volume.c static errno_t vol_volume_lookup_ref_locked(vol_volumes_t *volumes,
errno_t           287 uspace/app/sysinst/volume.c errno_t vol_volume_lookup_ref(vol_volumes_t *volumes, const char *label,
errno_t           290 uspace/app/sysinst/volume.c 	errno_t rc;
errno_t           307 uspace/app/sysinst/volume.c static errno_t vol_volume_find_by_id_ref_locked(vol_volumes_t *volumes,
errno_t           339 uspace/app/sysinst/volume.c errno_t vol_volume_find_by_id_ref(vol_volumes_t *volumes, volume_id_t vid,
errno_t           342 uspace/app/sysinst/volume.c 	errno_t rc;
errno_t           381 uspace/app/sysinst/volume.c errno_t vol_volume_set_mountp(vol_volume_t *volume, const char *mountp)
errno_t           385 uspace/app/sysinst/volume.c 	errno_t rc;
errno_t           488 uspace/app/sysinst/volume.c errno_t vol_get_ids(vol_volumes_t *volumes, volume_id_t *id_buf,
errno_t           530 uspace/app/sysinst/volume.c static errno_t vol_volumes_load(sif_node_t *nvolumes, vol_volumes_t *volumes)
errno_t           536 uspace/app/sysinst/volume.c 	errno_t rc;
errno_t           587 uspace/app/sysinst/volume.c errno_t vol_volume_get_info(vol_volume_t *volume, vol_info_t *vinfo)
errno_t            43 uspace/app/sysinst/volume.h extern errno_t vol_volumes_create(const char *, vol_volumes_t **);
errno_t            45 uspace/app/sysinst/volume.h extern errno_t vol_volume_lookup_ref(vol_volumes_t *, const char *,
errno_t            47 uspace/app/sysinst/volume.h extern errno_t vol_volume_find_by_id_ref(vol_volumes_t *, volume_id_t,
errno_t            50 uspace/app/sysinst/volume.h extern errno_t vol_volume_set_mountp(vol_volume_t *, const char *);
errno_t            51 uspace/app/sysinst/volume.h extern errno_t vol_get_ids(vol_volumes_t *, volume_id_t *, size_t,
errno_t            53 uspace/app/sysinst/volume.h extern errno_t vol_volume_get_info(vol_volume_t *, vol_info_t *);
errno_t            49 uspace/app/taskbar-cfg/main.c 	errno_t rc;
errno_t            86 uspace/app/taskbar-cfg/smeedit.c errno_t smeedit_create(startmenu_t *smenu, startmenu_entry_t *smentry,
errno_t            98 uspace/app/taskbar-cfg/smeedit.c 	errno_t rc;
errno_t           384 uspace/app/taskbar-cfg/smeedit.c 	errno_t rc;
errno_t            42 uspace/app/taskbar-cfg/smeedit.h extern errno_t smeedit_create(startmenu_t *, startmenu_entry_t *, smeedit_t **);
errno_t           101 uspace/app/taskbar-cfg/startmenu.c errno_t startmenu_create(taskbar_cfg_t *tbcfg, startmenu_t **rsmenu)
errno_t           106 uspace/app/taskbar-cfg/startmenu.c 	errno_t rc;
errno_t           405 uspace/app/taskbar-cfg/startmenu.c errno_t startmenu_populate(startmenu_t *smenu, tbarcfg_t *tbarcfg)
errno_t           409 uspace/app/taskbar-cfg/startmenu.c 	errno_t rc;
errno_t           452 uspace/app/taskbar-cfg/startmenu.c errno_t startmenu_insert(startmenu_t *smenu, smenu_entry_t *entry,
errno_t           458 uspace/app/taskbar-cfg/startmenu.c 	errno_t rc;
errno_t           510 uspace/app/taskbar-cfg/startmenu.c 	errno_t rc;
errno_t           528 uspace/app/taskbar-cfg/startmenu.c 	errno_t rc;
errno_t           547 uspace/app/taskbar-cfg/startmenu.c 	errno_t rc;
errno_t           571 uspace/app/taskbar-cfg/startmenu.c errno_t startmenu_entry_update(startmenu_entry_t *entry)
errno_t           622 uspace/app/taskbar-cfg/startmenu.c 	errno_t rc;
errno_t           675 uspace/app/taskbar-cfg/startmenu.c 	errno_t rc;
errno_t           702 uspace/app/taskbar-cfg/startmenu.c 	errno_t rc;
errno_t            43 uspace/app/taskbar-cfg/startmenu.h extern errno_t startmenu_create(taskbar_cfg_t *, startmenu_t **);
errno_t            44 uspace/app/taskbar-cfg/startmenu.h extern errno_t startmenu_populate(startmenu_t *, tbarcfg_t *);
errno_t            46 uspace/app/taskbar-cfg/startmenu.h extern errno_t startmenu_insert(startmenu_t *, smenu_entry_t *,
errno_t            52 uspace/app/taskbar-cfg/startmenu.h extern errno_t startmenu_entry_update(startmenu_entry_t *);
errno_t            70 uspace/app/taskbar-cfg/taskbar-cfg.c errno_t taskbar_cfg_create(const char *display_spec, taskbar_cfg_t **rdcfg)
errno_t            78 uspace/app/taskbar-cfg/taskbar-cfg.c 	errno_t rc;
errno_t           167 uspace/app/taskbar-cfg/taskbar-cfg.c errno_t taskbar_cfg_open(taskbar_cfg_t *tbcfg, const char *cfg_repo)
errno_t           169 uspace/app/taskbar-cfg/taskbar-cfg.c 	errno_t rc;
errno_t           190 uspace/app/taskbar-cfg/taskbar-cfg.c errno_t taskbar_cfg_populate(taskbar_cfg_t *tbcfg)
errno_t           192 uspace/app/taskbar-cfg/taskbar-cfg.c 	errno_t rc;
errno_t            41 uspace/app/taskbar-cfg/taskbar-cfg.h extern errno_t taskbar_cfg_create(const char *, taskbar_cfg_t **);
errno_t            42 uspace/app/taskbar-cfg/taskbar-cfg.h extern errno_t taskbar_cfg_open(taskbar_cfg_t *, const char *);
errno_t            43 uspace/app/taskbar-cfg/taskbar-cfg.h extern errno_t taskbar_cfg_populate(taskbar_cfg_t *);
errno_t            51 uspace/app/taskbar-cfg/test/startmenu.c 	errno_t rc;
errno_t            69 uspace/app/taskbar-cfg/test/startmenu.c 	errno_t rc;
errno_t            93 uspace/app/taskbar-cfg/test/startmenu.c 	errno_t rc;
errno_t           151 uspace/app/taskbar-cfg/test/startmenu.c 	errno_t rc;
errno_t           183 uspace/app/taskbar-cfg/test/startmenu.c 	errno_t rc;
errno_t            42 uspace/app/taskbar-cfg/test/taskbar-cfg.c 	errno_t rc;
errno_t            50 uspace/app/taskbar/clock.c static errno_t taskbar_clock_ctl_paint(void *);
errno_t            69 uspace/app/taskbar/clock.c errno_t taskbar_clock_create(ui_window_t *window, taskbar_clock_t **rclock)
errno_t            72 uspace/app/taskbar/clock.c 	errno_t rc;
errno_t           134 uspace/app/taskbar/clock.c static errno_t taskbar_clock_get_text(taskbar_clock_t *clock, char *buf,
errno_t           139 uspace/app/taskbar/clock.c 	errno_t rc;
errno_t           155 uspace/app/taskbar/clock.c errno_t taskbar_clock_paint(taskbar_clock_t *clock)
errno_t           164 uspace/app/taskbar/clock.c 	errno_t rc;
errno_t           284 uspace/app/taskbar/clock.c errno_t taskbar_clock_ctl_paint(void *arg)
errno_t            48 uspace/app/taskbar/clock.h extern errno_t taskbar_clock_create(ui_window_t *, taskbar_clock_t **);
errno_t            50 uspace/app/taskbar/clock.h extern errno_t taskbar_clock_paint(taskbar_clock_t *);
errno_t            50 uspace/app/taskbar/main.c 	errno_t rc;
errno_t           126 uspace/app/taskbar/taskbar.c errno_t taskbar_create(const char *display_spec, const char *wndmgt_svc,
errno_t           135 uspace/app/taskbar/taskbar.c 	errno_t rc;
errno_t            43 uspace/app/taskbar/taskbar.h extern errno_t taskbar_create(const char *, const char *, taskbar_t **);
errno_t            65 uspace/app/taskbar/tbsmenu.c static errno_t tbsmenu_entry_start(tbsmenu_entry_t *);
errno_t            76 uspace/app/taskbar/tbsmenu.c errno_t tbsmenu_create(ui_window_t *window, ui_fixed_t *fixed,
errno_t            81 uspace/app/taskbar/tbsmenu.c 	errno_t rc;
errno_t           136 uspace/app/taskbar/tbsmenu.c errno_t tbsmenu_load(tbsmenu_t *tbsmenu, const char *repopath)
errno_t           145 uspace/app/taskbar/tbsmenu.c 	errno_t rc;
errno_t           282 uspace/app/taskbar/tbsmenu.c errno_t tbsmenu_add(tbsmenu_t *tbsmenu, const char *caption,
errno_t           285 uspace/app/taskbar/tbsmenu.c 	errno_t rc;
errno_t           332 uspace/app/taskbar/tbsmenu.c errno_t tbsmenu_add_sep(tbsmenu_t *tbsmenu, tbsmenu_entry_t **rentry)
errno_t           334 uspace/app/taskbar/tbsmenu.c 	errno_t rc;
errno_t           486 uspace/app/taskbar/tbsmenu.c static errno_t tbsmenu_cmd_split(const char *str, tbsmenu_cmd_t *cmd)
errno_t           562 uspace/app/taskbar/tbsmenu.c static errno_t tbsmenu_cmd_subst(tbsmenu_cmd_t *cmd, tbsmenu_entry_t *entry,
errno_t           591 uspace/app/taskbar/tbsmenu.c static errno_t tbsmenu_entry_start(tbsmenu_entry_t *entry)
errno_t           606 uspace/app/taskbar/tbsmenu.c 	errno_t rc;
errno_t            48 uspace/app/taskbar/tbsmenu.h extern errno_t tbsmenu_create(ui_window_t *, ui_fixed_t *, const char *,
errno_t            50 uspace/app/taskbar/tbsmenu.h extern errno_t tbsmenu_load(tbsmenu_t *, const char *);
errno_t            57 uspace/app/taskbar/tbsmenu.h extern errno_t tbsmenu_add(tbsmenu_t *, const char *, const char *, bool,
errno_t            59 uspace/app/taskbar/tbsmenu.h extern errno_t tbsmenu_add_sep(tbsmenu_t *, tbsmenu_entry_t **);
errno_t            43 uspace/app/taskbar/test/clock.c 	errno_t rc;
errno_t            70 uspace/app/taskbar/test/clock.c 	errno_t rc;
errno_t           100 uspace/app/taskbar/test/clock.c 	errno_t rc;
errno_t           135 uspace/app/taskbar/test/clock.c 	errno_t rc;
errno_t           170 uspace/app/taskbar/test/clock.c 	errno_t rc;
errno_t           204 uspace/app/taskbar/test/clock.c 	errno_t rc;
errno_t            40 uspace/app/taskbar/test/taskbar.c 	errno_t rc;
errno_t            43 uspace/app/taskbar/test/tbsmenu.c 	errno_t rc;
errno_t            74 uspace/app/taskbar/test/tbsmenu.c 	errno_t rc;
errno_t            45 uspace/app/taskbar/test/wndlist.c static errno_t test_get_window_list(void *, wndmgt_window_list_t **);
errno_t            46 uspace/app/taskbar/test/wndlist.c static errno_t test_get_window_info(void *, sysarg_t, wndmgt_window_info_t **);
errno_t            59 uspace/app/taskbar/test/wndlist.c 	errno_t rc;
errno_t            91 uspace/app/taskbar/test/wndlist.c 	errno_t rc;
errno_t           134 uspace/app/taskbar/test/wndlist.c 	errno_t rc;
errno_t           188 uspace/app/taskbar/test/wndlist.c 	errno_t rc;
errno_t           229 uspace/app/taskbar/test/wndlist.c 	errno_t rc;
errno_t           277 uspace/app/taskbar/test/wndlist.c 	errno_t rc;
errno_t           325 uspace/app/taskbar/test/wndlist.c 	errno_t rc;
errno_t           366 uspace/app/taskbar/test/wndlist.c 	errno_t rc;
errno_t           413 uspace/app/taskbar/test/wndlist.c 	errno_t rc;
errno_t           463 uspace/app/taskbar/test/wndlist.c 	errno_t rc;
errno_t           506 uspace/app/taskbar/test/wndlist.c 	errno_t rc;
errno_t           554 uspace/app/taskbar/test/wndlist.c 	errno_t rc;
errno_t           606 uspace/app/taskbar/test/wndlist.c static errno_t test_get_window_list(void *arg, wndmgt_window_list_t **rlist)
errno_t           628 uspace/app/taskbar/test/wndlist.c static errno_t test_get_window_info(void *arg, sysarg_t wnd_id,
errno_t            89 uspace/app/taskbar/wndlist.c errno_t wndlist_create(ui_window_t *window, ui_fixed_t *fixed,
errno_t            94 uspace/app/taskbar/wndlist.c 	errno_t rc;
errno_t           133 uspace/app/taskbar/wndlist.c errno_t wndlist_open_wm(wndlist_t *wndlist, const char *wndmgt_svc)
errno_t           135 uspace/app/taskbar/wndlist.c 	errno_t rc;
errno_t           209 uspace/app/taskbar/wndlist.c errno_t wndlist_append(wndlist_t *wndlist, sysarg_t wnd_id,
errno_t           215 uspace/app/taskbar/wndlist.c 	errno_t rc;
errno_t           276 uspace/app/taskbar/wndlist.c errno_t wndlist_remove(wndlist_t *wndlist, wndlist_entry_t *entry,
errno_t           282 uspace/app/taskbar/wndlist.c 	errno_t rc = EOK;
errno_t           392 uspace/app/taskbar/wndlist.c errno_t wndlist_update(wndlist_t *wndlist, wndlist_entry_t *entry,
errno_t           395 uspace/app/taskbar/wndlist.c 	errno_t rc;
errno_t           477 uspace/app/taskbar/wndlist.c errno_t wndlist_paint_entry(wndlist_entry_t *entry)
errno_t           493 uspace/app/taskbar/wndlist.c errno_t wndlist_unpaint_entry(wndlist_entry_t *entry)
errno_t           495 uspace/app/taskbar/wndlist.c 	errno_t rc;
errno_t           534 uspace/app/taskbar/wndlist.c 	errno_t rc;
errno_t           596 uspace/app/taskbar/wndlist.c 	errno_t rc;
errno_t           703 uspace/app/taskbar/wndlist.c errno_t wndlist_repaint(wndlist_t *wndlist)
errno_t            48 uspace/app/taskbar/wndlist.h extern errno_t wndlist_create(ui_window_t *, ui_fixed_t *, wndlist_t **);
errno_t            50 uspace/app/taskbar/wndlist.h extern errno_t wndlist_open_wm(wndlist_t *, const char *);
errno_t            52 uspace/app/taskbar/wndlist.h extern errno_t wndlist_append(wndlist_t *, sysarg_t, const char *, bool,
errno_t            54 uspace/app/taskbar/wndlist.h extern errno_t wndlist_remove(wndlist_t *, wndlist_entry_t *, bool);
errno_t            56 uspace/app/taskbar/wndlist.h extern errno_t wndlist_update(wndlist_t *, wndlist_entry_t *, const char *,
errno_t            64 uspace/app/taskbar/wndlist.h extern errno_t wndlist_repaint(wndlist_t *);
errno_t            65 uspace/app/taskbar/wndlist.h extern errno_t wndlist_paint_entry(wndlist_entry_t *);
errno_t            66 uspace/app/taskbar/wndlist.h extern errno_t wndlist_unpaint_entry(wndlist_entry_t *);
errno_t            69 uspace/app/taskdump/elf_core.c static errno_t write_mem_area(int, aoff64_t *, as_area_info_t *, async_sess_t *);
errno_t            87 uspace/app/taskdump/elf_core.c errno_t elf_core_save(const char *file_name, as_area_info_t *ainfo, unsigned int n,
errno_t           101 uspace/app/taskdump/elf_core.c 	errno_t rc;
errno_t           295 uspace/app/taskdump/elf_core.c static errno_t write_mem_area(int fd, aoff64_t *pos, as_area_info_t *area,
errno_t           301 uspace/app/taskdump/elf_core.c 	errno_t rc;
errno_t            53 uspace/app/taskdump/fibrildump.c static errno_t fibrildump_read_uintptr(void *, uintptr_t, uintptr_t *);
errno_t            59 uspace/app/taskdump/fibrildump.c static errno_t fibrildump_read_uintptr(void *arg, uintptr_t addr, uintptr_t *data)
errno_t            66 uspace/app/taskdump/fibrildump.c static errno_t read_link(async_sess_t *sess, uintptr_t addr, link_t *link)
errno_t            68 uspace/app/taskdump/fibrildump.c 	errno_t rc;
errno_t            74 uspace/app/taskdump/fibrildump.c static errno_t read_fibril(async_sess_t *sess, uintptr_t addr, fibril_t *fibril)
errno_t            76 uspace/app/taskdump/fibrildump.c 	errno_t rc;
errno_t            82 uspace/app/taskdump/fibrildump.c errno_t fibrils_dump(symtab_t *symtab, async_sess_t *sess)
errno_t            89 uspace/app/taskdump/fibrildump.c 	errno_t rc;
errno_t            42 uspace/app/taskdump/include/elf_core.h extern errno_t elf_core_save(const char *, as_area_info_t *, unsigned int,
errno_t            42 uspace/app/taskdump/include/fibrildump.h extern errno_t fibrils_dump(symtab_t *, async_sess_t *sess);
errno_t            50 uspace/app/taskdump/include/symtab.h extern errno_t symtab_load(const char *file_name, symtab_t **symtab);
errno_t            52 uspace/app/taskdump/include/symtab.h extern errno_t symtab_name_to_addr(symtab_t *st, const char *name, uintptr_t *addr);
errno_t            53 uspace/app/taskdump/include/symtab.h extern errno_t symtab_addr_to_name(symtab_t *symtab, uintptr_t addr, char **name,
errno_t            41 uspace/app/taskdump/include/taskdump.h extern errno_t td_stacktrace(uintptr_t, uintptr_t);
errno_t            49 uspace/app/taskdump/symtab.c static errno_t elf_hdr_check(elf_header_t *hdr);
errno_t            50 uspace/app/taskdump/symtab.c static errno_t section_hdr_load(int fd, const elf_header_t *ehdr, int idx,
errno_t            52 uspace/app/taskdump/symtab.c static errno_t chunk_load(int fd, off64_t start, size_t size, void **ptr);
errno_t            62 uspace/app/taskdump/symtab.c errno_t symtab_load(const char *file_name, symtab_t **symtab)
errno_t            74 uspace/app/taskdump/symtab.c 	errno_t rc;
errno_t           207 uspace/app/taskdump/symtab.c errno_t symtab_name_to_addr(symtab_t *st, const char *name, uintptr_t *addr)
errno_t           244 uspace/app/taskdump/symtab.c errno_t symtab_addr_to_name(symtab_t *st, uintptr_t addr, char **name,
errno_t           290 uspace/app/taskdump/symtab.c static errno_t elf_hdr_check(elf_header_t *ehdr)
errno_t           305 uspace/app/taskdump/symtab.c static errno_t section_hdr_load(int fd, const elf_header_t *elf_hdr, int idx,
errno_t           308 uspace/app/taskdump/symtab.c 	errno_t rc;
errno_t           330 uspace/app/taskdump/symtab.c static errno_t chunk_load(int fd, off64_t start, size_t size, void **ptr)
errno_t           332 uspace/app/taskdump/symtab.c 	errno_t rc;
errno_t            67 uspace/app/taskdump/taskdump.c static errno_t connect_task(task_id_t task_id);
errno_t            70 uspace/app/taskdump/taskdump.c static errno_t threads_dump(void);
errno_t            71 uspace/app/taskdump/taskdump.c static errno_t thread_dump(uintptr_t thash);
errno_t            72 uspace/app/taskdump/taskdump.c static errno_t areas_dump(void);
errno_t            73 uspace/app/taskdump/taskdump.c static errno_t td_read_uintptr(void *arg, uintptr_t addr, uintptr_t *value);
errno_t            87 uspace/app/taskdump/taskdump.c 	errno_t rc;
errno_t           126 uspace/app/taskdump/taskdump.c static errno_t connect_task(task_id_t task_id)
errno_t           128 uspace/app/taskdump/taskdump.c 	errno_t rc;
errno_t           219 uspace/app/taskdump/taskdump.c static errno_t threads_dump(void)
errno_t           228 uspace/app/taskdump/taskdump.c 	errno_t rc;
errno_t           269 uspace/app/taskdump/taskdump.c static errno_t areas_dump(void)
errno_t           278 uspace/app/taskdump/taskdump.c 	errno_t rc;
errno_t           329 uspace/app/taskdump/taskdump.c errno_t td_stacktrace(uintptr_t fp, uintptr_t pc)
errno_t           335 uspace/app/taskdump/taskdump.c 	errno_t rc;
errno_t           359 uspace/app/taskdump/taskdump.c static errno_t thread_dump(uintptr_t thash)
errno_t           364 uspace/app/taskdump/taskdump.c 	errno_t rc;
errno_t           388 uspace/app/taskdump/taskdump.c static errno_t td_read_uintptr(void *arg, uintptr_t addr, uintptr_t *value)
errno_t           391 uspace/app/taskdump/taskdump.c 	errno_t rc;
errno_t           416 uspace/app/taskdump/taskdump.c 	errno_t rc = symtab_load(app_name, &app_symtab);
errno_t           431 uspace/app/taskdump/taskdump.c 	errno_t rc;
errno_t           464 uspace/app/taskdump/taskdump.c 	errno_t rc;
errno_t            57 uspace/app/terminal/main.c 	errno_t rc;
errno_t            75 uspace/app/terminal/terminal.c static errno_t term_open(con_srvs_t *, con_srv_t *);
errno_t            76 uspace/app/terminal/terminal.c static errno_t term_close(con_srv_t *);
errno_t            77 uspace/app/terminal/terminal.c static errno_t term_read(con_srv_t *, void *, size_t, size_t *);
errno_t            78 uspace/app/terminal/terminal.c static errno_t term_write(con_srv_t *, void *, size_t, size_t *);
errno_t            82 uspace/app/terminal/terminal.c static errno_t term_get_pos(con_srv_t *, sysarg_t *, sysarg_t *);
errno_t            83 uspace/app/terminal/terminal.c static errno_t term_get_size(con_srv_t *, sysarg_t *, sysarg_t *);
errno_t            84 uspace/app/terminal/terminal.c static errno_t term_get_color_cap(con_srv_t *, console_caps_t *);
errno_t            90 uspace/app/terminal/terminal.c static errno_t term_set_caption(con_srv_t *, const char *);
errno_t            91 uspace/app/terminal/terminal.c static errno_t term_get_event(con_srv_t *, cons_event_t *);
errno_t            92 uspace/app/terminal/terminal.c static errno_t term_map(con_srv_t *, sysarg_t, sysarg_t, charfield_t **);
errno_t           133 uspace/app/terminal/terminal.c static errno_t terminal_wait_fibril(void *);
errno_t           140 uspace/app/terminal/terminal.c static errno_t getterm(task_wait_t *wait, const char *svc, const char *app)
errno_t           334 uspace/app/terminal/terminal.c 	errno_t rc;
errno_t           406 uspace/app/terminal/terminal.c 	errno_t rc;
errno_t           445 uspace/app/terminal/terminal.c static errno_t term_open(con_srvs_t *srvs, con_srv_t *srv)
errno_t           450 uspace/app/terminal/terminal.c static errno_t term_close(con_srv_t *srv)
errno_t           455 uspace/app/terminal/terminal.c static errno_t term_read(con_srv_t *srv, void *buf, size_t size, size_t *nread)
errno_t           532 uspace/app/terminal/terminal.c static errno_t term_write(con_srv_t *srv, void *data, size_t size, size_t *nwritten)
errno_t           577 uspace/app/terminal/terminal.c static errno_t term_get_pos(con_srv_t *srv, sysarg_t *col, sysarg_t *row)
errno_t           588 uspace/app/terminal/terminal.c static errno_t term_get_size(con_srv_t *srv, sysarg_t *cols, sysarg_t *rows)
errno_t           600 uspace/app/terminal/terminal.c static errno_t term_get_color_cap(con_srv_t *srv, console_caps_t *caps)
errno_t           649 uspace/app/terminal/terminal.c static errno_t term_set_caption(con_srv_t *srv, const char *caption)
errno_t           669 uspace/app/terminal/terminal.c static errno_t term_get_event(con_srv_t *srv, cons_event_t *event)
errno_t           689 uspace/app/terminal/terminal.c static errno_t term_map(con_srv_t *srv, sysarg_t cols, sysarg_t rows,
errno_t           916 uspace/app/terminal/terminal.c errno_t terminal_create(const char *display_spec, sysarg_t width,
errno_t           926 uspace/app/terminal/terminal.c 	errno_t rc;
errno_t          1081 uspace/app/terminal/terminal.c static errno_t terminal_wait_fibril(void *arg)
errno_t           101 uspace/app/terminal/terminal.h extern errno_t terminal_create(const char *, sysarg_t, sysarg_t,
errno_t            49 uspace/app/tester/chardev/chardev1.c 	errno_t rc;
errno_t           102 uspace/app/tester/chardev/chardev1.c 	errno_t rc;
errno_t           155 uspace/app/tester/chardev/chardev1.c 	errno_t rc;
errno_t            49 uspace/app/tester/float/float1.c static errno_t e(void *data)
errno_t            58 uspace/app/tester/hw/serial/serial1.c 	errno_t rc;
errno_t            77 uspace/app/tester/hw/serial/serial1.c 	errno_t res = loc_service_get_id("devices/\\hw\\pci0\\00:01.0\\com1\\a",
errno_t            48 uspace/app/tester/ipc/readwrite.c 	errno_t rc;
errno_t            44 uspace/app/tester/ipc/sharein.c 	errno_t rc;
errno_t            59 uspace/app/tester/ipc/starve.c 		errno_t rc = console_get_event_timeout(console, &ev, &timeout);
errno_t           373 uspace/app/tester/mm/common.c 	errno_t ret = as_area_destroy(area->addr);
errno_t            68 uspace/app/tester/mm/mapping1.c static bool verify_mapping(void *area, int page_count, errno_t expected_rc,
errno_t            75 uspace/app/tester/mm/mapping1.c 		errno_t rc = as_get_physical_mapping(page_start, NULL);
errno_t            87 uspace/app/tester/mm/mapping1.c 	errno_t rc;
errno_t            47 uspace/app/tester/mm/pager1.c 	errno_t rc;
errno_t            46 uspace/app/tester/thread/thread1.c static errno_t threadtest(void *data)
errno_t            71 uspace/app/tester/vfs/vfs1.c 	errno_t rc;
errno_t            38 uspace/app/testrunner/main.c static errno_t run_test(const char *logfile, const char *logmode,
errno_t            49 uspace/app/testrunner/main.c 	errno_t rc = vfs_fhandle(f, &h);
errno_t           122 uspace/app/testrunner/main.c 		errno_t rc = run_test(logfile, "a", app, args, &ex, &retval);
errno_t           153 uspace/app/testrunner/main.c 	errno_t rc = run_test(logfile, "w", app, args, &ex, &retval);
errno_t           198 uspace/app/testrunner/main.c 		errno_t rc = run_test(logfile, "w", bin, args, &ex, &retval);
errno_t           128 uspace/app/tetris/scores.c 	errno_t rc;
errno_t           213 uspace/app/tetris/scores.c errno_t loadscores(void)
errno_t            74 uspace/app/tetris/scores.h extern errno_t loadscores(void);
errno_t           155 uspace/app/tetris/screen.c static errno_t get_display_size(winsize_t *ws)
errno_t           163 uspace/app/tetris/screen.c 	errno_t rc = console_get_color_cap(console, &ccap);
errno_t           362 uspace/app/tetris/screen.c 	errno_t rc;
errno_t           380 uspace/app/tetris/screen.c 	errno_t rc;
errno_t           425 uspace/app/tetris/screen.c 	errno_t rc;
errno_t            51 uspace/app/tmon/list.c 	errno_t rc;
errno_t            41 uspace/app/tmon/resolve.h errno_t tmon_resolve_default(devman_handle_t *);
errno_t            42 uspace/app/tmon/resolve.h errno_t tmon_resolve_named(const char *, devman_handle_t *);
errno_t            68 uspace/app/tmon/tests.c static errno_t read_params(int argc, char *argv[], void **params)
errno_t            70 uspace/app/tmon/tests.c 	errno_t rc;
errno_t           187 uspace/app/tmon/tests.c 	errno_t rc = usbdiag_test_in(exch, params, &results);
errno_t           212 uspace/app/tmon/tests.c 	errno_t rc = usbdiag_test_out(exch, params, &results);
errno_t            69 uspace/app/tmon/tf.c 	errno_t rc;
errno_t            44 uspace/app/tmon/tf.h 	errno_t (*pre_run)(void *);
errno_t            45 uspace/app/tmon/tf.h 	errno_t (*run)(async_exch_t *, const void *);
errno_t            46 uspace/app/tmon/tf.h 	errno_t (*read_params)(int, char **, void **);
errno_t           540 uspace/app/top/screen.c errno_t tgetchar(sec_t sec, int *rch)
errno_t           542 uspace/app/top/screen.c 	errno_t rc;
errno_t            50 uspace/app/top/screen.h extern errno_t tgetchar(sec_t, int *);
errno_t           585 uspace/app/top/top.c 	errno_t rc;
errno_t           255 uspace/app/trace/ipcp.c 	errno_t retval;
errno_t           350 uspace/app/trace/ipcp.c void ipcp_hangup(cap_phone_handle_t phone, errno_t rc)
errno_t            46 uspace/app/trace/ipcp.h extern void ipcp_hangup(cap_phone_handle_t, errno_t);
errno_t            97 uspace/app/trace/trace.c static errno_t cev_fibril(void *arg);
errno_t           112 uspace/app/trace/trace.c static errno_t program_run(void)
errno_t           114 uspace/app/trace/trace.c 	errno_t rc;
errno_t           134 uspace/app/trace/trace.c static errno_t connect_task(task_id_t task_id)
errno_t           136 uspace/app/trace/trace.c 	errno_t rc;
errno_t           182 uspace/app/trace/trace.c static errno_t get_thread_list(void)
errno_t           184 uspace/app/trace/trace.c 	errno_t rc;
errno_t           230 uspace/app/trace/trace.c 			    str_error_name((errno_t) sval),
errno_t           231 uspace/app/trace/trace.c 			    str_error((errno_t) sval));
errno_t           239 uspace/app/trace/trace.c 			    str_error_name((errno_t) sval),
errno_t           240 uspace/app/trace/trace.c 			    str_error((errno_t) sval));
errno_t           298 uspace/app/trace/trace.c static void sc_ipc_call_async_fast(sysarg_t *sc_args, errno_t sc_rc)
errno_t           318 uspace/app/trace/trace.c static void sc_ipc_call_async_slow(sysarg_t *sc_args, errno_t sc_rc)
errno_t           321 uspace/app/trace/trace.c 	errno_t rc;
errno_t           337 uspace/app/trace/trace.c 	errno_t rc;
errno_t           353 uspace/app/trace/trace.c 	errno_t rc;
errno_t           380 uspace/app/trace/trace.c 	errno_t rc;
errno_t           401 uspace/app/trace/trace.c 		sc_ipc_call_async_fast(sc_args, (errno_t) sc_rc);
errno_t           404 uspace/app/trace/trace.c 		sc_ipc_call_async_slow(sc_args, (errno_t) sc_rc);
errno_t           420 uspace/app/trace/trace.c static errno_t trace_loop(void *thread_hash_arg)
errno_t           422 uspace/app/trace/trace.c 	errno_t rc;
errno_t           510 uspace/app/trace/trace.c static errno_t cev_fibril(void *arg)
errno_t           513 uspace/app/trace/trace.c 	errno_t rc;
errno_t           544 uspace/app/trace/trace.c 	errno_t rc;
errno_t           792 uspace/app/trace/trace.c 	errno_t rc;
errno_t            62 uspace/app/uidemo/uidemo.c static errno_t bitmap_moire(gfx_bitmap_t *, gfx_coord_t, gfx_coord_t);
errno_t           179 uspace/app/uidemo/uidemo.c 	errno_t rc;
errno_t           229 uspace/app/uidemo/uidemo.c 	errno_t rc;
errno_t           324 uspace/app/uidemo/uidemo.c 	errno_t rc;
errno_t           353 uspace/app/uidemo/uidemo.c 	errno_t rc;
errno_t           378 uspace/app/uidemo/uidemo.c 	errno_t rc;
errno_t           402 uspace/app/uidemo/uidemo.c 	errno_t rc;
errno_t           439 uspace/app/uidemo/uidemo.c 	errno_t rc;
errno_t           465 uspace/app/uidemo/uidemo.c 	errno_t rc;
errno_t           692 uspace/app/uidemo/uidemo.c static errno_t ui_demo(const char *display_spec)
errno_t           715 uspace/app/uidemo/uidemo.c 	errno_t rc;
errno_t          1416 uspace/app/uidemo/uidemo.c static errno_t bitmap_moire(gfx_bitmap_t *bitmap, gfx_coord_t w, gfx_coord_t h)
errno_t          1422 uspace/app/uidemo/uidemo.c 	errno_t rc;
errno_t          1452 uspace/app/uidemo/uidemo.c 	errno_t rc;
errno_t           138 uspace/app/usbinfo/hid.c 	errno_t rc = usb_request_get_descriptor(ctrl_pipe,
errno_t           320 uspace/app/usbinfo/info.c 	errno_t rc = usb_request_get_supported_languages(
errno_t           368 uspace/app/usbinfo/info.c 	errno_t rc;
errno_t            56 uspace/app/usbinfo/list.c 	errno_t rc = devman_fun_get_path(handle, path, MAX_PATH_LENGTH);
errno_t            67 uspace/app/usbinfo/list.c 	errno_t rc = devman_fun_sid_to_handle(svc, &hc_handle);
errno_t           138 uspace/app/usbinfo/list.c 	errno_t rc;
errno_t           200 uspace/app/usbinfo/main.c 		errno_t rc = usb_resolve_device_handle(devpath, &handle);
errno_t            57 uspace/app/usbinfo/usbinfo.h static inline void internal_error(errno_t err)
errno_t            71 uspace/app/viewer/viewer.c static errno_t viewer_window_create(viewer_t *);
errno_t           197 uspace/app/viewer/viewer.c 	errno_t rc;
errno_t           252 uspace/app/viewer/viewer.c 	errno_t rc = vfs_lookup_open(fname, WALK_REGULAR, MODE_READ, &fd);
errno_t           297 uspace/app/viewer/viewer.c 	errno_t rc;
errno_t           335 uspace/app/viewer/viewer.c static errno_t viewer_window_create(viewer_t *viewer)
errno_t           343 uspace/app/viewer/viewer.c 	errno_t rc;
errno_t           425 uspace/app/viewer/viewer.c 	errno_t rc;
errno_t            56 uspace/app/vol/vol.c static errno_t vol_cmd_part_by_mp(vol_t *vol, const char *mp,
errno_t            65 uspace/app/vol/vol.c 	errno_t rc;
errno_t           109 uspace/app/vol/vol.c static errno_t vol_cmd_eject(const char *volspec)
errno_t           113 uspace/app/vol/vol.c 	errno_t rc;
errno_t           139 uspace/app/vol/vol.c static errno_t vol_cmd_insert(const char *volspec)
errno_t           143 uspace/app/vol/vol.c 	errno_t rc;
errno_t           169 uspace/app/vol/vol.c static errno_t vol_cmd_insert_by_path(const char *volspec)
errno_t           172 uspace/app/vol/vol.c 	errno_t rc;
errno_t           192 uspace/app/vol/vol.c static errno_t vol_cmd_list(void)
errno_t           202 uspace/app/vol/vol.c 	errno_t rc;
errno_t           270 uspace/app/vol/vol.c static errno_t vol_cmd_cfglist(void)
errno_t           278 uspace/app/vol/vol.c 	errno_t rc;
errno_t           339 uspace/app/vol/vol.c 	errno_t rc = EINVAL;
errno_t            43 uspace/app/vuhid/device.c static errno_t on_data_from_device(usbvirt_device_t *dev,
errno_t            60 uspace/app/vuhid/device.c static errno_t on_data_to_device(usbvirt_device_t *dev,
errno_t            77 uspace/app/vuhid/device.c static errno_t interface_life_fibril(void *arg)
errno_t           110 uspace/app/vuhid/device.c errno_t add_interface_by_id(vuhid_interface_t **interfaces, const char *id,
errno_t           162 uspace/app/vuhid/device.c 	errno_t rc;
errno_t           105 uspace/app/vuhid/hids/bootkbd.c static errno_t on_data_out(vuhid_interface_t *iface,
errno_t            55 uspace/app/vuhid/life.c errno_t interface_live_on_data_in(vuhid_interface_t *iface,
errno_t           213 uspace/app/vuhid/main.c 		errno_t rc = add_interface_by_id(available_hid_interfaces, argv[i],
errno_t           231 uspace/app/vuhid/main.c 	const errno_t rc = usbvirt_device_plug(&hid_dev, controller);
errno_t            45 uspace/app/vuhid/stdreq.c errno_t req_get_descriptor(usbvirt_device_t *device,
errno_t            72 uspace/app/vuhid/stdreq.c errno_t req_set_protocol(usbvirt_device_t *device,
errno_t            91 uspace/app/vuhid/stdreq.c errno_t req_set_report(usbvirt_device_t *device,
errno_t           111 uspace/app/vuhid/stdreq.c 	errno_t rc = iface->on_data_out(iface, data, data_length);
errno_t            40 uspace/app/vuhid/stdreq.h errno_t req_get_descriptor(usbvirt_device_t *device,
errno_t            44 uspace/app/vuhid/stdreq.h errno_t req_set_protocol(usbvirt_device_t *device,
errno_t            48 uspace/app/vuhid/stdreq.h errno_t req_set_report(usbvirt_device_t *device,
errno_t            72 uspace/app/vuhid/virthid.h 	errno_t (*on_data_in)(vuhid_interface_t *, void *, size_t, size_t *);
errno_t            73 uspace/app/vuhid/virthid.h 	errno_t (*on_data_out)(vuhid_interface_t *, const void *, size_t);
errno_t           116 uspace/app/vuhid/virthid.h errno_t add_interface_by_id(vuhid_interface_t **, const char *, usbvirt_device_t *);
errno_t           120 uspace/app/vuhid/virthid.h errno_t interface_live_on_data_in(vuhid_interface_t *, void *, size_t, size_t *);
errno_t           151 uspace/app/wavplay/dplay.c 	errno_t ret = audio_pcm_register_event_callback(pb->device,
errno_t           289 uspace/app/wavplay/dplay.c 			errno_t ret = audio_pcm_start_playback(pb->device,
errno_t           315 uspace/app/wavplay/dplay.c 		const errno_t ret = audio_pcm_get_buffer_pos(pb->device, &pos);
errno_t           341 uspace/app/wavplay/dplay.c 	errno_t ret = EOK;
errno_t           145 uspace/app/wavplay/drec.c 	errno_t ret = audio_pcm_register_event_callback(rec->device,
errno_t           180 uspace/app/wavplay/drec.c 	errno_t ret = EOK;
errno_t            60 uspace/app/wavplay/main.c static errno_t hplay_ctx(hound_context_t *ctx, const char *filename)
errno_t            79 uspace/app/wavplay/main.c 	errno_t ret = wav_parse_header(&header, NULL, NULL, &format.channels,
errno_t           121 uspace/app/wavplay/main.c static errno_t hplay(const char *filename, const char *target)
errno_t           140 uspace/app/wavplay/main.c 	errno_t ret = wav_parse_header(&header, NULL, NULL, &format.channels,
errno_t           210 uspace/app/wavplay/main.c static errno_t play_wrapper(void *arg)
errno_t           214 uspace/app/wavplay/main.c 	const errno_t ret = hplay_ctx(p->ctx, p->file);
errno_t           307 uspace/app/wavplay/main.c 		const errno_t ret = hound_context_connect_target(hound_ctx,
errno_t            54 uspace/app/wavplay/wave.c errno_t wav_parse_header(const void *hdata, const void **data, size_t *data_size,
errno_t            92 uspace/app/wavplay/wave.h errno_t wav_parse_header(const void *, const void **, size_t *, unsigned *,
errno_t           135 uspace/app/websrv/websrv.c static errno_t recv_create(tcp_conn_t *conn, recv_t **rrecv)
errno_t           158 uspace/app/websrv/websrv.c static errno_t recv_char(recv_t *recv, char *c)
errno_t           161 uspace/app/websrv/websrv.c 	errno_t rc;
errno_t           181 uspace/app/websrv/websrv.c static errno_t recv_line(recv_t *recv, char **rbuf)
errno_t           188 uspace/app/websrv/websrv.c 		errno_t rc = recv_char(recv, &c);
errno_t           227 uspace/app/websrv/websrv.c static errno_t send_response(tcp_conn_t *conn, const char *msg)
errno_t           234 uspace/app/websrv/websrv.c 	errno_t rc = tcp_conn_send(conn, (void *) msg, response_size);
errno_t           243 uspace/app/websrv/websrv.c static errno_t uri_get(const char *uri, tcp_conn_t *conn)
errno_t           247 uspace/app/websrv/websrv.c 	errno_t rc;
errno_t           303 uspace/app/websrv/websrv.c static errno_t req_process(tcp_conn_t *conn, recv_t *recv)
errno_t           307 uspace/app/websrv/websrv.c 	errno_t rc = recv_line(recv, &reqline);
errno_t           356 uspace/app/websrv/websrv.c static errno_t parse_option(int argc, char *argv[], int *index)
errno_t           359 uspace/app/websrv/websrv.c 	errno_t rc;
errno_t           404 uspace/app/websrv/websrv.c 	errno_t rc;
errno_t           444 uspace/app/websrv/websrv.c 	errno_t rc;
errno_t            84 uspace/app/wifi_supplicant/wifi_supplicant.c static errno_t get_wifi_list(service_id_t **wifis, size_t *count)
errno_t            87 uspace/app/wifi_supplicant/wifi_supplicant.c 	errno_t rc = loc_category_get_id("ieee80211", &wifi_cat, 0);
errno_t           107 uspace/app/wifi_supplicant/wifi_supplicant.c 	errno_t rc = get_wifi_list(&wifis, &count);
errno_t           130 uspace/app/wifi_supplicant/wifi_supplicant.c static errno_t wifi_list(void)
errno_t           135 uspace/app/wifi_supplicant/wifi_supplicant.c 	errno_t rc = get_wifi_list(&wifis, &count);
errno_t           159 uspace/app/wifi_supplicant/wifi_supplicant.c static errno_t wifi_connect(uint32_t index, char *ssid_start, char *password)
errno_t           170 uspace/app/wifi_supplicant/wifi_supplicant.c 	errno_t rc = ieee80211_disconnect(sess);
errno_t           203 uspace/app/wifi_supplicant/wifi_supplicant.c static errno_t wifi_disconnect(uint32_t index)
errno_t           212 uspace/app/wifi_supplicant/wifi_supplicant.c 	errno_t rc = ieee80211_disconnect(sess);
errno_t           230 uspace/app/wifi_supplicant/wifi_supplicant.c static errno_t wifi_scan(uint32_t index, bool now)
errno_t           240 uspace/app/wifi_supplicant/wifi_supplicant.c 	errno_t rc = ieee80211_get_scan_results(sess, &scan_results, now);
errno_t           276 uspace/app/wifi_supplicant/wifi_supplicant.c 	errno_t rc = inetcfg_init();
errno_t           134 uspace/dist/src/c/demos/edit/edit.c static errno_t file_save(char const *fname);
errno_t           136 uspace/dist/src/c/demos/edit/edit.c static errno_t file_insert(char *fname);
errno_t           137 uspace/dist/src/c/demos/edit/edit.c static errno_t file_save_range(char const *fname, spt_t const *spos,
errno_t           192 uspace/dist/src/c/demos/edit/edit.c 	errno_t rc;
errno_t           579 uspace/dist/src/c/demos/edit/edit.c static errno_t file_save(char const *fname)
errno_t           582 uspace/dist/src/c/demos/edit/edit.c 	errno_t rc;
errno_t           617 uspace/dist/src/c/demos/edit/edit.c 	errno_t rc = file_save(fname);
errno_t           695 uspace/dist/src/c/demos/edit/edit.c static errno_t file_insert(char *fname)
errno_t           733 uspace/dist/src/c/demos/edit/edit.c static errno_t file_save_range(char const *fname, spt_t const *spos,
errno_t          1284 uspace/dist/src/c/demos/edit/edit.c static errno_t search_spt_producer(void *data, char32_t *ret)
errno_t          1293 uspace/dist/src/c/demos/edit/edit.c static errno_t search_spt_reverse_producer(void *data, char32_t *ret)
errno_t          1302 uspace/dist/src/c/demos/edit/edit.c static errno_t search_spt_mark(void *data, void **mark)
errno_t          1397 uspace/dist/src/c/demos/edit/edit.c 	errno_t rc = search_next_match(search, &match);
errno_t          1513 uspace/dist/src/c/demos/edit/edit.c 	errno_t rc;
errno_t           104 uspace/dist/src/c/demos/edit/search.c errno_t search_next_match(search_t *s, match_t *match)
errno_t           109 uspace/dist/src/c/demos/edit/search.c 	errno_t rc = EOK;
errno_t            44 uspace/dist/src/c/demos/edit/search.h typedef errno_t (*search_producer_fn)(void *, char32_t *);
errno_t            45 uspace/dist/src/c/demos/edit/search.h typedef errno_t (*search_mark_fn)(void *, void **);
errno_t            62 uspace/dist/src/c/demos/edit/search.h extern errno_t search_next_match(search_t *, match_t *);
errno_t            69 uspace/dist/src/c/demos/edit/sheet.c errno_t sheet_create(sheet_t **rsh)
errno_t           103 uspace/dist/src/c/demos/edit/sheet.c errno_t sheet_insert(sheet_t *sh, spt_t *pos, enum dir_spec dir, char *str)
errno_t           149 uspace/dist/src/c/demos/edit/sheet.c errno_t sheet_delete(sheet_t *sh, spt_t *spos, spt_t *epos)
errno_t            92 uspace/dist/src/c/demos/edit/sheet.h extern errno_t sheet_create(sheet_t **);
errno_t            93 uspace/dist/src/c/demos/edit/sheet.h extern errno_t sheet_insert(sheet_t *, spt_t *, enum dir_spec, char *);
errno_t            94 uspace/dist/src/c/demos/edit/sheet.h extern errno_t sheet_delete(sheet_t *, spt_t *, spt_t *);
errno_t             2 uspace/dist/src/c/demos/hello/hello.c extern errno_t putchar(char);
errno_t           209 uspace/dist/src/c/demos/tetris/scores.c errno_t loadscores(void)
errno_t           213 uspace/dist/src/c/demos/tetris/scores.c 	errno_t rc;
errno_t           232 uspace/dist/src/c/demos/tetris/scores.c 	errno_t rc;
errno_t            74 uspace/dist/src/c/demos/tetris/scores.h extern errno_t loadscores(void);
errno_t           148 uspace/dist/src/c/demos/tetris/screen.c 	errno_t rc = console_get_color_cap(console, &ccap);
errno_t           354 uspace/dist/src/c/demos/tetris/screen.c errno_t tgetchar(void)
errno_t           393 uspace/dist/src/c/demos/tetris/screen.c errno_t twait(void)
errno_t            73 uspace/dist/src/c/demos/tetris/screen.h extern errno_t put(int);
errno_t            82 uspace/dist/src/c/demos/tetris/screen.h extern errno_t tgetchar(void);
errno_t            83 uspace/dist/src/c/demos/tetris/screen.h extern errno_t twait(void);
errno_t            95 uspace/dist/src/c/demos/tetris/shapes.c errno_t fits_in(const struct shape *shape, int pos)
errno_t           196 uspace/dist/src/c/demos/tetris/tetris.h extern errno_t fits_in(const struct shape *, int);
errno_t            48 uspace/drv/audio/hdaudio/codec.c static errno_t hda_ccmd(hda_codec_t *codec, int node, uint32_t vid, uint32_t payload,
errno_t            68 uspace/drv/audio/hdaudio/codec.c 	errno_t rc = hda_cmd(codec->hda, verb, resp);
errno_t            81 uspace/drv/audio/hdaudio/codec.c static errno_t hda_get_parameter(hda_codec_t *codec, int node, hda_param_id_t param,
errno_t            87 uspace/drv/audio/hdaudio/codec.c static errno_t hda_get_subnc(hda_codec_t *codec, int node, int *startnode,
errno_t            90 uspace/drv/audio/hdaudio/codec.c 	errno_t rc;
errno_t           106 uspace/drv/audio/hdaudio/codec.c static errno_t hda_get_fgrp_type(hda_codec_t *codec, int node, bool *unsol,
errno_t           109 uspace/drv/audio/hdaudio/codec.c 	errno_t rc;
errno_t           122 uspace/drv/audio/hdaudio/codec.c static errno_t hda_get_clist_len(hda_codec_t *codec, int node, bool *longform,
errno_t           125 uspace/drv/audio/hdaudio/codec.c 	errno_t rc;
errno_t           138 uspace/drv/audio/hdaudio/codec.c static errno_t hda_get_clist_entry(hda_codec_t *codec, int node, int n, uint32_t *resp)
errno_t           143 uspace/drv/audio/hdaudio/codec.c static errno_t hda_get_eapd_btl_enable(hda_codec_t *codec, int node, uint32_t *resp)
errno_t           148 uspace/drv/audio/hdaudio/codec.c static errno_t hda_set_eapd_btl_enable(hda_codec_t *codec, int node, uint8_t payload)
errno_t           154 uspace/drv/audio/hdaudio/codec.c static errno_t hda_get_supp_rates(hda_codec_t *codec, int node, uint32_t *rates)
errno_t           160 uspace/drv/audio/hdaudio/codec.c static errno_t hda_get_supp_formats(hda_codec_t *codec, int node, uint32_t *fmts)
errno_t           165 uspace/drv/audio/hdaudio/codec.c static errno_t hda_set_converter_fmt(hda_codec_t *codec, int node, uint16_t fmt)
errno_t           170 uspace/drv/audio/hdaudio/codec.c static errno_t hda_set_converter_ctl(hda_codec_t *codec, int node, uint8_t stream,
errno_t           179 uspace/drv/audio/hdaudio/codec.c static errno_t hda_set_pin_ctl(hda_codec_t *codec, int node, uint8_t pctl)
errno_t           184 uspace/drv/audio/hdaudio/codec.c static errno_t hda_get_pin_ctl(hda_codec_t *codec, int node, uint8_t *pctl)
errno_t           186 uspace/drv/audio/hdaudio/codec.c 	errno_t rc;
errno_t           198 uspace/drv/audio/hdaudio/codec.c static errno_t hda_get_aw_caps(hda_codec_t *codec, int node,
errno_t           201 uspace/drv/audio/hdaudio/codec.c 	errno_t rc;
errno_t           215 uspace/drv/audio/hdaudio/codec.c static errno_t hda_get_pin_caps(hda_codec_t *codec, int node, uint32_t *caps)
errno_t           221 uspace/drv/audio/hdaudio/codec.c static errno_t hda_get_power_state(hda_codec_t *codec, int node, uint32_t *pstate)
errno_t           227 uspace/drv/audio/hdaudio/codec.c static errno_t hda_get_cfg_def(hda_codec_t *codec, int node, uint32_t *cfgdef)
errno_t           232 uspace/drv/audio/hdaudio/codec.c static errno_t hda_get_conn_sel(hda_codec_t *codec, int node, uint32_t *conn)
errno_t           238 uspace/drv/audio/hdaudio/codec.c static errno_t hda_get_amp_gain_mute(hda_codec_t *codec, int node, uint16_t payload,
errno_t           243 uspace/drv/audio/hdaudio/codec.c 	errno_t rc = hda_ccmd(codec, node, hda_amp_gain_mute_get, payload, resp);
errno_t           250 uspace/drv/audio/hdaudio/codec.c static errno_t hda_get_gpio_cnt(hda_codec_t *codec, int node, uint32_t *resp)
errno_t           255 uspace/drv/audio/hdaudio/codec.c static errno_t hda_set_amp_gain_mute(hda_codec_t *codec, int node, uint16_t payload)
errno_t           262 uspace/drv/audio/hdaudio/codec.c static errno_t hda_set_out_amp_max(hda_codec_t *codec, uint8_t aw)
errno_t           267 uspace/drv/audio/hdaudio/codec.c 	errno_t rc;
errno_t           297 uspace/drv/audio/hdaudio/codec.c static errno_t hda_set_in_amp_max(hda_codec_t *codec, uint8_t aw)
errno_t           303 uspace/drv/audio/hdaudio/codec.c 	errno_t rc;
errno_t           335 uspace/drv/audio/hdaudio/codec.c static errno_t hda_clist_dump(hda_codec_t *codec, uint8_t aw)
errno_t           337 uspace/drv/audio/hdaudio/codec.c 	errno_t rc;
errno_t           397 uspace/drv/audio/hdaudio/codec.c static errno_t hda_pin_init(hda_codec_t *codec, uint8_t aw)
errno_t           399 uspace/drv/audio/hdaudio/codec.c 	errno_t rc;
errno_t           475 uspace/drv/audio/hdaudio/codec.c static errno_t hda_power_ctl_init(hda_codec_t *codec, uint8_t aw)
errno_t           477 uspace/drv/audio/hdaudio/codec.c 	errno_t rc;
errno_t           495 uspace/drv/audio/hdaudio/codec.c 	errno_t rc;
errno_t           656 uspace/drv/audio/hdaudio/codec.c errno_t hda_out_converter_setup(hda_codec_t *codec, hda_stream_t *stream)
errno_t           658 uspace/drv/audio/hdaudio/codec.c 	errno_t rc;
errno_t           677 uspace/drv/audio/hdaudio/codec.c errno_t hda_in_converter_setup(hda_codec_t *codec, hda_stream_t *stream)
errno_t           679 uspace/drv/audio/hdaudio/codec.c 	errno_t rc;
errno_t            56 uspace/drv/audio/hdaudio/codec.h extern errno_t hda_out_converter_setup(hda_codec_t *, hda_stream_t *);
errno_t            57 uspace/drv/audio/hdaudio/codec.h extern errno_t hda_in_converter_setup(hda_codec_t *, hda_stream_t *);
errno_t            66 uspace/drv/audio/hdaudio/hdactl.c static errno_t hda_ctl_reg16_set_reset(uint16_t *reg, uint16_t mask)
errno_t           118 uspace/drv/audio/hdaudio/hdactl.c static errno_t hda_rb_size_select(uint8_t sizecap, uint8_t *selsz)
errno_t           148 uspace/drv/audio/hdaudio/hdactl.c static errno_t hda_corb_init(hda_t *hda)
errno_t           154 uspace/drv/audio/hdaudio/hdactl.c 	errno_t rc;
errno_t           245 uspace/drv/audio/hdaudio/hdactl.c static errno_t hda_rirb_init(hda_t *hda)
errno_t           251 uspace/drv/audio/hdaudio/hdactl.c 	errno_t rc;
errno_t           387 uspace/drv/audio/hdaudio/hdactl.c static errno_t hda_corb_write(hda_t *hda, uint32_t *data, size_t count)
errno_t           429 uspace/drv/audio/hdaudio/hdactl.c static errno_t hda_rirb_read(hda_t *hda, hda_rirb_entry_t *data)
errno_t           451 uspace/drv/audio/hdaudio/hdactl.c static errno_t hda_solrb_read(hda_t *hda, hda_rirb_entry_t *data, size_t count)
errno_t           505 uspace/drv/audio/hdaudio/hdactl.c 	errno_t rc;
errno_t           630 uspace/drv/audio/hdaudio/hdactl.c errno_t hda_cmd(hda_t *hda, uint32_t verb, uint32_t *resp)
errno_t           632 uspace/drv/audio/hdaudio/hdactl.c 	errno_t rc;
errno_t           654 uspace/drv/audio/hdaudio/hdactl.c 	errno_t rc;
errno_t            80 uspace/drv/audio/hdaudio/hdactl.h extern errno_t hda_cmd(hda_t *, uint32_t, uint32_t *);
errno_t            54 uspace/drv/audio/hdaudio/hdaudio.c static errno_t hda_dev_add(ddf_dev_t *dev);
errno_t            55 uspace/drv/audio/hdaudio/hdaudio.c static errno_t hda_dev_remove(ddf_dev_t *dev);
errno_t            56 uspace/drv/audio/hdaudio/hdaudio.c static errno_t hda_dev_gone(ddf_dev_t *dev);
errno_t            57 uspace/drv/audio/hdaudio/hdaudio.c static errno_t hda_fun_online(ddf_fun_t *fun);
errno_t            58 uspace/drv/audio/hdaudio/hdaudio.c static errno_t hda_fun_offline(ddf_fun_t *fun);
errno_t           150 uspace/drv/audio/hdaudio/hdaudio.c static errno_t hda_dev_add(ddf_dev_t *dev)
errno_t           163 uspace/drv/audio/hdaudio/hdaudio.c 	errno_t rc;
errno_t           329 uspace/drv/audio/hdaudio/hdaudio.c static errno_t hda_dev_remove(ddf_dev_t *dev)
errno_t           332 uspace/drv/audio/hdaudio/hdaudio.c 	errno_t rc;
errno_t           351 uspace/drv/audio/hdaudio/hdaudio.c static errno_t hda_dev_gone(ddf_dev_t *dev)
errno_t           354 uspace/drv/audio/hdaudio/hdaudio.c 	errno_t rc;
errno_t           367 uspace/drv/audio/hdaudio/hdaudio.c static errno_t hda_fun_online(ddf_fun_t *fun)
errno_t           373 uspace/drv/audio/hdaudio/hdaudio.c static errno_t hda_fun_offline(ddf_fun_t *fun)
errno_t            49 uspace/drv/audio/hdaudio/pcm_iface.c static errno_t hda_get_info_str(ddf_fun_t *, const char **);
errno_t            51 uspace/drv/audio/hdaudio/pcm_iface.c static errno_t hda_test_format(ddf_fun_t *, unsigned *, unsigned *,
errno_t            53 uspace/drv/audio/hdaudio/pcm_iface.c static errno_t hda_get_buffer(ddf_fun_t *, void **, size_t *);
errno_t            54 uspace/drv/audio/hdaudio/pcm_iface.c static errno_t hda_get_buffer_position(ddf_fun_t *, size_t *);
errno_t            55 uspace/drv/audio/hdaudio/pcm_iface.c static errno_t hda_set_event_session(ddf_fun_t *, async_sess_t *);
errno_t            57 uspace/drv/audio/hdaudio/pcm_iface.c static errno_t hda_release_buffer(ddf_fun_t *);
errno_t            58 uspace/drv/audio/hdaudio/pcm_iface.c static errno_t hda_start_playback(ddf_fun_t *, unsigned, unsigned, unsigned,
errno_t            60 uspace/drv/audio/hdaudio/pcm_iface.c static errno_t hda_stop_playback(ddf_fun_t *, bool);
errno_t            61 uspace/drv/audio/hdaudio/pcm_iface.c static errno_t hda_start_capture(ddf_fun_t *, unsigned, unsigned, unsigned,
errno_t            63 uspace/drv/audio/hdaudio/pcm_iface.c static errno_t hda_stop_capture(ddf_fun_t *, bool);
errno_t            92 uspace/drv/audio/hdaudio/pcm_iface.c static errno_t hda_get_info_str(ddf_fun_t *fun, const char **name)
errno_t           126 uspace/drv/audio/hdaudio/pcm_iface.c static errno_t hda_test_format(ddf_fun_t *fun, unsigned *channels,
errno_t           129 uspace/drv/audio/hdaudio/pcm_iface.c 	errno_t rc = EOK;
errno_t           152 uspace/drv/audio/hdaudio/pcm_iface.c static errno_t hda_get_buffer(ddf_fun_t *fun, void **buffer, size_t *size)
errno_t           155 uspace/drv/audio/hdaudio/pcm_iface.c 	errno_t rc;
errno_t           185 uspace/drv/audio/hdaudio/pcm_iface.c static errno_t hda_get_buffer_position(ddf_fun_t *fun, size_t *pos)
errno_t           191 uspace/drv/audio/hdaudio/pcm_iface.c static errno_t hda_set_event_session(ddf_fun_t *fun, async_sess_t *sess)
errno_t           217 uspace/drv/audio/hdaudio/pcm_iface.c static errno_t hda_release_buffer(ddf_fun_t *fun)
errno_t           236 uspace/drv/audio/hdaudio/pcm_iface.c static errno_t hda_start_playback(ddf_fun_t *fun, unsigned frames,
errno_t           240 uspace/drv/audio/hdaudio/pcm_iface.c 	errno_t rc;
errno_t           277 uspace/drv/audio/hdaudio/pcm_iface.c static errno_t hda_stop_playback(ddf_fun_t *fun, bool immediate)
errno_t           295 uspace/drv/audio/hdaudio/pcm_iface.c static errno_t hda_start_capture(ddf_fun_t *fun, unsigned frames, unsigned channels,
errno_t           299 uspace/drv/audio/hdaudio/pcm_iface.c 	errno_t rc;
errno_t           336 uspace/drv/audio/hdaudio/pcm_iface.c static errno_t hda_stop_capture(ddf_fun_t *fun, bool immediate)
errno_t            51 uspace/drv/audio/hdaudio/stream.c errno_t hda_stream_buffers_alloc(hda_t *hda, hda_stream_buffers_t **rbufs)
errno_t            59 uspace/drv/audio/hdaudio/stream.c 	errno_t rc;
errno_t            79 uspace/drv/audio/hdaudio/stream.h extern errno_t hda_stream_buffers_alloc(hda_t *, hda_stream_buffers_t **);
errno_t            90 uspace/drv/audio/sb16/dsp.c static inline errno_t dsp_read(sb_dsp_t *dsp, uint8_t *data)
errno_t           107 uspace/drv/audio/sb16/dsp.c static inline errno_t dsp_write(sb_dsp_t *dsp, uint8_t data)
errno_t           160 uspace/drv/audio/sb16/dsp.c static inline errno_t setup_dma(sb_dsp_t *dsp, uintptr_t pa, size_t size)
errno_t           169 uspace/drv/audio/sb16/dsp.c static inline errno_t setup_buffer(sb_dsp_t *dsp, size_t size)
errno_t           179 uspace/drv/audio/sb16/dsp.c 	errno_t ret = dmamem_map_anonymous(size, DMAMEM_16MiB | 0x0000ffff,
errno_t           203 uspace/drv/audio/sb16/dsp.c errno_t sb_dsp_init(sb_dsp_t *dsp, sb16_regs_t *regs, ddf_dev_t *dev,
errno_t           216 uspace/drv/audio/sb16/dsp.c 	const errno_t ret = dsp_read(dsp, &response);
errno_t           294 uspace/drv/audio/sb16/dsp.c errno_t sb_dsp_get_buffer_position(sb_dsp_t *dsp, size_t *pos)
errno_t           304 uspace/drv/audio/sb16/dsp.c 	errno_t rc = hw_res_dma_channel_remain(sess, dsp->dma16_channel, &remain);
errno_t           311 uspace/drv/audio/sb16/dsp.c errno_t sb_dsp_test_format(sb_dsp_t *dsp, unsigned *channels, unsigned *rate,
errno_t           314 uspace/drv/audio/sb16/dsp.c 	errno_t ret = EOK;
errno_t           336 uspace/drv/audio/sb16/dsp.c errno_t sb_dsp_set_event_session(sb_dsp_t *dsp, async_sess_t *session)
errno_t           353 uspace/drv/audio/sb16/dsp.c errno_t sb_dsp_get_buffer(sb_dsp_t *dsp, void **buffer, size_t *size)
errno_t           366 uspace/drv/audio/sb16/dsp.c 	const errno_t ret = setup_buffer(dsp, *size);
errno_t           380 uspace/drv/audio/sb16/dsp.c errno_t sb_dsp_release_buffer(sb_dsp_t *dsp)
errno_t           394 uspace/drv/audio/sb16/dsp.c errno_t sb_dsp_start_playback(sb_dsp_t *dsp, unsigned frames,
errno_t           443 uspace/drv/audio/sb16/dsp.c errno_t sb_dsp_stop_playback(sb_dsp_t *dsp, bool immediate)
errno_t           471 uspace/drv/audio/sb16/dsp.c errno_t sb_dsp_start_capture(sb_dsp_t *dsp, unsigned frames,
errno_t           517 uspace/drv/audio/sb16/dsp.c errno_t sb_dsp_stop_capture(sb_dsp_t *dsp, bool immediate)
errno_t            78 uspace/drv/audio/sb16/dsp.h errno_t sb_dsp_init(sb_dsp_t *dsp, sb16_regs_t *regs, ddf_dev_t *dev,
errno_t            82 uspace/drv/audio/sb16/dsp.h errno_t sb_dsp_get_buffer_position(sb_dsp_t *dsp, size_t *size);
errno_t            83 uspace/drv/audio/sb16/dsp.h errno_t sb_dsp_test_format(sb_dsp_t *dsp, unsigned *channels, unsigned *rate,
errno_t            85 uspace/drv/audio/sb16/dsp.h errno_t sb_dsp_get_buffer(sb_dsp_t *dsp, void **buffer, size_t *size);
errno_t            86 uspace/drv/audio/sb16/dsp.h errno_t sb_dsp_set_event_session(sb_dsp_t *dsp, async_sess_t *session);
errno_t            88 uspace/drv/audio/sb16/dsp.h errno_t sb_dsp_release_buffer(sb_dsp_t *dsp);
errno_t            89 uspace/drv/audio/sb16/dsp.h errno_t sb_dsp_start_playback(sb_dsp_t *dsp, unsigned frames,
errno_t            91 uspace/drv/audio/sb16/dsp.h errno_t sb_dsp_stop_playback(sb_dsp_t *dsp, bool immediate);
errno_t            92 uspace/drv/audio/sb16/dsp.h errno_t sb_dsp_start_capture(sb_dsp_t *dsp, unsigned frames,
errno_t            94 uspace/drv/audio/sb16/dsp.h errno_t sb_dsp_stop_capture(sb_dsp_t *dsp, bool immediate);
errno_t            49 uspace/drv/audio/sb16/main.c static errno_t sb_add_device(ddf_dev_t *device);
errno_t            50 uspace/drv/audio/sb16/main.c static errno_t sb_get_res(ddf_dev_t *device, addr_range_t **pp_sb_regs,
errno_t            52 uspace/drv/audio/sb16/main.c static errno_t sb_enable_interrupt(ddf_dev_t *device, int irq);
errno_t            89 uspace/drv/audio/sb16/main.c static errno_t sb_add_device(ddf_dev_t *device)
errno_t            98 uspace/drv/audio/sb16/main.c 	errno_t rc = soft_state ? EOK : ENOMEM;
errno_t           175 uspace/drv/audio/sb16/main.c static errno_t sb_get_res(ddf_dev_t *device, addr_range_t **pp_sb_regs,
errno_t           186 uspace/drv/audio/sb16/main.c 	const errno_t ret = hw_res_get_list_parsed(parent_sess, &hw_res, 0);
errno_t           243 uspace/drv/audio/sb16/main.c static errno_t sb_enable_interrupt(ddf_dev_t *device, int irq)
errno_t           125 uspace/drv/audio/sb16/mixer.c errno_t sb_mixer_init(sb_mixer_t *mixer, sb16_regs_t *regs, sb_mixer_type_t type)
errno_t           151 uspace/drv/audio/sb16/mixer.c errno_t sb_mixer_get_control_item_info(const sb_mixer_t *mixer, unsigned item,
errno_t           173 uspace/drv/audio/sb16/mixer.c errno_t sb_mixer_get_control_item_value(const sb_mixer_t *mixer, unsigned item,
errno_t           196 uspace/drv/audio/sb16/mixer.c errno_t sb_mixer_set_control_item_value(const sb_mixer_t *mixer, unsigned item,
errno_t            53 uspace/drv/audio/sb16/mixer.h errno_t sb_mixer_init(sb_mixer_t *mixer, sb16_regs_t *regs, sb_mixer_type_t type);
errno_t            55 uspace/drv/audio/sb16/mixer.h errno_t sb_mixer_get_control_item_info(const sb_mixer_t *mixer, unsigned index,
errno_t            57 uspace/drv/audio/sb16/mixer.h errno_t sb_mixer_get_control_item_value(const sb_mixer_t *mixer, unsigned index,
errno_t            59 uspace/drv/audio/sb16/mixer.h errno_t sb_mixer_set_control_item_value(const sb_mixer_t *mixer, unsigned index,
errno_t            48 uspace/drv/audio/sb16/mixer_iface.c static errno_t sb_get_info(ddf_fun_t *fun, const char **name, unsigned *items)
errno_t            60 uspace/drv/audio/sb16/mixer_iface.c static errno_t sb_get_item_info(ddf_fun_t *fun, unsigned item, const char **name,
errno_t            67 uspace/drv/audio/sb16/mixer_iface.c static errno_t sb_set_item_level(ddf_fun_t *fun, unsigned item, unsigned value)
errno_t            73 uspace/drv/audio/sb16/mixer_iface.c static errno_t sb_get_item_level(ddf_fun_t *fun, unsigned item, unsigned *value)
errno_t            49 uspace/drv/audio/sb16/pcm_iface.c static errno_t sb_get_info_str(ddf_fun_t *fun, const char **name)
errno_t            61 uspace/drv/audio/sb16/pcm_iface.c static errno_t sb_test_format(ddf_fun_t *fun, unsigned *channels, unsigned *rate,
errno_t            66 uspace/drv/audio/sb16/pcm_iface.c static errno_t sb_get_buffer(ddf_fun_t *fun, void **buffer, size_t *size)
errno_t            71 uspace/drv/audio/sb16/pcm_iface.c static errno_t sb_get_buffer_position(ddf_fun_t *fun, size_t *size)
errno_t            76 uspace/drv/audio/sb16/pcm_iface.c static errno_t sb_set_event_session(ddf_fun_t *fun, async_sess_t *sess)
errno_t            86 uspace/drv/audio/sb16/pcm_iface.c static errno_t sb_release_buffer(ddf_fun_t *fun)
errno_t            91 uspace/drv/audio/sb16/pcm_iface.c static errno_t sb_start_playback(ddf_fun_t *fun, unsigned frames,
errno_t            98 uspace/drv/audio/sb16/pcm_iface.c static errno_t sb_stop_playback(ddf_fun_t *fun, bool immediate)
errno_t           103 uspace/drv/audio/sb16/pcm_iface.c static errno_t sb_start_capture(ddf_fun_t *fun, unsigned frames,
errno_t           110 uspace/drv/audio/sb16/pcm_iface.c static errno_t sb_stop_capture(ddf_fun_t *fun, bool immediate)
errno_t           102 uspace/drv/audio/sb16/sb16.c errno_t sb16_init_sb16(sb16_t *sb, addr_range_t *regs, ddf_dev_t *dev, int dma8,
errno_t           108 uspace/drv/audio/sb16/sb16.c 	errno_t ret = pio_enable_range(regs, (void **) &sb->regs);
errno_t           187 uspace/drv/audio/sb16/sb16.c errno_t sb16_init_mpu(sb16_t *sb, addr_range_t *regs)
errno_t            55 uspace/drv/audio/sb16/sb16.h errno_t sb16_init_sb16(sb16_t *sb, addr_range_t *regs, ddf_dev_t *dev, int dma8, int dma16);
errno_t            56 uspace/drv/audio/sb16/sb16.h errno_t sb16_init_mpu(sb16_t *sb, addr_range_t *regs);
errno_t           111 uspace/drv/block/ahci/ahci.c static errno_t get_sata_device_name(ddf_fun_t *, size_t, char *);
errno_t           112 uspace/drv/block/ahci/ahci.c static errno_t get_num_blocks(ddf_fun_t *, uint64_t *);
errno_t           113 uspace/drv/block/ahci/ahci.c static errno_t get_block_size(ddf_fun_t *, size_t *);
errno_t           114 uspace/drv/block/ahci/ahci.c static errno_t read_blocks(ddf_fun_t *, uint64_t, size_t, void *);
errno_t           115 uspace/drv/block/ahci/ahci.c static errno_t write_blocks(ddf_fun_t *, uint64_t, size_t, void *);
errno_t           117 uspace/drv/block/ahci/ahci.c static errno_t ahci_identify_device(sata_dev_t *);
errno_t           118 uspace/drv/block/ahci/ahci.c static errno_t ahci_set_highest_ultra_dma_mode(sata_dev_t *);
errno_t           119 uspace/drv/block/ahci/ahci.c static errno_t ahci_rb_fpdma(sata_dev_t *, uintptr_t, uint64_t);
errno_t           120 uspace/drv/block/ahci/ahci.c static errno_t ahci_wb_fpdma(sata_dev_t *, uintptr_t, uint64_t);
errno_t           126 uspace/drv/block/ahci/ahci.c static errno_t ahci_dev_add(ddf_dev_t *);
errno_t           179 uspace/drv/block/ahci/ahci.c static errno_t get_sata_device_name(ddf_fun_t *fun,
errno_t           195 uspace/drv/block/ahci/ahci.c static errno_t get_num_blocks(ddf_fun_t *fun, uint64_t *num_blocks)
errno_t           210 uspace/drv/block/ahci/ahci.c static errno_t get_block_size(ddf_fun_t *fun, size_t *block_size)
errno_t           227 uspace/drv/block/ahci/ahci.c static errno_t read_blocks(ddf_fun_t *fun, uint64_t blocknum,
errno_t           234 uspace/drv/block/ahci/ahci.c 	errno_t rc = dmamem_map_anonymous(sata->block_size, DMAMEM_4GiB,
errno_t           270 uspace/drv/block/ahci/ahci.c static errno_t write_blocks(ddf_fun_t *fun, uint64_t blocknum,
errno_t           277 uspace/drv/block/ahci/ahci.c 	errno_t rc = dmamem_map_anonymous(sata->block_size, DMAMEM_4GiB,
errno_t           426 uspace/drv/block/ahci/ahci.c static errno_t ahci_identify_device(sata_dev_t *sata)
errno_t           436 uspace/drv/block/ahci/ahci.c 	errno_t rc = dmamem_map_anonymous(SATA_IDENTIFY_DEVICE_BUFFER_LENGTH,
errno_t           607 uspace/drv/block/ahci/ahci.c static errno_t ahci_set_highest_ultra_dma_mode(sata_dev_t *sata)
errno_t           630 uspace/drv/block/ahci/ahci.c 	errno_t rc = dmamem_map_anonymous(SATA_SET_FEATURE_BUFFER_LENGTH,
errno_t           736 uspace/drv/block/ahci/ahci.c static errno_t ahci_rb_fpdma(sata_dev_t *sata, uintptr_t phys, uint64_t blocknum)
errno_t           824 uspace/drv/block/ahci/ahci.c static errno_t ahci_wb_fpdma(sata_dev_t *sata, uintptr_t phys, uint64_t blocknum)
errno_t           951 uspace/drv/block/ahci/ahci.c 	errno_t rc = dmamem_map_anonymous(size, DMAMEM_4GiB,
errno_t          1040 uspace/drv/block/ahci/ahci.c static errno_t ahci_sata_create(ahci_dev_t *ahci, ddf_dev_t *dev,
errno_t          1044 uspace/drv/block/ahci/ahci.c 	errno_t rc;
errno_t          1187 uspace/drv/block/ahci/ahci.c 	errno_t rc = register_interrupt_handler(dev,
errno_t          1257 uspace/drv/block/ahci/ahci.c static errno_t ahci_dev_add(ddf_dev_t *dev)
errno_t            84 uspace/drv/block/ata_bd/ata_bd.c static errno_t ata_bd_init_io(ata_ctrl_t *ctrl);
errno_t            87 uspace/drv/block/ata_bd/ata_bd.c static errno_t ata_bd_open(bd_srvs_t *, bd_srv_t *);
errno_t            88 uspace/drv/block/ata_bd/ata_bd.c static errno_t ata_bd_close(bd_srv_t *);
errno_t            89 uspace/drv/block/ata_bd/ata_bd.c static errno_t ata_bd_read_blocks(bd_srv_t *, uint64_t ba, size_t cnt, void *buf,
errno_t            91 uspace/drv/block/ata_bd/ata_bd.c static errno_t ata_bd_read_toc(bd_srv_t *, uint8_t session, void *buf, size_t);
errno_t            92 uspace/drv/block/ata_bd/ata_bd.c static errno_t ata_bd_write_blocks(bd_srv_t *, uint64_t ba, size_t cnt,
errno_t            94 uspace/drv/block/ata_bd/ata_bd.c static errno_t ata_bd_get_block_size(bd_srv_t *, size_t *);
errno_t            95 uspace/drv/block/ata_bd/ata_bd.c static errno_t ata_bd_get_num_blocks(bd_srv_t *, aoff64_t *);
errno_t            96 uspace/drv/block/ata_bd/ata_bd.c static errno_t ata_bd_sync_cache(bd_srv_t *, aoff64_t, size_t);
errno_t            98 uspace/drv/block/ata_bd/ata_bd.c static errno_t ata_rcmd_read(disk_t *disk, uint64_t ba, size_t cnt,
errno_t           100 uspace/drv/block/ata_bd/ata_bd.c static errno_t ata_rcmd_write(disk_t *disk, uint64_t ba, size_t cnt,
errno_t           102 uspace/drv/block/ata_bd/ata_bd.c static errno_t ata_rcmd_flush_cache(disk_t *disk);
errno_t           103 uspace/drv/block/ata_bd/ata_bd.c static errno_t disk_init(ata_ctrl_t *ctrl, disk_t *d, int disk_id);
errno_t           104 uspace/drv/block/ata_bd/ata_bd.c static errno_t ata_identify_dev(disk_t *disk, void *buf);
errno_t           105 uspace/drv/block/ata_bd/ata_bd.c static errno_t ata_identify_pkt_dev(disk_t *disk, void *buf);
errno_t           106 uspace/drv/block/ata_bd/ata_bd.c static errno_t ata_cmd_packet(disk_t *disk, const void *cpkt, size_t cpkt_size,
errno_t           108 uspace/drv/block/ata_bd/ata_bd.c static errno_t ata_pcmd_inquiry(disk_t *disk, void *obuf, size_t obuf_size,
errno_t           110 uspace/drv/block/ata_bd/ata_bd.c static errno_t ata_pcmd_read_12(disk_t *disk, uint64_t ba, size_t cnt,
errno_t           112 uspace/drv/block/ata_bd/ata_bd.c static errno_t ata_pcmd_read_capacity(disk_t *disk, uint64_t *nblocks,
errno_t           114 uspace/drv/block/ata_bd/ata_bd.c static errno_t ata_pcmd_read_toc(disk_t *disk, uint8_t ses,
errno_t           118 uspace/drv/block/ata_bd/ata_bd.c static errno_t coord_calc(disk_t *d, uint64_t ba, block_coord_t *bc);
errno_t           121 uspace/drv/block/ata_bd/ata_bd.c static errno_t wait_status(ata_ctrl_t *ctrl, unsigned set, unsigned n_reset,
errno_t           146 uspace/drv/block/ata_bd/ata_bd.c errno_t ata_ctrl_init(ata_ctrl_t *ctrl, ata_base_t *res)
errno_t           149 uspace/drv/block/ata_bd/ata_bd.c 	errno_t rc;
errno_t           212 uspace/drv/block/ata_bd/ata_bd.c errno_t ata_ctrl_remove(ata_ctrl_t *ctrl)
errno_t           215 uspace/drv/block/ata_bd/ata_bd.c 	errno_t rc;
errno_t           237 uspace/drv/block/ata_bd/ata_bd.c errno_t ata_ctrl_gone(ata_ctrl_t *ctrl)
errno_t           240 uspace/drv/block/ata_bd/ata_bd.c 	errno_t rc;
errno_t           311 uspace/drv/block/ata_bd/ata_bd.c static errno_t ata_bd_init_io(ata_ctrl_t *ctrl)
errno_t           313 uspace/drv/block/ata_bd/ata_bd.c 	errno_t rc;
errno_t           347 uspace/drv/block/ata_bd/ata_bd.c static errno_t disk_init(ata_ctrl_t *ctrl, disk_t *d, int disk_id)
errno_t           359 uspace/drv/block/ata_bd/ata_bd.c 	errno_t rc;
errno_t           502 uspace/drv/block/ata_bd/ata_bd.c static errno_t ata_bd_open(bd_srvs_t *bds, bd_srv_t *bd)
errno_t           507 uspace/drv/block/ata_bd/ata_bd.c static errno_t ata_bd_close(bd_srv_t *bd)
errno_t           513 uspace/drv/block/ata_bd/ata_bd.c static errno_t ata_bd_read_blocks(bd_srv_t *bd, uint64_t ba, size_t cnt,
errno_t           519 uspace/drv/block/ata_bd/ata_bd.c 	errno_t rc;
errno_t           547 uspace/drv/block/ata_bd/ata_bd.c static errno_t ata_bd_read_toc(bd_srv_t *bd, uint8_t session, void *buf, size_t size)
errno_t           555 uspace/drv/block/ata_bd/ata_bd.c static errno_t ata_bd_write_blocks(bd_srv_t *bd, uint64_t ba, size_t cnt,
errno_t           561 uspace/drv/block/ata_bd/ata_bd.c 	errno_t rc;
errno_t           586 uspace/drv/block/ata_bd/ata_bd.c static errno_t ata_bd_get_block_size(bd_srv_t *bd, size_t *rbsize)
errno_t           595 uspace/drv/block/ata_bd/ata_bd.c static errno_t ata_bd_get_num_blocks(bd_srv_t *bd, aoff64_t *rnb)
errno_t           604 uspace/drv/block/ata_bd/ata_bd.c static errno_t ata_bd_sync_cache(bd_srv_t *bd, uint64_t ba, size_t cnt)
errno_t           616 uspace/drv/block/ata_bd/ata_bd.c static errno_t ata_pio_data_in(disk_t *disk, void *obuf, size_t obuf_size,
errno_t           655 uspace/drv/block/ata_bd/ata_bd.c static errno_t ata_pio_data_out(disk_t *disk, const void *buf, size_t buf_size,
errno_t           692 uspace/drv/block/ata_bd/ata_bd.c static errno_t ata_pio_nondata(disk_t *disk)
errno_t           717 uspace/drv/block/ata_bd/ata_bd.c static errno_t ata_identify_dev(disk_t *disk, void *buf)
errno_t           769 uspace/drv/block/ata_bd/ata_bd.c static errno_t ata_identify_pkt_dev(disk_t *disk, void *buf)
errno_t           802 uspace/drv/block/ata_bd/ata_bd.c static errno_t ata_cmd_packet(disk_t *disk, const void *cpkt, size_t cpkt_size,
errno_t           896 uspace/drv/block/ata_bd/ata_bd.c static errno_t ata_pcmd_inquiry(disk_t *disk, void *obuf, size_t obuf_size,
errno_t           901 uspace/drv/block/ata_bd/ata_bd.c 	errno_t rc;
errno_t           929 uspace/drv/block/ata_bd/ata_bd.c static errno_t ata_pcmd_read_capacity(disk_t *disk, uint64_t *nblocks,
errno_t           935 uspace/drv/block/ata_bd/ata_bd.c 	errno_t rc;
errno_t           966 uspace/drv/block/ata_bd/ata_bd.c static errno_t ata_pcmd_read_12(disk_t *disk, uint64_t ba, size_t cnt,
errno_t           970 uspace/drv/block/ata_bd/ata_bd.c 	errno_t rc;
errno_t          1005 uspace/drv/block/ata_bd/ata_bd.c static errno_t ata_pcmd_read_toc(disk_t *disk, uint8_t session, void *obuf,
errno_t          1010 uspace/drv/block/ata_bd/ata_bd.c 	errno_t rc;
errno_t          1037 uspace/drv/block/ata_bd/ata_bd.c static errno_t ata_rcmd_read(disk_t *disk, uint64_t ba, size_t blk_cnt,
errno_t          1043 uspace/drv/block/ata_bd/ata_bd.c 	errno_t rc;
errno_t          1097 uspace/drv/block/ata_bd/ata_bd.c static errno_t ata_rcmd_write(disk_t *disk, uint64_t ba, size_t cnt,
errno_t          1103 uspace/drv/block/ata_bd/ata_bd.c 	errno_t rc;
errno_t          1153 uspace/drv/block/ata_bd/ata_bd.c static errno_t ata_rcmd_flush_cache(disk_t *disk)
errno_t          1157 uspace/drv/block/ata_bd/ata_bd.c 	errno_t rc;
errno_t          1228 uspace/drv/block/ata_bd/ata_bd.c static errno_t coord_calc(disk_t *d, uint64_t ba, block_coord_t *bc)
errno_t          1315 uspace/drv/block/ata_bd/ata_bd.c static errno_t wait_status(ata_ctrl_t *ctrl, unsigned set, unsigned n_reset,
errno_t           155 uspace/drv/block/ata_bd/ata_bd.h extern errno_t ata_ctrl_init(ata_ctrl_t *, ata_base_t *);
errno_t           156 uspace/drv/block/ata_bd/ata_bd.h extern errno_t ata_ctrl_remove(ata_ctrl_t *);
errno_t           157 uspace/drv/block/ata_bd/ata_bd.h extern errno_t ata_ctrl_gone(ata_ctrl_t *);
errno_t            47 uspace/drv/block/ata_bd/main.c static errno_t ata_dev_add(ddf_dev_t *dev);
errno_t            48 uspace/drv/block/ata_bd/main.c static errno_t ata_dev_remove(ddf_dev_t *dev);
errno_t            49 uspace/drv/block/ata_bd/main.c static errno_t ata_dev_gone(ddf_dev_t *dev);
errno_t            50 uspace/drv/block/ata_bd/main.c static errno_t ata_fun_online(ddf_fun_t *fun);
errno_t            51 uspace/drv/block/ata_bd/main.c static errno_t ata_fun_offline(ddf_fun_t *fun);
errno_t            68 uspace/drv/block/ata_bd/main.c static errno_t ata_get_res(ddf_dev_t *dev, ata_base_t *ata_res)
errno_t            72 uspace/drv/block/ata_bd/main.c 	errno_t rc;
errno_t           114 uspace/drv/block/ata_bd/main.c static errno_t ata_dev_add(ddf_dev_t *dev)
errno_t           118 uspace/drv/block/ata_bd/main.c 	errno_t rc;
errno_t           160 uspace/drv/block/ata_bd/main.c errno_t ata_fun_create(disk_t *disk)
errno_t           163 uspace/drv/block/ata_bd/main.c 	errno_t rc;
errno_t           231 uspace/drv/block/ata_bd/main.c errno_t ata_fun_remove(disk_t *disk)
errno_t           233 uspace/drv/block/ata_bd/main.c 	errno_t rc;
errno_t           269 uspace/drv/block/ata_bd/main.c errno_t ata_fun_unbind(disk_t *disk)
errno_t           271 uspace/drv/block/ata_bd/main.c 	errno_t rc;
errno_t           301 uspace/drv/block/ata_bd/main.c static errno_t ata_dev_remove(ddf_dev_t *dev)
errno_t           310 uspace/drv/block/ata_bd/main.c static errno_t ata_dev_gone(ddf_dev_t *dev)
errno_t           319 uspace/drv/block/ata_bd/main.c static errno_t ata_fun_online(ddf_fun_t *fun)
errno_t           325 uspace/drv/block/ata_bd/main.c static errno_t ata_fun_offline(ddf_fun_t *fun)
errno_t            40 uspace/drv/block/ata_bd/main.h extern errno_t ata_fun_create(disk_t *);
errno_t            41 uspace/drv/block/ata_bd/main.h extern errno_t ata_fun_remove(disk_t *);
errno_t            42 uspace/drv/block/ata_bd/main.h extern errno_t ata_fun_unbind(disk_t *);
errno_t            58 uspace/drv/block/ddisk/ddisk.c static errno_t ddisk_dev_add(ddf_dev_t *);
errno_t            59 uspace/drv/block/ddisk/ddisk.c static errno_t ddisk_dev_remove(ddf_dev_t *);
errno_t            60 uspace/drv/block/ddisk/ddisk.c static errno_t ddisk_dev_gone(ddf_dev_t *);
errno_t            61 uspace/drv/block/ddisk/ddisk.c static errno_t ddisk_fun_online(ddf_fun_t *);
errno_t            62 uspace/drv/block/ddisk/ddisk.c static errno_t ddisk_fun_offline(ddf_fun_t *);
errno_t           119 uspace/drv/block/ddisk/ddisk.c static errno_t ddisk_bd_open(bd_srvs_t *, bd_srv_t *);
errno_t           120 uspace/drv/block/ddisk/ddisk.c static errno_t ddisk_bd_close(bd_srv_t *);
errno_t           121 uspace/drv/block/ddisk/ddisk.c static errno_t ddisk_bd_read_blocks(bd_srv_t *, aoff64_t, size_t, void *, size_t);
errno_t           122 uspace/drv/block/ddisk/ddisk.c static errno_t ddisk_bd_write_blocks(bd_srv_t *, aoff64_t, size_t, const void *,
errno_t           124 uspace/drv/block/ddisk/ddisk.c static errno_t ddisk_bd_get_block_size(bd_srv_t *, size_t *);
errno_t           125 uspace/drv/block/ddisk/ddisk.c static errno_t ddisk_bd_get_num_blocks(bd_srv_t *, aoff64_t *);
errno_t           190 uspace/drv/block/ddisk/ddisk.c errno_t ddisk_bd_open(bd_srvs_t *bds, bd_srv_t *bd)
errno_t           195 uspace/drv/block/ddisk/ddisk.c errno_t ddisk_bd_close(bd_srv_t *bd)
errno_t           200 uspace/drv/block/ddisk/ddisk.c static errno_t ddisk_rw_block(ddisk_t *ddisk, bool read, aoff64_t ba, void *buf)
errno_t           236 uspace/drv/block/ddisk/ddisk.c static errno_t ddisk_bd_rw_blocks(bd_srv_t *bd, aoff64_t ba, size_t cnt,
errno_t           241 uspace/drv/block/ddisk/ddisk.c 	errno_t rc;
errno_t           256 uspace/drv/block/ddisk/ddisk.c errno_t ddisk_bd_read_blocks(bd_srv_t *bd, aoff64_t ba, size_t cnt, void *buf,
errno_t           262 uspace/drv/block/ddisk/ddisk.c errno_t ddisk_bd_write_blocks(bd_srv_t *bd, aoff64_t ba, size_t cnt,
errno_t           268 uspace/drv/block/ddisk/ddisk.c errno_t ddisk_bd_get_block_size(bd_srv_t *bd, size_t *rsize)
errno_t           274 uspace/drv/block/ddisk/ddisk.c errno_t ddisk_bd_get_num_blocks(bd_srv_t *bd, aoff64_t *rnb)
errno_t           282 uspace/drv/block/ddisk/ddisk.c static errno_t ddisk_get_res(ddf_dev_t *dev, ddisk_res_t *ddisk_res)
errno_t           286 uspace/drv/block/ddisk/ddisk.c 	errno_t rc;
errno_t           317 uspace/drv/block/ddisk/ddisk.c static errno_t ddisk_fun_create(ddisk_t *ddisk)
errno_t           319 uspace/drv/block/ddisk/ddisk.c 	errno_t rc;
errno_t           360 uspace/drv/block/ddisk/ddisk.c static errno_t ddisk_fun_remove(ddisk_t *ddisk)
errno_t           362 uspace/drv/block/ddisk/ddisk.c 	errno_t rc;
errno_t           391 uspace/drv/block/ddisk/ddisk.c static errno_t ddisk_fun_unbind(ddisk_t *ddisk)
errno_t           393 uspace/drv/block/ddisk/ddisk.c 	errno_t rc;
errno_t           420 uspace/drv/block/ddisk/ddisk.c static errno_t ddisk_dev_add(ddf_dev_t *dev)
errno_t           424 uspace/drv/block/ddisk/ddisk.c 	errno_t rc;
errno_t           539 uspace/drv/block/ddisk/ddisk.c static errno_t ddisk_dev_remove_common(ddisk_t *ddisk, bool surprise)
errno_t           541 uspace/drv/block/ddisk/ddisk.c 	errno_t rc;
errno_t           567 uspace/drv/block/ddisk/ddisk.c static errno_t ddisk_dev_remove(ddf_dev_t *dev)
errno_t           575 uspace/drv/block/ddisk/ddisk.c static errno_t ddisk_dev_gone(ddf_dev_t *dev)
errno_t           583 uspace/drv/block/ddisk/ddisk.c static errno_t ddisk_fun_online(ddf_fun_t *fun)
errno_t           589 uspace/drv/block/ddisk/ddisk.c static errno_t ddisk_fun_offline(ddf_fun_t *fun)
errno_t            59 uspace/drv/block/usbmast/bo_trans.c errno_t usb_massstor_cmd(usbmast_fun_t *mfun, uint32_t tag, scsi_cmd_t *cmd)
errno_t            61 uspace/drv/block/usbmast/bo_trans.c 	errno_t rc;
errno_t           193 uspace/drv/block/usbmast/bo_trans.c errno_t usb_massstor_reset(usbmast_dev_t *mdev)
errno_t           236 uspace/drv/block/usbmast/bo_trans.c 	errno_t rc = usb_control_request_get(
errno_t            88 uspace/drv/block/usbmast/bo_trans.h extern errno_t usb_massstor_cmd(usbmast_fun_t *, uint32_t, scsi_cmd_t *);
errno_t            89 uspace/drv/block/usbmast/bo_trans.h extern errno_t usb_massstor_reset(usbmast_dev_t *);
errno_t            80 uspace/drv/block/usbmast/main.c static errno_t usbmast_fun_create(usbmast_dev_t *mdev, unsigned lun);
errno_t            83 uspace/drv/block/usbmast/main.c static errno_t usbmast_bd_open(bd_srvs_t *, bd_srv_t *);
errno_t            84 uspace/drv/block/usbmast/main.c static errno_t usbmast_bd_close(bd_srv_t *);
errno_t            85 uspace/drv/block/usbmast/main.c static errno_t usbmast_bd_read_blocks(bd_srv_t *, aoff64_t, size_t, void *, size_t);
errno_t            86 uspace/drv/block/usbmast/main.c static errno_t usbmast_bd_sync_cache(bd_srv_t *, aoff64_t, size_t);
errno_t            87 uspace/drv/block/usbmast/main.c static errno_t usbmast_bd_write_blocks(bd_srv_t *, aoff64_t, size_t, const void *, size_t);
errno_t            88 uspace/drv/block/usbmast/main.c static errno_t usbmast_bd_get_block_size(bd_srv_t *, size_t *);
errno_t            89 uspace/drv/block/usbmast/main.c static errno_t usbmast_bd_get_num_blocks(bd_srv_t *, aoff64_t *);
errno_t           111 uspace/drv/block/usbmast/main.c static errno_t usbmast_device_gone(usb_device_t *dev)
errno_t           117 uspace/drv/block/usbmast/main.c 		const errno_t rc = ddf_fun_unbind(mdev->luns[i]);
errno_t           135 uspace/drv/block/usbmast/main.c static errno_t usbmast_device_remove(usb_device_t *dev)
errno_t           147 uspace/drv/block/usbmast/main.c static errno_t usbmast_device_add(usb_device_t *dev)
errno_t           149 uspace/drv/block/usbmast/main.c 	errno_t rc;
errno_t           200 uspace/drv/block/usbmast/main.c 		const errno_t rc = ddf_fun_unbind(mdev->luns[i]);
errno_t           219 uspace/drv/block/usbmast/main.c static errno_t usbmast_fun_create(usbmast_dev_t *mdev, unsigned lun)
errno_t           221 uspace/drv/block/usbmast/main.c 	errno_t rc;
errno_t           337 uspace/drv/block/usbmast/main.c static errno_t usbmast_bd_open(bd_srvs_t *bds, bd_srv_t *bd)
errno_t           343 uspace/drv/block/usbmast/main.c static errno_t usbmast_bd_close(bd_srv_t *bd)
errno_t           349 uspace/drv/block/usbmast/main.c static errno_t usbmast_bd_read_blocks(bd_srv_t *bd, uint64_t ba, size_t cnt, void *buf,
errno_t           361 uspace/drv/block/usbmast/main.c static errno_t usbmast_bd_sync_cache(bd_srv_t *bd, uint64_t ba, size_t cnt)
errno_t           369 uspace/drv/block/usbmast/main.c static errno_t usbmast_bd_write_blocks(bd_srv_t *bd, uint64_t ba, size_t cnt,
errno_t           381 uspace/drv/block/usbmast/main.c static errno_t usbmast_bd_get_block_size(bd_srv_t *bd, size_t *rsize)
errno_t           389 uspace/drv/block/usbmast/main.c static errno_t usbmast_bd_get_num_blocks(bd_srv_t *bd, aoff64_t *rnb)
errno_t            75 uspace/drv/block/usbmast/scsi_ms.c static errno_t usb_massstor_unit_ready(usbmast_fun_t *mfun)
errno_t            79 uspace/drv/block/usbmast/scsi_ms.c 	errno_t rc;
errno_t           111 uspace/drv/block/usbmast/scsi_ms.c static errno_t usbmast_run_cmd(usbmast_fun_t *mfun, scsi_cmd_t *cmd)
errno_t           115 uspace/drv/block/usbmast/scsi_ms.c 	errno_t rc;
errno_t           166 uspace/drv/block/usbmast/scsi_ms.c errno_t usbmast_inquiry(usbmast_fun_t *mfun, usbmast_inquiry_data_t *inq_res)
errno_t           171 uspace/drv/block/usbmast/scsi_ms.c 	errno_t rc;
errno_t           235 uspace/drv/block/usbmast/scsi_ms.c errno_t usbmast_request_sense(usbmast_fun_t *mfun, void *buf, size_t size)
errno_t           239 uspace/drv/block/usbmast/scsi_ms.c 	errno_t rc;
errno_t           276 uspace/drv/block/usbmast/scsi_ms.c errno_t usbmast_read_capacity(usbmast_fun_t *mfun, uint32_t *nblocks,
errno_t           282 uspace/drv/block/usbmast/scsi_ms.c 	errno_t rc;
errno_t           327 uspace/drv/block/usbmast/scsi_ms.c errno_t usbmast_read(usbmast_fun_t *mfun, uint64_t ba, size_t nblocks, void *buf)
errno_t           331 uspace/drv/block/usbmast/scsi_ms.c 	errno_t rc;
errno_t           382 uspace/drv/block/usbmast/scsi_ms.c errno_t usbmast_write(usbmast_fun_t *mfun, uint64_t ba, size_t nblocks,
errno_t           387 uspace/drv/block/usbmast/scsi_ms.c 	errno_t rc;
errno_t           432 uspace/drv/block/usbmast/scsi_ms.c errno_t usbmast_sync_cache(usbmast_fun_t *mfun, uint64_t ba, size_t nblocks)
errno_t           451 uspace/drv/block/usbmast/scsi_ms.c 	const errno_t rc = usbmast_run_cmd(mfun, &cmd);
errno_t            62 uspace/drv/block/usbmast/scsi_ms.h extern errno_t usbmast_inquiry(usbmast_fun_t *, usbmast_inquiry_data_t *);
errno_t            63 uspace/drv/block/usbmast/scsi_ms.h extern errno_t usbmast_request_sense(usbmast_fun_t *, void *, size_t);
errno_t            64 uspace/drv/block/usbmast/scsi_ms.h extern errno_t usbmast_read_capacity(usbmast_fun_t *, uint32_t *, uint32_t *);
errno_t            65 uspace/drv/block/usbmast/scsi_ms.h extern errno_t usbmast_read(usbmast_fun_t *, uint64_t, size_t, void *);
errno_t            66 uspace/drv/block/usbmast/scsi_ms.h extern errno_t usbmast_write(usbmast_fun_t *, uint64_t, size_t, const void *);
errno_t            67 uspace/drv/block/usbmast/scsi_ms.h extern errno_t usbmast_sync_cache(usbmast_fun_t *, uint64_t, size_t);
errno_t            64 uspace/drv/block/virtio-blk/virtio-blk.c static errno_t virtio_blk_dev_add(ddf_dev_t *dev);
errno_t            91 uspace/drv/block/virtio-blk/virtio-blk.c static errno_t virtio_blk_register_interrupt(ddf_dev_t *dev)
errno_t           104 uspace/drv/block/virtio-blk/virtio-blk.c 	errno_t rc = hw_res_get_list_parsed(parent_sess, &res, 0);
errno_t           150 uspace/drv/block/virtio-blk/virtio-blk.c static errno_t virtio_blk_bd_open(bd_srvs_t *bds, bd_srv_t *bd)
errno_t           155 uspace/drv/block/virtio-blk/virtio-blk.c static errno_t virtio_blk_bd_close(bd_srv_t *bd)
errno_t           160 uspace/drv/block/virtio-blk/virtio-blk.c static errno_t virtio_blk_rw_block(virtio_blk_t *virtio_blk, bool read,
errno_t           222 uspace/drv/block/virtio-blk/virtio-blk.c 	errno_t rc;
errno_t           255 uspace/drv/block/virtio-blk/virtio-blk.c static errno_t virtio_blk_bd_rw_blocks(bd_srv_t *bd, aoff64_t ba, size_t cnt,
errno_t           260 uspace/drv/block/virtio-blk/virtio-blk.c 	errno_t rc;
errno_t           275 uspace/drv/block/virtio-blk/virtio-blk.c static errno_t virtio_blk_bd_read_blocks(bd_srv_t *bd, aoff64_t ba, size_t cnt,
errno_t           281 uspace/drv/block/virtio-blk/virtio-blk.c static errno_t virtio_blk_bd_write_blocks(bd_srv_t *bd, aoff64_t ba, size_t cnt,
errno_t           287 uspace/drv/block/virtio-blk/virtio-blk.c static errno_t virtio_blk_bd_get_block_size(bd_srv_t *bd, size_t *size)
errno_t           293 uspace/drv/block/virtio-blk/virtio-blk.c static errno_t virtio_blk_bd_get_num_blocks(bd_srv_t *bd, aoff64_t *nb)
errno_t           310 uspace/drv/block/virtio-blk/virtio-blk.c static errno_t virtio_blk_initialize(ddf_dev_t *dev)
errno_t           329 uspace/drv/block/virtio-blk/virtio-blk.c 	errno_t rc = virtio_pci_dev_initialize(dev, &virtio_blk->virtio_dev);
errno_t           445 uspace/drv/block/virtio-blk/virtio-blk.c static errno_t virtio_blk_dev_add(ddf_dev_t *dev)
errno_t           450 uspace/drv/block/virtio-blk/virtio-blk.c 	errno_t rc = virtio_blk_initialize(dev);
errno_t            58 uspace/drv/bus/adb/cuda_adb/cuda_adb.c static errno_t cuda_init(cuda_t *);
errno_t           109 uspace/drv/bus/adb/cuda_adb/cuda_adb.c static errno_t cuda_dev_create(cuda_t *cuda, const char *name, const char *id,
errno_t           114 uspace/drv/bus/adb/cuda_adb/cuda_adb.c 	errno_t rc;
errno_t           156 uspace/drv/bus/adb/cuda_adb/cuda_adb.c errno_t cuda_add(cuda_t *cuda, cuda_res_t *res)
errno_t           160 uspace/drv/bus/adb/cuda_adb/cuda_adb.c 	errno_t rc;
errno_t           188 uspace/drv/bus/adb/cuda_adb/cuda_adb.c errno_t cuda_remove(cuda_t *cuda)
errno_t           193 uspace/drv/bus/adb/cuda_adb/cuda_adb.c errno_t cuda_gone(cuda_t *cuda)
errno_t           229 uspace/drv/bus/adb/cuda_adb/cuda_adb.c static errno_t cuda_init(cuda_t *cuda)
errno_t           231 uspace/drv/bus/adb/cuda_adb/cuda_adb.c 	errno_t rc;
errno_t            89 uspace/drv/bus/adb/cuda_adb/cuda_adb.h extern errno_t cuda_add(cuda_t *, cuda_res_t *);
errno_t            90 uspace/drv/bus/adb/cuda_adb/cuda_adb.h extern errno_t cuda_remove(cuda_t *);
errno_t            91 uspace/drv/bus/adb/cuda_adb/cuda_adb.h extern errno_t cuda_gone(cuda_t *);
errno_t            45 uspace/drv/bus/adb/cuda_adb/main.c static errno_t cuda_dev_add(ddf_dev_t *dev);
errno_t            46 uspace/drv/bus/adb/cuda_adb/main.c static errno_t cuda_dev_remove(ddf_dev_t *dev);
errno_t            47 uspace/drv/bus/adb/cuda_adb/main.c static errno_t cuda_dev_gone(ddf_dev_t *dev);
errno_t            48 uspace/drv/bus/adb/cuda_adb/main.c static errno_t cuda_fun_online(ddf_fun_t *fun);
errno_t            49 uspace/drv/bus/adb/cuda_adb/main.c static errno_t cuda_fun_offline(ddf_fun_t *fun);
errno_t            64 uspace/drv/bus/adb/cuda_adb/main.c static errno_t cuda_get_res(ddf_dev_t *dev, cuda_res_t *res)
errno_t            68 uspace/drv/bus/adb/cuda_adb/main.c 	errno_t rc;
errno_t            99 uspace/drv/bus/adb/cuda_adb/main.c static errno_t cuda_dev_add(ddf_dev_t *dev)
errno_t           103 uspace/drv/bus/adb/cuda_adb/main.c 	errno_t rc;
errno_t           124 uspace/drv/bus/adb/cuda_adb/main.c static errno_t cuda_dev_remove(ddf_dev_t *dev)
errno_t           133 uspace/drv/bus/adb/cuda_adb/main.c static errno_t cuda_dev_gone(ddf_dev_t *dev)
errno_t           142 uspace/drv/bus/adb/cuda_adb/main.c static errno_t cuda_fun_online(ddf_fun_t *fun)
errno_t           148 uspace/drv/bus/adb/cuda_adb/main.c static errno_t cuda_fun_offline(ddf_fun_t *fun)
errno_t           281 uspace/drv/bus/isa/i8237.c static inline errno_t dma_controller_init(dma_controller_t *controller)
errno_t           284 uspace/drv/bus/isa/i8237.c 	errno_t ret = pio_enable(DMA_CONTROLLER_PAGE_BASE, sizeof(dma_page_regs_t),
errno_t           341 uspace/drv/bus/isa/i8237.c errno_t dma_channel_setup(unsigned int channel, uint32_t pa, uint32_t size,
errno_t           456 uspace/drv/bus/isa/i8237.c errno_t dma_channel_remain(unsigned channel, size_t *size)
errno_t            40 uspace/drv/bus/isa/i8237.h extern errno_t dma_channel_setup(unsigned, uint32_t, uint32_t, uint8_t);
errno_t            41 uspace/drv/bus/isa/i8237.h extern errno_t dma_channel_remain(unsigned, size_t *);
errno_t           131 uspace/drv/bus/isa/isa.c static errno_t isa_fun_enable_interrupt(ddf_fun_t *fnode, int irq)
errno_t           141 uspace/drv/bus/isa/isa.c static errno_t isa_fun_disable_interrupt(ddf_fun_t *fnode, int irq)
errno_t           151 uspace/drv/bus/isa/isa.c static errno_t isa_fun_clear_interrupt(ddf_fun_t *fnode, int irq)
errno_t           161 uspace/drv/bus/isa/isa.c static errno_t isa_fun_setup_dma(ddf_fun_t *fnode,
errno_t           183 uspace/drv/bus/isa/isa.c static errno_t isa_fun_remain_dma(ddf_fun_t *fnode,
errno_t           233 uspace/drv/bus/isa/isa.c static errno_t isa_dev_add(ddf_dev_t *dev);
errno_t           234 uspace/drv/bus/isa/isa.c static errno_t isa_dev_remove(ddf_dev_t *dev);
errno_t           235 uspace/drv/bus/isa/isa.c static errno_t isa_fun_online(ddf_fun_t *fun);
errno_t           236 uspace/drv/bus/isa/isa.c static errno_t isa_fun_offline(ddf_fun_t *fun);
errno_t           278 uspace/drv/bus/isa/isa.c 	errno_t rc;
errno_t           579 uspace/drv/bus/isa/isa.c 	errno_t rc = ddf_fun_add_match_id(fun->fnode, id, score);
errno_t           699 uspace/drv/bus/isa/isa.c static errno_t isa_read_pci_cfg(isa_bus_t *isa, async_sess_t *sess)
errno_t           701 uspace/drv/bus/isa/isa.c 	errno_t rc;
errno_t           719 uspace/drv/bus/isa/isa.c static errno_t isa_dev_add(ddf_dev_t *dev)
errno_t           722 uspace/drv/bus/isa/isa.c 	errno_t rc;
errno_t           784 uspace/drv/bus/isa/isa.c static errno_t isa_dev_remove(ddf_dev_t *dev)
errno_t           794 uspace/drv/bus/isa/isa.c 		errno_t rc = ddf_fun_offline(fun->fnode);
errno_t           824 uspace/drv/bus/isa/isa.c static errno_t isa_fun_online(ddf_fun_t *fun)
errno_t           830 uspace/drv/bus/isa/isa.c static errno_t isa_fun_offline(ddf_fun_t *fun)
errno_t            47 uspace/drv/bus/pci/pciintel/ctl.c static errno_t pci_ctl_get_devices(pci_bus_t *, devman_handle_t *, size_t,
errno_t            49 uspace/drv/bus/pci/pciintel/ctl.c static errno_t pci_ctl_dev_get_info(pci_fun_t *, pci_dev_info_t *);
errno_t            95 uspace/drv/bus/pci/pciintel/ctl.c 	errno_t rc;
errno_t           124 uspace/drv/bus/pci/pciintel/ctl.c 	errno_t retval = async_data_read_finalize(&call, buf, size);
errno_t           140 uspace/drv/bus/pci/pciintel/ctl.c 	errno_t rc;
errno_t           198 uspace/drv/bus/pci/pciintel/ctl.c static errno_t pci_ctl_get_devices(pci_bus_t *bus, devman_handle_t *id_buf,
errno_t           227 uspace/drv/bus/pci/pciintel/ctl.c static errno_t pci_ctl_dev_get_info(pci_fun_t *fun, pci_dev_info_t *info)
errno_t           115 uspace/drv/bus/pci/pciintel/pci.c static errno_t pciintel_enable_interrupt(ddf_fun_t *fnode, int irq)
errno_t           125 uspace/drv/bus/pci/pciintel/pci.c static errno_t pciintel_disable_interrupt(ddf_fun_t *fnode, int irq)
errno_t           135 uspace/drv/bus/pci/pciintel/pci.c static errno_t pciintel_clear_interrupt(ddf_fun_t *fnode, int irq)
errno_t           154 uspace/drv/bus/pci/pciintel/pci.c static errno_t config_space_write_32(ddf_fun_t *fun, uint32_t address,
errno_t           163 uspace/drv/bus/pci/pciintel/pci.c static errno_t config_space_write_16(
errno_t           172 uspace/drv/bus/pci/pciintel/pci.c static errno_t config_space_write_8(
errno_t           181 uspace/drv/bus/pci/pciintel/pci.c static errno_t config_space_read_32(
errno_t           190 uspace/drv/bus/pci/pciintel/pci.c static errno_t config_space_read_16(
errno_t           199 uspace/drv/bus/pci/pciintel/pci.c static errno_t config_space_read_8(
errno_t           234 uspace/drv/bus/pci/pciintel/pci.c static errno_t pci_dev_add(ddf_dev_t *);
errno_t           235 uspace/drv/bus/pci/pciintel/pci.c static errno_t pci_fun_online(ddf_fun_t *);
errno_t           236 uspace/drv/bus/pci/pciintel/pci.c static errno_t pci_fun_offline(ddf_fun_t *);
errno_t           382 uspace/drv/bus/pci/pciintel/pci.c 	errno_t rc;
errno_t           634 uspace/drv/bus/pci/pciintel/pci.c errno_t pci_bus_scan(pci_bus_t *bus, int bus_num)
errno_t           637 uspace/drv/bus/pci/pciintel/pci.c 	errno_t rc;
errno_t           737 uspace/drv/bus/pci/pciintel/pci.c static errno_t pci_dev_add(ddf_dev_t *dnode)
errno_t           744 uspace/drv/bus/pci/pciintel/pci.c 	errno_t rc;
errno_t           877 uspace/drv/bus/pci/pciintel/pci.c static errno_t pci_fun_online(ddf_fun_t *fun)
errno_t           883 uspace/drv/bus/pci/pciintel/pci.c static errno_t pci_fun_offline(ddf_fun_t *fun)
errno_t           102 uspace/drv/bus/pci/pciintel/pci.h extern errno_t pci_bus_scan(pci_bus_t *, int);
errno_t            74 uspace/drv/bus/usb/ehci/ehci_bus.h errno_t ehci_bus_init(ehci_bus_t *, hc_t *);
errno_t           104 uspace/drv/bus/usb/ehci/ehci_rh.c errno_t ehci_rh_init(ehci_rh_t *instance, ehci_caps_regs_t *caps, ehci_regs_t *regs,
errno_t           146 uspace/drv/bus/usb/ehci/ehci_rh.c errno_t ehci_rh_schedule(ehci_rh_t *instance, usb_transfer_batch_t *batch)
errno_t           190 uspace/drv/bus/usb/ehci/ehci_rh.c errno_t ehci_rh_interrupt(ehci_rh_t *instance)
errno_t           238 uspace/drv/bus/usb/ehci/ehci_rh.c static errno_t req_get_status(usbvirt_device_t *device,
errno_t           261 uspace/drv/bus/usb/ehci/ehci_rh.c static errno_t req_clear_hub_feature(usbvirt_device_t *device,
errno_t           289 uspace/drv/bus/usb/ehci/ehci_rh.c static errno_t req_get_port_status(usbvirt_device_t *device,
errno_t           333 uspace/drv/bus/usb/ehci/ehci_rh.c static errno_t stop_reset(void *arg)
errno_t           364 uspace/drv/bus/usb/ehci/ehci_rh.c static errno_t stop_resume(void *arg)
errno_t           377 uspace/drv/bus/usb/ehci/ehci_rh.c static errno_t delayed_job(errno_t (*func)(void *), ehci_rh_t *rh, unsigned port)
errno_t           402 uspace/drv/bus/usb/ehci/ehci_rh.c static errno_t req_clear_port_feature(usbvirt_device_t *device,
errno_t           480 uspace/drv/bus/usb/ehci/ehci_rh.c static errno_t req_set_port_feature(usbvirt_device_t *device,
errno_t           529 uspace/drv/bus/usb/ehci/ehci_rh.c static errno_t req_status_change_handler(usbvirt_device_t *device,
errno_t            82 uspace/drv/bus/usb/ehci/ehci_rh.h errno_t ehci_rh_init(ehci_rh_t *instance, ehci_caps_regs_t *caps,
errno_t            84 uspace/drv/bus/usb/ehci/ehci_rh.h errno_t ehci_rh_schedule(ehci_rh_t *instance, usb_transfer_batch_t *batch);
errno_t            85 uspace/drv/bus/usb/ehci/ehci_rh.h errno_t ehci_rh_interrupt(ehci_rh_t *instance);
errno_t            53 uspace/drv/bus/usb/ehci/endpoint_list.c errno_t endpoint_list_init(endpoint_list_t *instance, const char *name)
errno_t            70 uspace/drv/bus/usb/ehci/endpoint_list.h errno_t endpoint_list_init(endpoint_list_t *instance, const char *name);
errno_t            92 uspace/drv/bus/usb/ehci/hc.c static errno_t hc_init_memory(hc_t *instance);
errno_t           102 uspace/drv/bus/usb/ehci/hc.c errno_t hc_gen_irq_code(irq_code_t *code, hc_device_t *hcd, const hw_res_list_parsed_t *hw_res, int *irq)
errno_t           154 uspace/drv/bus/usb/ehci/hc.c errno_t hc_add(hc_device_t *hcd, const hw_res_list_parsed_t *hw_res)
errno_t           163 uspace/drv/bus/usb/ehci/hc.c 	errno_t ret = pio_enable_range(&hw_res->mem_ranges.ranges[0],
errno_t           266 uspace/drv/bus/usb/ehci/hc.c errno_t ehci_hc_status(bus_t *bus_base, uint32_t *status)
errno_t           290 uspace/drv/bus/usb/ehci/hc.c errno_t ehci_hc_schedule(usb_transfer_batch_t *batch)
errno_t           478 uspace/drv/bus/usb/ehci/hc.c errno_t hc_init_memory(hc_t *instance)
errno_t           483 uspace/drv/bus/usb/ehci/hc.c 	errno_t ret = endpoint_list_init(&instance->async_list, "ASYNC");
errno_t           103 uspace/drv/bus/usb/ehci/hc.h extern errno_t hc_add(hc_device_t *, const hw_res_list_parsed_t *);
errno_t           104 uspace/drv/bus/usb/ehci/hc.h extern errno_t hc_start(hc_device_t *);
errno_t           105 uspace/drv/bus/usb/ehci/hc.h extern errno_t hc_setup_roothub(hc_device_t *);
errno_t           106 uspace/drv/bus/usb/ehci/hc.h extern errno_t hc_gen_irq_code(irq_code_t *, hc_device_t *,
errno_t           108 uspace/drv/bus/usb/ehci/hc.h extern errno_t hc_gone(hc_device_t *);
errno_t           112 uspace/drv/bus/usb/ehci/hc.h extern errno_t ehci_hc_status(bus_t *, uint32_t *);
errno_t           113 uspace/drv/bus/usb/ehci/hc.h extern errno_t ehci_hc_schedule(usb_transfer_batch_t *);
errno_t            46 uspace/drv/bus/usb/ehci/hw_struct/transfer_descriptor.c errno_t td_error(const td_t *td)
errno_t           105 uspace/drv/bus/usb/ehci/hw_struct/transfer_descriptor.h errno_t td_error(const td_t *td);
errno_t            66 uspace/drv/bus/usb/ehci/res.c static errno_t disable_extended_caps(async_sess_t *parent_sess, unsigned eecp)
errno_t            74 uspace/drv/bus/usb/ehci/res.c 	errno_t ret = pci_config_space_read_32(parent_sess,
errno_t           178 uspace/drv/bus/usb/ehci/res.c errno_t disable_legacy(hc_device_t *hcd)
errno_t            40 uspace/drv/bus/usb/ehci/res.h extern errno_t disable_legacy(hc_device_t *);
errno_t            54 uspace/drv/bus/usb/ohci/endpoint_list.c errno_t endpoint_list_init(endpoint_list_t *instance, const char *name)
errno_t            73 uspace/drv/bus/usb/ohci/endpoint_list.h errno_t endpoint_list_init(endpoint_list_t *instance, const char *name);
errno_t            93 uspace/drv/bus/usb/ohci/hc.c static errno_t hc_init_transfer_lists(hc_t *instance);
errno_t            94 uspace/drv/bus/usb/ohci/hc.c static errno_t hc_init_memory(hc_t *instance);
errno_t           105 uspace/drv/bus/usb/ohci/hc.c errno_t hc_gen_irq_code(irq_code_t *code, hc_device_t *hcd, const hw_res_list_parsed_t *hw_res, int *irq)
errno_t           154 uspace/drv/bus/usb/ohci/hc.c errno_t hc_add(hc_device_t *hcd, const hw_res_list_parsed_t *hw_res)
errno_t           162 uspace/drv/bus/usb/ohci/hc.c 	errno_t ret = pio_enable_range(&hw_res->mem_ranges.ranges[0],
errno_t           266 uspace/drv/bus/usb/ohci/hc.c errno_t ohci_hc_status(bus_t *bus_base, uint32_t *status)
errno_t           288 uspace/drv/bus/usb/ohci/hc.c errno_t ohci_hc_schedule(usb_transfer_batch_t *batch)
errno_t           552 uspace/drv/bus/usb/ohci/hc.c errno_t hc_init_transfer_lists(hc_t *instance)
errno_t           558 uspace/drv/bus/usb/ohci/hc.c 	const errno_t ret = endpoint_list_init(&instance->lists[type], name); \
errno_t           586 uspace/drv/bus/usb/ohci/hc.c errno_t hc_init_memory(hc_t *instance)
errno_t           592 uspace/drv/bus/usb/ohci/hc.c 	errno_t ret = hc_init_transfer_lists(instance);
errno_t            92 uspace/drv/bus/usb/ohci/hc.h extern errno_t hc_add(hc_device_t *, const hw_res_list_parsed_t *);
errno_t            93 uspace/drv/bus/usb/ohci/hc.h extern errno_t hc_gen_irq_code(irq_code_t *, hc_device_t *,
errno_t            95 uspace/drv/bus/usb/ohci/hc.h extern errno_t hc_gain_control(hc_device_t *);
errno_t            96 uspace/drv/bus/usb/ohci/hc.h extern errno_t hc_start(hc_device_t *);
errno_t            97 uspace/drv/bus/usb/ohci/hc.h extern errno_t hc_setup_roothub(hc_device_t *);
errno_t            98 uspace/drv/bus/usb/ohci/hc.h extern errno_t hc_gone(hc_device_t *);
errno_t           103 uspace/drv/bus/usb/ohci/hc.h extern errno_t ohci_hc_schedule(usb_transfer_batch_t *);
errno_t           104 uspace/drv/bus/usb/ohci/hc.h extern errno_t ohci_hc_status(bus_t *, uint32_t *);
errno_t            56 uspace/drv/bus/usb/ohci/hw_struct/completion_codes.h inline static errno_t cc_to_rc(unsigned int cc)
errno_t           126 uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.h static inline errno_t td_error(const td_t *instance)
errno_t            85 uspace/drv/bus/usb/ohci/ohci_bus.c 	const errno_t err = dma_buffer_alloc(&ohci_ep->dma_buffer,
errno_t            79 uspace/drv/bus/usb/ohci/ohci_bus.h errno_t ohci_bus_init(ohci_bus_t *, hc_t *);
errno_t           112 uspace/drv/bus/usb/ohci/ohci_rh.c errno_t ohci_rh_init(ohci_rh_t *instance, ohci_regs_t *regs,
errno_t           179 uspace/drv/bus/usb/ohci/ohci_rh.c errno_t ohci_rh_schedule(ohci_rh_t *instance, usb_transfer_batch_t *batch)
errno_t           217 uspace/drv/bus/usb/ohci/ohci_rh.c errno_t ohci_rh_interrupt(ohci_rh_t *instance)
errno_t           262 uspace/drv/bus/usb/ohci/ohci_rh.c static errno_t req_get_status(usbvirt_device_t *device,
errno_t           285 uspace/drv/bus/usb/ohci/ohci_rh.c static errno_t req_clear_hub_feature(usbvirt_device_t *device,
errno_t           315 uspace/drv/bus/usb/ohci/ohci_rh.c static errno_t req_get_port_status(usbvirt_device_t *device,
errno_t           339 uspace/drv/bus/usb/ohci/ohci_rh.c static errno_t req_clear_port_feature(usbvirt_device_t *device,
errno_t           399 uspace/drv/bus/usb/ohci/ohci_rh.c static errno_t req_set_port_feature(usbvirt_device_t *device,
errno_t           449 uspace/drv/bus/usb/ohci/ohci_rh.c static errno_t req_status_change_handler(usbvirt_device_t *device,
errno_t            68 uspace/drv/bus/usb/ohci/ohci_rh.h errno_t ohci_rh_init(ohci_rh_t *, ohci_regs_t *, fibril_mutex_t *, const char *);
errno_t            69 uspace/drv/bus/usb/ohci/ohci_rh.h errno_t ohci_rh_schedule(ohci_rh_t *instance, usb_transfer_batch_t *batch);
errno_t            70 uspace/drv/bus/usb/ohci/ohci_rh.h errno_t ohci_rh_interrupt(ohci_rh_t *instance);
errno_t           101 uspace/drv/bus/usb/uhci/hc.c static errno_t hc_init_mem_structures(hc_t *instance);
errno_t           102 uspace/drv/bus/usb/uhci/hc.c static errno_t hc_init_transfer_lists(hc_t *instance);
errno_t           104 uspace/drv/bus/usb/uhci/hc.c static errno_t hc_debug_checker(void *arg);
errno_t           113 uspace/drv/bus/usb/uhci/hc.c errno_t hc_gen_irq_code(irq_code_t *code, hc_device_t *hcd, const hw_res_list_parsed_t *hw_res, int *irq)
errno_t           210 uspace/drv/bus/usb/uhci/hc.c errno_t hc_add(hc_device_t *hcd, const hw_res_list_parsed_t *hw_res)
errno_t           221 uspace/drv/bus/usb/uhci/hc.c 	errno_t ret = pio_enable_range(&hw_res->io_ranges.ranges[0],
errno_t           331 uspace/drv/bus/usb/uhci/hc.c static errno_t endpoint_register(endpoint_t *ep)
errno_t           335 uspace/drv/bus/usb/uhci/hc.c 	const errno_t err = usb2_bus_endpoint_register(&hc->bus_helper, ep);
errno_t           453 uspace/drv/bus/usb/uhci/hc.c errno_t hc_init_mem_structures(hc_t *instance)
errno_t           472 uspace/drv/bus/usb/uhci/hc.c 	errno_t ret = hc_init_transfer_lists(instance);
errno_t           501 uspace/drv/bus/usb/uhci/hc.c errno_t hc_init_transfer_lists(hc_t *instance)
errno_t           506 uspace/drv/bus/usb/uhci/hc.c 	errno_t ret = transfer_list_init(&instance->transfers_##type, name); \
errno_t           555 uspace/drv/bus/usb/uhci/hc.c static errno_t hc_status(bus_t *bus, uint32_t *status)
errno_t           576 uspace/drv/bus/usb/uhci/hc.c static errno_t hc_schedule(usb_transfer_batch_t *batch)
errno_t           591 uspace/drv/bus/usb/uhci/hc.c 	errno_t err;
errno_t           603 uspace/drv/bus/usb/uhci/hc.c errno_t hc_debug_checker(void *arg)
errno_t           161 uspace/drv/bus/usb/uhci/hc.h extern errno_t hc_add(hc_device_t *, const hw_res_list_parsed_t *);
errno_t           162 uspace/drv/bus/usb/uhci/hc.h extern errno_t hc_gen_irq_code(irq_code_t *, hc_device_t *, const hw_res_list_parsed_t *, int *);
errno_t           163 uspace/drv/bus/usb/uhci/hc.h extern errno_t hc_start(hc_device_t *);
errno_t           164 uspace/drv/bus/usb/uhci/hc.h extern errno_t hc_setup_roothub(hc_device_t *);
errno_t           165 uspace/drv/bus/usb/uhci/hc.h extern errno_t hc_gone(hc_device_t *);
errno_t           121 uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.c errno_t td_status(const td_t *instance)
errno_t           104 uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.h errno_t td_status(const td_t *instance);
errno_t            52 uspace/drv/bus/usb/uhci/main.c static errno_t disable_legacy(hc_device_t *);
errno_t            70 uspace/drv/bus/usb/uhci/main.c static errno_t disable_legacy(hc_device_t *hcd)
errno_t            58 uspace/drv/bus/usb/uhci/transfer_list.c errno_t transfer_list_init(transfer_list_t *instance, const char *name)
errno_t            59 uspace/drv/bus/usb/uhci/transfer_list.h errno_t transfer_list_init(transfer_list_t *, const char *);
errno_t            61 uspace/drv/bus/usb/uhci/transfer_list.h errno_t transfer_list_add_batch(transfer_list_t *, uhci_transfer_batch_t *);
errno_t            82 uspace/drv/bus/usb/uhci/uhci_rh.c errno_t uhci_rh_init(uhci_rh_t *instance, ioport16_t *ports, const char *name)
errno_t           102 uspace/drv/bus/usb/uhci/uhci_rh.c errno_t uhci_rh_schedule(uhci_rh_t *instance, usb_transfer_batch_t *batch)
errno_t           197 uspace/drv/bus/usb/uhci/uhci_rh.c static errno_t req_get_port_state(usbvirt_device_t *device,
errno_t           232 uspace/drv/bus/usb/uhci/uhci_rh.c static errno_t req_get_port_status(usbvirt_device_t *device,
errno_t           272 uspace/drv/bus/usb/uhci/uhci_rh.c static errno_t req_clear_port_feature(usbvirt_device_t *device,
errno_t           345 uspace/drv/bus/usb/uhci/uhci_rh.c static errno_t req_set_port_feature(usbvirt_device_t *device,
errno_t           409 uspace/drv/bus/usb/uhci/uhci_rh.c static errno_t req_status_change_handler(usbvirt_device_t *device,
errno_t            58 uspace/drv/bus/usb/uhci/uhci_rh.h errno_t uhci_rh_init(uhci_rh_t *instance, ioport16_t *ports, const char *name);
errno_t            59 uspace/drv/bus/usb/uhci/uhci_rh.h errno_t uhci_rh_schedule(uhci_rh_t *instance, usb_transfer_batch_t *batch);
errno_t            56 uspace/drv/bus/usb/usbdiag/device.c static errno_t device_init(usbdiag_dev_t *dev, const usb_endpoint_description_t **endpoints)
errno_t            58 uspace/drv/bus/usb/usbdiag/device.c 	errno_t rc;
errno_t           106 uspace/drv/bus/usb/usbdiag/device.c errno_t usbdiag_dev_create(usb_device_t *dev, usbdiag_dev_t **out_diag_dev, const usb_endpoint_description_t **endpoints)
errno_t           117 uspace/drv/bus/usb/usbdiag/device.c 	errno_t err;
errno_t            79 uspace/drv/bus/usb/usbdiag/device.h errno_t usbdiag_dev_create(usb_device_t *, usbdiag_dev_t **,
errno_t            49 uspace/drv/bus/usb/usbdiag/main.c static errno_t device_add(usb_device_t *dev)
errno_t            51 uspace/drv/bus/usb/usbdiag/main.c 	errno_t rc;
errno_t            81 uspace/drv/bus/usb/usbdiag/main.c static errno_t device_cleanup(usbdiag_dev_t *diag_dev)
errno_t            90 uspace/drv/bus/usb/usbdiag/main.c static errno_t device_remove(usb_device_t *dev)
errno_t            92 uspace/drv/bus/usb/usbdiag/main.c 	errno_t rc;
errno_t           111 uspace/drv/bus/usb/usbdiag/main.c static errno_t device_gone(usb_device_t *dev)
errno_t           113 uspace/drv/bus/usb/usbdiag/main.c 	errno_t rc;
errno_t           131 uspace/drv/bus/usb/usbdiag/main.c static errno_t function_online(ddf_fun_t *fun)
errno_t           136 uspace/drv/bus/usb/usbdiag/main.c static errno_t function_offline(ddf_fun_t *fun)
errno_t            48 uspace/drv/bus/usb/usbdiag/tests.c static errno_t test_in(usb_pipe_t *pipe, const usbdiag_test_params_t *params, usbdiag_test_results_t *results)
errno_t            71 uspace/drv/bus/usb/usbdiag/tests.c 	errno_t rc = EOK;
errno_t           140 uspace/drv/bus/usb/usbdiag/tests.c static errno_t test_out(usb_pipe_t *pipe, const usbdiag_test_params_t *params, usbdiag_test_results_t *results)
errno_t           169 uspace/drv/bus/usb/usbdiag/tests.c 	errno_t rc = EOK;
errno_t           205 uspace/drv/bus/usb/usbdiag/tests.c errno_t usbdiag_dev_test_in(ddf_fun_t *fun, const usbdiag_test_params_t *params, usbdiag_test_results_t *results)
errno_t           230 uspace/drv/bus/usb/usbdiag/tests.c errno_t usbdiag_dev_test_out(ddf_fun_t *fun, const usbdiag_test_params_t *params, usbdiag_test_results_t *results)
errno_t            41 uspace/drv/bus/usb/usbdiag/tests.h errno_t usbdiag_dev_test_in(ddf_fun_t *, const usbdiag_test_params_t *,
errno_t            43 uspace/drv/bus/usb/usbdiag/tests.h errno_t usbdiag_dev_test_out(ddf_fun_t *, const usbdiag_test_params_t *,
errno_t            49 uspace/drv/bus/usb/usbflbk/main.c static errno_t usbfallback_device_add(usb_device_t *dev)
errno_t            62 uspace/drv/bus/usb/usbflbk/main.c static errno_t usbfallback_device_gone(usb_device_t *dev)
errno_t            69 uspace/drv/bus/usb/usbflbk/main.c static errno_t usbfallback_device_remove(usb_device_t *dev)
errno_t            90 uspace/drv/bus/usb/usbhub/port.c 	const errno_t err = usbhc_device_remove(exch, port->port_number);
errno_t           109 uspace/drv/bus/usb/usbhub/port.c static errno_t enumerate_device_usb2(usb_hub_port_t *port, async_exch_t *exch)
errno_t           111 uspace/drv/bus/usb/usbhub/port.c 	errno_t err;
errno_t           160 uspace/drv/bus/usb/usbhub/port.c static errno_t enumerate_device_usb3(usb_hub_port_t *port, async_exch_t *exch)
errno_t           162 uspace/drv/bus/usb/usbhub/port.c 	errno_t err;
errno_t           190 uspace/drv/bus/usb/usbhub/port.c static errno_t enumerate_device(usb_port_t *port_base)
errno_t           201 uspace/drv/bus/usb/usbhub/port.c 	const errno_t err = port->hub->speed == USB_SPEED_SUPER ?
errno_t           248 uspace/drv/bus/usb/usbhub/port.c 		const errno_t err = usb_hub_set_port_feature(port->hub,
errno_t           299 uspace/drv/bus/usb/usbhub/port.c 	const errno_t err = usb_hub_get_port_status(port->hub,
errno_t           102 uspace/drv/bus/usb/usbhub/usbhub.c static errno_t usb_set_first_configuration(usb_device_t *);
errno_t           103 uspace/drv/bus/usb/usbhub/usbhub.c static errno_t usb_hub_process_hub_specific_info(usb_hub_dev_t *);
errno_t           105 uspace/drv/bus/usb/usbhub/usbhub.c static errno_t usb_hub_polling_init(usb_hub_dev_t *, usb_endpoint_mapping_t *);
errno_t           109 uspace/drv/bus/usb/usbhub/usbhub.c     errno_t err_code, void *arg)
errno_t           128 uspace/drv/bus/usb/usbhub/usbhub.c errno_t usb_hub_device_add(usb_device_t *usb_dev)
errno_t           130 uspace/drv/bus/usb/usbhub/usbhub.c 	errno_t err;
errno_t           201 uspace/drv/bus/usb/usbhub/usbhub.c static errno_t usb_hub_cleanup(usb_hub_dev_t *hub)
errno_t           211 uspace/drv/bus/usb/usbhub/usbhub.c 	const errno_t ret = ddf_fun_unbind(hub->hub_fun);
errno_t           231 uspace/drv/bus/usb/usbhub/usbhub.c errno_t usb_hub_device_remove(usb_device_t *usb_dev)
errno_t           252 uspace/drv/bus/usb/usbhub/usbhub.c errno_t usb_hub_device_gone(usb_device_t *usb_dev)
errno_t           273 uspace/drv/bus/usb/usbhub/usbhub.c static errno_t usb_hub_polling_init(usb_hub_dev_t *hub_dev,
errno_t           276 uspace/drv/bus/usb/usbhub/usbhub.c 	errno_t err;
errno_t           350 uspace/drv/bus/usb/usbhub/usbhub.c 		const errno_t ret = usb_hub_set_port_feature(hub_dev, port + 1,
errno_t           372 uspace/drv/bus/usb/usbhub/usbhub.c static errno_t usb_hub_process_hub_specific_info(usb_hub_dev_t *hub_dev)
errno_t           385 uspace/drv/bus/usb/usbhub/usbhub.c 	errno_t opResult = usb_request_get_descriptor(control_pipe,
errno_t           438 uspace/drv/bus/usb/usbhub/usbhub.c static errno_t usb_set_first_configuration(usb_device_t *usb_device)
errno_t           466 uspace/drv/bus/usb/usbhub/usbhub.c 	errno_t opResult = usb_request_set_configuration(
errno_t           504 uspace/drv/bus/usb/usbhub/usbhub.c 		const errno_t ret = usb_hub_set_port_feature(hub_dev, port,
errno_t           523 uspace/drv/bus/usb/usbhub/usbhub.c errno_t usb_hub_set_depth(const usb_hub_dev_t *hub)
errno_t           548 uspace/drv/bus/usb/usbhub/usbhub.c errno_t usb_hub_set_port_feature(const usb_hub_dev_t *hub, size_t port_number,
errno_t           569 uspace/drv/bus/usb/usbhub/usbhub.c errno_t usb_hub_clear_port_feature(const usb_hub_dev_t *hub, size_t port_number,
errno_t           591 uspace/drv/bus/usb/usbhub/usbhub.c errno_t usb_hub_get_port_status(const usb_hub_dev_t *hub, size_t port_number,
errno_t           612 uspace/drv/bus/usb/usbhub/usbhub.c 	const errno_t rc = usb_pipe_control_read(hub->control_pipe,
errno_t           645 uspace/drv/bus/usb/usbhub/usbhub.c 	const errno_t opResult = usb_pipe_control_read(control_pipe,
errno_t           663 uspace/drv/bus/usb/usbhub/usbhub.c 		const errno_t ret = usb_request_clear_feature(
errno_t           688 uspace/drv/bus/usb/usbhub/usbhub.c 		const errno_t ret = usb_request_clear_feature(
errno_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,
errno_t           722 uspace/drv/bus/usb/usbhub/usbhub.c 	errno_t err = usbhc_reserve_default_address(exch);
errno_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)
errno_t           763 uspace/drv/bus/usb/usbhub/usbhub.c 	const errno_t ret = usbhc_release_default_address(exch);
errno_t            81 uspace/drv/bus/usb/usbhub/usbhub.h errno_t usb_hub_device_add(usb_device_t *);
errno_t            82 uspace/drv/bus/usb/usbhub/usbhub.h errno_t usb_hub_device_remove(usb_device_t *);
errno_t            83 uspace/drv/bus/usb/usbhub/usbhub.h errno_t usb_hub_device_gone(usb_device_t *);
errno_t            85 uspace/drv/bus/usb/usbhub/usbhub.h errno_t usb_hub_set_depth(const usb_hub_dev_t *);
errno_t            86 uspace/drv/bus/usb/usbhub/usbhub.h errno_t usb_hub_get_port_status(const usb_hub_dev_t *, size_t,
errno_t            88 uspace/drv/bus/usb/usbhub/usbhub.h errno_t usb_hub_set_port_feature(const usb_hub_dev_t *, size_t,
errno_t            90 uspace/drv/bus/usb/usbhub/usbhub.h errno_t usb_hub_clear_port_feature(const usb_hub_dev_t *, size_t,
errno_t            95 uspace/drv/bus/usb/usbhub/usbhub.h errno_t usb_hub_reserve_default_address(usb_hub_dev_t *, async_exch_t *,
errno_t            97 uspace/drv/bus/usb/usbhub/usbhub.h errno_t usb_hub_release_default_address(usb_hub_dev_t *, async_exch_t *);
errno_t            68 uspace/drv/bus/usb/usbmid/explore.c static errno_t create_interfaces(const uint8_t *config_descriptor,
errno_t           115 uspace/drv/bus/usb/usbmid/explore.c 		const errno_t rc = usbmid_spawn_interface_child(usb_dev, &iface,
errno_t           138 uspace/drv/bus/usb/usbmid/explore.c errno_t usbmid_explore_device(usb_device_t *dev)
errno_t           161 uspace/drv/bus/usb/usbmid/explore.c 	errno_t rc = usb_request_set_configuration(usb_device_get_default_pipe(dev),
errno_t            52 uspace/drv/bus/usb/usbmid/main.c static errno_t usbmid_device_add(usb_device_t *dev)
errno_t            59 uspace/drv/bus/usb/usbmid/main.c static errno_t destroy_interfaces(usb_mid_t *usb_mid)
errno_t            61 uspace/drv/bus/usb/usbmid/main.c 	errno_t ret = EOK;
errno_t            69 uspace/drv/bus/usb/usbmid/main.c 		const errno_t pret = usbmid_interface_destroy(iface);
errno_t            85 uspace/drv/bus/usb/usbmid/main.c static errno_t usbmid_device_remove(usb_device_t *dev)
errno_t            92 uspace/drv/bus/usb/usbmid/main.c 	errno_t ret = ddf_fun_unbind(usb_mid->ctl_fun);
errno_t           106 uspace/drv/bus/usb/usbmid/main.c 		errno_t pret = ddf_fun_offline(iface->fun);
errno_t           121 uspace/drv/bus/usb/usbmid/main.c static errno_t usbmid_device_gone(usb_device_t *dev)
errno_t           130 uspace/drv/bus/usb/usbmid/main.c 	errno_t ret = ddf_fun_unbind(usb_mid->ctl_fun);
errno_t           142 uspace/drv/bus/usb/usbmid/main.c static errno_t usbmid_function_online(ddf_fun_t *fun)
errno_t           152 uspace/drv/bus/usb/usbmid/main.c static errno_t usbmid_function_offline(ddf_fun_t *fun)
errno_t            55 uspace/drv/bus/usb/usbmid/usbmid.c static errno_t usb_iface_description(ddf_fun_t *fun, usb_device_desc_t *desc)
errno_t            67 uspace/drv/bus/usb/usbmid/usbmid.c 	const errno_t ret = usb_get_my_description(exch, &tmp_desc);
errno_t            89 uspace/drv/bus/usb/usbmid/usbmid.c errno_t usbmid_interface_destroy(usbmid_interface_t *mid_iface)
errno_t            93 uspace/drv/bus/usb/usbmid/usbmid.c 	const errno_t ret = ddf_fun_unbind(mid_iface->fun);
errno_t           109 uspace/drv/bus/usb/usbmid/usbmid.c errno_t usbmid_spawn_interface_child(usb_device_t *parent,
errno_t           116 uspace/drv/bus/usb/usbmid/usbmid.c 	errno_t rc;
errno_t           123 uspace/drv/bus/usb/usbmid/usbmid.c 	errno_t ret = asprintf(&child_name, "%s%hhu",
errno_t            64 uspace/drv/bus/usb/usbmid/usbmid.h extern errno_t usbmid_explore_device(usb_device_t *);
errno_t            65 uspace/drv/bus/usb/usbmid/usbmid.h extern errno_t usbmid_spawn_interface_child(usb_device_t *, usbmid_interface_t **,
errno_t            69 uspace/drv/bus/usb/usbmid/usbmid.h extern errno_t usbmid_interface_destroy(usbmid_interface_t *mid_iface);
errno_t            77 uspace/drv/bus/usb/vhc/conndev.c 	errno_t data_request_rc;
errno_t            78 uspace/drv/bus/usb/vhc/conndev.c 	errno_t opening_request_rc;
errno_t           103 uspace/drv/bus/usb/vhc/conndev.c 		errno_t rc = vhc_virtdev_plug(vhc, callback, &plugged_device_handle);
errno_t            50 uspace/drv/bus/usb/vhc/devconn.c static errno_t vhc_virtdev_plug_generic(vhc_data_t *vhc,
errno_t            86 uspace/drv/bus/usb/vhc/devconn.c errno_t vhc_virtdev_plug(vhc_data_t *vhc, async_sess_t *sess, uintptr_t *handle)
errno_t            91 uspace/drv/bus/usb/vhc/devconn.c errno_t vhc_virtdev_plug_local(vhc_data_t *vhc, usbvirt_device_t *dev, uintptr_t *handle)
errno_t            96 uspace/drv/bus/usb/vhc/devconn.c errno_t vhc_virtdev_plug_hub(vhc_data_t *vhc, usbvirt_device_t *dev,
errno_t            64 uspace/drv/bus/usb/vhc/hub/hub.c static errno_t set_port_state_delayed_fibril(void *);
errno_t           165 uspace/drv/bus/usb/vhc/hub/hub.c errno_t hub_disconnect_device(hub_t *hub, void *device)
errno_t           460 uspace/drv/bus/usb/vhc/hub/hub.c static errno_t set_port_state_delayed_fibril(void *arg)
errno_t           104 uspace/drv/bus/usb/vhc/hub/hub.h errno_t hub_disconnect_device(hub_t *, void *);
errno_t           148 uspace/drv/bus/usb/vhc/hub/virthub.c errno_t virthub_init(usbvirt_device_t *dev, const char *name)
errno_t           200 uspace/drv/bus/usb/vhc/hub/virthub.c errno_t virthub_disconnect_device(usbvirt_device_t *dev, vhc_virtdev_t *conn)
errno_t            81 uspace/drv/bus/usb/vhc/hub/virthub.h errno_t virthub_init(usbvirt_device_t *, const char *name);
errno_t            83 uspace/drv/bus/usb/vhc/hub/virthub.h errno_t virthub_disconnect_device(usbvirt_device_t *, vhc_virtdev_t *);
errno_t            65 uspace/drv/bus/usb/vhc/hub/virthubops.c static errno_t req_on_status_change_pipe(usbvirt_device_t *dev,
errno_t           110 uspace/drv/bus/usb/vhc/hub/virthubops.c static errno_t req_clear_hub_feature(usbvirt_device_t *dev,
errno_t           124 uspace/drv/bus/usb/vhc/hub/virthubops.c static errno_t req_clear_port_feature(usbvirt_device_t *dev,
errno_t           128 uspace/drv/bus/usb/vhc/hub/virthubops.c 	errno_t rc;
errno_t           204 uspace/drv/bus/usb/vhc/hub/virthubops.c static errno_t req_get_bus_state(usbvirt_device_t *dev,
errno_t           218 uspace/drv/bus/usb/vhc/hub/virthubops.c static errno_t req_get_descriptor(usbvirt_device_t *dev,
errno_t           239 uspace/drv/bus/usb/vhc/hub/virthubops.c static errno_t req_get_hub_status(usbvirt_device_t *dev,
errno_t           258 uspace/drv/bus/usb/vhc/hub/virthubops.c static errno_t req_get_port_status(usbvirt_device_t *dev,
errno_t           283 uspace/drv/bus/usb/vhc/hub/virthubops.c static errno_t req_set_hub_feature(usbvirt_device_t *dev,
errno_t           297 uspace/drv/bus/usb/vhc/hub/virthubops.c static errno_t req_set_port_feature(usbvirt_device_t *dev,
errno_t           301 uspace/drv/bus/usb/vhc/hub/virthubops.c 	errno_t rc = ENOTSUP;
errno_t            53 uspace/drv/bus/usb/vhc/main.c static errno_t vhc_control_node(ddf_dev_t *dev, ddf_fun_t **fun)
errno_t            67 uspace/drv/bus/usb/vhc/main.c 	const errno_t ret = ddf_fun_bind(*fun);
errno_t            76 uspace/drv/bus/usb/vhc/main.c static errno_t vhc_dev_add(ddf_dev_t *dev)
errno_t            79 uspace/drv/bus/usb/vhc/main.c 	errno_t ret = hcd_ddf_setup_hc(dev, sizeof(vhc_data_t));
errno_t            64 uspace/drv/bus/usb/vhc/transfer.c static errno_t process_transfer_local(usb_transfer_batch_t *batch,
errno_t            67 uspace/drv/bus/usb/vhc/transfer.c 	errno_t rc;
errno_t           100 uspace/drv/bus/usb/vhc/transfer.c static errno_t process_transfer_remote(usb_transfer_batch_t *batch,
errno_t           103 uspace/drv/bus/usb/vhc/transfer.c 	errno_t rc;
errno_t           150 uspace/drv/bus/usb/vhc/transfer.c     size_t data_transfer_size, errno_t outcome)
errno_t           196 uspace/drv/bus/usb/vhc/transfer.c errno_t vhc_init(vhc_data_t *instance)
errno_t           207 uspace/drv/bus/usb/vhc/transfer.c errno_t vhc_schedule(usb_transfer_batch_t *batch)
errno_t           237 uspace/drv/bus/usb/vhc/transfer.c errno_t vhc_transfer_queue_processor(void *arg)
errno_t           252 uspace/drv/bus/usb/vhc/transfer.c 		errno_t rc = EOK;
errno_t            93 uspace/drv/bus/usb/vhc/vhcd.h errno_t vhc_virtdev_plug(vhc_data_t *, async_sess_t *, uintptr_t *);
errno_t            94 uspace/drv/bus/usb/vhc/vhcd.h errno_t vhc_virtdev_plug_local(vhc_data_t *, usbvirt_device_t *, uintptr_t *);
errno_t            95 uspace/drv/bus/usb/vhc/vhcd.h errno_t vhc_virtdev_plug_hub(vhc_data_t *, usbvirt_device_t *, uintptr_t *,
errno_t            99 uspace/drv/bus/usb/vhc/vhcd.h errno_t vhc_init(vhc_data_t *);
errno_t           100 uspace/drv/bus/usb/vhc/vhcd.h errno_t vhc_schedule(usb_transfer_batch_t *);
errno_t           101 uspace/drv/bus/usb/vhc/vhcd.h errno_t vhc_transfer_queue_processor(void *arg);
errno_t            69 uspace/drv/bus/usb/xhci/bus.c errno_t xhci_bus_init(xhci_bus_t *bus, xhci_hc_t *hc)
errno_t            52 uspace/drv/bus/usb/xhci/bus.h extern errno_t xhci_bus_init(xhci_bus_t *, xhci_hc_t *);
errno_t            74 uspace/drv/bus/usb/xhci/commands.c errno_t xhci_init_commands(xhci_hc_t *hc)
errno_t            77 uspace/drv/bus/usb/xhci/commands.c 	errno_t err;
errno_t           175 uspace/drv/bus/usb/xhci/commands.c static errno_t wait_for_ring_open(xhci_cmd_ring_t *cr)
errno_t           197 uspace/drv/bus/usb/xhci/commands.c static inline errno_t enqueue_command(xhci_hc_t *hc, xhci_cmd_t *cmd)
errno_t           214 uspace/drv/bus/usb/xhci/commands.c 	errno_t err = EOK;
errno_t           350 uspace/drv/bus/usb/xhci/commands.c errno_t xhci_handle_command_completion(xhci_hc_t *hc, xhci_trb_t *trb)
errno_t           424 uspace/drv/bus/usb/xhci/commands.c static errno_t no_op_cmd(xhci_hc_t *hc, xhci_cmd_t *cmd)
errno_t           435 uspace/drv/bus/usb/xhci/commands.c static errno_t enable_slot_cmd(xhci_hc_t *hc, xhci_cmd_t *cmd)
errno_t           448 uspace/drv/bus/usb/xhci/commands.c static errno_t disable_slot_cmd(xhci_hc_t *hc, xhci_cmd_t *cmd)
errno_t           461 uspace/drv/bus/usb/xhci/commands.c static errno_t address_device_cmd(xhci_hc_t *hc, xhci_cmd_t *cmd)
errno_t           492 uspace/drv/bus/usb/xhci/commands.c static errno_t configure_endpoint_cmd(xhci_hc_t *hc, xhci_cmd_t *cmd)
errno_t           514 uspace/drv/bus/usb/xhci/commands.c static errno_t evaluate_context_cmd(xhci_hc_t *hc, xhci_cmd_t *cmd)
errno_t           537 uspace/drv/bus/usb/xhci/commands.c static errno_t reset_endpoint_cmd(xhci_hc_t *hc, xhci_cmd_t *cmd)
errno_t           552 uspace/drv/bus/usb/xhci/commands.c static errno_t stop_endpoint_cmd(xhci_hc_t *hc, xhci_cmd_t *cmd)
errno_t           567 uspace/drv/bus/usb/xhci/commands.c static errno_t set_tr_dequeue_pointer_cmd(xhci_hc_t *hc, xhci_cmd_t *cmd)
errno_t           583 uspace/drv/bus/usb/xhci/commands.c static errno_t reset_device_cmd(xhci_hc_t *hc, xhci_cmd_t *cmd)
errno_t           596 uspace/drv/bus/usb/xhci/commands.c static errno_t get_port_bandwidth_cmd(xhci_hc_t *hc, xhci_cmd_t *cmd)
errno_t           615 uspace/drv/bus/usb/xhci/commands.c typedef errno_t (*cmd_handler) (xhci_hc_t *hc, xhci_cmd_t *cmd);
errno_t           647 uspace/drv/bus/usb/xhci/commands.c static errno_t try_abort_current_command(xhci_hc_t *hc)
errno_t           709 uspace/drv/bus/usb/xhci/commands.c static errno_t wait_for_cmd_completion(xhci_hc_t *hc, xhci_cmd_t *cmd)
errno_t           711 uspace/drv/bus/usb/xhci/commands.c 	errno_t rv = EOK;
errno_t           747 uspace/drv/bus/usb/xhci/commands.c errno_t xhci_cmd_sync(xhci_hc_t *hc, xhci_cmd_t *cmd)
errno_t           752 uspace/drv/bus/usb/xhci/commands.c 	errno_t err;
errno_t           789 uspace/drv/bus/usb/xhci/commands.c errno_t xhci_cmd_sync_fini(xhci_hc_t *hc, xhci_cmd_t *cmd)
errno_t           791 uspace/drv/bus/usb/xhci/commands.c 	const errno_t err = xhci_cmd_sync(hc, cmd);
errno_t           801 uspace/drv/bus/usb/xhci/commands.c errno_t xhci_cmd_async_fini(xhci_hc_t *hc, xhci_cmd_t *stack_cmd)
errno_t           817 uspace/drv/bus/usb/xhci/commands.c 	errno_t err;
errno_t           131 uspace/drv/bus/usb/xhci/commands.h extern errno_t xhci_init_commands(xhci_hc_t *);
errno_t           139 uspace/drv/bus/usb/xhci/commands.h extern errno_t xhci_handle_command_completion(xhci_hc_t *, xhci_trb_t *);
errno_t           146 uspace/drv/bus/usb/xhci/commands.h extern errno_t xhci_cmd_sync(xhci_hc_t *, xhci_cmd_t *);
errno_t           147 uspace/drv/bus/usb/xhci/commands.h extern errno_t xhci_cmd_sync_fini(xhci_hc_t *, xhci_cmd_t *);
errno_t           148 uspace/drv/bus/usb/xhci/commands.h extern errno_t xhci_cmd_async_fini(xhci_hc_t *, xhci_cmd_t *);
errno_t            74 uspace/drv/bus/usb/xhci/device.c static errno_t address_device(xhci_device_t *dev)
errno_t            76 uspace/drv/bus/usb/xhci/device.c 	errno_t err;
errno_t           117 uspace/drv/bus/usb/xhci/device.c static errno_t setup_ep0_packet_size(xhci_hc_t *hc, xhci_device_t *dev)
errno_t           119 uspace/drv/bus/usb/xhci/device.c 	errno_t err;
errno_t           146 uspace/drv/bus/usb/xhci/device.c static errno_t setup_hub(xhci_device_t *dev, usb_standard_device_descriptor_t *desc)
errno_t           152 uspace/drv/bus/usb/xhci/device.c 	const errno_t err = hc_get_hub_desc(&dev->base, &hub_desc);
errno_t           179 uspace/drv/bus/usb/xhci/device.c errno_t xhci_device_enumerate(device_t *dev)
errno_t           181 uspace/drv/bus/usb/xhci/device.c 	errno_t err;
errno_t           260 uspace/drv/bus/usb/xhci/device.c 	errno_t err;
errno_t           279 uspace/drv/bus/usb/xhci/device.c errno_t xhci_device_online(device_t *dev_base)
errno_t           281 uspace/drv/bus/usb/xhci/device.c 	errno_t err;
errno_t           307 uspace/drv/bus/usb/xhci/device.c 	errno_t err;
errno_t            67 uspace/drv/bus/usb/xhci/device.h errno_t xhci_device_enumerate(device_t *);
errno_t            69 uspace/drv/bus/usb/xhci/device.h errno_t xhci_device_online(device_t *);
errno_t            50 uspace/drv/bus/usb/xhci/endpoint.c static errno_t alloc_transfer_ds(xhci_endpoint_t *);
errno_t            60 uspace/drv/bus/usb/xhci/endpoint.c static errno_t xhci_endpoint_init(xhci_endpoint_t *xhci_ep, device_t *dev,
errno_t            63 uspace/drv/bus/usb/xhci/endpoint.c 	errno_t rc;
errno_t           198 uspace/drv/bus/usb/xhci/endpoint.c errno_t xhci_endpoint_register(endpoint_t *ep_base)
errno_t           200 uspace/drv/bus/usb/xhci/endpoint.c 	errno_t err;
errno_t           240 uspace/drv/bus/usb/xhci/endpoint.c 	const errno_t err = hc_stop_endpoint(xhci_ep);
errno_t           263 uspace/drv/bus/usb/xhci/endpoint.c 	errno_t err;
errno_t           318 uspace/drv/bus/usb/xhci/endpoint.c static errno_t alloc_transfer_ds(xhci_endpoint_t *xhci_ep)
errno_t           327 uspace/drv/bus/usb/xhci/endpoint.c 	errno_t err;
errno_t           478 uspace/drv/bus/usb/xhci/endpoint.c errno_t xhci_endpoint_clear_halt(xhci_endpoint_t *ep, uint32_t stream_id)
errno_t           480 uspace/drv/bus/usb/xhci/endpoint.c 	errno_t err;
errno_t           130 uspace/drv/bus/usb/xhci/endpoint.h extern errno_t xhci_endpoint_register(endpoint_t *);
errno_t           138 uspace/drv/bus/usb/xhci/endpoint.h extern errno_t xhci_endpoint_clear_halt(xhci_endpoint_t *, unsigned);
errno_t            82 uspace/drv/bus/usb/xhci/hc.c static errno_t hc_parse_ec(xhci_hc_t *hc)
errno_t           188 uspace/drv/bus/usb/xhci/hc.c errno_t hc_init_mmio(xhci_hc_t *hc, const hw_res_list_parsed_t *hw_res)
errno_t           190 uspace/drv/bus/usb/xhci/hc.c 	errno_t err;
errno_t           259 uspace/drv/bus/usb/xhci/hc.c errno_t hc_init_memory(xhci_hc_t *hc, ddf_dev_t *device)
errno_t           261 uspace/drv/bus/usb/xhci/hc.c 	errno_t err = ENOMEM;
errno_t           363 uspace/drv/bus/usb/xhci/hc.c errno_t hc_irq_code_gen(irq_code_t *code, xhci_hc_t *hc, const hw_res_list_parsed_t *hw_res, int *irq)
errno_t           413 uspace/drv/bus/usb/xhci/hc.c errno_t hc_claim(xhci_hc_t *hc, ddf_dev_t *dev)
errno_t           441 uspace/drv/bus/usb/xhci/hc.c static errno_t hc_reset(xhci_hc_t *hc)
errno_t           467 uspace/drv/bus/usb/xhci/hc.c errno_t hc_start(xhci_hc_t *hc)
errno_t           469 uspace/drv/bus/usb/xhci/hc.c 	errno_t err;
errno_t           570 uspace/drv/bus/usb/xhci/hc.c errno_t hc_status(bus_t *bus, uint32_t *status)
errno_t           590 uspace/drv/bus/usb/xhci/hc.c static errno_t xhci_handle_mfindex_wrap_event(xhci_hc_t *hc, xhci_trb_t *trb)
errno_t           601 uspace/drv/bus/usb/xhci/hc.c typedef errno_t (*event_handler) (xhci_hc_t *, xhci_trb_t *trb);
errno_t           619 uspace/drv/bus/usb/xhci/hc.c static errno_t hc_handle_event(xhci_hc_t *hc, xhci_trb_t *trb)
errno_t           637 uspace/drv/bus/usb/xhci/hc.c 	errno_t err;
errno_t           661 uspace/drv/bus/usb/xhci/hc.c 	errno_t err;
errno_t           788 uspace/drv/bus/usb/xhci/hc.c errno_t hc_enable_slot(xhci_device_t *dev)
errno_t           790 uspace/drv/bus/usb/xhci/hc.c 	errno_t err;
errno_t           823 uspace/drv/bus/usb/xhci/hc.c errno_t hc_disable_slot(xhci_device_t *dev)
errno_t           825 uspace/drv/bus/usb/xhci/hc.c 	errno_t err;
errno_t           849 uspace/drv/bus/usb/xhci/hc.c static errno_t create_configure_ep_input_ctx(xhci_device_t *dev, dma_buffer_t *dma_buf)
errno_t           852 uspace/drv/bus/usb/xhci/hc.c 	const errno_t err = dma_buffer_alloc(dma_buf, XHCI_INPUT_CTX_SIZE(hc));
errno_t           872 uspace/drv/bus/usb/xhci/hc.c errno_t hc_address_device(xhci_device_t *dev)
errno_t           874 uspace/drv/bus/usb/xhci/hc.c 	errno_t err = ENOMEM;
errno_t           925 uspace/drv/bus/usb/xhci/hc.c errno_t hc_configure_device(xhci_device_t *dev)
errno_t           932 uspace/drv/bus/usb/xhci/hc.c 	errno_t err = create_configure_ep_input_ctx(dev, &ictx_dma_buf);
errno_t           950 uspace/drv/bus/usb/xhci/hc.c errno_t hc_deconfigure_device(xhci_device_t *dev)
errno_t           954 uspace/drv/bus/usb/xhci/hc.c 	errno_t err;
errno_t           977 uspace/drv/bus/usb/xhci/hc.c errno_t hc_add_endpoint(xhci_endpoint_t *ep)
errno_t           985 uspace/drv/bus/usb/xhci/hc.c 	errno_t err = create_configure_ep_input_ctx(dev, &ictx_dma_buf);
errno_t          1012 uspace/drv/bus/usb/xhci/hc.c errno_t hc_drop_endpoint(xhci_endpoint_t *ep)
errno_t          1024 uspace/drv/bus/usb/xhci/hc.c 	errno_t err = create_configure_ep_input_ctx(dev, &ictx_dma_buf);
errno_t          1048 uspace/drv/bus/usb/xhci/hc.c errno_t hc_update_endpoint(xhci_endpoint_t *ep)
errno_t          1057 uspace/drv/bus/usb/xhci/hc.c 	errno_t err = dma_buffer_alloc(&ictx_dma_buf, XHCI_INPUT_CTX_SIZE(hc));
errno_t          1083 uspace/drv/bus/usb/xhci/hc.c errno_t hc_stop_endpoint(xhci_endpoint_t *ep)
errno_t          1089 uspace/drv/bus/usb/xhci/hc.c 	errno_t err;
errno_t          1109 uspace/drv/bus/usb/xhci/hc.c errno_t hc_reset_endpoint(xhci_endpoint_t *ep)
errno_t          1115 uspace/drv/bus/usb/xhci/hc.c 	errno_t err;
errno_t          1131 uspace/drv/bus/usb/xhci/hc.c errno_t hc_reset_ring(xhci_endpoint_t *ep, uint32_t stream_id)
errno_t          1137 uspace/drv/bus/usb/xhci/hc.c 	errno_t err;
errno_t           115 uspace/drv/bus/usb/xhci/hc.h extern errno_t hc_init_mmio(xhci_hc_t *, const hw_res_list_parsed_t *);
errno_t           116 uspace/drv/bus/usb/xhci/hc.h extern errno_t hc_init_memory(xhci_hc_t *, ddf_dev_t *);
errno_t           117 uspace/drv/bus/usb/xhci/hc.h extern errno_t hc_claim(xhci_hc_t *, ddf_dev_t *);
errno_t           118 uspace/drv/bus/usb/xhci/hc.h extern errno_t hc_irq_code_gen(irq_code_t *, xhci_hc_t *, const hw_res_list_parsed_t *, int *);
errno_t           119 uspace/drv/bus/usb/xhci/hc.h extern errno_t hc_start(xhci_hc_t *);
errno_t           126 uspace/drv/bus/usb/xhci/hc.h extern errno_t hc_enable_slot(xhci_device_t *);
errno_t           127 uspace/drv/bus/usb/xhci/hc.h extern errno_t hc_disable_slot(xhci_device_t *);
errno_t           128 uspace/drv/bus/usb/xhci/hc.h extern errno_t hc_address_device(xhci_device_t *);
errno_t           129 uspace/drv/bus/usb/xhci/hc.h extern errno_t hc_configure_device(xhci_device_t *);
errno_t           130 uspace/drv/bus/usb/xhci/hc.h extern errno_t hc_deconfigure_device(xhci_device_t *);
errno_t           131 uspace/drv/bus/usb/xhci/hc.h extern errno_t hc_add_endpoint(xhci_endpoint_t *);
errno_t           132 uspace/drv/bus/usb/xhci/hc.h extern errno_t hc_drop_endpoint(xhci_endpoint_t *);
errno_t           133 uspace/drv/bus/usb/xhci/hc.h extern errno_t hc_update_endpoint(xhci_endpoint_t *);
errno_t           134 uspace/drv/bus/usb/xhci/hc.h extern errno_t hc_stop_endpoint(xhci_endpoint_t *);
errno_t           135 uspace/drv/bus/usb/xhci/hc.h extern errno_t hc_reset_endpoint(xhci_endpoint_t *);
errno_t           136 uspace/drv/bus/usb/xhci/hc.h extern errno_t hc_reset_ring(xhci_endpoint_t *, uint32_t);
errno_t           138 uspace/drv/bus/usb/xhci/hc.h extern errno_t hc_status(bus_t *, uint32_t *);
errno_t           145 uspace/drv/bus/usb/xhci/isoch.c errno_t isoch_alloc_transfers(xhci_endpoint_t *ep)
errno_t           176 uspace/drv/bus/usb/xhci/isoch.c static errno_t schedule_isochronous_trb(xhci_endpoint_t *ep, xhci_isoch_transfer_t *it)
errno_t           199 uspace/drv/bus/usb/xhci/isoch.c 	const errno_t err = xhci_trb_ring_enqueue(&ep->ring, &trb, &it->interrupt_trb_phys);
errno_t           477 uspace/drv/bus/usb/xhci/isoch.c errno_t isoch_schedule_out(xhci_transfer_t *transfer)
errno_t           479 uspace/drv/bus/usb/xhci/isoch.c 	errno_t err = EOK;
errno_t           543 uspace/drv/bus/usb/xhci/isoch.c errno_t isoch_schedule_in(xhci_transfer_t *transfer)
errno_t           598 uspace/drv/bus/usb/xhci/isoch.c 	errno_t err;
errno_t            70 uspace/drv/bus/usb/xhci/isoch.h 	errno_t error;
errno_t           124 uspace/drv/bus/usb/xhci/isoch.h extern errno_t isoch_alloc_transfers(xhci_endpoint_t *);
errno_t           126 uspace/drv/bus/usb/xhci/isoch.h extern errno_t isoch_schedule_out(xhci_transfer_t *);
errno_t           127 uspace/drv/bus/usb/xhci/isoch.h extern errno_t isoch_schedule_in(xhci_transfer_t *);
errno_t            55 uspace/drv/bus/usb/xhci/main.c static errno_t hcd_hc_add(hc_device_t *hcd, const hw_res_list_parsed_t *hw_res)
errno_t            57 uspace/drv/bus/usb/xhci/main.c 	errno_t err;
errno_t            70 uspace/drv/bus/usb/xhci/main.c static errno_t hcd_irq_code_gen(irq_code_t *code, hc_device_t *hcd,
errno_t            77 uspace/drv/bus/usb/xhci/main.c static errno_t hcd_claim(hc_device_t *hcd)
errno_t            83 uspace/drv/bus/usb/xhci/main.c static errno_t hcd_start(hc_device_t *hcd)
errno_t            89 uspace/drv/bus/usb/xhci/main.c static errno_t hcd_hc_gone(hc_device_t *hcd)
errno_t           115 uspace/drv/bus/usb/xhci/main.c errno_t main(int argc, char *argv[])
errno_t            81 uspace/drv/bus/usb/xhci/rh.c errno_t xhci_rh_init(xhci_rh_t *rh, xhci_hc_t *hc)
errno_t            92 uspace/drv/bus/usb/xhci/rh.c 	const errno_t err = bus_device_init(&rh->device.base, &rh->hc->bus.base);
errno_t           121 uspace/drv/bus/usb/xhci/rh.c errno_t xhci_rh_fini(xhci_rh_t *rh)
errno_t           141 uspace/drv/bus/usb/xhci/rh.c static errno_t rh_enumerate_device(usb_port_t *usb_port)
errno_t           143 uspace/drv/bus/usb/xhci/rh.c 	errno_t err;
errno_t            83 uspace/drv/bus/usb/xhci/rh.h extern errno_t xhci_rh_init(xhci_rh_t *, xhci_hc_t *);
errno_t            84 uspace/drv/bus/usb/xhci/rh.h extern errno_t xhci_rh_fini(xhci_rh_t *);
errno_t            59 uspace/drv/bus/usb/xhci/scratchpad.c errno_t xhci_scratchpad_alloc(xhci_hc_t *hc)
errno_t            47 uspace/drv/bus/usb/xhci/scratchpad.h extern errno_t xhci_scratchpad_alloc(xhci_hc_t *);
errno_t            87 uspace/drv/bus/usb/xhci/streams.c static errno_t initialize_primary_structures(xhci_endpoint_t *xhci_ep, unsigned count)
errno_t           154 uspace/drv/bus/usb/xhci/streams.c static errno_t initialize_primary_stream(xhci_hc_t *hc, xhci_endpoint_t *xhci_ep,
errno_t           161 uspace/drv/bus/usb/xhci/streams.c 	errno_t err = EOK;
errno_t           180 uspace/drv/bus/usb/xhci/streams.c static errno_t initialize_primary_streams(xhci_hc_t *hc, xhci_endpoint_t *xhci_ep)
errno_t           182 uspace/drv/bus/usb/xhci/streams.c 	errno_t err = EOK;
errno_t           207 uspace/drv/bus/usb/xhci/streams.c static errno_t initialize_secondary_streams(xhci_hc_t *hc, xhci_endpoint_t *xhci_ep,
errno_t           245 uspace/drv/bus/usb/xhci/streams.c 	errno_t err = EOK;
errno_t           296 uspace/drv/bus/usb/xhci/streams.c static errno_t verify_stream_conditions(xhci_hc_t *hc, xhci_device_t *dev,
errno_t           347 uspace/drv/bus/usb/xhci/streams.c errno_t xhci_endpoint_remove_streams(xhci_hc_t *hc, xhci_device_t *dev,
errno_t           359 uspace/drv/bus/usb/xhci/streams.c 	errno_t err;
errno_t           375 uspace/drv/bus/usb/xhci/streams.c errno_t xhci_endpoint_request_primary_streams(xhci_hc_t *hc, xhci_device_t *dev,
errno_t           378 uspace/drv/bus/usb/xhci/streams.c 	errno_t err = verify_stream_conditions(hc, dev, xhci_ep, count);
errno_t           423 uspace/drv/bus/usb/xhci/streams.c errno_t xhci_endpoint_request_secondary_streams(xhci_hc_t *hc, xhci_device_t *dev,
errno_t           432 uspace/drv/bus/usb/xhci/streams.c 	errno_t err = verify_stream_conditions(hc, dev, xhci_ep, count);
errno_t            69 uspace/drv/bus/usb/xhci/streams.h extern errno_t xhci_endpoint_remove_streams(xhci_hc_t *, xhci_device_t *,
errno_t            71 uspace/drv/bus/usb/xhci/streams.h extern errno_t xhci_endpoint_request_primary_streams(xhci_hc_t *,
errno_t            73 uspace/drv/bus/usb/xhci/streams.h extern errno_t xhci_endpoint_request_secondary_streams(xhci_hc_t *,
errno_t           185 uspace/drv/bus/usb/xhci/transfers.c static errno_t schedule_control(xhci_hc_t *hc, xhci_transfer_t *transfer)
errno_t           236 uspace/drv/bus/usb/xhci/transfers.c 		const errno_t err = hc_configure_device(xhci_ep_to_dev(xhci_ep));
errno_t           245 uspace/drv/bus/usb/xhci/transfers.c static errno_t schedule_bulk_intr(xhci_hc_t *hc, xhci_transfer_t *transfer)
errno_t           293 uspace/drv/bus/usb/xhci/transfers.c errno_t xhci_handle_transfer_event(xhci_hc_t *hc, xhci_trb_t *trb)
errno_t           409 uspace/drv/bus/usb/xhci/transfers.c typedef errno_t (*transfer_handler)(xhci_hc_t *, xhci_transfer_t *);
errno_t           423 uspace/drv/bus/usb/xhci/transfers.c errno_t xhci_transfer_schedule(usb_transfer_batch_t *batch)
errno_t           473 uspace/drv/bus/usb/xhci/transfers.c 				const errno_t err = xhci_endpoint_clear_halt(xhci_endpoint_get(halted_ep), 0);
errno_t           494 uspace/drv/bus/usb/xhci/transfers.c 	errno_t err;
errno_t            56 uspace/drv/bus/usb/xhci/transfers.h extern errno_t xhci_transfer_schedule(usb_transfer_batch_t *);
errno_t            58 uspace/drv/bus/usb/xhci/transfers.h extern errno_t xhci_handle_transfer_event(xhci_hc_t *, xhci_trb_t *);
errno_t            88 uspace/drv/bus/usb/xhci/trb_ring.c static errno_t trb_segment_alloc(trb_segment_t **segment)
errno_t           116 uspace/drv/bus/usb/xhci/trb_ring.c errno_t xhci_trb_ring_init(xhci_trb_ring_t *ring, size_t initial_size)
errno_t           118 uspace/drv/bus/usb/xhci/trb_ring.c 	errno_t err;
errno_t           220 uspace/drv/bus/usb/xhci/trb_ring.c errno_t xhci_trb_ring_enqueue_multiple(xhci_trb_ring_t *ring, xhci_trb_t *first_trb,
errno_t           223 uspace/drv/bus/usb/xhci/trb_ring.c 	errno_t err;
errno_t           300 uspace/drv/bus/usb/xhci/trb_ring.c errno_t xhci_trb_ring_enqueue(xhci_trb_ring_t *ring, xhci_trb_t *td, uintptr_t *phys)
errno_t           326 uspace/drv/bus/usb/xhci/trb_ring.c errno_t xhci_event_ring_init(xhci_event_ring_t *ring, size_t initial_size)
errno_t           328 uspace/drv/bus/usb/xhci/trb_ring.c 	errno_t err;
errno_t           401 uspace/drv/bus/usb/xhci/trb_ring.c errno_t xhci_event_ring_dequeue(xhci_event_ring_t *ring, xhci_trb_t *event)
errno_t           456 uspace/drv/bus/usb/xhci/trb_ring.c errno_t xhci_sw_ring_enqueue(xhci_sw_ring_t *ring, xhci_trb_t *trb)
errno_t           475 uspace/drv/bus/usb/xhci/trb_ring.c errno_t xhci_sw_ring_dequeue(xhci_sw_ring_t *ring, xhci_trb_t *trb)
errno_t            76 uspace/drv/bus/usb/xhci/trb_ring.h extern errno_t xhci_trb_ring_init(xhci_trb_ring_t *, size_t);
errno_t            78 uspace/drv/bus/usb/xhci/trb_ring.h extern errno_t xhci_trb_ring_enqueue(xhci_trb_ring_t *, xhci_trb_t *,
errno_t            80 uspace/drv/bus/usb/xhci/trb_ring.h extern errno_t xhci_trb_ring_enqueue_multiple(xhci_trb_ring_t *, xhci_trb_t *,
errno_t           114 uspace/drv/bus/usb/xhci/trb_ring.h extern errno_t xhci_event_ring_init(xhci_event_ring_t *, size_t);
errno_t           117 uspace/drv/bus/usb/xhci/trb_ring.h extern errno_t xhci_event_ring_dequeue(xhci_event_ring_t *, xhci_trb_t *);
errno_t           135 uspace/drv/bus/usb/xhci/trb_ring.h extern errno_t xhci_sw_ring_enqueue(xhci_sw_ring_t *, xhci_trb_t *);
errno_t           136 uspace/drv/bus/usb/xhci/trb_ring.h extern errno_t xhci_sw_ring_dequeue(xhci_sw_ring_t *, xhci_trb_t *);
errno_t            69 uspace/drv/char/i8042/i8042.c static errno_t i8042_read(chardev_srv_t *, void *, size_t, size_t *,
errno_t            71 uspace/drv/char/i8042/i8042.c static errno_t i8042_write(chardev_srv_t *, const void *, size_t, size_t *);
errno_t           132 uspace/drv/char/i8042/i8042.c 	errno_t rc;
errno_t           164 uspace/drv/char/i8042/i8042.c errno_t i8042_init(i8042_t *dev, addr_range_t *regs, int irq_kbd,
errno_t           176 uspace/drv/char/i8042/i8042.c 	errno_t rc;
errno_t           357 uspace/drv/char/i8042/i8042.c static errno_t i8042_write(chardev_srv_t *srv, const void *data, size_t size,
errno_t           392 uspace/drv/char/i8042/i8042.c static errno_t i8042_read(chardev_srv_t *srv, void *dest, size_t size,
errno_t           398 uspace/drv/char/i8042/i8042.c 	errno_t rc;
errno_t            94 uspace/drv/char/i8042/i8042.h extern errno_t i8042_init(i8042_t *, addr_range_t *, int, int, ddf_dev_t *);
errno_t            57 uspace/drv/char/i8042/main.c static errno_t get_my_registers(ddf_dev_t *dev, addr_range_t *p_io_reg,
errno_t            68 uspace/drv/char/i8042/main.c 	const errno_t ret = hw_res_get_list_parsed(parent_sess, &hw_resources, 0);
errno_t            98 uspace/drv/char/i8042/main.c static errno_t i8042_dev_add(ddf_dev_t *device)
errno_t           103 uspace/drv/char/i8042/main.c 	errno_t rc;
errno_t            45 uspace/drv/char/msim-con/main.c static errno_t msim_con_dev_add(ddf_dev_t *dev);
errno_t            46 uspace/drv/char/msim-con/main.c static errno_t msim_con_dev_remove(ddf_dev_t *dev);
errno_t            47 uspace/drv/char/msim-con/main.c static errno_t msim_con_dev_gone(ddf_dev_t *dev);
errno_t            48 uspace/drv/char/msim-con/main.c static errno_t msim_con_fun_online(ddf_fun_t *fun);
errno_t            49 uspace/drv/char/msim-con/main.c static errno_t msim_con_fun_offline(ddf_fun_t *fun);
errno_t            64 uspace/drv/char/msim-con/main.c static errno_t msim_con_get_res(ddf_dev_t *dev, msim_con_res_t *res)
errno_t            68 uspace/drv/char/msim-con/main.c 	errno_t rc;
errno_t            99 uspace/drv/char/msim-con/main.c static errno_t msim_con_dev_add(ddf_dev_t *dev)
errno_t           103 uspace/drv/char/msim-con/main.c 	errno_t rc;
errno_t           124 uspace/drv/char/msim-con/main.c static errno_t msim_con_dev_remove(ddf_dev_t *dev)
errno_t           133 uspace/drv/char/msim-con/main.c static errno_t msim_con_dev_gone(ddf_dev_t *dev)
errno_t           142 uspace/drv/char/msim-con/main.c static errno_t msim_con_fun_online(ddf_fun_t *fun)
errno_t           148 uspace/drv/char/msim-con/main.c static errno_t msim_con_fun_offline(ddf_fun_t *fun)
errno_t            45 uspace/drv/char/msim-con/msim-con.c static errno_t msim_con_read(chardev_srv_t *, void *, size_t, size_t *,
errno_t            47 uspace/drv/char/msim-con/msim-con.c static errno_t msim_con_write(chardev_srv_t *, const void *, size_t, size_t *);
errno_t            69 uspace/drv/char/msim-con/msim-con.c 	errno_t rc;
errno_t            83 uspace/drv/char/msim-con/msim-con.c errno_t msim_con_add(msim_con_t *con, msim_con_res_t *res)
errno_t            87 uspace/drv/char/msim-con/msim-con.c 	errno_t rc;
errno_t           170 uspace/drv/char/msim-con/msim-con.c errno_t msim_con_remove(msim_con_t *con)
errno_t           176 uspace/drv/char/msim-con/msim-con.c errno_t msim_con_gone(msim_con_t *con)
errno_t           187 uspace/drv/char/msim-con/msim-con.c static errno_t msim_con_read(chardev_srv_t *srv, void *buf, size_t size,
errno_t           193 uspace/drv/char/msim-con/msim-con.c 	errno_t rc;
errno_t           216 uspace/drv/char/msim-con/msim-con.c static errno_t msim_con_write(chardev_srv_t *srv, const void *data, size_t size,
errno_t            73 uspace/drv/char/msim-con/msim-con.h extern errno_t msim_con_add(msim_con_t *, msim_con_res_t *);
errno_t            74 uspace/drv/char/msim-con/msim-con.h extern errno_t msim_con_remove(msim_con_t *);
errno_t            75 uspace/drv/char/msim-con/msim-con.h extern errno_t msim_con_gone(msim_con_t *);
errno_t           253 uspace/drv/char/ns8250/ns8250.c static errno_t ns8250_read(chardev_srv_t *srv, void *buf, size_t count, size_t *nread,
errno_t           299 uspace/drv/char/ns8250/ns8250.c static errno_t ns8250_write(chardev_srv_t *srv, const void *buf, size_t count,
errno_t           313 uspace/drv/char/ns8250/ns8250.c static errno_t ns8250_open(chardev_srvs_t *, chardev_srv_t *);
errno_t           314 uspace/drv/char/ns8250/ns8250.c static errno_t ns8250_close(chardev_srv_t *);
errno_t           328 uspace/drv/char/ns8250/ns8250.c static errno_t ns8250_dev_add(ddf_dev_t *dev);
errno_t           329 uspace/drv/char/ns8250/ns8250.c static errno_t ns8250_dev_remove(ddf_dev_t *dev);
errno_t           411 uspace/drv/char/ns8250/ns8250.c static errno_t ns8250_dev_initialize(ns8250_t *ns)
errno_t           413 uspace/drv/char/ns8250/ns8250.c 	errno_t ret = EOK;
errno_t           505 uspace/drv/char/ns8250/ns8250.c static errno_t ns8250_interrupt_enable(ns8250_t *ns)
errno_t           508 uspace/drv/char/ns8250/ns8250.c 	errno_t rc = hw_res_enable_interrupt(ns->parent_sess, ns->irq);
errno_t           551 uspace/drv/char/ns8250/ns8250.c static errno_t ns8250_port_set_baud_rate(ns8250_regs_t *regs, unsigned int baud_rate)
errno_t           650 uspace/drv/char/ns8250/ns8250.c static errno_t ns8250_port_set_com_props(ns8250_regs_t *regs, unsigned int parity,
errno_t           807 uspace/drv/char/ns8250/ns8250.c static inline errno_t ns8250_register_interrupt_handler(ns8250_t *ns,
errno_t           818 uspace/drv/char/ns8250/ns8250.c static inline errno_t ns8250_unregister_interrupt_handler(ns8250_t *ns)
errno_t           829 uspace/drv/char/ns8250/ns8250.c static errno_t ns8250_dev_add(ddf_dev_t *dev)
errno_t           836 uspace/drv/char/ns8250/ns8250.c 	errno_t rc;
errno_t           941 uspace/drv/char/ns8250/ns8250.c static errno_t ns8250_dev_remove(ddf_dev_t *dev)
errno_t           944 uspace/drv/char/ns8250/ns8250.c 	errno_t rc;
errno_t           976 uspace/drv/char/ns8250/ns8250.c static errno_t ns8250_open(chardev_srvs_t *srvs, chardev_srv_t *srv)
errno_t           979 uspace/drv/char/ns8250/ns8250.c 	errno_t res;
errno_t          1000 uspace/drv/char/ns8250/ns8250.c static errno_t ns8250_close(chardev_srv_t *srv)
errno_t          1052 uspace/drv/char/ns8250/ns8250.c static errno_t ns8250_set_props(ddf_dev_t *dev, unsigned int baud_rate,
errno_t          1061 uspace/drv/char/ns8250/ns8250.c 	errno_t ret;
errno_t          1083 uspace/drv/char/ns8250/ns8250.c 	errno_t ret;
errno_t            45 uspace/drv/char/pc-lpt/main.c static errno_t pc_lpt_dev_add(ddf_dev_t *dev);
errno_t            46 uspace/drv/char/pc-lpt/main.c static errno_t pc_lpt_dev_remove(ddf_dev_t *dev);
errno_t            47 uspace/drv/char/pc-lpt/main.c static errno_t pc_lpt_dev_gone(ddf_dev_t *dev);
errno_t            48 uspace/drv/char/pc-lpt/main.c static errno_t pc_lpt_fun_online(ddf_fun_t *fun);
errno_t            49 uspace/drv/char/pc-lpt/main.c static errno_t pc_lpt_fun_offline(ddf_fun_t *fun);
errno_t            64 uspace/drv/char/pc-lpt/main.c static errno_t pc_lpt_get_res(ddf_dev_t *dev, pc_lpt_res_t *res)
errno_t            68 uspace/drv/char/pc-lpt/main.c 	errno_t rc;
errno_t            99 uspace/drv/char/pc-lpt/main.c static errno_t pc_lpt_dev_add(ddf_dev_t *dev)
errno_t           103 uspace/drv/char/pc-lpt/main.c 	errno_t rc;
errno_t           124 uspace/drv/char/pc-lpt/main.c static errno_t pc_lpt_dev_remove(ddf_dev_t *dev)
errno_t           133 uspace/drv/char/pc-lpt/main.c static errno_t pc_lpt_dev_gone(ddf_dev_t *dev)
errno_t           142 uspace/drv/char/pc-lpt/main.c static errno_t pc_lpt_fun_online(ddf_fun_t *fun)
errno_t           148 uspace/drv/char/pc-lpt/main.c static errno_t pc_lpt_fun_offline(ddf_fun_t *fun)
errno_t            47 uspace/drv/char/pc-lpt/pc-lpt.c static errno_t pc_lpt_read(chardev_srv_t *, void *, size_t, size_t *,
errno_t            49 uspace/drv/char/pc-lpt/pc-lpt.c static errno_t pc_lpt_write(chardev_srv_t *, const void *, size_t, size_t *);
errno_t            79 uspace/drv/char/pc-lpt/pc-lpt.c errno_t pc_lpt_add(pc_lpt_t *lpt, pc_lpt_res_t *res)
errno_t            86 uspace/drv/char/pc-lpt/pc-lpt.c 	errno_t rc;
errno_t           187 uspace/drv/char/pc-lpt/pc-lpt.c errno_t pc_lpt_remove(pc_lpt_t *lpt)
errno_t           193 uspace/drv/char/pc-lpt/pc-lpt.c errno_t pc_lpt_gone(pc_lpt_t *lpt)
errno_t           226 uspace/drv/char/pc-lpt/pc-lpt.c static errno_t pc_lpt_read(chardev_srv_t *srv, void *buf, size_t size,
errno_t           235 uspace/drv/char/pc-lpt/pc-lpt.c static errno_t pc_lpt_write(chardev_srv_t *srv, const void *data, size_t size,
errno_t            73 uspace/drv/char/pc-lpt/pc-lpt.h extern errno_t pc_lpt_add(pc_lpt_t *, pc_lpt_res_t *);
errno_t            74 uspace/drv/char/pc-lpt/pc-lpt.h extern errno_t pc_lpt_remove(pc_lpt_t *);
errno_t            75 uspace/drv/char/pc-lpt/pc-lpt.h extern errno_t pc_lpt_gone(pc_lpt_t *);
errno_t            45 uspace/drv/char/pl011/main.c static errno_t pl011_dev_add(ddf_dev_t *dev);
errno_t            46 uspace/drv/char/pl011/main.c static errno_t pl011_dev_remove(ddf_dev_t *dev);
errno_t            47 uspace/drv/char/pl011/main.c static errno_t pl011_dev_gone(ddf_dev_t *dev);
errno_t            48 uspace/drv/char/pl011/main.c static errno_t pl011_fun_online(ddf_fun_t *fun);
errno_t            49 uspace/drv/char/pl011/main.c static errno_t pl011_fun_offline(ddf_fun_t *fun);
errno_t            64 uspace/drv/char/pl011/main.c static errno_t pl011_get_res(ddf_dev_t *dev, pl011_res_t *res)
errno_t            68 uspace/drv/char/pl011/main.c 	errno_t rc;
errno_t            99 uspace/drv/char/pl011/main.c static errno_t pl011_dev_add(ddf_dev_t *dev)
errno_t           103 uspace/drv/char/pl011/main.c 	errno_t rc;
errno_t           124 uspace/drv/char/pl011/main.c static errno_t pl011_dev_remove(ddf_dev_t *dev)
errno_t           133 uspace/drv/char/pl011/main.c static errno_t pl011_dev_gone(ddf_dev_t *dev)
errno_t           142 uspace/drv/char/pl011/main.c static errno_t pl011_fun_online(ddf_fun_t *fun)
errno_t           148 uspace/drv/char/pl011/main.c static errno_t pl011_fun_offline(ddf_fun_t *fun)
errno_t           144 uspace/drv/char/pl011/pl011.c static errno_t pl011_read(chardev_srv_t *, void *, size_t, size_t *,
errno_t           146 uspace/drv/char/pl011/pl011.c static errno_t pl011_write(chardev_srv_t *, const void *, size_t, size_t *);
errno_t           198 uspace/drv/char/pl011/pl011.c 	errno_t rc;
errno_t           217 uspace/drv/char/pl011/pl011.c errno_t pl011_add(pl011_t *pl011, pl011_res_t *res)
errno_t           222 uspace/drv/char/pl011/pl011.c 	errno_t rc;
errno_t           302 uspace/drv/char/pl011/pl011.c errno_t pl011_remove(pl011_t *pl011)
errno_t           308 uspace/drv/char/pl011/pl011.c errno_t pl011_gone(pl011_t *pl011)
errno_t           329 uspace/drv/char/pl011/pl011.c static errno_t pl011_read(chardev_srv_t *srv, void *buf, size_t size,
errno_t           335 uspace/drv/char/pl011/pl011.c 	errno_t rc;
errno_t           358 uspace/drv/char/pl011/pl011.c static errno_t pl011_write(chardev_srv_t *srv, const void *data, size_t size,
errno_t            71 uspace/drv/char/pl011/pl011.h extern errno_t pl011_add(pl011_t *, pl011_res_t *);
errno_t            72 uspace/drv/char/pl011/pl011.h extern errno_t pl011_remove(pl011_t *);
errno_t            73 uspace/drv/char/pl011/pl011.h extern errno_t pl011_gone(pl011_t *);
errno_t            57 uspace/drv/char/pl050/pl050.c static errno_t pl050_dev_add(ddf_dev_t *);
errno_t            58 uspace/drv/char/pl050/pl050.c static errno_t pl050_fun_online(ddf_fun_t *);
errno_t            59 uspace/drv/char/pl050/pl050.c static errno_t pl050_fun_offline(ddf_fun_t *);
errno_t            61 uspace/drv/char/pl050/pl050.c static errno_t pl050_read(chardev_srv_t *, void *, size_t, size_t *,
errno_t            63 uspace/drv/char/pl050/pl050.c static errno_t pl050_write(chardev_srv_t *, const void *, size_t, size_t *);
errno_t           165 uspace/drv/char/pl050/pl050.c static errno_t pl050_init(pl050_t *pl050)
errno_t           169 uspace/drv/char/pl050/pl050.c 	errno_t rc;
errno_t           244 uspace/drv/char/pl050/pl050.c static errno_t pl050_read(chardev_srv_t *srv, void *buffer, size_t size,
errno_t           271 uspace/drv/char/pl050/pl050.c static errno_t pl050_write(chardev_srv_t *srv, const void *data, size_t size,
errno_t           302 uspace/drv/char/pl050/pl050.c static errno_t pl050_dev_add(ddf_dev_t *dev)
errno_t           307 uspace/drv/char/pl050/pl050.c 	errno_t rc;
errno_t           371 uspace/drv/char/pl050/pl050.c static errno_t pl050_fun_online(ddf_fun_t *fun)
errno_t           377 uspace/drv/char/pl050/pl050.c static errno_t pl050_fun_offline(ddf_fun_t *fun)
errno_t           385 uspace/drv/char/pl050/pl050.c 	errno_t rc;
errno_t            44 uspace/drv/char/ski-con/main.c static errno_t ski_con_dev_add(ddf_dev_t *dev);
errno_t            45 uspace/drv/char/ski-con/main.c static errno_t ski_con_dev_remove(ddf_dev_t *dev);
errno_t            46 uspace/drv/char/ski-con/main.c static errno_t ski_con_dev_gone(ddf_dev_t *dev);
errno_t            47 uspace/drv/char/ski-con/main.c static errno_t ski_con_fun_online(ddf_fun_t *fun);
errno_t            48 uspace/drv/char/ski-con/main.c static errno_t ski_con_fun_offline(ddf_fun_t *fun);
errno_t            63 uspace/drv/char/ski-con/main.c static errno_t ski_con_dev_add(ddf_dev_t *dev)
errno_t            79 uspace/drv/char/ski-con/main.c static errno_t ski_con_dev_remove(ddf_dev_t *dev)
errno_t            88 uspace/drv/char/ski-con/main.c static errno_t ski_con_dev_gone(ddf_dev_t *dev)
errno_t            97 uspace/drv/char/ski-con/main.c static errno_t ski_con_fun_online(ddf_fun_t *fun)
errno_t           103 uspace/drv/char/ski-con/main.c static errno_t ski_con_fun_offline(ddf_fun_t *fun)
errno_t            53 uspace/drv/char/ski-con/ski-con.c static errno_t ski_con_fibril(void *arg);
errno_t            57 uspace/drv/char/ski-con/ski-con.c static errno_t ski_con_read(chardev_srv_t *, void *, size_t, size_t *,
errno_t            59 uspace/drv/char/ski-con/ski-con.c static errno_t ski_con_write(chardev_srv_t *, const void *, size_t, size_t *);
errno_t            69 uspace/drv/char/ski-con/ski-con.c errno_t ski_con_add(ski_con_t *con)
errno_t            76 uspace/drv/char/ski-con/ski-con.c 	errno_t rc;
errno_t           145 uspace/drv/char/ski-con/ski-con.c errno_t ski_con_remove(ski_con_t *con)
errno_t           151 uspace/drv/char/ski-con/ski-con.c errno_t ski_con_gone(ski_con_t *con)
errno_t           179 uspace/drv/char/ski-con/ski-con.c static errno_t ski_con_fibril(void *arg)
errno_t           183 uspace/drv/char/ski-con/ski-con.c 	errno_t rc;
errno_t           262 uspace/drv/char/ski-con/ski-con.c static errno_t ski_con_read(chardev_srv_t *srv, void *buf, size_t size,
errno_t           268 uspace/drv/char/ski-con/ski-con.c 	errno_t rc;
errno_t           291 uspace/drv/char/ski-con/ski-con.c static errno_t ski_con_write(chardev_srv_t *srv, const void *data, size_t size,
errno_t            62 uspace/drv/char/ski-con/ski-con.h extern errno_t ski_con_add(ski_con_t *);
errno_t            63 uspace/drv/char/ski-con/ski-con.h extern errno_t ski_con_remove(ski_con_t *);
errno_t            64 uspace/drv/char/ski-con/ski-con.h extern errno_t ski_con_gone(ski_con_t *);
errno_t            45 uspace/drv/char/sun4v-con/main.c static errno_t sun4v_con_dev_add(ddf_dev_t *dev);
errno_t            46 uspace/drv/char/sun4v-con/main.c static errno_t sun4v_con_dev_remove(ddf_dev_t *dev);
errno_t            47 uspace/drv/char/sun4v-con/main.c static errno_t sun4v_con_dev_gone(ddf_dev_t *dev);
errno_t            48 uspace/drv/char/sun4v-con/main.c static errno_t sun4v_con_fun_online(ddf_fun_t *fun);
errno_t            49 uspace/drv/char/sun4v-con/main.c static errno_t sun4v_con_fun_offline(ddf_fun_t *fun);
errno_t            64 uspace/drv/char/sun4v-con/main.c static errno_t sun4v_con_get_res(ddf_dev_t *dev, sun4v_con_res_t *res)
errno_t            68 uspace/drv/char/sun4v-con/main.c 	errno_t rc;
errno_t            92 uspace/drv/char/sun4v-con/main.c static errno_t sun4v_con_dev_add(ddf_dev_t *dev)
errno_t            96 uspace/drv/char/sun4v-con/main.c 	errno_t rc;
errno_t           116 uspace/drv/char/sun4v-con/main.c static errno_t sun4v_con_dev_remove(ddf_dev_t *dev)
errno_t           125 uspace/drv/char/sun4v-con/main.c static errno_t sun4v_con_dev_gone(ddf_dev_t *dev)
errno_t           134 uspace/drv/char/sun4v-con/main.c static errno_t sun4v_con_fun_online(ddf_fun_t *fun)
errno_t           140 uspace/drv/char/sun4v-con/main.c static errno_t sun4v_con_fun_offline(ddf_fun_t *fun)
errno_t            48 uspace/drv/char/sun4v-con/sun4v-con.c static errno_t sun4v_con_read(chardev_srv_t *, void *, size_t, size_t *,
errno_t            50 uspace/drv/char/sun4v-con/sun4v-con.c static errno_t sun4v_con_write(chardev_srv_t *, const void *, size_t, size_t *);
errno_t            73 uspace/drv/char/sun4v-con/sun4v-con.c errno_t sun4v_con_add(sun4v_con_t *con, sun4v_con_res_t *res)
errno_t            76 uspace/drv/char/sun4v-con/sun4v-con.c 	errno_t rc;
errno_t           144 uspace/drv/char/sun4v-con/sun4v-con.c errno_t sun4v_con_remove(sun4v_con_t *con)
errno_t           150 uspace/drv/char/sun4v-con/sun4v-con.c errno_t sun4v_con_gone(sun4v_con_t *con)
errno_t           156 uspace/drv/char/sun4v-con/sun4v-con.c static errno_t sun4v_con_read(chardev_srv_t *srv, void *buf, size_t size,
errno_t           181 uspace/drv/char/sun4v-con/sun4v-con.c static errno_t sun4v_con_write(chardev_srv_t *srv, const void *data, size_t size,
errno_t            64 uspace/drv/char/sun4v-con/sun4v-con.h extern errno_t sun4v_con_add(sun4v_con_t *, sun4v_con_res_t *);
errno_t            65 uspace/drv/char/sun4v-con/sun4v-con.h extern errno_t sun4v_con_remove(sun4v_con_t *);
errno_t            66 uspace/drv/char/sun4v-con/sun4v-con.h extern errno_t sun4v_con_gone(sun4v_con_t *);
errno_t            63 uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c static errno_t amdm37x_change_mode(amdm37x_dispc_t *, unsigned, unsigned,
errno_t            66 uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c static errno_t amdm37x_ddev_get_gc(void *, sysarg_t *, sysarg_t *);
errno_t            67 uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c static errno_t amdm37x_ddev_get_info(void *, ddev_info_t *);
errno_t            69 uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c static errno_t amdm37x_gc_set_clip_rect(void *, gfx_rect_t *);
errno_t            70 uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c static errno_t amdm37x_gc_set_color(void *, gfx_color_t *);
errno_t            71 uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c static errno_t amdm37x_gc_fill_rect(void *, gfx_rect_t *);
errno_t            72 uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c static errno_t amdm37x_gc_bitmap_create(void *, gfx_bitmap_params_t *,
errno_t            74 uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c static errno_t amdm37x_gc_bitmap_destroy(void *);
errno_t            75 uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c static errno_t amdm37x_gc_bitmap_render(void *, gfx_rect_t *, gfx_coord2_t *);
errno_t            76 uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c static errno_t amdm37x_gc_bitmap_get_alloc(void *, gfx_bitmap_alloc_t *);
errno_t           114 uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c errno_t amdm37x_dispc_init(amdm37x_dispc_t *instance, ddf_fun_t *fun)
errno_t           139 uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c 	errno_t ret = pio_enable((void *)AMDM37x_DISPC_BASE_ADDRESS,
errno_t           153 uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c errno_t amdm37x_dispc_fini(amdm37x_dispc_t *instance)
errno_t           158 uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c static errno_t amdm37x_dispc_setup_fb(amdm37x_dispc_regs_t *regs,
errno_t           265 uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c static errno_t amdm37x_change_mode(amdm37x_dispc_t *dispc, unsigned x,
errno_t           275 uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c 	errno_t ret = dmamem_map_anonymous(size, DMAMEM_4GiB,
errno_t           305 uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c static errno_t amdm37x_ddev_get_gc(void *arg, sysarg_t *arg2, sysarg_t *arg3)
errno_t           314 uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c static errno_t amdm37x_ddev_get_info(void *arg, ddev_info_t *info)
errno_t           333 uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c static errno_t amdm37x_gc_set_clip_rect(void *arg, gfx_rect_t *rect)
errno_t           354 uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c static errno_t amdm37x_gc_set_color(void *arg, gfx_color_t *color)
errno_t           371 uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c static errno_t amdm37x_gc_fill_rect(void *arg, gfx_rect_t *rect)
errno_t           398 uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c errno_t amdm37x_gc_bitmap_create(void *arg, gfx_bitmap_params_t *params,
errno_t           404 uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c 	errno_t rc;
errno_t           446 uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c static errno_t amdm37x_gc_bitmap_destroy(void *bm)
errno_t           462 uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c static errno_t amdm37x_gc_bitmap_render(void *bm, gfx_rect_t *srect0,
errno_t           564 uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c static errno_t amdm37x_gc_bitmap_get_alloc(void *bm, gfx_bitmap_alloc_t *alloc)
errno_t            88 uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.h extern errno_t amdm37x_dispc_init(amdm37x_dispc_t *, ddf_fun_t *);
errno_t            89 uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.h extern errno_t amdm37x_dispc_fini(amdm37x_dispc_t *);
errno_t            56 uspace/drv/fb/amdm37x_dispc/main.c 	errno_t rc;
errno_t            87 uspace/drv/fb/amdm37x_dispc/main.c static errno_t amdm37x_dispc_dev_add(ddf_dev_t *dev)
errno_t           108 uspace/drv/fb/amdm37x_dispc/main.c 	errno_t rc = amdm37x_dispc_init(dispc, fun);
errno_t            41 uspace/drv/fb/kfb/kfb.c static errno_t kgraph_dev_add(ddf_dev_t *dev)
errno_t            97 uspace/drv/fb/kfb/port.c static errno_t kfb_ddev_get_gc(void *, sysarg_t *, sysarg_t *);
errno_t            98 uspace/drv/fb/kfb/port.c static errno_t kfb_ddev_get_info(void *, ddev_info_t *);
errno_t           100 uspace/drv/fb/kfb/port.c static errno_t kfb_gc_set_clip_rect(void *, gfx_rect_t *);
errno_t           101 uspace/drv/fb/kfb/port.c static errno_t kfb_gc_set_color(void *, gfx_color_t *);
errno_t           102 uspace/drv/fb/kfb/port.c static errno_t kfb_gc_fill_rect(void *, gfx_rect_t *);
errno_t           103 uspace/drv/fb/kfb/port.c static errno_t kfb_gc_bitmap_create(void *, gfx_bitmap_params_t *,
errno_t           105 uspace/drv/fb/kfb/port.c static errno_t kfb_gc_bitmap_destroy(void *);
errno_t           106 uspace/drv/fb/kfb/port.c static errno_t kfb_gc_bitmap_render(void *, gfx_rect_t *, gfx_coord2_t *);
errno_t           107 uspace/drv/fb/kfb/port.c static errno_t kfb_gc_bitmap_get_alloc(void *, gfx_bitmap_alloc_t *);
errno_t           124 uspace/drv/fb/kfb/port.c static errno_t kfb_ddev_get_gc(void *arg, sysarg_t *arg2, sysarg_t *arg3)
errno_t           133 uspace/drv/fb/kfb/port.c static errno_t kfb_ddev_get_info(void *arg, ddev_info_t *info)
errno_t           149 uspace/drv/fb/kfb/port.c static errno_t kfb_gc_set_clip_rect(void *arg, gfx_rect_t *rect)
errno_t           170 uspace/drv/fb/kfb/port.c static errno_t kfb_gc_set_color(void *arg, gfx_color_t *color)
errno_t           187 uspace/drv/fb/kfb/port.c static errno_t kfb_gc_fill_rect(void *arg, gfx_rect_t *rect)
errno_t           214 uspace/drv/fb/kfb/port.c errno_t kfb_gc_bitmap_create(void *arg, gfx_bitmap_params_t *params,
errno_t           220 uspace/drv/fb/kfb/port.c 	errno_t rc;
errno_t           263 uspace/drv/fb/kfb/port.c static errno_t kfb_gc_bitmap_destroy(void *bm)
errno_t           279 uspace/drv/fb/kfb/port.c static errno_t kfb_gc_bitmap_render(void *bm, gfx_rect_t *srect0,
errno_t           378 uspace/drv/fb/kfb/port.c static errno_t kfb_gc_bitmap_get_alloc(void *bm, gfx_bitmap_alloc_t *alloc)
errno_t           391 uspace/drv/fb/kfb/port.c 	errno_t rc;
errno_t           442 uspace/drv/fb/kfb/port.c errno_t port_init(ddf_dev_t *dev)
errno_t           446 uspace/drv/fb/kfb/port.c 	errno_t rc;
errno_t            41 uspace/drv/fb/kfb/port.h extern errno_t port_init(ddf_dev_t *);
errno_t            50 uspace/drv/hid/adb-kbd/adb-kbd.c errno_t adb_kbd_add(adb_kbd_t *kbd)
errno_t            52 uspace/drv/hid/adb-kbd/adb-kbd.c 	errno_t rc;
errno_t           121 uspace/drv/hid/adb-kbd/adb-kbd.c errno_t adb_kbd_remove(adb_kbd_t *con)
errno_t           127 uspace/drv/hid/adb-kbd/adb-kbd.c errno_t adb_kbd_gone(adb_kbd_t *con)
errno_t           141 uspace/drv/hid/adb-kbd/adb-kbd.c 		errno_t retval = EOK;
errno_t           163 uspace/drv/hid/adb-kbd/adb-kbd.c 	errno_t rc;
errno_t            46 uspace/drv/hid/adb-kbd/adb-kbd.h extern errno_t adb_kbd_add(adb_kbd_t *);
errno_t            47 uspace/drv/hid/adb-kbd/adb-kbd.h extern errno_t adb_kbd_remove(adb_kbd_t *);
errno_t            48 uspace/drv/hid/adb-kbd/adb-kbd.h extern errno_t adb_kbd_gone(adb_kbd_t *);
errno_t           181 uspace/drv/hid/adb-kbd/ctl.c errno_t adb_kbd_key_translate(sysarg_t scancode, kbd_event_type_t *rtype,
errno_t            37 uspace/drv/hid/adb-kbd/ctl.h extern errno_t adb_kbd_key_translate(sysarg_t, kbd_event_type_t *, unsigned int *);
errno_t            44 uspace/drv/hid/adb-kbd/main.c static errno_t adb_kbd_dev_add(ddf_dev_t *dev);
errno_t            45 uspace/drv/hid/adb-kbd/main.c static errno_t adb_kbd_dev_remove(ddf_dev_t *dev);
errno_t            46 uspace/drv/hid/adb-kbd/main.c static errno_t adb_kbd_dev_gone(ddf_dev_t *dev);
errno_t            47 uspace/drv/hid/adb-kbd/main.c static errno_t adb_kbd_fun_online(ddf_fun_t *fun);
errno_t            48 uspace/drv/hid/adb-kbd/main.c static errno_t adb_kbd_fun_offline(ddf_fun_t *fun);
errno_t            63 uspace/drv/hid/adb-kbd/main.c static errno_t adb_kbd_dev_add(ddf_dev_t *dev)
errno_t            79 uspace/drv/hid/adb-kbd/main.c static errno_t adb_kbd_dev_remove(ddf_dev_t *dev)
errno_t            88 uspace/drv/hid/adb-kbd/main.c static errno_t adb_kbd_dev_gone(ddf_dev_t *dev)
errno_t            97 uspace/drv/hid/adb-kbd/main.c static errno_t adb_kbd_fun_online(ddf_fun_t *fun)
errno_t           103 uspace/drv/hid/adb-kbd/main.c static errno_t adb_kbd_fun_offline(ddf_fun_t *fun)
errno_t            99 uspace/drv/hid/adb-mouse/adb-mouse.c 		errno_t retval = EOK;
errno_t           119 uspace/drv/hid/adb-mouse/adb-mouse.c errno_t adb_mouse_add(adb_mouse_t *mouse)
errno_t           121 uspace/drv/hid/adb-mouse/adb-mouse.c 	errno_t rc;
errno_t           190 uspace/drv/hid/adb-mouse/adb-mouse.c errno_t adb_mouse_remove(adb_mouse_t *con)
errno_t           196 uspace/drv/hid/adb-mouse/adb-mouse.c errno_t adb_mouse_gone(adb_mouse_t *con)
errno_t            49 uspace/drv/hid/adb-mouse/adb-mouse.h extern errno_t adb_mouse_add(adb_mouse_t *);
errno_t            50 uspace/drv/hid/adb-mouse/adb-mouse.h extern errno_t adb_mouse_remove(adb_mouse_t *);
errno_t            51 uspace/drv/hid/adb-mouse/adb-mouse.h extern errno_t adb_mouse_gone(adb_mouse_t *);
errno_t            44 uspace/drv/hid/adb-mouse/main.c static errno_t adb_mouse_dev_add(ddf_dev_t *dev);
errno_t            45 uspace/drv/hid/adb-mouse/main.c static errno_t adb_mouse_dev_remove(ddf_dev_t *dev);
errno_t            46 uspace/drv/hid/adb-mouse/main.c static errno_t adb_mouse_dev_gone(ddf_dev_t *dev);
errno_t            47 uspace/drv/hid/adb-mouse/main.c static errno_t adb_mouse_fun_online(ddf_fun_t *fun);
errno_t            48 uspace/drv/hid/adb-mouse/main.c static errno_t adb_mouse_fun_offline(ddf_fun_t *fun);
errno_t            63 uspace/drv/hid/adb-mouse/main.c static errno_t adb_mouse_dev_add(ddf_dev_t *dev)
errno_t            79 uspace/drv/hid/adb-mouse/main.c static errno_t adb_mouse_dev_remove(ddf_dev_t *dev)
errno_t            88 uspace/drv/hid/adb-mouse/main.c static errno_t adb_mouse_dev_gone(ddf_dev_t *dev)
errno_t            97 uspace/drv/hid/adb-mouse/main.c static errno_t adb_mouse_fun_online(ddf_fun_t *fun)
errno_t           103 uspace/drv/hid/adb-mouse/main.c static errno_t adb_mouse_fun_offline(ddf_fun_t *fun)
errno_t           205 uspace/drv/hid/atkbd/atkbd.c static errno_t polling(void *arg)
errno_t           209 uspace/drv/hid/atkbd/atkbd.c 	errno_t rc;
errno_t           365 uspace/drv/hid/atkbd/atkbd.c errno_t at_kbd_init(at_kbd_t *kbd, ddf_dev_t *dev)
errno_t           368 uspace/drv/hid/atkbd/atkbd.c 	errno_t rc;
errno_t           395 uspace/drv/hid/atkbd/atkbd.c 	errno_t ret = ddf_fun_bind(kbd->kbd_fun);
errno_t            56 uspace/drv/hid/atkbd/atkbd.h extern errno_t at_kbd_init(at_kbd_t *, ddf_dev_t *);
errno_t            48 uspace/drv/hid/atkbd/main.c static errno_t at_kbd_add(ddf_dev_t *device);
errno_t            85 uspace/drv/hid/atkbd/main.c static errno_t at_kbd_add(ddf_dev_t *device)
errno_t            87 uspace/drv/hid/atkbd/main.c 	errno_t rc;
errno_t            48 uspace/drv/hid/ps2mouse/main.c static errno_t mouse_add(ddf_dev_t *device);
errno_t            81 uspace/drv/hid/ps2mouse/main.c static errno_t mouse_add(ddf_dev_t *device)
errno_t            83 uspace/drv/hid/ps2mouse/main.c 	errno_t rc;
errno_t            79 uspace/drv/hid/ps2mouse/ps2mouse.c 	const errno_t rc = chardev_read((mouse)->chardev, &data, 1, &nread, \
errno_t            97 uspace/drv/hid/ps2mouse/ps2mouse.c 	const errno_t rc = chardev_write((mouse)->chardev, &data, 1, &nwr); \
errno_t           104 uspace/drv/hid/ps2mouse/ps2mouse.c static errno_t polling_ps2(void *);
errno_t           105 uspace/drv/hid/ps2mouse/ps2mouse.c static errno_t polling_intellimouse(void *);
errno_t           106 uspace/drv/hid/ps2mouse/ps2mouse.c static errno_t probe_intellimouse(ps2_mouse_t *, bool);
errno_t           123 uspace/drv/hid/ps2mouse/ps2mouse.c errno_t ps2_mouse_init(ps2_mouse_t *mouse, ddf_dev_t *dev)
errno_t           127 uspace/drv/hid/ps2mouse/ps2mouse.c 	errno_t rc;
errno_t           190 uspace/drv/hid/ps2mouse/ps2mouse.c 	errno_t (*polling_f)(void *) = polling_ps2;
errno_t           246 uspace/drv/hid/ps2mouse/ps2mouse.c static errno_t ps2_mouse_read_packet(ps2_mouse_t *mouse, void *pbuf, size_t psize)
errno_t           248 uspace/drv/hid/ps2mouse/ps2mouse.c 	errno_t rc;
errno_t           271 uspace/drv/hid/ps2mouse/ps2mouse.c errno_t polling_ps2(void *arg)
errno_t           274 uspace/drv/hid/ps2mouse/ps2mouse.c 	errno_t rc;
errno_t           323 uspace/drv/hid/ps2mouse/ps2mouse.c static errno_t polling_intellimouse(void *arg)
errno_t           326 uspace/drv/hid/ps2mouse/ps2mouse.c 	errno_t rc;
errno_t           398 uspace/drv/hid/ps2mouse/ps2mouse.c static errno_t probe_intellimouse(ps2_mouse_t *mouse, bool buttons)
errno_t            55 uspace/drv/hid/ps2mouse/ps2mouse.h extern errno_t ps2_mouse_init(ps2_mouse_t *, ddf_dev_t *);
errno_t            62 uspace/drv/hid/usbhid/blink1/blink1.c static errno_t usb_blink1_color_set(ddf_fun_t *fun, pixel_t pixel)
errno_t            95 uspace/drv/hid/usbhid/blink1/blink1.c errno_t usb_blink1_init(usb_hid_dev_t *hid_dev, void **data)
errno_t           123 uspace/drv/hid/usbhid/blink1/blink1.c 	errno_t rc = ddf_fun_bind(fun);
errno_t           161 uspace/drv/hid/usbhid/blink1/blink1.c 	errno_t rc = ddf_fun_unbind(blink1_dev->fun);
errno_t            54 uspace/drv/hid/usbhid/blink1/blink1.h extern errno_t usb_blink1_init(usb_hid_dev_t *, void **);
errno_t            62 uspace/drv/hid/usbhid/generic/hiddev.c static errno_t usb_generic_hid_get_event(ddf_fun_t *fun, uint8_t *buffer,
errno_t            64 uspace/drv/hid/usbhid/generic/hiddev.c static errno_t usb_generic_hid_client_connected(ddf_fun_t *fun);
errno_t            66 uspace/drv/hid/usbhid/generic/hiddev.c static errno_t usb_generic_get_report_descriptor(ddf_fun_t *fun, uint8_t *desc,
errno_t           104 uspace/drv/hid/usbhid/generic/hiddev.c static errno_t usb_generic_hid_get_event(ddf_fun_t *fun, uint8_t *buffer,
errno_t           145 uspace/drv/hid/usbhid/generic/hiddev.c static errno_t usb_generic_get_report_descriptor(ddf_fun_t *fun, uint8_t *desc,
errno_t           162 uspace/drv/hid/usbhid/generic/hiddev.c static errno_t usb_generic_hid_client_connected(ddf_fun_t *fun)
errno_t           182 uspace/drv/hid/usbhid/generic/hiddev.c errno_t usb_generic_hid_init(usb_hid_dev_t *hid_dev, void **data)
errno_t           204 uspace/drv/hid/usbhid/generic/hiddev.c 	errno_t rc = ddf_fun_bind(fun);
errno_t            53 uspace/drv/hid/usbhid/generic/hiddev.h extern errno_t usb_generic_hid_init(usb_hid_dev_t *, void **);
errno_t           257 uspace/drv/hid/usbhid/kbd/kbddev.c 	errno_t rc = usb_hid_report_output_translate(&hid_dev->report, 0,
errno_t           435 uspace/drv/hid/usbhid/kbd/kbddev.c 	errno_t ret =
errno_t           479 uspace/drv/hid/usbhid/kbd/kbddev.c static errno_t kbd_dev_init(usb_kbd_t *kbd_dev, usb_hid_dev_t *hid_dev)
errno_t           506 uspace/drv/hid/usbhid/kbd/kbddev.c 	errno_t ret =
errno_t           615 uspace/drv/hid/usbhid/kbd/kbddev.c errno_t usb_kbd_init(usb_hid_dev_t *hid_dev, void **data)
errno_t           641 uspace/drv/hid/usbhid/kbd/kbddev.c 	errno_t ret = kbd_dev_init(kbd_dev, hid_dev);
errno_t           778 uspace/drv/hid/usbhid/kbd/kbddev.c errno_t usb_kbd_set_boot_protocol(usb_hid_dev_t *hid_dev)
errno_t           781 uspace/drv/hid/usbhid/kbd/kbddev.c 	errno_t rc = usb_hid_parse_report_descriptor(
errno_t           117 uspace/drv/hid/usbhid/kbd/kbddev.h extern errno_t usb_kbd_init(usb_hid_dev_t *, void **);
errno_t           124 uspace/drv/hid/usbhid/kbd/kbddev.h extern errno_t usb_kbd_set_boot_protocol(usb_hid_dev_t *);
errno_t           119 uspace/drv/hid/usbhid/kbd/kbdrepeat.c errno_t usb_kbd_repeat_fibril(void *arg)
errno_t            58 uspace/drv/hid/usbhid/kbd/kbdrepeat.h errno_t usb_kbd_repeat_fibril(void *arg);
errno_t            59 uspace/drv/hid/usbhid/main.c static errno_t usb_hid_device_add(usb_device_t *dev)
errno_t            80 uspace/drv/hid/usbhid/main.c 	errno_t rc = usb_hid_init(hid_dev, dev);
errno_t           109 uspace/drv/hid/usbhid/main.c static errno_t join_and_clean(usb_device_t *dev)
errno_t           131 uspace/drv/hid/usbhid/main.c static errno_t usb_hid_device_remove(usb_device_t *dev)
errno_t           147 uspace/drv/hid/usbhid/main.c static errno_t usb_hid_device_gone(usb_device_t *dev)
errno_t           225 uspace/drv/hid/usbhid/mouse/mousedev.c 	errno_t ret =
errno_t           315 uspace/drv/hid/usbhid/mouse/mousedev.c static errno_t mouse_dev_init(usb_mouse_t *mouse_dev, usb_hid_dev_t *hid_dev)
errno_t           339 uspace/drv/hid/usbhid/mouse/mousedev.c errno_t usb_mouse_init(usb_hid_dev_t *hid_dev, void **data)
errno_t           366 uspace/drv/hid/usbhid/mouse/mousedev.c 	errno_t ret = mouse_dev_init(mouse_dev, hid_dev);
errno_t           430 uspace/drv/hid/usbhid/mouse/mousedev.c errno_t usb_mouse_set_boot_protocol(usb_hid_dev_t *hid_dev)
errno_t           432 uspace/drv/hid/usbhid/mouse/mousedev.c 	errno_t rc = usb_hid_parse_report_descriptor(
errno_t            61 uspace/drv/hid/usbhid/mouse/mousedev.h extern errno_t usb_mouse_init(usb_hid_dev_t *, void **);
errno_t            64 uspace/drv/hid/usbhid/mouse/mousedev.h extern errno_t usb_mouse_set_boot_protocol(usb_hid_dev_t *);
errno_t           150 uspace/drv/hid/usbhid/multimedia/multimedia.c errno_t usb_multimedia_init(struct usb_hid_dev *hid_dev, void **data)
errno_t           179 uspace/drv/hid/usbhid/multimedia/multimedia.c 	errno_t rc = ddf_fun_bind(fun);
errno_t           247 uspace/drv/hid/usbhid/multimedia/multimedia.c 	errno_t ret =
errno_t            42 uspace/drv/hid/usbhid/multimedia/multimedia.h extern errno_t usb_multimedia_init(usb_hid_dev_t *, void **);
errno_t            64 uspace/drv/hid/usbhid/usbhid.c static errno_t usb_hid_set_boot_kbd_subdriver(usb_hid_dev_t *hid_dev)
errno_t            80 uspace/drv/hid/usbhid/usbhid.c static errno_t usb_hid_set_boot_mouse_subdriver(usb_hid_dev_t *hid_dev)
errno_t            96 uspace/drv/hid/usbhid/usbhid.c static errno_t usb_hid_set_generic_hid_subdriver(usb_hid_dev_t *hid_dev)
errno_t           185 uspace/drv/hid/usbhid/usbhid.c static errno_t usb_hid_save_subdrivers(usb_hid_dev_t *hid_dev,
errno_t           218 uspace/drv/hid/usbhid/usbhid.c static errno_t usb_hid_find_subdrivers(usb_hid_dev_t *hid_dev)
errno_t           270 uspace/drv/hid/usbhid/usbhid.c static errno_t usb_hid_check_pipes(usb_hid_dev_t *hid_dev, usb_device_t *dev)
errno_t           296 uspace/drv/hid/usbhid/usbhid.c static errno_t usb_hid_init_report(usb_hid_dev_t *hid_dev)
errno_t           351 uspace/drv/hid/usbhid/usbhid.c 	const errno_t rc = usb_hid_parse_report(
errno_t           370 uspace/drv/hid/usbhid/usbhid.c static bool usb_hid_polling_error_callback(usb_device_t *dev, errno_t err_code, void *arg)
errno_t           417 uspace/drv/hid/usbhid/usbhid.c errno_t usb_hid_init(usb_hid_dev_t *hid_dev, usb_device_t *dev)
errno_t           430 uspace/drv/hid/usbhid/usbhid.c 	errno_t rc = usb_hid_check_pipes(hid_dev, dev);
errno_t           495 uspace/drv/hid/usbhid/usbhid.c 			const errno_t pret = hid_dev->subdrivers[i].init(hid_dev,
errno_t            59 uspace/drv/hid/usbhid/usbhid.h typedef errno_t (*usb_hid_driver_init_t)(usb_hid_dev_t *dev, void **data);
errno_t           140 uspace/drv/hid/usbhid/usbhid.h errno_t usb_hid_init(usb_hid_dev_t *hid_dev, usb_device_t *dev);
errno_t            48 uspace/drv/hid/xtkbd/main.c static errno_t xt_kbd_add(ddf_dev_t *device);
errno_t            85 uspace/drv/hid/xtkbd/main.c static errno_t xt_kbd_add(ddf_dev_t *device)
errno_t            87 uspace/drv/hid/xtkbd/main.c 	errno_t rc;
errno_t           208 uspace/drv/hid/xtkbd/xtkbd.c static errno_t xtkbd_get_code(xt_kbd_t *kbd, uint8_t *code)
errno_t           210 uspace/drv/hid/xtkbd/xtkbd.c 	errno_t rc;
errno_t           232 uspace/drv/hid/xtkbd/xtkbd.c static errno_t polling(void *arg)
errno_t           241 uspace/drv/hid/xtkbd/xtkbd.c 	errno_t rc;
errno_t           341 uspace/drv/hid/xtkbd/xtkbd.c 		errno_t rc = chardev_write(kbd->chardev, &cmds[0], 1, &nwr);
errno_t           395 uspace/drv/hid/xtkbd/xtkbd.c errno_t xt_kbd_init(xt_kbd_t *kbd, ddf_dev_t *dev)
errno_t           399 uspace/drv/hid/xtkbd/xtkbd.c 	errno_t rc;
errno_t            57 uspace/drv/hid/xtkbd/xtkbd.h extern errno_t xt_kbd_init(xt_kbd_t *, ddf_dev_t *);
errno_t           142 uspace/drv/intctl/apic/apic.c static errno_t apic_enable_irq(apic_t *apic, sysarg_t irq)
errno_t           208 uspace/drv/intctl/apic/apic.c errno_t apic_add(apic_t *apic, apic_res_t *res)
errno_t           213 uspace/drv/intctl/apic/apic.c 	errno_t rc;
errno_t           260 uspace/drv/intctl/apic/apic.c errno_t apic_remove(apic_t *apic)
errno_t           266 uspace/drv/intctl/apic/apic.c errno_t apic_gone(apic_t *apic)
errno_t            54 uspace/drv/intctl/apic/apic.h extern errno_t apic_add(apic_t *, apic_res_t *);
errno_t            55 uspace/drv/intctl/apic/apic.h extern errno_t apic_remove(apic_t *);
errno_t            56 uspace/drv/intctl/apic/apic.h extern errno_t apic_gone(apic_t *);
errno_t            45 uspace/drv/intctl/apic/main.c static errno_t apic_dev_add(ddf_dev_t *dev);
errno_t            46 uspace/drv/intctl/apic/main.c static errno_t apic_dev_remove(ddf_dev_t *dev);
errno_t            47 uspace/drv/intctl/apic/main.c static errno_t apic_dev_gone(ddf_dev_t *dev);
errno_t            48 uspace/drv/intctl/apic/main.c static errno_t apic_fun_online(ddf_fun_t *fun);
errno_t            49 uspace/drv/intctl/apic/main.c static errno_t apic_fun_offline(ddf_fun_t *fun);
errno_t            64 uspace/drv/intctl/apic/main.c static errno_t apic_get_res(ddf_dev_t *dev, apic_res_t *res)
errno_t            68 uspace/drv/intctl/apic/main.c 	errno_t rc;
errno_t            92 uspace/drv/intctl/apic/main.c static errno_t apic_dev_add(ddf_dev_t *dev)
errno_t            96 uspace/drv/intctl/apic/main.c 	errno_t rc;
errno_t           116 uspace/drv/intctl/apic/main.c static errno_t apic_dev_remove(ddf_dev_t *dev)
errno_t           125 uspace/drv/intctl/apic/main.c static errno_t apic_dev_gone(ddf_dev_t *dev)
errno_t           134 uspace/drv/intctl/apic/main.c static errno_t apic_fun_online(ddf_fun_t *fun)
errno_t           140 uspace/drv/intctl/apic/main.c static errno_t apic_fun_offline(ddf_fun_t *fun)
errno_t           162 uspace/drv/intctl/gicv2/gicv2.c static errno_t gicv2_enable_irq(gicv2_t *gicv2, sysarg_t irq)
errno_t           221 uspace/drv/intctl/gicv2/gicv2.c errno_t gicv2_add(gicv2_t *gicv2, gicv2_res_t *res)
errno_t           224 uspace/drv/intctl/gicv2/gicv2.c 	errno_t rc;
errno_t           276 uspace/drv/intctl/gicv2/gicv2.c errno_t gicv2_remove(gicv2_t *gicv2)
errno_t           282 uspace/drv/intctl/gicv2/gicv2.c errno_t gicv2_gone(gicv2_t *gicv2)
errno_t            55 uspace/drv/intctl/gicv2/gicv2.h extern errno_t gicv2_add(gicv2_t *, gicv2_res_t *);
errno_t            56 uspace/drv/intctl/gicv2/gicv2.h extern errno_t gicv2_remove(gicv2_t *);
errno_t            57 uspace/drv/intctl/gicv2/gicv2.h extern errno_t gicv2_gone(gicv2_t *);
errno_t            48 uspace/drv/intctl/gicv2/main.c static errno_t gicv2_dev_add(ddf_dev_t *dev);
errno_t            49 uspace/drv/intctl/gicv2/main.c static errno_t gicv2_dev_remove(ddf_dev_t *dev);
errno_t            50 uspace/drv/intctl/gicv2/main.c static errno_t gicv2_dev_gone(ddf_dev_t *dev);
errno_t            51 uspace/drv/intctl/gicv2/main.c static errno_t gicv2_fun_online(ddf_fun_t *fun);
errno_t            52 uspace/drv/intctl/gicv2/main.c static errno_t gicv2_fun_offline(ddf_fun_t *fun);
errno_t            67 uspace/drv/intctl/gicv2/main.c static errno_t gicv2_get_res(ddf_dev_t *dev, gicv2_res_t *res)
errno_t            71 uspace/drv/intctl/gicv2/main.c 	errno_t rc;
errno_t            96 uspace/drv/intctl/gicv2/main.c static errno_t gicv2_dev_add(ddf_dev_t *dev)
errno_t           100 uspace/drv/intctl/gicv2/main.c 	errno_t rc;
errno_t           120 uspace/drv/intctl/gicv2/main.c static errno_t gicv2_dev_remove(ddf_dev_t *dev)
errno_t           129 uspace/drv/intctl/gicv2/main.c static errno_t gicv2_dev_gone(ddf_dev_t *dev)
errno_t           138 uspace/drv/intctl/gicv2/main.c static errno_t gicv2_fun_online(ddf_fun_t *fun)
errno_t           144 uspace/drv/intctl/gicv2/main.c static errno_t gicv2_fun_offline(ddf_fun_t *fun)
errno_t            66 uspace/drv/intctl/i8259/i8259.c static errno_t pic_enable_irq(i8259_t *i8259, sysarg_t irq)
errno_t           137 uspace/drv/intctl/i8259/i8259.c errno_t i8259_add(i8259_t *i8259, i8259_res_t *res)
errno_t           143 uspace/drv/intctl/i8259/i8259.c 	errno_t rc;
errno_t           193 uspace/drv/intctl/i8259/i8259.c errno_t i8259_remove(i8259_t *i8259)
errno_t           199 uspace/drv/intctl/i8259/i8259.c errno_t i8259_gone(i8259_t *i8259)
errno_t            54 uspace/drv/intctl/i8259/i8259.h extern errno_t i8259_add(i8259_t *, i8259_res_t *);
errno_t            55 uspace/drv/intctl/i8259/i8259.h extern errno_t i8259_remove(i8259_t *);
errno_t            56 uspace/drv/intctl/i8259/i8259.h extern errno_t i8259_gone(i8259_t *);
errno_t            45 uspace/drv/intctl/i8259/main.c static errno_t i8259_dev_add(ddf_dev_t *dev);
errno_t            46 uspace/drv/intctl/i8259/main.c static errno_t i8259_dev_remove(ddf_dev_t *dev);
errno_t            47 uspace/drv/intctl/i8259/main.c static errno_t i8259_dev_gone(ddf_dev_t *dev);
errno_t            48 uspace/drv/intctl/i8259/main.c static errno_t i8259_fun_online(ddf_fun_t *fun);
errno_t            49 uspace/drv/intctl/i8259/main.c static errno_t i8259_fun_offline(ddf_fun_t *fun);
errno_t            64 uspace/drv/intctl/i8259/main.c static errno_t i8259_get_res(ddf_dev_t *dev, i8259_res_t *res)
errno_t            68 uspace/drv/intctl/i8259/main.c 	errno_t rc;
errno_t            93 uspace/drv/intctl/i8259/main.c static errno_t i8259_dev_add(ddf_dev_t *dev)
errno_t            97 uspace/drv/intctl/i8259/main.c 	errno_t rc;
errno_t           117 uspace/drv/intctl/i8259/main.c static errno_t i8259_dev_remove(ddf_dev_t *dev)
errno_t           126 uspace/drv/intctl/i8259/main.c static errno_t i8259_dev_gone(ddf_dev_t *dev)
errno_t           135 uspace/drv/intctl/i8259/main.c static errno_t i8259_fun_online(ddf_fun_t *fun)
errno_t           141 uspace/drv/intctl/i8259/main.c static errno_t i8259_fun_offline(ddf_fun_t *fun)
errno_t            54 uspace/drv/intctl/icp-ic/icp-ic.c static errno_t icpic_enable_irq(icpic_t *icpic, sysarg_t irq)
errno_t           113 uspace/drv/intctl/icp-ic/icp-ic.c errno_t icpic_add(icpic_t *icpic, icpic_res_t *res)
errno_t           117 uspace/drv/intctl/icp-ic/icp-ic.c 	errno_t rc;
errno_t           157 uspace/drv/intctl/icp-ic/icp-ic.c errno_t icpic_remove(icpic_t *icpic)
errno_t           163 uspace/drv/intctl/icp-ic/icp-ic.c errno_t icpic_gone(icpic_t *icpic)
errno_t            55 uspace/drv/intctl/icp-ic/icp-ic.h extern errno_t icpic_add(icpic_t *, icpic_res_t *);
errno_t            56 uspace/drv/intctl/icp-ic/icp-ic.h extern errno_t icpic_remove(icpic_t *);
errno_t            57 uspace/drv/intctl/icp-ic/icp-ic.h extern errno_t icpic_gone(icpic_t *);
errno_t            45 uspace/drv/intctl/icp-ic/main.c static errno_t icpic_dev_add(ddf_dev_t *dev);
errno_t            46 uspace/drv/intctl/icp-ic/main.c static errno_t icpic_dev_remove(ddf_dev_t *dev);
errno_t            47 uspace/drv/intctl/icp-ic/main.c static errno_t icpic_dev_gone(ddf_dev_t *dev);
errno_t            48 uspace/drv/intctl/icp-ic/main.c static errno_t icpic_fun_online(ddf_fun_t *fun);
errno_t            49 uspace/drv/intctl/icp-ic/main.c static errno_t icpic_fun_offline(ddf_fun_t *fun);
errno_t            64 uspace/drv/intctl/icp-ic/main.c static errno_t icpic_get_res(ddf_dev_t *dev, icpic_res_t *res)
errno_t            68 uspace/drv/intctl/icp-ic/main.c 	errno_t rc;
errno_t            92 uspace/drv/intctl/icp-ic/main.c static errno_t icpic_dev_add(ddf_dev_t *dev)
errno_t            96 uspace/drv/intctl/icp-ic/main.c 	errno_t rc;
errno_t           116 uspace/drv/intctl/icp-ic/main.c static errno_t icpic_dev_remove(ddf_dev_t *dev)
errno_t           125 uspace/drv/intctl/icp-ic/main.c static errno_t icpic_dev_gone(ddf_dev_t *dev)
errno_t           134 uspace/drv/intctl/icp-ic/main.c static errno_t icpic_fun_online(ddf_fun_t *fun)
errno_t           140 uspace/drv/intctl/icp-ic/main.c static errno_t icpic_fun_offline(ddf_fun_t *fun)
errno_t            45 uspace/drv/intctl/obio/main.c static errno_t obio_dev_add(ddf_dev_t *dev);
errno_t            46 uspace/drv/intctl/obio/main.c static errno_t obio_dev_remove(ddf_dev_t *dev);
errno_t            47 uspace/drv/intctl/obio/main.c static errno_t obio_dev_gone(ddf_dev_t *dev);
errno_t            48 uspace/drv/intctl/obio/main.c static errno_t obio_fun_online(ddf_fun_t *fun);
errno_t            49 uspace/drv/intctl/obio/main.c static errno_t obio_fun_offline(ddf_fun_t *fun);
errno_t            64 uspace/drv/intctl/obio/main.c static errno_t obio_get_res(ddf_dev_t *dev, obio_res_t *res)
errno_t            68 uspace/drv/intctl/obio/main.c 	errno_t rc;
errno_t            92 uspace/drv/intctl/obio/main.c static errno_t obio_dev_add(ddf_dev_t *dev)
errno_t            96 uspace/drv/intctl/obio/main.c 	errno_t rc;
errno_t           116 uspace/drv/intctl/obio/main.c static errno_t obio_dev_remove(ddf_dev_t *dev)
errno_t           125 uspace/drv/intctl/obio/main.c static errno_t obio_dev_gone(ddf_dev_t *dev)
errno_t           134 uspace/drv/intctl/obio/main.c static errno_t obio_fun_online(ddf_fun_t *fun)
errno_t           140 uspace/drv/intctl/obio/main.c static errno_t obio_fun_offline(ddf_fun_t *fun)
errno_t           116 uspace/drv/intctl/obio/obio.c errno_t obio_add(obio_t *obio, obio_res_t *res)
errno_t           119 uspace/drv/intctl/obio/obio.c 	errno_t rc;
errno_t           160 uspace/drv/intctl/obio/obio.c errno_t obio_remove(obio_t *obio)
errno_t           166 uspace/drv/intctl/obio/obio.c errno_t obio_gone(obio_t *obio)
errno_t            54 uspace/drv/intctl/obio/obio.h extern errno_t obio_add(obio_t *, obio_res_t *);
errno_t            55 uspace/drv/intctl/obio/obio.h extern errno_t obio_remove(obio_t *);
errno_t            56 uspace/drv/intctl/obio/obio.h extern errno_t obio_gone(obio_t *);
errno_t           101 uspace/drv/nic/ar9271/ar9271.c static errno_t ar9271_add_device(ddf_dev_t *);
errno_t           104 uspace/drv/nic/ar9271/ar9271.c static errno_t ar9271_ieee80211_start(ieee80211_dev_t *);
errno_t           105 uspace/drv/nic/ar9271/ar9271.c static errno_t ar9271_ieee80211_tx_handler(ieee80211_dev_t *, void *, size_t);
errno_t           106 uspace/drv/nic/ar9271/ar9271.c static errno_t ar9271_ieee80211_set_freq(ieee80211_dev_t *, uint16_t);
errno_t           107 uspace/drv/nic/ar9271/ar9271.c static errno_t ar9271_ieee80211_bssid_change(ieee80211_dev_t *, bool);
errno_t           108 uspace/drv/nic/ar9271/ar9271.c static errno_t ar9271_ieee80211_key_config(ieee80211_dev_t *, ieee80211_key_config_t *,
errno_t           130 uspace/drv/nic/ar9271/ar9271.c static errno_t ar9271_get_device_info(ddf_fun_t *, nic_device_info_t *);
errno_t           131 uspace/drv/nic/ar9271/ar9271.c static errno_t ar9271_get_cable_state(ddf_fun_t *, nic_cable_state_t *);
errno_t           132 uspace/drv/nic/ar9271/ar9271.c static errno_t ar9271_get_operation_mode(ddf_fun_t *, int *, nic_channel_mode_t *,
errno_t           146 uspace/drv/nic/ar9271/ar9271.c static errno_t ar9271_get_device_info(ddf_fun_t *dev, nic_device_info_t *info)
errno_t           166 uspace/drv/nic/ar9271/ar9271.c static errno_t ar9271_get_cable_state(ddf_fun_t *fun, nic_cable_state_t *state)
errno_t           186 uspace/drv/nic/ar9271/ar9271.c static errno_t ar9271_get_operation_mode(ddf_fun_t *fun, int *speed,
errno_t           199 uspace/drv/nic/ar9271/ar9271.c static errno_t ar9271_on_multicast_mode_change(nic_t *nic,
errno_t           222 uspace/drv/nic/ar9271/ar9271.c static errno_t ar9271_on_unicast_mode_change(nic_t *nic, nic_unicast_mode_t mode,
errno_t           248 uspace/drv/nic/ar9271/ar9271.c static errno_t ar9271_on_broadcast_mode_change(nic_t *nic,
errno_t           270 uspace/drv/nic/ar9271/ar9271.c static errno_t ar9271_data_polling(void *arg)
errno_t           331 uspace/drv/nic/ar9271/ar9271.c static errno_t ar9271_ieee80211_set_freq(ieee80211_dev_t *ieee80211_dev,
errno_t           342 uspace/drv/nic/ar9271/ar9271.c 	errno_t rc = hw_freq_switch(ar9271, freq);
errno_t           364 uspace/drv/nic/ar9271/ar9271.c static errno_t ar9271_ieee80211_bssid_change(ieee80211_dev_t *ieee80211_dev,
errno_t           413 uspace/drv/nic/ar9271/ar9271.c static errno_t ar9271_ieee80211_key_config(ieee80211_dev_t *ieee80211_dev,
errno_t           531 uspace/drv/nic/ar9271/ar9271.c static errno_t ar9271_ieee80211_tx_handler(ieee80211_dev_t *ieee80211_dev,
errno_t           620 uspace/drv/nic/ar9271/ar9271.c static errno_t ar9271_ieee80211_start(ieee80211_dev_t *ieee80211_dev)
errno_t           628 uspace/drv/nic/ar9271/ar9271.c 	errno_t rc = hw_reset(ar9271);
errno_t           678 uspace/drv/nic/ar9271/ar9271.c static errno_t ar9271_init(ar9271_t *ar9271, usb_device_t *usb_device, const usb_endpoint_description_t **endpoints)
errno_t           692 uspace/drv/nic/ar9271/ar9271.c 	errno_t rc = ath_usb_init(ar9271->ath_device, usb_device, endpoints);
errno_t           749 uspace/drv/nic/ar9271/ar9271.c static errno_t ar9271_upload_fw(ar9271_t *ar9271)
errno_t           787 uspace/drv/nic/ar9271/ar9271.c 		errno_t rc = usb_control_request_set(ctrl_pipe,
errno_t           815 uspace/drv/nic/ar9271/ar9271.c 	errno_t rc = usb_control_request_set(ctrl_pipe,
errno_t           846 uspace/drv/nic/ar9271/ar9271.c 	errno_t rc = usb_device_create_ddf(dev, endpoints, &err_msg);
errno_t           891 uspace/drv/nic/ar9271/ar9271.c static errno_t ar9271_add_device(ddf_dev_t *dev)
errno_t           908 uspace/drv/nic/ar9271/ar9271.c 	errno_t rc = htc_init(ar9271->htc_device);
errno_t            42 uspace/drv/nic/ar9271/ath.h 	errno_t (*send_ctrl_message)(struct ath *, void *, size_t);
errno_t            43 uspace/drv/nic/ar9271/ath.h 	errno_t (*read_ctrl_message)(struct ath *, void *, size_t, size_t *);
errno_t            44 uspace/drv/nic/ar9271/ath.h 	errno_t (*send_data_message)(struct ath *, void *, size_t);
errno_t            45 uspace/drv/nic/ar9271/ath.h 	errno_t (*read_data_message)(struct ath *, void *, size_t, size_t *);
errno_t            42 uspace/drv/nic/ar9271/ath_usb.c static errno_t ath_usb_send_ctrl_message(ath_t *, void *, size_t);
errno_t            43 uspace/drv/nic/ar9271/ath_usb.c static errno_t ath_usb_read_ctrl_message(ath_t *, void *, size_t, size_t *);
errno_t            44 uspace/drv/nic/ar9271/ath_usb.c static errno_t ath_usb_send_data_message(ath_t *, void *, size_t);
errno_t            45 uspace/drv/nic/ar9271/ath_usb.c static errno_t ath_usb_read_data_message(ath_t *, void *, size_t, size_t *);
errno_t            62 uspace/drv/nic/ar9271/ath_usb.c errno_t ath_usb_init(ath_t *ath, usb_device_t *usb_device, const usb_endpoint_description_t **endpoints)
errno_t           113 uspace/drv/nic/ar9271/ath_usb.c static errno_t ath_usb_send_ctrl_message(ath_t *ath, void *buffer,
errno_t           130 uspace/drv/nic/ar9271/ath_usb.c static errno_t ath_usb_read_ctrl_message(ath_t *ath, void *buffer,
errno_t           146 uspace/drv/nic/ar9271/ath_usb.c static errno_t ath_usb_send_data_message(ath_t *ath, void *buffer,
errno_t           161 uspace/drv/nic/ar9271/ath_usb.c 	const errno_t ret_val = usb_pipe_write(ath_usb->output_data_pipe,
errno_t           179 uspace/drv/nic/ar9271/ath_usb.c static errno_t ath_usb_read_data_message(ath_t *ath, void *buffer,
errno_t            61 uspace/drv/nic/ar9271/ath_usb.h extern errno_t ath_usb_init(ath_t *, usb_device_t *, const usb_endpoint_description_t **endpoints);
errno_t            68 uspace/drv/nic/ar9271/htc.c errno_t htc_init_new_vif(htc_device_t *htc_device)
errno_t           155 uspace/drv/nic/ar9271/htc.c errno_t htc_send_control_message(htc_device_t *htc_device, void *buffer,
errno_t           178 uspace/drv/nic/ar9271/htc.c errno_t htc_send_data_message(htc_device_t *htc_device, void *buffer,
errno_t           201 uspace/drv/nic/ar9271/htc.c errno_t htc_read_data_message(htc_device_t *htc_device, void *buffer,
errno_t           221 uspace/drv/nic/ar9271/htc.c errno_t htc_read_control_message(htc_device_t *htc_device, void *buffer,
errno_t           241 uspace/drv/nic/ar9271/htc.c static errno_t htc_connect_service(htc_device_t *htc_device,
errno_t           263 uspace/drv/nic/ar9271/htc.c 	errno_t rc = htc_send_control_message(htc_device, buffer, buffer_size,
errno_t           314 uspace/drv/nic/ar9271/htc.c static errno_t htc_config_credits(htc_device_t *htc_device)
errno_t           329 uspace/drv/nic/ar9271/htc.c 	errno_t rc = htc_send_control_message(htc_device, buffer, buffer_size,
errno_t           362 uspace/drv/nic/ar9271/htc.c static errno_t htc_complete_setup(htc_device_t *htc_device)
errno_t           375 uspace/drv/nic/ar9271/htc.c 	errno_t rc = htc_send_control_message(htc_device, buffer, buffer_size,
errno_t           396 uspace/drv/nic/ar9271/htc.c static errno_t htc_check_ready(htc_device_t *htc_device)
errno_t           402 uspace/drv/nic/ar9271/htc.c 	errno_t rc = htc_read_control_message(htc_device, buffer, buffer_size,
errno_t           432 uspace/drv/nic/ar9271/htc.c errno_t htc_device_init(ath_t *ath_device, ieee80211_dev_t *ieee80211_dev,
errno_t           453 uspace/drv/nic/ar9271/htc.c errno_t htc_init(htc_device_t *htc_device)
errno_t           456 uspace/drv/nic/ar9271/htc.c 	errno_t rc = htc_check_ready(htc_device);
errno_t           299 uspace/drv/nic/ar9271/htc.h extern errno_t htc_device_init(ath_t *, ieee80211_dev_t *, htc_device_t *);
errno_t           300 uspace/drv/nic/ar9271/htc.h extern errno_t htc_init(htc_device_t *);
errno_t           301 uspace/drv/nic/ar9271/htc.h extern errno_t htc_init_new_vif(htc_device_t *);
errno_t           302 uspace/drv/nic/ar9271/htc.h extern errno_t htc_read_control_message(htc_device_t *, void *, size_t, size_t *);
errno_t           303 uspace/drv/nic/ar9271/htc.h extern errno_t htc_read_data_message(htc_device_t *, void *, size_t, size_t *);
errno_t           304 uspace/drv/nic/ar9271/htc.h extern errno_t htc_send_control_message(htc_device_t *, void *, size_t, uint8_t);
errno_t           305 uspace/drv/nic/ar9271/htc.h extern errno_t htc_send_data_message(htc_device_t *, void *, size_t, uint8_t);
errno_t            54 uspace/drv/nic/ar9271/hw.c static errno_t hw_read_wait(ar9271_t *ar9271, uint32_t offset, uint32_t mask,
errno_t            69 uspace/drv/nic/ar9271/hw.c static errno_t hw_reset_power_on(ar9271_t *ar9271)
errno_t            95 uspace/drv/nic/ar9271/hw.c 	errno_t rc = hw_read_wait(ar9271,
errno_t           107 uspace/drv/nic/ar9271/hw.c static errno_t hw_set_reset(ar9271_t *ar9271, bool cold)
errno_t           137 uspace/drv/nic/ar9271/hw.c 	errno_t rc = hw_read_wait(ar9271, AR9271_RTC_RC, AR9271_RTC_RC_MASK, 0);
errno_t           150 uspace/drv/nic/ar9271/hw.c static errno_t hw_addr_init(ar9271_t *ar9271)
errno_t           166 uspace/drv/nic/ar9271/hw.c 	errno_t rc = nic_report_address(nic, &ar9271_address);
errno_t           175 uspace/drv/nic/ar9271/hw.c static errno_t hw_gpio_set_output(ar9271_t *ar9271, uint32_t gpio, uint32_t type)
errno_t           206 uspace/drv/nic/ar9271/hw.c static errno_t hw_gpio_set_value(ar9271_t *ar9271, uint32_t gpio, uint32_t value)
errno_t           220 uspace/drv/nic/ar9271/hw.c static errno_t hw_init_proc(ar9271_t *ar9271)
errno_t           222 uspace/drv/nic/ar9271/hw.c 	errno_t rc = hw_reset_power_on(ar9271);
errno_t           243 uspace/drv/nic/ar9271/hw.c static errno_t hw_init_led(ar9271_t *ar9271)
errno_t           245 uspace/drv/nic/ar9271/hw.c 	errno_t rc = hw_gpio_set_output(ar9271, AR9271_LED_PIN,
errno_t           261 uspace/drv/nic/ar9271/hw.c static errno_t hw_activate_phy(ar9271_t *ar9271)
errno_t           269 uspace/drv/nic/ar9271/hw.c static errno_t hw_set_operating_mode(ar9271_t *ar9271,
errno_t           297 uspace/drv/nic/ar9271/hw.c static errno_t hw_reset_operating_mode(ar9271_t *ar9271)
errno_t           299 uspace/drv/nic/ar9271/hw.c 	errno_t rc = hw_set_operating_mode(ar9271, IEEE80211_OPMODE_STATION);
errno_t           308 uspace/drv/nic/ar9271/hw.c static errno_t hw_noise_floor_calibration(ar9271_t *ar9271)
errno_t           327 uspace/drv/nic/ar9271/hw.c 	errno_t rc = hw_read_wait(ar9271, AR9271_AGC_CONTROL,
errno_t           346 uspace/drv/nic/ar9271/hw.c static errno_t hw_set_freq(ar9271_t *ar9271, uint16_t freq)
errno_t           375 uspace/drv/nic/ar9271/hw.c errno_t hw_freq_switch(ar9271_t *ar9271, uint16_t freq)
errno_t           379 uspace/drv/nic/ar9271/hw.c 	errno_t rc = hw_read_wait(ar9271, AR9271_PHY_RFBUS_GRANT, 0x1, 0x1);
errno_t           409 uspace/drv/nic/ar9271/hw.c errno_t hw_set_rx_filter(ar9271_t *ar9271, bool assoc)
errno_t           427 uspace/drv/nic/ar9271/hw.c errno_t hw_set_bssid(ar9271_t *ar9271)
errno_t           447 uspace/drv/nic/ar9271/hw.c errno_t hw_rx_init(ar9271_t *ar9271)
errno_t           452 uspace/drv/nic/ar9271/hw.c 	errno_t rc = hw_set_rx_filter(ar9271, false);
errno_t           467 uspace/drv/nic/ar9271/hw.c static errno_t hw_init_pll(ar9271_t *ar9271)
errno_t           512 uspace/drv/nic/ar9271/hw.c static errno_t hw_calibration(ar9271_t *ar9271)
errno_t           525 uspace/drv/nic/ar9271/hw.c 	errno_t rc = hw_read_wait(ar9271, AR9271_AGC_CONTROL,
errno_t           542 uspace/drv/nic/ar9271/hw.c errno_t hw_reset(ar9271_t *ar9271)
errno_t           561 uspace/drv/nic/ar9271/hw.c 	errno_t rc = hw_init_pll(ar9271);
errno_t           640 uspace/drv/nic/ar9271/hw.c errno_t hw_init(ar9271_t *ar9271)
errno_t           642 uspace/drv/nic/ar9271/hw.c 	errno_t rc = hw_init_proc(ar9271);
errno_t            43 uspace/drv/nic/ar9271/hw.h extern errno_t hw_init(ar9271_t *);
errno_t            44 uspace/drv/nic/ar9271/hw.h extern errno_t hw_freq_switch(ar9271_t *, uint16_t);
errno_t            45 uspace/drv/nic/ar9271/hw.h extern errno_t hw_rx_init(ar9271_t *);
errno_t            46 uspace/drv/nic/ar9271/hw.h extern errno_t hw_reset(ar9271_t *);
errno_t            47 uspace/drv/nic/ar9271/hw.h extern errno_t hw_set_bssid(ar9271_t *);
errno_t            48 uspace/drv/nic/ar9271/hw.h extern errno_t hw_set_rx_filter(ar9271_t *, bool);
errno_t            52 uspace/drv/nic/ar9271/wmi.c errno_t wmi_reg_read(htc_device_t *htc_device, uint32_t reg_offset, uint32_t *res)
errno_t            59 uspace/drv/nic/ar9271/wmi.c 	errno_t rc = wmi_send_command(htc_device, WMI_REG_READ,
errno_t            84 uspace/drv/nic/ar9271/wmi.c errno_t wmi_reg_write(htc_device_t *htc_device, uint32_t reg_offset, uint32_t val)
errno_t            94 uspace/drv/nic/ar9271/wmi.c 	errno_t rc = wmi_send_command(htc_device, WMI_REG_WRITE,
errno_t           117 uspace/drv/nic/ar9271/wmi.c errno_t wmi_reg_set_clear_bit(htc_device_t *htc_device, uint32_t reg_offset,
errno_t           122 uspace/drv/nic/ar9271/wmi.c 	errno_t rc = wmi_reg_read(htc_device, reg_offset, &value);
errno_t           151 uspace/drv/nic/ar9271/wmi.c errno_t wmi_reg_set_bit(htc_device_t *htc_device, uint32_t reg_offset,
errno_t           166 uspace/drv/nic/ar9271/wmi.c errno_t wmi_reg_clear_bit(htc_device_t *htc_device, uint32_t reg_offset,
errno_t           181 uspace/drv/nic/ar9271/wmi.c errno_t wmi_reg_buffer_write(htc_device_t *htc_device, wmi_reg_t *reg_buffer,
errno_t           200 uspace/drv/nic/ar9271/wmi.c 	errno_t rc = wmi_send_command(htc_device, WMI_REG_WRITE,
errno_t           225 uspace/drv/nic/ar9271/wmi.c errno_t wmi_send_command(htc_device_t *htc_device, wmi_command_t command_id,
errno_t           248 uspace/drv/nic/ar9271/wmi.c 	errno_t rc = htc_send_control_message(htc_device, buffer, buffer_size,
errno_t           119 uspace/drv/nic/ar9271/wmi.h extern errno_t wmi_reg_read(htc_device_t *, uint32_t, uint32_t *);
errno_t           120 uspace/drv/nic/ar9271/wmi.h extern errno_t wmi_reg_write(htc_device_t *, uint32_t, uint32_t);
errno_t           121 uspace/drv/nic/ar9271/wmi.h extern errno_t wmi_reg_set_clear_bit(htc_device_t *, uint32_t, uint32_t, uint32_t);
errno_t           122 uspace/drv/nic/ar9271/wmi.h extern errno_t wmi_reg_set_bit(htc_device_t *, uint32_t, uint32_t);
errno_t           123 uspace/drv/nic/ar9271/wmi.h extern errno_t wmi_reg_clear_bit(htc_device_t *, uint32_t, uint32_t);
errno_t           124 uspace/drv/nic/ar9271/wmi.h extern errno_t wmi_reg_buffer_write(htc_device_t *, wmi_reg_t *, size_t);
errno_t           125 uspace/drv/nic/ar9271/wmi.h extern errno_t wmi_send_command(htc_device_t *, wmi_command_t, uint8_t *, uint32_t,
errno_t           181 uspace/drv/nic/e1k/e1k.c static errno_t e1000_get_address(e1000_t *, nic_address_t *);
errno_t           183 uspace/drv/nic/e1k/e1k.c static errno_t e1000_set_addr(ddf_fun_t *, const nic_address_t *);
errno_t           185 uspace/drv/nic/e1k/e1k.c static errno_t e1000_defective_get_mode(ddf_fun_t *, uint32_t *);
errno_t           186 uspace/drv/nic/e1k/e1k.c static errno_t e1000_defective_set_mode(ddf_fun_t *, uint32_t);
errno_t           188 uspace/drv/nic/e1k/e1k.c static errno_t e1000_get_cable_state(ddf_fun_t *, nic_cable_state_t *);
errno_t           189 uspace/drv/nic/e1k/e1k.c static errno_t e1000_get_device_info(ddf_fun_t *, nic_device_info_t *);
errno_t           190 uspace/drv/nic/e1k/e1k.c static errno_t e1000_get_operation_mode(ddf_fun_t *, int *,
errno_t           192 uspace/drv/nic/e1k/e1k.c static errno_t e1000_set_operation_mode(ddf_fun_t *, int,
errno_t           194 uspace/drv/nic/e1k/e1k.c static errno_t e1000_autoneg_enable(ddf_fun_t *, uint32_t);
errno_t           195 uspace/drv/nic/e1k/e1k.c static errno_t e1000_autoneg_disable(ddf_fun_t *);
errno_t           196 uspace/drv/nic/e1k/e1k.c static errno_t e1000_autoneg_restart(ddf_fun_t *);
errno_t           198 uspace/drv/nic/e1k/e1k.c static errno_t e1000_vlan_set_tag(ddf_fun_t *, uint16_t, bool, bool);
errno_t           221 uspace/drv/nic/e1k/e1k.c static errno_t e1000_dev_add(ddf_dev_t *);
errno_t           235 uspace/drv/nic/e1k/e1k.c static errno_t e1000_on_activating(nic_t *);
errno_t           236 uspace/drv/nic/e1k/e1k.c static errno_t e1000_on_stopping(nic_t *);
errno_t           296 uspace/drv/nic/e1k/e1k.c static errno_t e1000_get_device_info(ddf_fun_t *dev, nic_device_info_t *info)
errno_t           324 uspace/drv/nic/e1k/e1k.c static errno_t e1000_get_cable_state(ddf_fun_t *fun, nic_cable_state_t *state)
errno_t           343 uspace/drv/nic/e1k/e1k.c static errno_t e1000_get_operation_mode(ddf_fun_t *fun, int *speed,
errno_t           394 uspace/drv/nic/e1k/e1k.c static errno_t e1000_set_operation_mode(ddf_fun_t *fun, int speed,
errno_t           442 uspace/drv/nic/e1k/e1k.c static errno_t e1000_autoneg_enable(ddf_fun_t *fun, uint32_t advertisement)
errno_t           470 uspace/drv/nic/e1k/e1k.c static errno_t e1000_autoneg_disable(ddf_fun_t *fun)
errno_t           498 uspace/drv/nic/e1k/e1k.c static errno_t e1000_autoneg_restart(ddf_fun_t *dev)
errno_t           509 uspace/drv/nic/e1k/e1k.c static errno_t e1000_defective_get_mode(ddf_fun_t *fun, uint32_t *mode)
errno_t           530 uspace/drv/nic/e1k/e1k.c static errno_t e1000_defective_set_mode(ddf_fun_t *fun, uint32_t mode)
errno_t           533 uspace/drv/nic/e1k/e1k.c 	errno_t rc = EOK;
errno_t           835 uspace/drv/nic/e1k/e1k.c static errno_t e1000_on_multicast_mode_change(nic_t *nic, nic_multicast_mode_t mode,
errno_t           839 uspace/drv/nic/e1k/e1k.c 	errno_t rc = EOK;
errno_t           889 uspace/drv/nic/e1k/e1k.c static errno_t e1000_on_unicast_mode_change(nic_t *nic, nic_unicast_mode_t mode,
errno_t           893 uspace/drv/nic/e1k/e1k.c 	errno_t rc = EOK;
errno_t           945 uspace/drv/nic/e1k/e1k.c static errno_t e1000_on_broadcast_mode_change(nic_t *nic, nic_broadcast_mode_t mode)
errno_t           948 uspace/drv/nic/e1k/e1k.c 	errno_t rc = EOK;
errno_t          1056 uspace/drv/nic/e1k/e1k.c static errno_t e1000_vlan_set_tag(ddf_fun_t *fun, uint16_t tag, bool add,
errno_t          1272 uspace/drv/nic/e1k/e1k.c inline static errno_t e1000_register_int_handler(nic_t *nic,
errno_t          1284 uspace/drv/nic/e1k/e1k.c 	errno_t rc = register_interrupt_handler(nic_get_ddf_dev(nic), e1000->irq,
errno_t          1328 uspace/drv/nic/e1k/e1k.c static errno_t e1000_poll_mode_change(nic_t *nic, nic_poll_mode_t mode,
errno_t          1382 uspace/drv/nic/e1k/e1k.c static errno_t e1000_initialize_rx_structure(nic_t *nic)
errno_t          1388 uspace/drv/nic/e1k/e1k.c 	errno_t rc = dmamem_map_anonymous(
errno_t          1576 uspace/drv/nic/e1k/e1k.c static errno_t e1000_initialize_tx_structure(e1000_t *e1000)
errno_t          1588 uspace/drv/nic/e1k/e1k.c 	errno_t rc = dmamem_map_anonymous(
errno_t          1727 uspace/drv/nic/e1k/e1k.c static errno_t e1000_reset(nic_t *nic)
errno_t          1758 uspace/drv/nic/e1k/e1k.c static errno_t e1000_on_activating(nic_t *nic)
errno_t          1770 uspace/drv/nic/e1k/e1k.c 	errno_t rc = hw_res_enable_interrupt(e1000->parent_sess, e1000->irq);
errno_t          1804 uspace/drv/nic/e1k/e1k.c static errno_t e1000_on_down_unlocked(nic_t *nic)
errno_t          1835 uspace/drv/nic/e1k/e1k.c static errno_t e1000_on_down(nic_t *nic)
errno_t          1843 uspace/drv/nic/e1k/e1k.c 	errno_t rc = e1000_on_down_unlocked(nic);
errno_t          1860 uspace/drv/nic/e1k/e1k.c static errno_t e1000_on_stopping(nic_t *nic)
errno_t          1868 uspace/drv/nic/e1k/e1k.c 	errno_t rc = e1000_on_down_unlocked(nic);
errno_t          1952 uspace/drv/nic/e1k/e1k.c static errno_t e1000_fill_resource_info(ddf_dev_t *dev,
errno_t          1977 uspace/drv/nic/e1k/e1k.c static errno_t e1000_get_resource_info(ddf_dev_t *dev)
errno_t          1986 uspace/drv/nic/e1k/e1k.c 	errno_t rc = nic_get_resources(NIC_DATA_DEV(dev), &hw_res_parsed);
errno_t          2005 uspace/drv/nic/e1k/e1k.c static errno_t e1000_device_initialize(ddf_dev_t *dev)
errno_t          2021 uspace/drv/nic/e1k/e1k.c 	errno_t rc = e1000_get_resource_info(dev);
errno_t          2119 uspace/drv/nic/e1k/e1k.c static errno_t e1000_pio_enable(ddf_dev_t *dev)
errno_t          2123 uspace/drv/nic/e1k/e1k.c 	errno_t rc = pio_enable(e1000->reg_base_phys, 8 * PAGE_SIZE,
errno_t          2136 uspace/drv/nic/e1k/e1k.c errno_t e1000_dev_add(ddf_dev_t *dev)
errno_t          2141 uspace/drv/nic/e1k/e1k.c 	errno_t rc = e1000_device_initialize(dev);
errno_t          2267 uspace/drv/nic/e1k/e1k.c static errno_t e1000_get_address(e1000_t *e1000, nic_address_t *address)
errno_t          2300 uspace/drv/nic/e1k/e1k.c static errno_t e1000_set_addr(ddf_fun_t *fun, const nic_address_t *addr)
errno_t          2308 uspace/drv/nic/e1k/e1k.c 	errno_t rc = nic_report_address(nic, addr);
errno_t           196 uspace/drv/nic/ne2k/dp8390.c errno_t ne2k_probe(ne2k_t *ne2k)
errno_t           252 uspace/drv/nic/ne2k/dp8390.c errno_t ne2k_up(ne2k_t *ne2k)
errno_t           267 uspace/drv/nic/ne2k/dp8390.h extern errno_t ne2k_probe(ne2k_t *);
errno_t           268 uspace/drv/nic/ne2k/dp8390.h extern errno_t ne2k_up(ne2k_t *);
errno_t           125 uspace/drv/nic/ne2k/ne2k.c static errno_t ne2k_register_interrupt(nic_t *nic_data,
errno_t           180 uspace/drv/nic/ne2k/ne2k.c static errno_t ne2k_dev_init(nic_t *nic_data)
errno_t           186 uspace/drv/nic/ne2k/ne2k.c 	errno_t rc = nic_get_resources(nic_data, &hw_res_parsed);
errno_t           245 uspace/drv/nic/ne2k/ne2k.c static errno_t ne2k_on_activating(nic_t *nic_data)
errno_t           250 uspace/drv/nic/ne2k/ne2k.c 		errno_t rc = ne2k_up(ne2k);
errno_t           263 uspace/drv/nic/ne2k/ne2k.c static errno_t ne2k_on_stopping(nic_t *nic_data)
errno_t           273 uspace/drv/nic/ne2k/ne2k.c static errno_t ne2k_set_address(ddf_fun_t *fun, const nic_address_t *address)
errno_t           276 uspace/drv/nic/ne2k/ne2k.c 	errno_t rc = nic_report_address(nic_data, address);
errno_t           289 uspace/drv/nic/ne2k/ne2k.c static errno_t ne2k_get_device_info(ddf_fun_t *fun, nic_device_info_t *info)
errno_t           301 uspace/drv/nic/ne2k/ne2k.c static errno_t ne2k_get_cable_state(ddf_fun_t *fun, nic_cable_state_t *state)
errno_t           307 uspace/drv/nic/ne2k/ne2k.c static errno_t ne2k_get_operation_mode(ddf_fun_t *fun, int *speed,
errno_t           316 uspace/drv/nic/ne2k/ne2k.c static errno_t ne2k_on_unicast_mode_change(nic_t *nic_data,
errno_t           343 uspace/drv/nic/ne2k/ne2k.c static errno_t ne2k_on_multicast_mode_change(nic_t *nic_data,
errno_t           369 uspace/drv/nic/ne2k/ne2k.c static errno_t ne2k_on_broadcast_mode_change(nic_t *nic_data,
errno_t           385 uspace/drv/nic/ne2k/ne2k.c static errno_t ne2k_dev_add(ddf_dev_t *dev)
errno_t           417 uspace/drv/nic/ne2k/ne2k.c 	errno_t rc = ne2k_dev_init(nic_data);
errno_t           285 uspace/drv/nic/rtl8139/driver.c static errno_t rtl8139_set_addr(ddf_fun_t *fun, const nic_address_t *);
errno_t           286 uspace/drv/nic/rtl8139/driver.c static errno_t rtl8139_get_device_info(ddf_fun_t *fun, nic_device_info_t *info);
errno_t           287 uspace/drv/nic/rtl8139/driver.c static errno_t rtl8139_get_cable_state(ddf_fun_t *fun, nic_cable_state_t *state);
errno_t           288 uspace/drv/nic/rtl8139/driver.c static errno_t rtl8139_get_operation_mode(ddf_fun_t *fun, int *speed,
errno_t           290 uspace/drv/nic/rtl8139/driver.c static errno_t rtl8139_set_operation_mode(ddf_fun_t *fun, int speed,
errno_t           293 uspace/drv/nic/rtl8139/driver.c static errno_t rtl8139_pause_get(ddf_fun_t *, nic_result_t *, nic_result_t *,
errno_t           295 uspace/drv/nic/rtl8139/driver.c static errno_t rtl8139_pause_set(ddf_fun_t *, int, int, uint16_t);
errno_t           297 uspace/drv/nic/rtl8139/driver.c static errno_t rtl8139_autoneg_enable(ddf_fun_t *fun, uint32_t advertisement);
errno_t           298 uspace/drv/nic/rtl8139/driver.c static errno_t rtl8139_autoneg_disable(ddf_fun_t *fun);
errno_t           299 uspace/drv/nic/rtl8139/driver.c static errno_t rtl8139_autoneg_probe(ddf_fun_t *fun, uint32_t *our_advertisement,
errno_t           302 uspace/drv/nic/rtl8139/driver.c static errno_t rtl8139_autoneg_restart(ddf_fun_t *fun);
errno_t           304 uspace/drv/nic/rtl8139/driver.c static errno_t rtl8139_defective_get_mode(ddf_fun_t *fun, uint32_t *mode);
errno_t           305 uspace/drv/nic/rtl8139/driver.c static errno_t rtl8139_defective_set_mode(ddf_fun_t *fun, uint32_t mode);
errno_t           307 uspace/drv/nic/rtl8139/driver.c static errno_t rtl8139_wol_virtue_add(nic_t *nic_data,
errno_t           312 uspace/drv/nic/rtl8139/driver.c static errno_t rtl8139_poll_mode_change(nic_t *nic_data, nic_poll_mode_t mode,
errno_t           339 uspace/drv/nic/rtl8139/driver.c static errno_t rtl8139_dev_add(ddf_dev_t *dev);
errno_t           353 uspace/drv/nic/rtl8139/driver.c static errno_t rtl8139_on_activated(nic_t *nic_data);
errno_t           354 uspace/drv/nic/rtl8139/driver.c static errno_t rtl8139_on_stopped(nic_t *nic_data);
errno_t           850 uspace/drv/nic/rtl8139/driver.c inline static errno_t rtl8139_register_int_handler(nic_t *nic_data,
errno_t           862 uspace/drv/nic/rtl8139/driver.c 	errno_t rc = register_interrupt_handler(nic_get_ddf_dev(nic_data),
errno_t           909 uspace/drv/nic/rtl8139/driver.c static errno_t rtl8139_on_activated(nic_t *nic_data)
errno_t           924 uspace/drv/nic/rtl8139/driver.c 	errno_t rc = hw_res_enable_interrupt(rtl8139->parent_sess, rtl8139->irq);
errno_t           940 uspace/drv/nic/rtl8139/driver.c static errno_t rtl8139_on_stopped(nic_t *nic_data)
errno_t           959 uspace/drv/nic/rtl8139/driver.c static errno_t rtl8139_unicast_set(nic_t *nic_data, nic_unicast_mode_t mode,
errno_t           961 uspace/drv/nic/rtl8139/driver.c static errno_t rtl8139_multicast_set(nic_t *nic_data, nic_multicast_mode_t mode,
errno_t           963 uspace/drv/nic/rtl8139/driver.c static errno_t rtl8139_broadcast_set(nic_t *nic_data, nic_broadcast_mode_t mode);
errno_t          1029 uspace/drv/nic/rtl8139/driver.c static errno_t rtl8139_fill_resource_info(ddf_dev_t *dev, const hw_res_list_parsed_t
errno_t          1069 uspace/drv/nic/rtl8139/driver.c static errno_t rtl8139_get_resource_info(ddf_dev_t *dev)
errno_t          1080 uspace/drv/nic/rtl8139/driver.c 	errno_t rc = nic_get_resources(nic_data, &hw_res_parsed);
errno_t          1085 uspace/drv/nic/rtl8139/driver.c 	errno_t ret = rtl8139_fill_resource_info(dev, &hw_res_parsed);
errno_t          1099 uspace/drv/nic/rtl8139/driver.c static errno_t rtl8139_buffers_create(rtl8139_t *rtl8139)
errno_t          1102 uspace/drv/nic/rtl8139/driver.c 	errno_t rc;
errno_t          1150 uspace/drv/nic/rtl8139/driver.c static errno_t rtl8139_device_initialize(ddf_dev_t *dev)
errno_t          1154 uspace/drv/nic/rtl8139/driver.c 	errno_t ret = EOK;
errno_t          1209 uspace/drv/nic/rtl8139/driver.c static errno_t rtl8139_pio_enable(ddf_dev_t *dev)
errno_t          1259 uspace/drv/nic/rtl8139/driver.c errno_t rtl8139_dev_add(ddf_dev_t *dev)
errno_t          1267 uspace/drv/nic/rtl8139/driver.c 	errno_t rc = rtl8139_device_initialize(dev);
errno_t          1342 uspace/drv/nic/rtl8139/driver.c static errno_t rtl8139_set_addr(ddf_fun_t *fun, const nic_address_t *addr)
errno_t          1353 uspace/drv/nic/rtl8139/driver.c 	errno_t rc = nic_report_address(nic_data, addr);
errno_t          1372 uspace/drv/nic/rtl8139/driver.c static errno_t rtl8139_get_device_info(ddf_fun_t *fun, nic_device_info_t *info)
errno_t          1407 uspace/drv/nic/rtl8139/driver.c static errno_t rtl8139_get_cable_state(ddf_fun_t *fun, nic_cable_state_t *state)
errno_t          1426 uspace/drv/nic/rtl8139/driver.c static errno_t rtl8139_get_operation_mode(ddf_fun_t *fun, int *speed,
errno_t          1503 uspace/drv/nic/rtl8139/driver.c static errno_t rtl8139_pause_get(ddf_fun_t *fun, nic_result_t *we_send,
errno_t          1538 uspace/drv/nic/rtl8139/driver.c static errno_t rtl8139_pause_set(ddf_fun_t *fun, int allow_send, int allow_receive,
errno_t          1568 uspace/drv/nic/rtl8139/driver.c static errno_t rtl8139_set_operation_mode(ddf_fun_t *fun, int speed,
errno_t          1612 uspace/drv/nic/rtl8139/driver.c static errno_t rtl8139_autoneg_enable(ddf_fun_t *fun, uint32_t advertisement)
errno_t          1658 uspace/drv/nic/rtl8139/driver.c static errno_t rtl8139_autoneg_disable(ddf_fun_t *fun)
errno_t          1709 uspace/drv/nic/rtl8139/driver.c static errno_t rtl8139_autoneg_probe(ddf_fun_t *fun, uint32_t *advertisement,
errno_t          1746 uspace/drv/nic/rtl8139/driver.c static errno_t rtl8139_autoneg_restart(ddf_fun_t *fun)
errno_t          1794 uspace/drv/nic/rtl8139/driver.c static errno_t rtl8139_unicast_set(nic_t *nic_data, nic_unicast_mode_t mode,
errno_t          1852 uspace/drv/nic/rtl8139/driver.c static errno_t rtl8139_multicast_set(nic_t *nic_data, nic_multicast_mode_t mode,
errno_t          1895 uspace/drv/nic/rtl8139/driver.c static errno_t rtl8139_broadcast_set(nic_t *nic_data, nic_broadcast_mode_t mode)
errno_t          1923 uspace/drv/nic/rtl8139/driver.c static errno_t rtl8139_defective_get_mode(ddf_fun_t *fun, uint32_t *mode)
errno_t          1948 uspace/drv/nic/rtl8139/driver.c static errno_t rtl8139_defective_set_mode(ddf_fun_t *fun, uint32_t mode)
errno_t          1979 uspace/drv/nic/rtl8139/driver.c static errno_t rtl8139_wol_virtue_add(nic_t *nic_data,
errno_t          2057 uspace/drv/nic/rtl8139/driver.c static errno_t rtl8139_poll_mode_change(nic_t *nic_data, nic_poll_mode_t mode,
errno_t          2061 uspace/drv/nic/rtl8139/driver.c 	errno_t rc = EOK;
errno_t          2142 uspace/drv/nic/rtl8139/driver.c 	errno_t rc = nic_driver_init(NAME);
errno_t            86 uspace/drv/nic/rtl8139/general.c errno_t rtl8139_timer_act_init(rtl8139_timer_act_t *ta, uint32_t timer_freq,
errno_t            64 uspace/drv/nic/rtl8139/general.h extern errno_t rtl8139_timer_act_init(rtl8139_timer_act_t *, uint32_t,
errno_t            55 uspace/drv/nic/rtl8169/driver.c static errno_t rtl8169_set_addr(ddf_fun_t *fun, const nic_address_t *addr);
errno_t            56 uspace/drv/nic/rtl8169/driver.c static errno_t rtl8169_get_device_info(ddf_fun_t *fun, nic_device_info_t *info);
errno_t            57 uspace/drv/nic/rtl8169/driver.c static errno_t rtl8169_get_cable_state(ddf_fun_t *fun, nic_cable_state_t *state);
errno_t            58 uspace/drv/nic/rtl8169/driver.c static errno_t rtl8169_get_operation_mode(ddf_fun_t *fun, int *speed,
errno_t            60 uspace/drv/nic/rtl8169/driver.c static errno_t rtl8169_set_operation_mode(ddf_fun_t *fun, int speed,
errno_t            62 uspace/drv/nic/rtl8169/driver.c static errno_t rtl8169_pause_get(ddf_fun_t *fun, nic_result_t *we_send,
errno_t            64 uspace/drv/nic/rtl8169/driver.c static errno_t rtl8169_pause_set(ddf_fun_t *fun, int allow_send, int allow_receive,
errno_t            66 uspace/drv/nic/rtl8169/driver.c static errno_t rtl8169_autoneg_enable(ddf_fun_t *fun, uint32_t advertisement);
errno_t            67 uspace/drv/nic/rtl8169/driver.c static errno_t rtl8169_autoneg_disable(ddf_fun_t *fun);
errno_t            68 uspace/drv/nic/rtl8169/driver.c static errno_t rtl8169_autoneg_probe(ddf_fun_t *fun, uint32_t *advertisement,
errno_t            70 uspace/drv/nic/rtl8169/driver.c static errno_t rtl8169_autoneg_restart(ddf_fun_t *fun);
errno_t            71 uspace/drv/nic/rtl8169/driver.c static errno_t rtl8169_defective_get_mode(ddf_fun_t *fun, uint32_t *mode);
errno_t            72 uspace/drv/nic/rtl8169/driver.c static errno_t rtl8169_defective_set_mode(ddf_fun_t *fun, uint32_t mode);
errno_t            73 uspace/drv/nic/rtl8169/driver.c static errno_t rtl8169_on_activated(nic_t *nic_data);
errno_t            74 uspace/drv/nic/rtl8169/driver.c static errno_t rtl8169_on_stopped(nic_t *nic_data);
errno_t            77 uspace/drv/nic/rtl8169/driver.c static inline errno_t rtl8169_register_int_handler(nic_t *nic_data,
errno_t            83 uspace/drv/nic/rtl8169/driver.c static errno_t rtl8169_get_resource_info(ddf_dev_t *dev);
errno_t            84 uspace/drv/nic/rtl8169/driver.c static errno_t rtl8169_fill_resource_info(ddf_dev_t *dev, const hw_res_list_parsed_t *hw_resources);
errno_t            87 uspace/drv/nic/rtl8169/driver.c static errno_t rtl8169_unicast_set(nic_t *nic_data, nic_unicast_mode_t mode,
errno_t            89 uspace/drv/nic/rtl8169/driver.c static errno_t rtl8169_multicast_set(nic_t *nic_data, nic_multicast_mode_t mode,
errno_t            91 uspace/drv/nic/rtl8169/driver.c static errno_t rtl8169_broadcast_set(nic_t *nic_data, nic_broadcast_mode_t mode);
errno_t           165 uspace/drv/nic/rtl8169/driver.c static errno_t rtl8169_dev_add(ddf_dev_t *dev);
errno_t           178 uspace/drv/nic/rtl8169/driver.c static errno_t rtl8169_get_resource_info(ddf_dev_t *dev)
errno_t           189 uspace/drv/nic/rtl8169/driver.c 	errno_t rc = nic_get_resources(nic_data, &hw_res_parsed);
errno_t           194 uspace/drv/nic/rtl8169/driver.c 	errno_t ret = rtl8169_fill_resource_info(dev, &hw_res_parsed);
errno_t           200 uspace/drv/nic/rtl8169/driver.c static errno_t rtl8169_fill_resource_info(ddf_dev_t *dev, const hw_res_list_parsed_t
errno_t           233 uspace/drv/nic/rtl8169/driver.c static errno_t rtl8169_allocate_buffers(rtl8169_t *rtl8169)
errno_t           235 uspace/drv/nic/rtl8169/driver.c 	errno_t rc;
errno_t           338 uspace/drv/nic/rtl8169/driver.c static errno_t rtl8169_dev_initialize(ddf_dev_t *dev)
errno_t           340 uspace/drv/nic/rtl8169/driver.c 	errno_t ret;
errno_t           364 uspace/drv/nic/rtl8169/driver.c inline static errno_t rtl8169_register_int_handler(nic_t *nic_data,
errno_t           373 uspace/drv/nic/rtl8169/driver.c 	errno_t rc = register_interrupt_handler(nic_get_ddf_dev(nic_data),
errno_t           379 uspace/drv/nic/rtl8169/driver.c static errno_t rtl8169_dev_add(ddf_dev_t *dev)
errno_t           383 uspace/drv/nic/rtl8169/driver.c 	errno_t rc;
errno_t           485 uspace/drv/nic/rtl8169/driver.c static errno_t rtl8169_set_addr(ddf_fun_t *fun, const nic_address_t *addr)
errno_t           489 uspace/drv/nic/rtl8169/driver.c 	errno_t rc;
errno_t           506 uspace/drv/nic/rtl8169/driver.c static errno_t rtl8169_get_device_info(ddf_fun_t *fun, nic_device_info_t *info)
errno_t           532 uspace/drv/nic/rtl8169/driver.c static errno_t rtl8169_get_cable_state(ddf_fun_t *fun, nic_cable_state_t *state)
errno_t           545 uspace/drv/nic/rtl8169/driver.c static errno_t rtl8169_get_operation_mode(ddf_fun_t *fun, int *speed,
errno_t           567 uspace/drv/nic/rtl8169/driver.c static errno_t rtl8169_set_operation_mode(ddf_fun_t *fun, int speed,
errno_t           598 uspace/drv/nic/rtl8169/driver.c static errno_t rtl8169_pause_get(ddf_fun_t *fun, nic_result_t *we_send,
errno_t           604 uspace/drv/nic/rtl8169/driver.c static errno_t rtl8169_pause_set(ddf_fun_t *fun, int allow_send, int allow_receive,
errno_t           610 uspace/drv/nic/rtl8169/driver.c static errno_t rtl8169_autoneg_enable(ddf_fun_t *fun, uint32_t advertisement)
errno_t           634 uspace/drv/nic/rtl8169/driver.c static errno_t rtl8169_autoneg_disable(ddf_fun_t *fun)
errno_t           645 uspace/drv/nic/rtl8169/driver.c static errno_t rtl8169_autoneg_probe(ddf_fun_t *fun, uint32_t *advertisement,
errno_t           651 uspace/drv/nic/rtl8169/driver.c static errno_t rtl8169_autoneg_restart(ddf_fun_t *fun)
errno_t           661 uspace/drv/nic/rtl8169/driver.c static errno_t rtl8169_defective_get_mode(ddf_fun_t *fun, uint32_t *mode)
errno_t           666 uspace/drv/nic/rtl8169/driver.c static errno_t rtl8169_defective_set_mode(ddf_fun_t *fun, uint32_t mode)
errno_t           695 uspace/drv/nic/rtl8169/driver.c static errno_t rtl8169_on_activated(nic_t *nic_data)
errno_t           697 uspace/drv/nic/rtl8169/driver.c 	errno_t rc;
errno_t           757 uspace/drv/nic/rtl8169/driver.c static errno_t rtl8169_on_stopped(nic_t *nic_data)
errno_t           823 uspace/drv/nic/rtl8169/driver.c static errno_t rtl8169_unicast_set(nic_t *nic_data, nic_unicast_mode_t mode,
errno_t           874 uspace/drv/nic/rtl8169/driver.c static errno_t rtl8169_multicast_set(nic_t *nic_data, nic_multicast_mode_t mode,
errno_t           918 uspace/drv/nic/rtl8169/driver.c static errno_t rtl8169_broadcast_set(nic_t *nic_data, nic_broadcast_mode_t mode)
errno_t          1211 uspace/drv/nic/rtl8169/driver.c 	errno_t rc = nic_driver_init(NAME);
errno_t            61 uspace/drv/nic/virtio-net/virtio-net.c static errno_t virtio_net_dev_add(ddf_dev_t *dev);
errno_t           113 uspace/drv/nic/virtio-net/virtio-net.c static errno_t virtio_net_register_interrupt(ddf_dev_t *dev)
errno_t           122 uspace/drv/nic/virtio-net/virtio-net.c 	errno_t rc = nic_get_resources(nic, &res);
errno_t           169 uspace/drv/nic/virtio-net/virtio-net.c static errno_t virtio_net_initialize(ddf_dev_t *dev)
errno_t           183 uspace/drv/nic/virtio-net/virtio-net.c 	errno_t rc = virtio_pci_dev_initialize(dev, &virtio_net->virtio_dev);
errno_t           362 uspace/drv/nic/virtio-net/virtio-net.c static errno_t virtio_net_on_multicast_mode_change(nic_t *nic,
errno_t           382 uspace/drv/nic/virtio-net/virtio-net.c static errno_t virtio_net_on_broadcast_mode_change(nic_t *nic,
errno_t           395 uspace/drv/nic/virtio-net/virtio-net.c static errno_t virtio_net_dev_add(ddf_dev_t *dev)
errno_t           400 uspace/drv/nic/virtio-net/virtio-net.c 	errno_t rc = virtio_net_initialize(dev);
errno_t           444 uspace/drv/nic/virtio-net/virtio-net.c static errno_t virtio_net_get_device_info(ddf_fun_t *fun,
errno_t           458 uspace/drv/nic/virtio-net/virtio-net.c static errno_t virtio_net_get_cable_state(ddf_fun_t *fun,
errno_t           465 uspace/drv/nic/virtio-net/virtio-net.c static errno_t virtio_net_get_operation_mode(ddf_fun_t *fun, int *speed,
errno_t            53 uspace/drv/platform/amdm37x/amdm37x.c errno_t amdm37x_init(amdm37x_t *device, bool trace)
errno_t            56 uspace/drv/platform/amdm37x/amdm37x.c 	errno_t ret = EOK;
errno_t           370 uspace/drv/platform/amdm37x/amdm37x.c errno_t amdm37x_usb_tll_init(amdm37x_t *device)
errno_t            68 uspace/drv/platform/amdm37x/amdm37x.h errno_t amdm37x_init(amdm37x_t *device, bool trace_io);
errno_t            69 uspace/drv/platform/amdm37x/amdm37x.h errno_t amdm37x_usb_tll_init(amdm37x_t *device);
errno_t           153 uspace/drv/platform/amdm37x/main.c static errno_t amdm37x_enable_interrupt(ddf_fun_t *fun, int);
errno_t           164 uspace/drv/platform/amdm37x/main.c static errno_t amdm37x_add_fun(ddf_dev_t *dev, const amdm37x_fun_t *fun)
errno_t           177 uspace/drv/platform/amdm37x/main.c 	errno_t ret = ddf_fun_add_match_id(fnode, fun->id, fun->score);
errno_t           214 uspace/drv/platform/amdm37x/main.c static errno_t amdm37x_dev_add(ddf_dev_t *dev)
errno_t           220 uspace/drv/platform/amdm37x/main.c 	errno_t ret = amdm37x_init(device, DEBUG_CM);
errno_t           267 uspace/drv/platform/amdm37x/main.c static errno_t amdm37x_enable_interrupt(ddf_fun_t *fun, int irq)
errno_t            64 uspace/drv/platform/arm64virt/arm64virt.c static errno_t arm64virt_dev_add(ddf_dev_t *);
errno_t           149 uspace/drv/platform/arm64virt/arm64virt.c static errno_t arm64virt_enable_interrupt(ddf_fun_t *fun, int irq)
errno_t           176 uspace/drv/platform/arm64virt/arm64virt.c static errno_t arm64virt_add_fun(ddf_dev_t *dev, const char *name,
errno_t           182 uspace/drv/platform/arm64virt/arm64virt.c 	errno_t rc;
errno_t           223 uspace/drv/platform/arm64virt/arm64virt.c static errno_t arm64virt_add_functions(ddf_dev_t *dev)
errno_t           225 uspace/drv/platform/arm64virt/arm64virt.c 	errno_t rc;
errno_t           241 uspace/drv/platform/arm64virt/arm64virt.c static errno_t arm64virt_dev_add(ddf_dev_t *dev)
errno_t           256 uspace/drv/platform/arm64virt/arm64virt.c 	errno_t rc;
errno_t            64 uspace/drv/platform/hikey960/hikey960.c static errno_t hikey960_dev_add(ddf_dev_t *);
errno_t           149 uspace/drv/platform/hikey960/hikey960.c static errno_t hikey960_enable_interrupt(ddf_fun_t *fun, int irq)
errno_t           176 uspace/drv/platform/hikey960/hikey960.c static errno_t hikey960_add_fun(ddf_dev_t *dev, const char *name,
errno_t           182 uspace/drv/platform/hikey960/hikey960.c 	errno_t rc;
errno_t           223 uspace/drv/platform/hikey960/hikey960.c static errno_t hikey960_add_functions(ddf_dev_t *dev)
errno_t           225 uspace/drv/platform/hikey960/hikey960.c 	errno_t rc;
errno_t           241 uspace/drv/platform/hikey960/hikey960.c static errno_t hikey960_dev_add(ddf_dev_t *dev)
errno_t           255 uspace/drv/platform/hikey960/hikey960.c 	errno_t rc;
errno_t            63 uspace/drv/platform/icp/icp.c static errno_t icp_dev_add(ddf_dev_t *dev);
errno_t           179 uspace/drv/platform/icp/icp.c static errno_t icp_fun_enable_interrupt(ddf_fun_t *fnode, int irq)
errno_t           189 uspace/drv/platform/icp/icp.c static errno_t icp_fun_disable_interrupt(ddf_fun_t *fnode, int irq)
errno_t           199 uspace/drv/platform/icp/icp.c static errno_t icp_fun_clear_interrupt(ddf_fun_t *fnode, int irq)
errno_t           232 uspace/drv/platform/icp/icp.c static errno_t icp_add_fun(ddf_dev_t *dev, const char *name, const char *str_match_id,
errno_t           238 uspace/drv/platform/icp/icp.c 	errno_t rc;
errno_t           276 uspace/drv/platform/icp/icp.c static errno_t icp_add_functions(ddf_dev_t *dev)
errno_t           278 uspace/drv/platform/icp/icp.c 	errno_t rc;
errno_t           297 uspace/drv/platform/icp/icp.c static errno_t icp_dev_add(ddf_dev_t *dev)
errno_t           312 uspace/drv/platform/icp/icp.c 	errno_t rc;
errno_t           133 uspace/drv/platform/mac/mac.c 	errno_t rc;
errno_t           177 uspace/drv/platform/mac/mac.c static errno_t mac_dev_add(ddf_dev_t *dev)
errno_t           179 uspace/drv/platform/mac/mac.c 	errno_t rc;
errno_t           228 uspace/drv/platform/mac/mac.c static errno_t mac_enable_interrupt(ddf_fun_t *fun, int irq)
errno_t            78 uspace/drv/platform/malta/malta.c static errno_t malta_dev_add(ddf_dev_t *dev);
errno_t           144 uspace/drv/platform/malta/malta.c static errno_t malta_enable_interrupt(ddf_fun_t *fun, int irq)
errno_t           178 uspace/drv/platform/malta/malta.c 	errno_t rc;
errno_t           224 uspace/drv/platform/malta/malta.c static errno_t malta_dev_add(ddf_dev_t *dev)
errno_t           228 uspace/drv/platform/malta/malta.c 	errno_t ret;
errno_t            63 uspace/drv/platform/msim/msim.c static errno_t msim_dev_add(ddf_dev_t *dev);
errno_t           153 uspace/drv/platform/msim/msim.c static errno_t msim_enable_interrupt(ddf_fun_t *fun, int irq)
errno_t           187 uspace/drv/platform/msim/msim.c 	errno_t rc;
errno_t           239 uspace/drv/platform/msim/msim.c static errno_t msim_dev_add(ddf_dev_t *dev)
errno_t            61 uspace/drv/platform/pc/pc.c static errno_t pc_dev_add(ddf_dev_t *dev);
errno_t           127 uspace/drv/platform/pc/pc.c static errno_t pc_enable_interrupt(ddf_fun_t *fun, int irq)
errno_t           154 uspace/drv/platform/pc/pc.c static errno_t pc_add_sysbus(ddf_dev_t *dev)
errno_t           157 uspace/drv/platform/pc/pc.c 	errno_t rc;
errno_t           200 uspace/drv/platform/pc/pc.c static errno_t pc_add_functions(ddf_dev_t *dev)
errno_t           202 uspace/drv/platform/pc/pc.c 	errno_t rc;
errno_t           217 uspace/drv/platform/pc/pc.c static errno_t pc_dev_add(ddf_dev_t *dev)
errno_t           219 uspace/drv/platform/pc/pc.c 	errno_t rc;
errno_t            47 uspace/drv/platform/ski/ski.c static errno_t ski_dev_add(ddf_dev_t *dev);
errno_t            58 uspace/drv/platform/ski/ski.c static errno_t ski_add_fun(ddf_dev_t *dev, const char *name, const char *str_match_id)
errno_t            63 uspace/drv/platform/ski/ski.c 	errno_t rc;
errno_t            95 uspace/drv/platform/ski/ski.c static errno_t ski_add_functions(ddf_dev_t *dev)
errno_t            97 uspace/drv/platform/ski/ski.c 	errno_t rc;
errno_t           107 uspace/drv/platform/ski/ski.c static errno_t ski_dev_add(ddf_dev_t *dev)
errno_t           122 uspace/drv/platform/ski/ski.c 	errno_t rc;
errno_t            77 uspace/drv/platform/sun4u/sun4u.c static errno_t sun4u_dev_add(ddf_dev_t *dev);
errno_t           159 uspace/drv/platform/sun4u/sun4u.c static errno_t sun4u_enable_interrupt(ddf_fun_t *fun, int irq)
errno_t           193 uspace/drv/platform/sun4u/sun4u.c 	errno_t rc;
errno_t           242 uspace/drv/platform/sun4u/sun4u.c static errno_t sun4u_dev_add(ddf_dev_t *dev)
errno_t            56 uspace/drv/platform/sun4v/sun4v.c static errno_t sun4v_dev_add(ddf_dev_t *dev);
errno_t           115 uspace/drv/platform/sun4v/sun4v.c static errno_t sun4v_enable_interrupt(ddf_fun_t *fun, int irq)
errno_t           139 uspace/drv/platform/sun4v/sun4v.c static errno_t sun4v_add_fun(ddf_dev_t *dev, const char *name,
errno_t           145 uspace/drv/platform/sun4v/sun4v.c 	errno_t rc;
errno_t           189 uspace/drv/platform/sun4v/sun4v.c static errno_t sun4v_add_functions(ddf_dev_t *dev)
errno_t           191 uspace/drv/platform/sun4v/sun4v.c 	errno_t rc;
errno_t           201 uspace/drv/platform/sun4v/sun4v.c static errno_t sun4v_dev_add(ddf_dev_t *dev)
errno_t           214 uspace/drv/platform/sun4v/sun4v.c static errno_t sun4v_init(void)
errno_t           216 uspace/drv/platform/sun4v/sun4v.c 	errno_t rc;
errno_t           248 uspace/drv/platform/sun4v/sun4v.c 	errno_t rc;
errno_t            65 uspace/drv/root/root/root.c static errno_t root_dev_add(ddf_dev_t *dev);
errno_t            66 uspace/drv/root/root/root.c static errno_t root_fun_online(ddf_fun_t *fun);
errno_t            67 uspace/drv/root/root/root.c static errno_t root_fun_offline(ddf_fun_t *fun);
errno_t            87 uspace/drv/root/root/root.c static errno_t add_virtual_root_fun(ddf_dev_t *dev)
errno_t            91 uspace/drv/root/root/root.c 	errno_t rc;
errno_t           128 uspace/drv/root/root/root.c static errno_t add_platform_fun(ddf_dev_t *dev)
errno_t           136 uspace/drv/root/root/root.c 	errno_t rc;
errno_t           203 uspace/drv/root/root/root.c static errno_t root_dev_add(ddf_dev_t *dev)
errno_t           213 uspace/drv/root/root/root.c 	errno_t res = add_virtual_root_fun(dev);
errno_t           225 uspace/drv/root/root/root.c static errno_t root_fun_online(ddf_fun_t *fun)
errno_t           231 uspace/drv/root/root/root.c static errno_t root_fun_offline(ddf_fun_t *fun)
errno_t            64 uspace/drv/root/virt/virt.c static errno_t virt_dev_add(ddf_dev_t *dev);
errno_t            65 uspace/drv/root/virt/virt.c static errno_t virt_dev_remove(ddf_dev_t *dev);
errno_t            66 uspace/drv/root/virt/virt.c static errno_t virt_fun_online(ddf_fun_t *fun);
errno_t            67 uspace/drv/root/virt/virt.c static errno_t virt_fun_offline(ddf_fun_t *fun);
errno_t           101 uspace/drv/root/virt/virt.c static errno_t virt_add_fun(virt_t *virt, virtual_function_t *vfun)
errno_t           106 uspace/drv/root/virt/virt.c 	errno_t rc;
errno_t           149 uspace/drv/root/virt/virt.c static errno_t virt_fun_remove(virt_fun_t *rvfun)
errno_t           151 uspace/drv/root/virt/virt.c 	errno_t rc;
errno_t           172 uspace/drv/root/virt/virt.c static errno_t virt_dev_add(ddf_dev_t *dev)
errno_t           205 uspace/drv/root/virt/virt.c static errno_t virt_dev_remove(ddf_dev_t *dev)
errno_t           208 uspace/drv/root/virt/virt.c 	errno_t rc;
errno_t           224 uspace/drv/root/virt/virt.c static errno_t virt_fun_online(ddf_fun_t *fun)
errno_t           230 uspace/drv/root/virt/virt.c static errno_t virt_fun_offline(ddf_fun_t *fun)
errno_t            43 uspace/drv/test/test1/test1.c static errno_t test1_dev_add(ddf_dev_t *dev);
errno_t            44 uspace/drv/test/test1/test1.c static errno_t test1_dev_remove(ddf_dev_t *dev);
errno_t            45 uspace/drv/test/test1/test1.c static errno_t test1_dev_gone(ddf_dev_t *dev);
errno_t            46 uspace/drv/test/test1/test1.c static errno_t test1_fun_online(ddf_fun_t *fun);
errno_t            47 uspace/drv/test/test1/test1.c static errno_t test1_fun_offline(ddf_fun_t *fun);
errno_t            76 uspace/drv/test/test1/test1.c static errno_t register_fun_verbose(ddf_dev_t *parent, const char *message,
errno_t            78 uspace/drv/test/test1/test1.c     errno_t expected_rc, ddf_fun_t **pfun)
errno_t            81 uspace/drv/test/test1/test1.c 	errno_t rc;
errno_t           144 uspace/drv/test/test1/test1.c static errno_t test1_dev_add(ddf_dev_t *dev)
errno_t           149 uspace/drv/test/test1/test1.c 	errno_t rc;
errno_t           206 uspace/drv/test/test1/test1.c static errno_t fun_remove(ddf_fun_t *fun, const char *name)
errno_t           208 uspace/drv/test/test1/test1.c 	errno_t rc;
errno_t           227 uspace/drv/test/test1/test1.c static errno_t fun_unbind(ddf_fun_t *fun, const char *name)
errno_t           229 uspace/drv/test/test1/test1.c 	errno_t rc;
errno_t           242 uspace/drv/test/test1/test1.c static errno_t test1_dev_remove(ddf_dev_t *dev)
errno_t           245 uspace/drv/test/test1/test1.c 	errno_t rc;
errno_t           270 uspace/drv/test/test1/test1.c static errno_t test1_dev_gone(ddf_dev_t *dev)
errno_t           273 uspace/drv/test/test1/test1.c 	errno_t rc;
errno_t           298 uspace/drv/test/test1/test1.c static errno_t test1_fun_online(ddf_fun_t *fun)
errno_t           304 uspace/drv/test/test1/test1.c static errno_t test1_fun_offline(ddf_fun_t *fun)
errno_t            43 uspace/drv/test/test2/test2.c static errno_t test2_dev_add(ddf_dev_t *dev);
errno_t            44 uspace/drv/test/test2/test2.c static errno_t test2_dev_remove(ddf_dev_t *dev);
errno_t            45 uspace/drv/test/test2/test2.c static errno_t test2_dev_gone(ddf_dev_t *dev);
errno_t            46 uspace/drv/test/test2/test2.c static errno_t test2_fun_online(ddf_fun_t *fun);
errno_t            47 uspace/drv/test/test2/test2.c static errno_t test2_fun_offline(ddf_fun_t *fun);
errno_t            80 uspace/drv/test/test2/test2.c static errno_t register_fun_verbose(ddf_dev_t *parent, const char *message,
errno_t            84 uspace/drv/test/test2/test2.c 	errno_t rc;
errno_t           121 uspace/drv/test/test2/test2.c static errno_t plug_unplug(void *arg)
errno_t           125 uspace/drv/test/test2/test2.c 	errno_t rc;
errno_t           169 uspace/drv/test/test2/test2.c static errno_t fun_remove(ddf_fun_t *fun, const char *name)
errno_t           171 uspace/drv/test/test2/test2.c 	errno_t rc;
errno_t           190 uspace/drv/test/test2/test2.c static errno_t fun_unbind(ddf_fun_t *fun, const char *name)
errno_t           192 uspace/drv/test/test2/test2.c 	errno_t rc;
errno_t           205 uspace/drv/test/test2/test2.c static errno_t test2_dev_add(ddf_dev_t *dev)
errno_t           236 uspace/drv/test/test2/test2.c static errno_t test2_dev_remove(ddf_dev_t *dev)
errno_t           239 uspace/drv/test/test2/test2.c 	errno_t rc;
errno_t           270 uspace/drv/test/test2/test2.c static errno_t test2_dev_gone(ddf_dev_t *dev)
errno_t           273 uspace/drv/test/test2/test2.c 	errno_t rc;
errno_t           304 uspace/drv/test/test2/test2.c static errno_t test2_fun_online(ddf_fun_t *fun)
errno_t           310 uspace/drv/test/test2/test2.c static errno_t test2_fun_offline(ddf_fun_t *fun)
errno_t            43 uspace/drv/test/test3/test3.c static errno_t test3_dev_add(ddf_dev_t *dev);
errno_t            44 uspace/drv/test/test3/test3.c static errno_t test3_dev_remove(ddf_dev_t *dev);
errno_t            45 uspace/drv/test/test3/test3.c static errno_t test3_fun_online(ddf_fun_t *fun);
errno_t            46 uspace/drv/test/test3/test3.c static errno_t test3_fun_offline(ddf_fun_t *fun);
errno_t            65 uspace/drv/test/test3/test3.c static errno_t register_fun_and_add_to_category(ddf_dev_t *parent,
errno_t            70 uspace/drv/test/test3/test3.c 	errno_t rc;
errno_t           118 uspace/drv/test/test3/test3.c static errno_t fun_remove(ddf_fun_t *fun, const char *name)
errno_t           120 uspace/drv/test/test3/test3.c 	errno_t rc;
errno_t           139 uspace/drv/test/test3/test3.c static errno_t test3_dev_add(ddf_dev_t *dev)
errno_t           141 uspace/drv/test/test3/test3.c 	errno_t rc = EOK;
errno_t           165 uspace/drv/test/test3/test3.c static errno_t test3_dev_remove(ddf_dev_t *dev)
errno_t           169 uspace/drv/test/test3/test3.c 	errno_t rc;
errno_t           188 uspace/drv/test/test3/test3.c static errno_t test3_fun_online(ddf_fun_t *fun)
errno_t           194 uspace/drv/test/test3/test3.c static errno_t test3_fun_offline(ddf_fun_t *fun)
errno_t            81 uspace/drv/time/cmos-rtc/cmos-rtc.c static errno_t
errno_t            83 uspace/drv/time/cmos-rtc/cmos-rtc.c static errno_t  rtc_time_get(ddf_fun_t *fun, struct tm *t);
errno_t            84 uspace/drv/time/cmos-rtc/cmos-rtc.c static errno_t  rtc_time_set(ddf_fun_t *fun, struct tm *t);
errno_t            85 uspace/drv/time/cmos-rtc/cmos-rtc.c static errno_t  rtc_dev_add(ddf_dev_t *dev);
errno_t            86 uspace/drv/time/cmos-rtc/cmos-rtc.c static errno_t  rtc_dev_initialize(rtc_t *rtc);
errno_t            89 uspace/drv/time/cmos-rtc/cmos-rtc.c static errno_t  rtc_open(ddf_fun_t *fun);
errno_t            95 uspace/drv/time/cmos-rtc/cmos-rtc.c static errno_t rtc_dev_remove(ddf_dev_t *dev);
errno_t            98 uspace/drv/time/cmos-rtc/cmos-rtc.c static errno_t  rtc_fun_online(ddf_fun_t *fun);
errno_t            99 uspace/drv/time/cmos-rtc/cmos-rtc.c static errno_t  rtc_fun_offline(ddf_fun_t *fun);
errno_t           193 uspace/drv/time/cmos-rtc/cmos-rtc.c static errno_t
errno_t           196 uspace/drv/time/cmos-rtc/cmos-rtc.c 	errno_t rc;
errno_t           317 uspace/drv/time/cmos-rtc/cmos-rtc.c static errno_t
errno_t           415 uspace/drv/time/cmos-rtc/cmos-rtc.c 	errno_t result;
errno_t           441 uspace/drv/time/cmos-rtc/cmos-rtc.c static errno_t
errno_t           550 uspace/drv/time/cmos-rtc/cmos-rtc.c static errno_t
errno_t           583 uspace/drv/time/cmos-rtc/cmos-rtc.c static errno_t
errno_t           588 uspace/drv/time/cmos-rtc/cmos-rtc.c 	errno_t rc;
errno_t           657 uspace/drv/time/cmos-rtc/cmos-rtc.c static errno_t
errno_t           661 uspace/drv/time/cmos-rtc/cmos-rtc.c 	errno_t rc;
errno_t           696 uspace/drv/time/cmos-rtc/cmos-rtc.c static errno_t
errno_t           699 uspace/drv/time/cmos-rtc/cmos-rtc.c 	errno_t rc;
errno_t           756 uspace/drv/time/cmos-rtc/cmos-rtc.c static errno_t
errno_t           759 uspace/drv/time/cmos-rtc/cmos-rtc.c 	errno_t rc;
errno_t           772 uspace/drv/time/cmos-rtc/cmos-rtc.c static errno_t
errno_t            57 uspace/lib/bithenge/include/bithenge/blob.h 	errno_t (*size)(bithenge_blob_t *self, aoff64_t *size);
errno_t            59 uspace/lib/bithenge/include/bithenge/blob.h 	errno_t (*read)(bithenge_blob_t *self, aoff64_t offset, char *buffer,
errno_t            62 uspace/lib/bithenge/include/bithenge/blob.h 	errno_t (*read_bits)(bithenge_blob_t *self, aoff64_t offset, char *buffer,
errno_t           101 uspace/lib/bithenge/include/bithenge/blob.h 	errno_t (*size)(bithenge_sequential_blob_t *self, aoff64_t *size);
errno_t           115 uspace/lib/bithenge/include/bithenge/blob.h 	errno_t (*read)(bithenge_sequential_blob_t *self, char *buffer,
errno_t           131 uspace/lib/bithenge/include/bithenge/blob.h static inline errno_t bithenge_blob_size(bithenge_blob_t *self, aoff64_t *size)
errno_t           153 uspace/lib/bithenge/include/bithenge/blob.h static inline errno_t bithenge_blob_read(bithenge_blob_t *self, aoff64_t offset,
errno_t           181 uspace/lib/bithenge/include/bithenge/blob.h static inline errno_t bithenge_blob_read_bits(bithenge_blob_t *self,
errno_t           199 uspace/lib/bithenge/include/bithenge/blob.h static inline errno_t bithenge_blob_empty(bithenge_blob_t *self, bool *out)
errno_t           204 uspace/lib/bithenge/include/bithenge/blob.h 	errno_t rc = bithenge_blob_size(self, &size);
errno_t           248 uspace/lib/bithenge/include/bithenge/blob.h errno_t bithenge_init_random_access_blob(bithenge_blob_t *,
errno_t           251 uspace/lib/bithenge/include/bithenge/blob.h errno_t bithenge_init_sequential_blob(bithenge_sequential_blob_t *,
errno_t           254 uspace/lib/bithenge/include/bithenge/blob.h errno_t bithenge_new_blob_from_data(bithenge_node_t **, const void *, size_t);
errno_t           256 uspace/lib/bithenge/include/bithenge/blob.h errno_t bithenge_new_blob_from_buffer(bithenge_node_t **, const void *, size_t,
errno_t           258 uspace/lib/bithenge/include/bithenge/blob.h errno_t bithenge_new_offset_blob(bithenge_node_t **, bithenge_blob_t *, aoff64_t);
errno_t           259 uspace/lib/bithenge/include/bithenge/blob.h errno_t bithenge_new_subblob(bithenge_node_t **, bithenge_blob_t *, aoff64_t,
errno_t           262 uspace/lib/bithenge/include/bithenge/blob.h errno_t bithenge_blob_equal(bool *, bithenge_blob_t *, bithenge_blob_t *);
errno_t            43 uspace/lib/bithenge/include/bithenge/compound.h errno_t bithenge_new_composed_transform(bithenge_transform_t **,
errno_t            45 uspace/lib/bithenge/include/bithenge/compound.h errno_t bithenge_if_transform(bithenge_transform_t **, bithenge_expression_t *,
errno_t            47 uspace/lib/bithenge/include/bithenge/compound.h errno_t bithenge_partial_transform(bithenge_transform_t **,
errno_t            54 uspace/lib/bithenge/include/bithenge/expression.h 	errno_t (*evaluate)(bithenge_expression_t *self, bithenge_scope_t *scope,
errno_t            91 uspace/lib/bithenge/include/bithenge/expression.h static inline errno_t bithenge_expression_evaluate(bithenge_expression_t *self,
errno_t           123 uspace/lib/bithenge/include/bithenge/expression.h errno_t bithenge_init_expression(bithenge_expression_t *,
errno_t           125 uspace/lib/bithenge/include/bithenge/expression.h errno_t bithenge_binary_expression(bithenge_expression_t **, bithenge_binary_op_t,
errno_t           127 uspace/lib/bithenge/include/bithenge/expression.h errno_t bithenge_in_node_expression(bithenge_expression_t **);
errno_t           128 uspace/lib/bithenge/include/bithenge/expression.h errno_t bithenge_current_node_expression(bithenge_expression_t **);
errno_t           129 uspace/lib/bithenge/include/bithenge/expression.h errno_t bithenge_param_expression(bithenge_expression_t **, int);
errno_t           130 uspace/lib/bithenge/include/bithenge/expression.h errno_t bithenge_const_expression(bithenge_expression_t **, bithenge_node_t *);
errno_t           131 uspace/lib/bithenge/include/bithenge/expression.h errno_t bithenge_scope_member_expression(bithenge_expression_t **,
errno_t           133 uspace/lib/bithenge/include/bithenge/expression.h errno_t bithenge_subblob_expression(bithenge_expression_t **,
errno_t           136 uspace/lib/bithenge/include/bithenge/expression.h errno_t bithenge_param_wrapper(bithenge_transform_t **, bithenge_transform_t *,
errno_t           138 uspace/lib/bithenge/include/bithenge/expression.h errno_t bithenge_expression_transform(bithenge_transform_t **,
errno_t           140 uspace/lib/bithenge/include/bithenge/expression.h errno_t bithenge_inputless_transform(bithenge_transform_t **,
errno_t           143 uspace/lib/bithenge/include/bithenge/expression.h errno_t bithenge_concat_blob(bithenge_node_t **, bithenge_blob_t *,
errno_t           145 uspace/lib/bithenge/include/bithenge/expression.h errno_t bithenge_concat_blob_lazy(bithenge_node_t **, bithenge_blob_t *,
errno_t            43 uspace/lib/bithenge/include/bithenge/file.h errno_t bithenge_new_file_blob(bithenge_node_t **, const char *);
errno_t            44 uspace/lib/bithenge/include/bithenge/file.h errno_t bithenge_new_file_blob_from_fd(bithenge_node_t **, int);
errno_t            45 uspace/lib/bithenge/include/bithenge/file.h errno_t bithenge_new_file_blob_from_file(bithenge_node_t **, FILE *);
errno_t            54 uspace/lib/bithenge/include/bithenge/print.h errno_t bithenge_print_node(bithenge_print_type_t, bithenge_node_t *);
errno_t            55 uspace/lib/bithenge/include/bithenge/print.h errno_t bithenge_print_node_to_string(char **, size_t *, bithenge_print_type_t,
errno_t            42 uspace/lib/bithenge/include/bithenge/script.h errno_t bithenge_parse_script(const char *, bithenge_transform_t **);
errno_t            42 uspace/lib/bithenge/include/bithenge/sequence.h errno_t bithenge_new_struct(bithenge_transform_t **,
errno_t            44 uspace/lib/bithenge/include/bithenge/sequence.h errno_t bithenge_repeat_transform(bithenge_transform_t **, bithenge_transform_t *,
errno_t            46 uspace/lib/bithenge/include/bithenge/sequence.h errno_t bithenge_do_while_transform(bithenge_transform_t **,
errno_t            42 uspace/lib/bithenge/include/bithenge/source.h errno_t bithenge_node_from_source(bithenge_node_t **, const char *);
errno_t            80 uspace/lib/bithenge/include/bithenge/transform.h 	errno_t (*apply)(bithenge_transform_t *self, bithenge_scope_t *scope,
errno_t            83 uspace/lib/bithenge/include/bithenge/transform.h 	errno_t (*prefix_length)(bithenge_transform_t *self,
errno_t            86 uspace/lib/bithenge/include/bithenge/transform.h 	errno_t (*prefix_apply)(bithenge_transform_t *self,
errno_t           166 uspace/lib/bithenge/include/bithenge/transform.h errno_t bithenge_init_transform(bithenge_transform_t *,
errno_t           169 uspace/lib/bithenge/include/bithenge/transform.h errno_t bithenge_transform_apply(bithenge_transform_t *, bithenge_scope_t *,
errno_t           172 uspace/lib/bithenge/include/bithenge/transform.h errno_t bithenge_transform_prefix_length(bithenge_transform_t *,
errno_t           175 uspace/lib/bithenge/include/bithenge/transform.h errno_t bithenge_transform_prefix_apply(bithenge_transform_t *, bithenge_scope_t *,
errno_t           177 uspace/lib/bithenge/include/bithenge/transform.h errno_t bithenge_new_barrier_transform(bithenge_transform_t **, int);
errno_t           178 uspace/lib/bithenge/include/bithenge/transform.h errno_t bithenge_barrier_transform_set_subtransform(bithenge_transform_t *,
errno_t           182 uspace/lib/bithenge/include/bithenge/transform.h errno_t bithenge_scope_new(bithenge_scope_t **, bithenge_scope_t *);
errno_t           190 uspace/lib/bithenge/include/bithenge/transform.h errno_t bithenge_scope_error(bithenge_scope_t *, const char *, ...);
errno_t           204 uspace/lib/bithenge/include/bithenge/transform.h errno_t bithenge_scope_alloc_params(bithenge_scope_t *, int);
errno_t           206 uspace/lib/bithenge/include/bithenge/transform.h errno_t bithenge_scope_set_param(bithenge_scope_t *, int, bithenge_node_t *);
errno_t           208 uspace/lib/bithenge/include/bithenge/transform.h errno_t bithenge_scope_get_param(bithenge_scope_t *, int, bithenge_node_t **);
errno_t            85 uspace/lib/bithenge/include/bithenge/tree.h typedef errno_t (*bithenge_for_each_func_t)(bithenge_node_t *key, bithenge_node_t *value, void *data);
errno_t            90 uspace/lib/bithenge/include/bithenge/tree.h 	errno_t (*for_each)(bithenge_node_t *self, bithenge_for_each_func_t func, void *data);
errno_t            92 uspace/lib/bithenge/include/bithenge/tree.h 	errno_t (*get)(bithenge_node_t *self, bithenge_node_t *key,
errno_t           130 uspace/lib/bithenge/include/bithenge/tree.h static inline errno_t bithenge_node_for_each(bithenge_node_t *self,
errno_t           138 uspace/lib/bithenge/include/bithenge/tree.h errno_t bithenge_node_get(bithenge_node_t *, bithenge_node_t *,
errno_t           175 uspace/lib/bithenge/include/bithenge/tree.h errno_t bithenge_init_internal_node(bithenge_node_t *,
errno_t           178 uspace/lib/bithenge/include/bithenge/tree.h errno_t bithenge_new_empty_internal_node(bithenge_node_t **);
errno_t           180 uspace/lib/bithenge/include/bithenge/tree.h errno_t bithenge_new_simple_internal_node(bithenge_node_t **, bithenge_node_t **,
errno_t           183 uspace/lib/bithenge/include/bithenge/tree.h errno_t bithenge_new_boolean_node(bithenge_node_t **, bool);
errno_t           185 uspace/lib/bithenge/include/bithenge/tree.h errno_t bithenge_new_integer_node(bithenge_node_t **, bithenge_int_t);
errno_t           187 uspace/lib/bithenge/include/bithenge/tree.h errno_t bithenge_new_string_node(bithenge_node_t **, const char *, bool);
errno_t           189 uspace/lib/bithenge/include/bithenge/tree.h errno_t bithenge_node_equal(bool *, bithenge_node_t *, bithenge_node_t *);
errno_t            51 uspace/lib/bithenge/src/blob.c errno_t bithenge_init_random_access_blob(bithenge_blob_t *blob,
errno_t            69 uspace/lib/bithenge/src/blob.c static errno_t sequential_buffer(bithenge_sequential_blob_t *blob, aoff64_t end)
errno_t            83 uspace/lib/bithenge/src/blob.c 	errno_t rc = blob->ops->read(blob, blob->buffer + blob->data_size, &size);
errno_t           102 uspace/lib/bithenge/src/blob.c static errno_t sequential_size(bithenge_blob_t *base, aoff64_t *size)
errno_t           105 uspace/lib/bithenge/src/blob.c 	errno_t rc;
errno_t           123 uspace/lib/bithenge/src/blob.c static errno_t sequential_read(bithenge_blob_t *base, aoff64_t offset,
errno_t           129 uspace/lib/bithenge/src/blob.c 		errno_t rc = sequential_buffer(blob, end);
errno_t           160 uspace/lib/bithenge/src/blob.c errno_t bithenge_init_sequential_blob(bithenge_sequential_blob_t *blob,
errno_t           169 uspace/lib/bithenge/src/blob.c 	errno_t rc = bithenge_init_random_access_blob(sequential_as_blob(blob),
errno_t           197 uspace/lib/bithenge/src/blob.c static errno_t memory_size(bithenge_blob_t *base, aoff64_t *size)
errno_t           206 uspace/lib/bithenge/src/blob.c static errno_t memory_read(bithenge_blob_t *base, aoff64_t offset, char *buffer,
errno_t           243 uspace/lib/bithenge/src/blob.c errno_t bithenge_new_blob_from_buffer(bithenge_node_t **out, const void *buffer,
errno_t           246 uspace/lib/bithenge/src/blob.c 	errno_t rc;
errno_t           282 uspace/lib/bithenge/src/blob.c errno_t bithenge_new_blob_from_data(bithenge_node_t **out, const void *data,
errno_t           311 uspace/lib/bithenge/src/blob.c static errno_t subblob_size(bithenge_blob_t *base, aoff64_t *size)
errno_t           318 uspace/lib/bithenge/src/blob.c 		errno_t rc = bithenge_blob_size(blob->source, size);
errno_t           324 uspace/lib/bithenge/src/blob.c static errno_t subblob_read(bithenge_blob_t *base, aoff64_t offset,
errno_t           337 uspace/lib/bithenge/src/blob.c static errno_t subblob_read_bits(bithenge_blob_t *base, aoff64_t offset,
errno_t           370 uspace/lib/bithenge/src/blob.c static errno_t new_subblob(bithenge_node_t **out, bithenge_blob_t *source,
errno_t           375 uspace/lib/bithenge/src/blob.c 	errno_t rc;
errno_t           439 uspace/lib/bithenge/src/blob.c errno_t bithenge_new_offset_blob(bithenge_node_t **out, bithenge_blob_t *source,
errno_t           453 uspace/lib/bithenge/src/blob.c errno_t bithenge_new_subblob(bithenge_node_t **out, bithenge_blob_t *source,
errno_t           465 uspace/lib/bithenge/src/blob.c errno_t bithenge_blob_equal(bool *out, bithenge_blob_t *a, bithenge_blob_t *b)
errno_t           471 uspace/lib/bithenge/src/blob.c 	errno_t rc;
errno_t            42 uspace/lib/bithenge/src/common.h static inline errno_t bithenge_should_fail(void)
errno_t            64 uspace/lib/bithenge/src/compound.c static errno_t compose_apply(bithenge_transform_t *base, bithenge_scope_t *scope,
errno_t            67 uspace/lib/bithenge/src/compound.c 	errno_t rc;
errno_t            87 uspace/lib/bithenge/src/compound.c static errno_t compose_prefix_length(bithenge_transform_t *base,
errno_t           119 uspace/lib/bithenge/src/compound.c errno_t bithenge_new_composed_transform(bithenge_transform_t **out,
errno_t           130 uspace/lib/bithenge/src/compound.c 	errno_t rc;
errno_t           172 uspace/lib/bithenge/src/compound.c static errno_t if_transform_choose(if_transform_t *self, bithenge_scope_t *scope,
errno_t           176 uspace/lib/bithenge/src/compound.c 	errno_t rc = bithenge_expression_evaluate(self->expr, scope, &cond_node);
errno_t           188 uspace/lib/bithenge/src/compound.c static errno_t if_transform_apply(bithenge_transform_t *base,
errno_t           193 uspace/lib/bithenge/src/compound.c 	errno_t rc = if_transform_choose(self, scope, &cond);
errno_t           200 uspace/lib/bithenge/src/compound.c static errno_t if_transform_prefix_length(bithenge_transform_t *base,
errno_t           205 uspace/lib/bithenge/src/compound.c 	errno_t rc = if_transform_choose(self, scope, &cond);
errno_t           236 uspace/lib/bithenge/src/compound.c errno_t bithenge_if_transform(bithenge_transform_t **out,
errno_t           240 uspace/lib/bithenge/src/compound.c 	errno_t rc;
errno_t           287 uspace/lib/bithenge/src/compound.c static errno_t partial_transform_apply(bithenge_transform_t *base,
errno_t           315 uspace/lib/bithenge/src/compound.c errno_t bithenge_partial_transform(bithenge_transform_t **out,
errno_t           318 uspace/lib/bithenge/src/compound.c 	errno_t rc;
errno_t            51 uspace/lib/bithenge/src/expression.c errno_t bithenge_init_expression(bithenge_expression_t *self,
errno_t            91 uspace/lib/bithenge/src/expression.c static errno_t binary_expression_evaluate(bithenge_expression_t *base,
errno_t            94 uspace/lib/bithenge/src/expression.c 	errno_t rc;
errno_t           256 uspace/lib/bithenge/src/expression.c errno_t bithenge_binary_expression(bithenge_expression_t **out,
errno_t           260 uspace/lib/bithenge/src/expression.c 	errno_t rc;
errno_t           289 uspace/lib/bithenge/src/expression.c static errno_t in_node_evaluate(bithenge_expression_t *self,
errno_t           313 uspace/lib/bithenge/src/expression.c errno_t bithenge_in_node_expression(bithenge_expression_t **out)
errno_t           326 uspace/lib/bithenge/src/expression.c static errno_t current_node_evaluate(bithenge_expression_t *self,
errno_t           348 uspace/lib/bithenge/src/expression.c errno_t bithenge_current_node_expression(bithenge_expression_t **out)
errno_t           376 uspace/lib/bithenge/src/expression.c static errno_t param_expression_evaluate(bithenge_expression_t *base,
errno_t           399 uspace/lib/bithenge/src/expression.c errno_t bithenge_param_expression(bithenge_expression_t **out, int index)
errno_t           401 uspace/lib/bithenge/src/expression.c 	errno_t rc;
errno_t           439 uspace/lib/bithenge/src/expression.c static errno_t const_expression_evaluate(bithenge_expression_t *base,
errno_t           465 uspace/lib/bithenge/src/expression.c errno_t bithenge_const_expression(bithenge_expression_t **out,
errno_t           468 uspace/lib/bithenge/src/expression.c 	errno_t rc;
errno_t           511 uspace/lib/bithenge/src/expression.c static errno_t scope_member_expression_evaluate(bithenge_expression_t *base,
errno_t           521 uspace/lib/bithenge/src/expression.c 		errno_t rc = bithenge_node_get(cur, self->key, out);
errno_t           548 uspace/lib/bithenge/src/expression.c errno_t bithenge_scope_member_expression(bithenge_expression_t **out,
errno_t           551 uspace/lib/bithenge/src/expression.c 	errno_t rc;
errno_t           593 uspace/lib/bithenge/src/expression.c static errno_t subblob_expression_evaluate(bithenge_expression_t *base,
errno_t           598 uspace/lib/bithenge/src/expression.c 	errno_t rc = bithenge_expression_evaluate(self->start, scope, &start_node);
errno_t           670 uspace/lib/bithenge/src/expression.c errno_t bithenge_subblob_expression(bithenge_expression_t **out,
errno_t           674 uspace/lib/bithenge/src/expression.c 	errno_t rc;
errno_t           723 uspace/lib/bithenge/src/expression.c static errno_t param_wrapper_fill_scope(param_wrapper_t *self, bithenge_scope_t
errno_t           726 uspace/lib/bithenge/src/expression.c 	errno_t rc;
errno_t           744 uspace/lib/bithenge/src/expression.c static errno_t param_wrapper_apply(bithenge_transform_t *base,
errno_t           749 uspace/lib/bithenge/src/expression.c 	errno_t rc = bithenge_scope_new(&inner, outer);
errno_t           764 uspace/lib/bithenge/src/expression.c static errno_t param_wrapper_prefix_length(bithenge_transform_t *base,
errno_t           769 uspace/lib/bithenge/src/expression.c 	errno_t rc = bithenge_scope_new(&inner, outer);
errno_t           784 uspace/lib/bithenge/src/expression.c static errno_t param_wrapper_prefix_apply(bithenge_transform_t *base,
errno_t           790 uspace/lib/bithenge/src/expression.c 	errno_t rc = bithenge_scope_new(&inner, outer);
errno_t           831 uspace/lib/bithenge/src/expression.c errno_t bithenge_param_wrapper(bithenge_transform_t **out,
errno_t           834 uspace/lib/bithenge/src/expression.c 	errno_t rc;
errno_t           883 uspace/lib/bithenge/src/expression.c static errno_t expression_transform_apply(bithenge_transform_t *base,
errno_t           888 uspace/lib/bithenge/src/expression.c 	errno_t rc = bithenge_scope_new(&inner, scope);
errno_t           916 uspace/lib/bithenge/src/expression.c errno_t bithenge_expression_transform(bithenge_transform_t **out,
errno_t           919 uspace/lib/bithenge/src/expression.c 	errno_t rc;
errno_t           945 uspace/lib/bithenge/src/expression.c static errno_t inputless_transform_prefix_length(bithenge_transform_t *base,
errno_t           952 uspace/lib/bithenge/src/expression.c static errno_t inputless_transform_prefix_apply(bithenge_transform_t *base,
errno_t           974 uspace/lib/bithenge/src/expression.c errno_t bithenge_inputless_transform(bithenge_transform_t **out,
errno_t           977 uspace/lib/bithenge/src/expression.c 	errno_t rc;
errno_t          1021 uspace/lib/bithenge/src/expression.c static errno_t concat_blob_evaluate_b(concat_blob_t *self)
errno_t          1026 uspace/lib/bithenge/src/expression.c 	errno_t rc = bithenge_expression_evaluate(self->b_expr, self->scope,
errno_t          1043 uspace/lib/bithenge/src/expression.c static errno_t concat_blob_size(bithenge_blob_t *base, aoff64_t *size)
errno_t          1046 uspace/lib/bithenge/src/expression.c 	errno_t rc = concat_blob_evaluate_b(self);
errno_t          1054 uspace/lib/bithenge/src/expression.c static errno_t concat_blob_read(bithenge_blob_t *base, aoff64_t offset,
errno_t          1057 uspace/lib/bithenge/src/expression.c 	errno_t rc;
errno_t          1082 uspace/lib/bithenge/src/expression.c static errno_t concat_blob_read_bits(bithenge_blob_t *base, aoff64_t offset,
errno_t          1085 uspace/lib/bithenge/src/expression.c 	errno_t rc;
errno_t          1136 uspace/lib/bithenge/src/expression.c errno_t bithenge_concat_blob(bithenge_node_t **out, bithenge_blob_t *a,
errno_t          1142 uspace/lib/bithenge/src/expression.c 	errno_t rc;
errno_t          1179 uspace/lib/bithenge/src/expression.c errno_t bithenge_concat_blob_lazy(bithenge_node_t **out, bithenge_blob_t *a,
errno_t          1186 uspace/lib/bithenge/src/expression.c 	errno_t rc;
errno_t            89 uspace/lib/bithenge/src/failure.c 	errno_t rc = atexit(atexit_handler);
errno_t           102 uspace/lib/bithenge/src/failure.c static inline errno_t backtrace_item_hit(void *addr)
errno_t           126 uspace/lib/bithenge/src/failure.c errno_t bithenge_should_fail(void)
errno_t           212 uspace/lib/bithenge/src/failure.c errno_t bithenge_failure_ferror(FILE *stream)
errno_t           226 uspace/lib/bithenge/src/failure.c errno_t bithenge_failure_open(const char *pathname, int flags)
errno_t           235 uspace/lib/bithenge/src/failure.c errno_t bithenge_failure_fstat(int fd, vfs_stat_t *buf)
errno_t            46 uspace/lib/bithenge/src/failure.h errno_t bithenge_should_fail(void);
errno_t            51 uspace/lib/bithenge/src/failure.h errno_t bithenge_failure_ferror(FILE *);
errno_t            53 uspace/lib/bithenge/src/failure.h errno_t bithenge_failure_open(const char *, int);
errno_t            54 uspace/lib/bithenge/src/failure.h errno_t bithenge_failure_fstat(int, vfs_stat_t *);
errno_t            65 uspace/lib/bithenge/src/file.c static errno_t file_size(bithenge_blob_t *base, aoff64_t *size)
errno_t            72 uspace/lib/bithenge/src/file.c static errno_t file_read(bithenge_blob_t *base, aoff64_t offset, char *buffer,
errno_t            80 uspace/lib/bithenge/src/file.c 	errno_t rc = vfs_read(blob->fd, &offset, buffer, *size, &amount_read);
errno_t           100 uspace/lib/bithenge/src/file.c static errno_t new_file_blob(bithenge_node_t **out, int fd, bool needs_close)
errno_t           105 uspace/lib/bithenge/src/file.c 	errno_t rc = vfs_stat(fd, &stat);
errno_t           144 uspace/lib/bithenge/src/file.c errno_t bithenge_new_file_blob(bithenge_node_t **out, const char *filename)
errno_t           149 uspace/lib/bithenge/src/file.c 	errno_t rc = vfs_lookup_open(filename, WALK_REGULAR, MODE_READ, &fd);
errno_t           162 uspace/lib/bithenge/src/file.c errno_t bithenge_new_file_blob_from_fd(bithenge_node_t **out, int fd)
errno_t           173 uspace/lib/bithenge/src/file.c errno_t bithenge_new_file_blob_from_file(bithenge_node_t **out, FILE *file)
errno_t            64 uspace/lib/bithenge/src/helenos/block.c static errno_t block_size(bithenge_blob_t *base, aoff64_t *size)
errno_t            71 uspace/lib/bithenge/src/helenos/block.c static errno_t block_read(bithenge_blob_t *base, aoff64_t offset, char *buffer,
errno_t           100 uspace/lib/bithenge/src/helenos/block.c errno_t bithenge_new_block_blob(bithenge_node_t **out, service_id_t service_id)
errno_t           105 uspace/lib/bithenge/src/helenos/block.c 	errno_t rc;
errno_t            43 uspace/lib/bithenge/src/helenos/block.h errno_t bithenge_new_block_blob(bithenge_node_t **, service_id_t);
errno_t            66 uspace/lib/bithenge/src/helenos/common.h static inline errno_t string_iterator_next(string_iterator_t *i, char32_t *out)
errno_t            75 uspace/lib/bithenge/src/helenos/common.h static inline errno_t bithenge_parse_int(const char *start, bithenge_int_t *result)
errno_t            79 uspace/lib/bithenge/src/helenos/common.h 	errno_t rc = str_uint64_t(real_start, NULL, 10, false, &val);
errno_t            57 uspace/lib/bithenge/src/linux/common.h static inline errno_t string_iterator_next(string_iterator_t *i, char32_t *out)
errno_t            84 uspace/lib/bithenge/src/linux/common.h static inline errno_t str_lcmp(const char *s1, const char *s2, size_t max_len)
errno_t           134 uspace/lib/bithenge/src/linux/common.h static inline errno_t bithenge_parse_int(const char *start, bithenge_int_t *result)
errno_t            75 uspace/lib/bithenge/src/print.c static errno_t print_node(state_t *, bithenge_node_t *);
errno_t            95 uspace/lib/bithenge/src/print.c static errno_t print_internal_func(bithenge_node_t *key, bithenge_node_t *value, void *data)
errno_t            98 uspace/lib/bithenge/src/print.c 	errno_t rc = EOK;
errno_t           122 uspace/lib/bithenge/src/print.c static errno_t print_internal(state_t *state, bithenge_node_t *node)
errno_t           124 uspace/lib/bithenge/src/print.c 	errno_t rc;
errno_t           139 uspace/lib/bithenge/src/print.c static errno_t print_boolean(state_t *state, bithenge_node_t *node)
errno_t           153 uspace/lib/bithenge/src/print.c static errno_t print_integer(state_t *state, bithenge_node_t *node)
errno_t           160 uspace/lib/bithenge/src/print.c static errno_t print_string(state_t *state, bithenge_node_t *node)
errno_t           167 uspace/lib/bithenge/src/print.c 		errno_t rc = string_iterator_next(&i, &ch);
errno_t           182 uspace/lib/bithenge/src/print.c static errno_t print_blob(state_t *state, bithenge_node_t *node)
errno_t           188 uspace/lib/bithenge/src/print.c 	errno_t rc;
errno_t           204 uspace/lib/bithenge/src/print.c static errno_t print_node(state_t *state, bithenge_node_t *tree)
errno_t           226 uspace/lib/bithenge/src/print.c errno_t bithenge_print_node(bithenge_print_type_t type, bithenge_node_t *tree)
errno_t           241 uspace/lib/bithenge/src/print.c errno_t bithenge_print_node_to_string(char **str, size_t *size,
errno_t           245 uspace/lib/bithenge/src/print.c 	errno_t rc = print_node(&state, tree);
errno_t           103 uspace/lib/bithenge/src/script.c 	errno_t error;
errno_t           155 uspace/lib/bithenge/src/script.c static void error_errno(state_t *state, errno_t error)
errno_t           283 uspace/lib/bithenge/src/script.c 		errno_t rc = bithenge_parse_int(state->buffer +
errno_t           533 uspace/lib/bithenge/src/script.c 	errno_t rc;
errno_t           643 uspace/lib/bithenge/src/script.c 	errno_t rc;
errno_t           750 uspace/lib/bithenge/src/script.c 		errno_t rc = bithenge_binary_expression(&expr, op, expr, expr2);
errno_t           808 uspace/lib/bithenge/src/script.c 		errno_t rc = bithenge_param_wrapper(&result, result, params);
errno_t           825 uspace/lib/bithenge/src/script.c 	errno_t rc = bithenge_new_empty_internal_node(&node);
errno_t           881 uspace/lib/bithenge/src/script.c 	errno_t rc = bithenge_if_transform(&if_xform, expr, true_xform,
errno_t           905 uspace/lib/bithenge/src/script.c 			errno_t rc = bithenge_new_boolean_node(&node, true);
errno_t           919 uspace/lib/bithenge/src/script.c 				errno_t rc = bithenge_binary_expression(&expr,
errno_t           959 uspace/lib/bithenge/src/script.c 		errno_t rc = bithenge_if_transform(&switch_xform, exprs[num],
errno_t           999 uspace/lib/bithenge/src/script.c 	errno_t rc = bithenge_repeat_transform(&repeat_xform, xform, expr);
errno_t          1025 uspace/lib/bithenge/src/script.c 	errno_t rc = bithenge_do_while_transform(&do_while_xform, xform, expr);
errno_t          1043 uspace/lib/bithenge/src/script.c 		errno_t rc = bithenge_in_node_expression(&in_expr);
errno_t          1073 uspace/lib/bithenge/src/script.c 	errno_t rc = bithenge_partial_transform(&xform, xform);
errno_t          1142 uspace/lib/bithenge/src/script.c 	errno_t rc = bithenge_new_struct(&result, subxforms);
errno_t          1166 uspace/lib/bithenge/src/script.c 		errno_t rc;
errno_t          1225 uspace/lib/bithenge/src/script.c 		errno_t rc = bithenge_new_composed_transform(&result, xforms, num);
errno_t          1258 uspace/lib/bithenge/src/script.c 		errno_t rc = bithenge_new_barrier_transform(&barrier,
errno_t          1273 uspace/lib/bithenge/src/script.c 		errno_t rc = bithenge_barrier_transform_set_subtransform(barrier,
errno_t          1336 uspace/lib/bithenge/src/script.c errno_t bithenge_parse_script(const char *filename, bithenge_transform_t **out)
errno_t          1343 uspace/lib/bithenge/src/script.c 	errno_t rc = state.error;
errno_t            60 uspace/lib/bithenge/src/sequence.c 	errno_t (*get_transform)(seq_node_t *self, bithenge_transform_t **out,
errno_t            74 uspace/lib/bithenge/src/sequence.c static errno_t seq_node_field_offset(seq_node_t *self, aoff64_t *out, size_t index)
errno_t            85 uspace/lib/bithenge/src/sequence.c 		errno_t rc = self->ops->get_transform(self, &subxform,
errno_t           138 uspace/lib/bithenge/src/sequence.c static errno_t seq_node_subtransform(seq_node_t *self, bithenge_node_t **out,
errno_t           142 uspace/lib/bithenge/src/sequence.c 	errno_t rc = seq_node_field_offset(self, &start_pos, index);
errno_t           198 uspace/lib/bithenge/src/sequence.c 		errno_t rc = seq_node_field_offset(self, &end_pos, index + 1);
errno_t           224 uspace/lib/bithenge/src/sequence.c static errno_t seq_node_complete(seq_node_t *self, bool *out)
errno_t           227 uspace/lib/bithenge/src/sequence.c 	errno_t rc = bithenge_blob_size(self->blob, &blob_size);
errno_t           255 uspace/lib/bithenge/src/sequence.c static errno_t seq_node_init(seq_node_t *self, const seq_node_ops_t *ops,
errno_t           323 uspace/lib/bithenge/src/sequence.c static errno_t struct_node_for_each(bithenge_node_t *base,
errno_t           326 uspace/lib/bithenge/src/sequence.c 	errno_t rc = EOK;
errno_t           372 uspace/lib/bithenge/src/sequence.c static errno_t struct_node_get(bithenge_node_t *base, bithenge_node_t *key,
errno_t           377 uspace/lib/bithenge/src/sequence.c 	errno_t rc = ENOENT;
errno_t           467 uspace/lib/bithenge/src/sequence.c static errno_t struct_node_get_transform(seq_node_t *base,
errno_t           480 uspace/lib/bithenge/src/sequence.c static errno_t struct_transform_make_node(struct_transform_t *self,
errno_t           488 uspace/lib/bithenge/src/sequence.c 	errno_t rc = bithenge_init_internal_node(struct_as_node(node),
errno_t           527 uspace/lib/bithenge/src/sequence.c static errno_t struct_transform_apply(bithenge_transform_t *base,
errno_t           537 uspace/lib/bithenge/src/sequence.c static errno_t struct_transform_prefix_length(bithenge_transform_t *base,
errno_t           542 uspace/lib/bithenge/src/sequence.c 	errno_t rc = struct_transform_make_node(self, &struct_node, scope, blob,
errno_t           553 uspace/lib/bithenge/src/sequence.c static errno_t struct_transform_prefix_apply(bithenge_transform_t *base,
errno_t           558 uspace/lib/bithenge/src/sequence.c 	errno_t rc = struct_transform_make_node(self, out_node, scope, blob,
errno_t           607 uspace/lib/bithenge/src/sequence.c errno_t bithenge_new_struct(bithenge_transform_t **out,
errno_t           610 uspace/lib/bithenge/src/sequence.c 	errno_t rc;
errno_t           683 uspace/lib/bithenge/src/sequence.c static errno_t repeat_node_for_each(bithenge_node_t *base,
errno_t           686 uspace/lib/bithenge/src/sequence.c 	errno_t rc = EOK;
errno_t           726 uspace/lib/bithenge/src/sequence.c static errno_t repeat_node_get(bithenge_node_t *base, bithenge_node_t *key,
errno_t           757 uspace/lib/bithenge/src/sequence.c static errno_t repeat_node_get_transform(seq_node_t *base,
errno_t           770 uspace/lib/bithenge/src/sequence.c static errno_t repeat_transform_make_node(repeat_transform_t *self,
errno_t           777 uspace/lib/bithenge/src/sequence.c 		errno_t rc = bithenge_expression_evaluate(self->expr, scope,
errno_t           795 uspace/lib/bithenge/src/sequence.c 	errno_t rc = bithenge_init_internal_node(repeat_as_node(node),
errno_t           817 uspace/lib/bithenge/src/sequence.c static errno_t repeat_transform_apply(bithenge_transform_t *base,
errno_t           827 uspace/lib/bithenge/src/sequence.c static errno_t repeat_transform_prefix_apply(bithenge_transform_t *base,
errno_t           832 uspace/lib/bithenge/src/sequence.c 	errno_t rc = repeat_transform_make_node(self, out_node, scope, blob, true);
errno_t           886 uspace/lib/bithenge/src/sequence.c errno_t bithenge_repeat_transform(bithenge_transform_t **out,
errno_t           889 uspace/lib/bithenge/src/sequence.c 	errno_t rc;
errno_t           962 uspace/lib/bithenge/src/sequence.c static errno_t do_while_node_for_each(bithenge_node_t *base,
errno_t           965 uspace/lib/bithenge/src/sequence.c 	errno_t rc = EOK;
errno_t          1033 uspace/lib/bithenge/src/sequence.c static errno_t do_while_node_get_transform(seq_node_t *base,
errno_t          1046 uspace/lib/bithenge/src/sequence.c static errno_t do_while_transform_make_node(do_while_transform_t *self,
errno_t          1053 uspace/lib/bithenge/src/sequence.c 	errno_t rc = bithenge_init_internal_node(do_while_as_node(node),
errno_t          1076 uspace/lib/bithenge/src/sequence.c static errno_t for_each_noop(bithenge_node_t *key, bithenge_node_t *value,
errno_t          1084 uspace/lib/bithenge/src/sequence.c static errno_t do_while_transform_prefix_apply(bithenge_transform_t *base,
errno_t          1089 uspace/lib/bithenge/src/sequence.c 	errno_t rc = do_while_transform_make_node(self, out_node, scope, blob);
errno_t          1132 uspace/lib/bithenge/src/sequence.c errno_t bithenge_do_while_transform(bithenge_transform_t **out,
errno_t          1135 uspace/lib/bithenge/src/sequence.c 	errno_t rc;
errno_t            60 uspace/lib/bithenge/src/source.c static errno_t blob_from_hex(bithenge_node_t **out, const char *hex)
errno_t            88 uspace/lib/bithenge/src/source.c errno_t bithenge_node_from_source(bithenge_node_t **out, const char *source)
errno_t            98 uspace/lib/bithenge/src/source.c 			errno_t rc = loc_service_get_id(source + 6, &service_id, 0);
errno_t            60 uspace/lib/bithenge/src/transform.c errno_t bithenge_init_transform(bithenge_transform_t *self,
errno_t            87 uspace/lib/bithenge/src/transform.c errno_t bithenge_transform_apply(bithenge_transform_t *self,
errno_t            98 uspace/lib/bithenge/src/transform.c 	errno_t rc = bithenge_transform_prefix_apply(self, scope,
errno_t           124 uspace/lib/bithenge/src/transform.c errno_t bithenge_transform_prefix_length(bithenge_transform_t *self,
errno_t           135 uspace/lib/bithenge/src/transform.c 	errno_t rc = bithenge_transform_prefix_apply(self, scope, blob, &node,
errno_t           156 uspace/lib/bithenge/src/transform.c errno_t bithenge_transform_prefix_apply(bithenge_transform_t *self,
errno_t           169 uspace/lib/bithenge/src/transform.c 	errno_t rc = bithenge_transform_prefix_length(self, scope, blob, &size);
errno_t           195 uspace/lib/bithenge/src/transform.c errno_t bithenge_scope_new(bithenge_scope_t **out, bithenge_scope_t *outer)
errno_t           262 uspace/lib/bithenge/src/transform.c errno_t bithenge_scope_error(bithenge_scope_t *scope, const char *format, ...)
errno_t           282 uspace/lib/bithenge/src/transform.c 			errno_t rc = bithenge_print_node_to_string(&out,
errno_t           382 uspace/lib/bithenge/src/transform.c errno_t bithenge_scope_alloc_params(bithenge_scope_t *scope, int num_params)
errno_t           401 uspace/lib/bithenge/src/transform.c errno_t bithenge_scope_set_param(bithenge_scope_t *scope, int i,
errno_t           421 uspace/lib/bithenge/src/transform.c errno_t bithenge_scope_get_param(bithenge_scope_t *scope, int i,
errno_t           456 uspace/lib/bithenge/src/transform.c static errno_t barrier_transform_apply(bithenge_transform_t *base,
errno_t           461 uspace/lib/bithenge/src/transform.c 	errno_t rc = bithenge_scope_new(&inner_scope, scope);
errno_t           471 uspace/lib/bithenge/src/transform.c static errno_t barrier_transform_prefix_length(bithenge_transform_t *base,
errno_t           476 uspace/lib/bithenge/src/transform.c 	errno_t rc = bithenge_scope_new(&inner_scope, scope);
errno_t           487 uspace/lib/bithenge/src/transform.c static errno_t barrier_transform_prefix_apply(bithenge_transform_t *base,
errno_t           493 uspace/lib/bithenge/src/transform.c 	errno_t rc = bithenge_scope_new(&inner_scope, scope);
errno_t           524 uspace/lib/bithenge/src/transform.c errno_t bithenge_barrier_transform_set_subtransform(bithenge_transform_t *base,
errno_t           549 uspace/lib/bithenge/src/transform.c errno_t bithenge_new_barrier_transform(bithenge_transform_t **out, int num_params)
errno_t           551 uspace/lib/bithenge/src/transform.c 	errno_t rc;
errno_t           573 uspace/lib/bithenge/src/transform.c static errno_t ascii_apply(bithenge_transform_t *self, bithenge_scope_t *scope,
errno_t           576 uspace/lib/bithenge/src/transform.c 	errno_t rc;
errno_t           618 uspace/lib/bithenge/src/transform.c static errno_t bit_prefix_apply(bithenge_transform_t *self,
errno_t           624 uspace/lib/bithenge/src/transform.c 	errno_t rc = bithenge_blob_read_bits(blob, 0, &buffer, &size, true);
errno_t           664 uspace/lib/bithenge/src/transform.c static errno_t bits_xe_size(bithenge_blob_t *base, aoff64_t *out)
errno_t           667 uspace/lib/bithenge/src/transform.c 	errno_t rc = bithenge_blob_size(self->bytes, out);
errno_t           680 uspace/lib/bithenge/src/transform.c static errno_t bits_xe_read_bits(bithenge_blob_t *base, aoff64_t offset,
errno_t           698 uspace/lib/bithenge/src/transform.c 	errno_t rc = bithenge_blob_read(self->bytes, bytes_offset,
errno_t           737 uspace/lib/bithenge/src/transform.c static errno_t bits_xe_apply(bithenge_transform_t *self, bithenge_scope_t *scope,
errno_t           745 uspace/lib/bithenge/src/transform.c 	errno_t rc = bithenge_init_random_access_blob(bits_xe_as_blob(blob),
errno_t           781 uspace/lib/bithenge/src/transform.c static errno_t invalid_apply(bithenge_transform_t *self, bithenge_scope_t *scope,
errno_t           801 uspace/lib/bithenge/src/transform.c static errno_t known_length_apply(bithenge_transform_t *self,
errno_t           805 uspace/lib/bithenge/src/transform.c 	errno_t rc = bithenge_scope_get_param(scope, 0, &length_node);
errno_t           829 uspace/lib/bithenge/src/transform.c static errno_t known_length_prefix_length(bithenge_transform_t *self,
errno_t           833 uspace/lib/bithenge/src/transform.c 	errno_t rc = bithenge_scope_get_param(scope, 0, &length_node);
errno_t           858 uspace/lib/bithenge/src/transform.c static errno_t nonzero_boolean_apply(bithenge_transform_t *self,
errno_t           877 uspace/lib/bithenge/src/transform.c static errno_t prefix_length_1(bithenge_transform_t *self, bithenge_scope_t *scope,
errno_t           884 uspace/lib/bithenge/src/transform.c static errno_t prefix_length_2(bithenge_transform_t *self, bithenge_scope_t *scope,
errno_t           891 uspace/lib/bithenge/src/transform.c static errno_t prefix_length_4(bithenge_transform_t *self, bithenge_scope_t *scope,
errno_t           898 uspace/lib/bithenge/src/transform.c static errno_t prefix_length_8(bithenge_transform_t *self, bithenge_scope_t *scope,
errno_t           912 uspace/lib/bithenge/src/transform.c 	static errno_t NAME##_apply(bithenge_transform_t *self,                    \
errno_t           916 uspace/lib/bithenge/src/transform.c 		errno_t rc;                                                        \
errno_t           956 uspace/lib/bithenge/src/transform.c static errno_t uint_xe_prefix_apply(bithenge_transform_t *self,
errno_t           962 uspace/lib/bithenge/src/transform.c 	errno_t rc = bithenge_scope_get_param(scope, 0, &num_bits_node);
errno_t          1028 uspace/lib/bithenge/src/transform.c static errno_t zero_terminated_apply(bithenge_transform_t *self,
errno_t          1031 uspace/lib/bithenge/src/transform.c 	errno_t rc;
errno_t          1052 uspace/lib/bithenge/src/transform.c static errno_t zero_terminated_prefix_length(bithenge_transform_t *self,
errno_t          1055 uspace/lib/bithenge/src/transform.c 	errno_t rc;
errno_t            89 uspace/lib/bithenge/src/tree.c static errno_t get_for_each_func(bithenge_node_t *key, bithenge_node_t *value,
errno_t            94 uspace/lib/bithenge/src/tree.c 	errno_t rc = bithenge_node_equal(&equal, key, data->key);
errno_t           117 uspace/lib/bithenge/src/tree.c errno_t bithenge_node_get(bithenge_node_t *self, bithenge_node_t *key,
errno_t           129 uspace/lib/bithenge/src/tree.c 		errno_t rc = bithenge_blob_read(bithenge_node_as_blob(self),
errno_t           144 uspace/lib/bithenge/src/tree.c 	errno_t rc = bithenge_node_for_each(self, get_for_each_func, &data);
errno_t           160 uspace/lib/bithenge/src/tree.c errno_t bithenge_init_internal_node(bithenge_node_t *self,
errno_t           174 uspace/lib/bithenge/src/tree.c static errno_t empty_internal_node_for_each(bithenge_node_t *base,
errno_t           180 uspace/lib/bithenge/src/tree.c static errno_t empty_internal_node_get(bithenge_node_t *self, bithenge_node_t *key,
errno_t           202 uspace/lib/bithenge/src/tree.c errno_t bithenge_new_empty_internal_node(bithenge_node_t **out)
errno_t           228 uspace/lib/bithenge/src/tree.c static errno_t simple_internal_node_for_each(bithenge_node_t *base,
errno_t           231 uspace/lib/bithenge/src/tree.c 	errno_t rc;
errno_t           270 uspace/lib/bithenge/src/tree.c errno_t bithenge_new_simple_internal_node(bithenge_node_t **out,
errno_t           273 uspace/lib/bithenge/src/tree.c 	errno_t rc;
errno_t           307 uspace/lib/bithenge/src/tree.c errno_t bithenge_new_boolean_node(bithenge_node_t **out, bool value)
errno_t           323 uspace/lib/bithenge/src/tree.c errno_t bithenge_new_integer_node(bithenge_node_t **out, bithenge_int_t value)
errno_t           344 uspace/lib/bithenge/src/tree.c errno_t bithenge_new_string_node(bithenge_node_t **out, const char *value, bool needs_free)
errno_t           369 uspace/lib/bithenge/src/tree.c errno_t bithenge_node_equal(bool *out, bithenge_node_t *a, bithenge_node_t *b)
errno_t            90 uspace/lib/block/block.c static errno_t read_blocks(devcon_t *, aoff64_t, size_t, void *, size_t);
errno_t            91 uspace/lib/block/block.c static errno_t write_blocks(devcon_t *, aoff64_t, size_t, void *, size_t);
errno_t           109 uspace/lib/block/block.c static errno_t devcon_add(service_id_t service_id, async_sess_t *sess,
errno_t           148 uspace/lib/block/block.c errno_t block_init(service_id_t service_id)
errno_t           158 uspace/lib/block/block.c 	errno_t rc = bd_open(sess, &bd);
errno_t           211 uspace/lib/block/block.c errno_t block_bb_read(service_id_t service_id, aoff64_t ba)
errno_t           214 uspace/lib/block/block.c 	errno_t rc;
errno_t           271 uspace/lib/block/block.c errno_t block_cache_init(service_id_t service_id, size_t size, unsigned blocks,
errno_t           308 uspace/lib/block/block.c errno_t block_cache_fini(service_id_t service_id)
errno_t           312 uspace/lib/block/block.c 	errno_t rc;
errno_t           384 uspace/lib/block/block.c errno_t block_get(block_t **block, service_id_t service_id, aoff64_t ba, int flags)
errno_t           391 uspace/lib/block/block.c 	errno_t rc;
errno_t           581 uspace/lib/block/block.c errno_t block_put(block_t *block)
errno_t           587 uspace/lib/block/block.c 	errno_t rc = EOK;
errno_t           702 uspace/lib/block/block.c errno_t block_seqread(service_id_t service_id, void *buf, size_t *bufpos,
errno_t           736 uspace/lib/block/block.c 			errno_t rc;
errno_t           761 uspace/lib/block/block.c errno_t block_read_direct(service_id_t service_id, aoff64_t ba, size_t cnt, void *buf)
errno_t           780 uspace/lib/block/block.c errno_t block_write_direct(service_id_t service_id, aoff64_t ba, size_t cnt,
errno_t           799 uspace/lib/block/block.c errno_t block_sync_cache(service_id_t service_id, aoff64_t ba, size_t cnt)
errno_t           816 uspace/lib/block/block.c errno_t block_get_bsize(service_id_t service_id, size_t *bsize)
errno_t           833 uspace/lib/block/block.c errno_t block_get_nblocks(service_id_t service_id, aoff64_t *nblocks)
errno_t           850 uspace/lib/block/block.c errno_t block_read_bytes_direct(service_id_t service_id, aoff64_t abs_offset,
errno_t           853 uspace/lib/block/block.c 	errno_t rc;
errno_t           902 uspace/lib/block/block.c errno_t block_read_toc(service_id_t service_id, uint8_t session, void *buf,
errno_t           920 uspace/lib/block/block.c static errno_t read_blocks(devcon_t *devcon, aoff64_t ba, size_t cnt, void *buf,
errno_t           925 uspace/lib/block/block.c 	errno_t rc = bd_read_blocks(devcon->bd, ba, cnt, buf, size);
errno_t           947 uspace/lib/block/block.c static errno_t write_blocks(devcon_t *devcon, aoff64_t ba, size_t cnt, void *data,
errno_t           952 uspace/lib/block/block.c 	errno_t rc = bd_write_blocks(devcon->bd, ba, cnt, data, size);
errno_t           102 uspace/lib/block/block.h extern errno_t block_init(service_id_t);
errno_t           105 uspace/lib/block/block.h extern errno_t block_bb_read(service_id_t, aoff64_t);
errno_t           108 uspace/lib/block/block.h extern errno_t block_cache_init(service_id_t, size_t, unsigned, enum cache_mode);
errno_t           109 uspace/lib/block/block.h extern errno_t block_cache_fini(service_id_t);
errno_t           111 uspace/lib/block/block.h extern errno_t block_get(block_t **, service_id_t, aoff64_t, int);
errno_t           112 uspace/lib/block/block.h extern errno_t block_put(block_t *);
errno_t           114 uspace/lib/block/block.h extern errno_t block_seqread(service_id_t, void *, size_t *, size_t *, aoff64_t *,
errno_t           117 uspace/lib/block/block.h extern errno_t block_get_bsize(service_id_t, size_t *);
errno_t           118 uspace/lib/block/block.h extern errno_t block_get_nblocks(service_id_t, aoff64_t *);
errno_t           119 uspace/lib/block/block.h extern errno_t block_read_toc(service_id_t, uint8_t, void *, size_t);
errno_t           120 uspace/lib/block/block.h extern errno_t block_read_direct(service_id_t, aoff64_t, size_t, void *);
errno_t           121 uspace/lib/block/block.h extern errno_t block_read_bytes_direct(service_id_t, aoff64_t, size_t, void *);
errno_t           122 uspace/lib/block/block.h extern errno_t block_write_direct(service_id_t, aoff64_t, size_t, const void *);
errno_t           123 uspace/lib/block/block.h extern errno_t block_sync_cache(service_id_t, aoff64_t, size_t);
errno_t            42 uspace/lib/c/arch/abs32le/src/stacktrace.c errno_t stacktrace_fp_prev(stacktrace_t *st, uintptr_t fp, uintptr_t *prev)
errno_t            47 uspace/lib/c/arch/abs32le/src/stacktrace.c errno_t stacktrace_ra_get(stacktrace_t *st, uintptr_t fp, uintptr_t *ra)
errno_t            51 uspace/lib/c/arch/amd64/src/stacktrace.c errno_t stacktrace_fp_prev(stacktrace_t *st, uintptr_t fp, uintptr_t *prev)
errno_t            56 uspace/lib/c/arch/amd64/src/stacktrace.c errno_t stacktrace_ra_get(stacktrace_t *st, uintptr_t fp, uintptr_t *ra)
errno_t            51 uspace/lib/c/arch/arm32/src/stacktrace.c errno_t stacktrace_fp_prev(stacktrace_t *st, uintptr_t fp, uintptr_t *prev)
errno_t            56 uspace/lib/c/arch/arm32/src/stacktrace.c errno_t stacktrace_ra_get(stacktrace_t *st, uintptr_t fp, uintptr_t *ra)
errno_t            49 uspace/lib/c/arch/arm64/src/stacktrace.c errno_t stacktrace_fp_prev(stacktrace_t *st, uintptr_t fp, uintptr_t *prev)
errno_t            55 uspace/lib/c/arch/arm64/src/stacktrace.c errno_t stacktrace_ra_get(stacktrace_t *st, uintptr_t fp, uintptr_t *ra)
errno_t            51 uspace/lib/c/arch/ia32/src/stacktrace.c errno_t stacktrace_fp_prev(stacktrace_t *st, uintptr_t fp, uintptr_t *prev)
errno_t            56 uspace/lib/c/arch/ia32/src/stacktrace.c errno_t stacktrace_ra_get(stacktrace_t *st, uintptr_t fp, uintptr_t *ra)
errno_t            50 uspace/lib/c/arch/ia64/src/stacktrace.c errno_t stacktrace_fp_prev(stacktrace_t *st, uintptr_t fp, uintptr_t *prev)
errno_t            58 uspace/lib/c/arch/ia64/src/stacktrace.c errno_t stacktrace_ra_get(stacktrace_t *st, uintptr_t fp, uintptr_t *ra)
errno_t            50 uspace/lib/c/arch/mips32/src/stacktrace.c errno_t stacktrace_fp_prev(stacktrace_t *st, uintptr_t fp, uintptr_t *prev)
errno_t            58 uspace/lib/c/arch/mips32/src/stacktrace.c errno_t stacktrace_ra_get(stacktrace_t *st, uintptr_t fp, uintptr_t *ra)
errno_t            51 uspace/lib/c/arch/ppc32/src/stacktrace.c errno_t stacktrace_fp_prev(stacktrace_t *st, uintptr_t fp, uintptr_t *prev)
errno_t            56 uspace/lib/c/arch/ppc32/src/stacktrace.c errno_t stacktrace_ra_get(stacktrace_t *st, uintptr_t fp, uintptr_t *ra)
errno_t            41 uspace/lib/c/arch/riscv64/src/stacktrace.c errno_t stacktrace_fp_prev(stacktrace_t *st, uintptr_t fp, uintptr_t *prev)
errno_t            46 uspace/lib/c/arch/riscv64/src/stacktrace.c errno_t stacktrace_ra_get(stacktrace_t *st, uintptr_t fp, uintptr_t *ra)
errno_t            52 uspace/lib/c/arch/sparc64/src/stacktrace.c errno_t stacktrace_fp_prev(stacktrace_t *st, uintptr_t fp, uintptr_t *prev)
errno_t            55 uspace/lib/c/arch/sparc64/src/stacktrace.c 	errno_t rc;
errno_t            63 uspace/lib/c/arch/sparc64/src/stacktrace.c errno_t stacktrace_ra_get(stacktrace_t *st, uintptr_t fp, uintptr_t *ra)
errno_t            84 uspace/lib/c/common/adt/circ_buf.c errno_t circ_buf_push(circ_buf_t *cbuf, const void *data)
errno_t           101 uspace/lib/c/common/adt/circ_buf.c errno_t circ_buf_pop(circ_buf_t *cbuf, void *datab)
errno_t            94 uspace/lib/c/common/adt/odict.c static errno_t odict_validate_tree(odlink_t *cur, int *rbd)
errno_t            96 uspace/lib/c/common/adt/odict.c 	errno_t rc;
errno_t           179 uspace/lib/c/common/adt/odict.c errno_t odict_validate(odict_t *odict)
errno_t           182 uspace/lib/c/common/adt/odict.c 	errno_t rc;
errno_t            60 uspace/lib/c/common/include/adt/circ_buf.h extern errno_t circ_buf_push(circ_buf_t *, const void *);
errno_t            61 uspace/lib/c/common/include/adt/circ_buf.h extern errno_t circ_buf_pop(circ_buf_t *, void *);
errno_t            66 uspace/lib/c/common/include/adt/odict.h extern errno_t odict_validate(odict_t *);
errno_t            89 uspace/lib/c/common/include/str.h extern errno_t chr_encode(char32_t ch, char *str, size_t *offset, size_t sz);
errno_t           124 uspace/lib/c/common/include/str.h extern errno_t spascii_to_str(char *dest, size_t size, const uint8_t *src, size_t n);
errno_t           129 uspace/lib/c/common/include/str.h extern errno_t utf16_to_str(char *dest, size_t size, const uint16_t *src);
errno_t           130 uspace/lib/c/common/include/str.h extern errno_t str_to_utf16(uint16_t *dest, size_t dlen, const char *src);
errno_t           148 uspace/lib/c/common/include/str.h extern errno_t str_uint8_t(const char *, const char **, unsigned int, bool,
errno_t           150 uspace/lib/c/common/include/str.h extern errno_t str_uint16_t(const char *, const char **, unsigned int, bool,
errno_t           152 uspace/lib/c/common/include/str.h extern errno_t str_uint32_t(const char *, const char **, unsigned int, bool,
errno_t           154 uspace/lib/c/common/include/str.h extern errno_t str_uint64_t(const char *, const char **, unsigned int, bool,
errno_t           156 uspace/lib/c/common/include/str.h extern errno_t str_size_t(const char *, const char **, unsigned int, bool,
errno_t           158 uspace/lib/c/common/include/str.h extern errno_t str_int64_t(const char *, const char **, unsigned int, bool,
errno_t            40 uspace/lib/c/common/include/str_error.h const char *str_error(errno_t);
errno_t            41 uspace/lib/c/common/include/str_error.h const char *str_error_name(errno_t);
errno_t           261 uspace/lib/c/common/str.c errno_t chr_encode(const char32_t ch, char *str, size_t *offset, size_t size)
errno_t           933 uspace/lib/c/common/str.c errno_t spascii_to_str(char *dest, size_t size, const uint8_t *src, size_t n)
errno_t           939 uspace/lib/c/common/str.c 	errno_t rc;
errno_t           940 uspace/lib/c/common/str.c 	errno_t result;
errno_t          1014 uspace/lib/c/common/str.c errno_t utf16_to_str(char *dest, size_t size, const uint16_t *src)
errno_t          1018 uspace/lib/c/common/str.c 	errno_t rc = EOK;
errno_t          1056 uspace/lib/c/common/str.c errno_t str_to_utf16(uint16_t *dest, size_t dlen, const char *src)
errno_t          1058 uspace/lib/c/common/str.c 	errno_t rc = EOK;
errno_t            46 uspace/lib/c/common/str_error.c static const errno_t err_num[] = {
errno_t            65 uspace/lib/c/common/str_error.c static int find_errno(errno_t e)
errno_t            72 uspace/lib/c/common/str_error.c 	int len = sizeof(err_num) / sizeof(errno_t);
errno_t            83 uspace/lib/c/common/str_error.c const char *str_error_name(errno_t e)
errno_t            94 uspace/lib/c/common/str_error.c const char *str_error(errno_t e)
errno_t           123 uspace/lib/c/common/strtol.c     bool *restrict sgn, errno_t *err, bool nonstd)
errno_t           219 uspace/lib/c/common/strtol.c     intmax_t min, intmax_t max, errno_t *err, bool nonstd)
errno_t           237 uspace/lib/c/common/strtol.c     uintmax_t max, errno_t *err, bool nonstd)
errno_t           272 uspace/lib/c/common/strtol.c 	errno_t errno;
errno_t           294 uspace/lib/c/common/strtol.c 	errno_t errno;
errno_t           303 uspace/lib/c/common/strtol.c 	errno_t errno;
errno_t           312 uspace/lib/c/common/strtol.c 	errno_t errno;
errno_t           321 uspace/lib/c/common/strtol.c 	errno_t errno;
errno_t           330 uspace/lib/c/common/strtol.c 	errno_t errno;
errno_t           363 uspace/lib/c/common/strtol.c errno_t str_uint8_t(const char *nptr, const char **endptr, unsigned int base,
errno_t           368 uspace/lib/c/common/strtol.c 	errno_t rc = EOK;
errno_t           398 uspace/lib/c/common/strtol.c errno_t str_uint16_t(const char *nptr, const char **endptr, unsigned int base,
errno_t           403 uspace/lib/c/common/strtol.c 	errno_t rc = EOK;
errno_t           433 uspace/lib/c/common/strtol.c errno_t str_uint32_t(const char *nptr, const char **endptr, unsigned int base,
errno_t           438 uspace/lib/c/common/strtol.c 	errno_t rc = EOK;
errno_t           468 uspace/lib/c/common/strtol.c errno_t str_uint64_t(const char *nptr, const char **endptr, unsigned int base,
errno_t           473 uspace/lib/c/common/strtol.c 	errno_t rc = EOK;
errno_t           503 uspace/lib/c/common/strtol.c errno_t str_int64_t(const char *nptr, const char **endptr, unsigned int base,
errno_t           508 uspace/lib/c/common/strtol.c 	errno_t rc = EOK;
errno_t           538 uspace/lib/c/common/strtol.c errno_t str_size_t(const char *nptr, const char **endptr, unsigned int base,
errno_t           543 uspace/lib/c/common/strtol.c 	errno_t rc = EOK;
errno_t            67 uspace/lib/c/generic/arg_parse.c errno_t arg_parse_int(int argc, char *argv[], int *index, int *value,
errno_t           107 uspace/lib/c/generic/arg_parse.c errno_t arg_parse_name_int(int argc, char *argv[], int *index, int *value,
errno_t           112 uspace/lib/c/generic/arg_parse.c 	errno_t ret = arg_parse_string(argc, argv, index, &arg, offset);
errno_t           137 uspace/lib/c/generic/arg_parse.c errno_t arg_parse_string(int argc, char **argv, int *index, char **value,
errno_t            76 uspace/lib/c/generic/as.c errno_t as_area_resize(void *address, size_t size, unsigned int flags)
errno_t            78 uspace/lib/c/generic/as.c 	return (errno_t) __SYSCALL3(SYS_AS_AREA_RESIZE, (sysarg_t) address,
errno_t            90 uspace/lib/c/generic/as.c errno_t as_area_destroy(void *address)
errno_t            92 uspace/lib/c/generic/as.c 	return (errno_t) __SYSCALL1(SYS_AS_AREA_DESTROY, (sysarg_t) address);
errno_t           104 uspace/lib/c/generic/as.c errno_t as_area_change_flags(void *address, unsigned int flags)
errno_t           106 uspace/lib/c/generic/as.c 	return (errno_t) __SYSCALL2(SYS_AS_AREA_CHANGE_FLAGS, (sysarg_t) address,
errno_t           119 uspace/lib/c/generic/as.c errno_t as_area_get_info(void *address, as_area_info_t *info)
errno_t           121 uspace/lib/c/generic/as.c 	return (errno_t) __SYSCALL2(SYS_AS_AREA_GET_INFO, (sysarg_t) address,
errno_t           134 uspace/lib/c/generic/as.c errno_t as_get_physical_mapping(const void *virt, uintptr_t *phys)
errno_t           136 uspace/lib/c/generic/as.c 	return (errno_t) __SYSCALL2(SYS_PAGE_FIND_MAPPING, (sysarg_t) virt,
errno_t           142 uspace/lib/c/generic/async/client.c 	errno_t retval;
errno_t           263 uspace/lib/c/generic/async/client.c 	errno_t rc = ipc_call_async_4(exch->phone, imethod, arg1, arg2, arg3,
errno_t           304 uspace/lib/c/generic/async/client.c 	errno_t rc = ipc_call_async_5(exch->phone, imethod, arg1, arg2, arg3,
errno_t           358 uspace/lib/c/generic/async/client.c void async_wait_for(aid_t amsgid, errno_t *retval)
errno_t           389 uspace/lib/c/generic/async/client.c errno_t async_wait_timeout(aid_t amsgid, errno_t *retval, usec_t timeout)
errno_t           410 uspace/lib/c/generic/async/client.c 	errno_t rc = fibril_wait_timeout(&msg->received, &expires);
errno_t           473 uspace/lib/c/generic/async/client.c static errno_t async_req_fast(async_exch_t *exch, sysarg_t imethod,
errno_t           484 uspace/lib/c/generic/async/client.c 	errno_t rc;
errno_t           525 uspace/lib/c/generic/async/client.c static errno_t async_req_slow(async_exch_t *exch, sysarg_t imethod,
errno_t           536 uspace/lib/c/generic/async/client.c 	errno_t rc;
errno_t           557 uspace/lib/c/generic/async/client.c errno_t async_req_0_0(async_exch_t *exch, sysarg_t imethod)
errno_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)
errno_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,
errno_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,
errno_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,
errno_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,
errno_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)
errno_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,
errno_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,
errno_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,
errno_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,
errno_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,
errno_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,
errno_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,
errno_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,
errno_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,
errno_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,
errno_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,
errno_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,
errno_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,
errno_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,
errno_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,
errno_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,
errno_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,
errno_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,
errno_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,
errno_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,
errno_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,
errno_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,
errno_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,
errno_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,
errno_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,
errno_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,
errno_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,
errno_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,
errno_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,
errno_t           850 uspace/lib/c/generic/async/client.c static errno_t async_connect_me_to_internal(cap_phone_handle_t phone,
errno_t           866 uspace/lib/c/generic/async/client.c 	errno_t rc = ipc_call_async_4(phone, IPC_M_CONNECT_ME_TO,
errno_t           897 uspace/lib/c/generic/async/client.c     sysarg_t arg2, sysarg_t arg3, errno_t *rc)
errno_t           915 uspace/lib/c/generic/async/client.c 	errno_t ret = async_connect_me_to_internal(exch->phone, iface, arg2,
errno_t           972 uspace/lib/c/generic/async/client.c     sysarg_t arg2, sysarg_t arg3, errno_t *rc)
errno_t           990 uspace/lib/c/generic/async/client.c 	errno_t ret = async_connect_me_to_internal(exch->phone, iface, arg2,
errno_t          1021 uspace/lib/c/generic/async/client.c async_sess_t *async_connect_kbox(task_id_t id, errno_t *rc)
errno_t          1032 uspace/lib/c/generic/async/client.c 	errno_t ret = ipc_connect_kbox(id, &phone);
errno_t          1054 uspace/lib/c/generic/async/client.c 	errno_t rc;
errno_t          1140 uspace/lib/c/generic/async/client.c 			errno_t rc;
errno_t          1236 uspace/lib/c/generic/async/client.c static errno_t async_share_in_start(async_exch_t *exch, size_t size,
errno_t          1244 uspace/lib/c/generic/async/client.c 	errno_t res = async_req_3_5(exch, IPC_M_SHARE_IN, (sysarg_t) size,
errno_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)
errno_t          1260 uspace/lib/c/generic/async/client.c errno_t async_share_in_start_0_1(async_exch_t *exch, size_t size,
errno_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,
errno_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,
errno_t          1287 uspace/lib/c/generic/async/client.c errno_t async_share_out_start(async_exch_t *exch, void *src, unsigned int flags)
errno_t          1322 uspace/lib/c/generic/async/client.c errno_t async_data_read_start(async_exch_t *exch, void *dst, size_t size)
errno_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)
errno_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,
errno_t           203 uspace/lib/c/generic/async/ports.c errno_t async_create_port_internal(iface_t iface, async_port_handler_t handler,
errno_t           234 uspace/lib/c/generic/async/ports.c errno_t async_create_port(iface_t iface, async_port_handler_t handler,
errno_t           318 uspace/lib/c/generic/async/server.c static errno_t connection_fibril(void *arg)
errno_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,
errno_t           470 uspace/lib/c/generic/async/server.c 	errno_t rc;
errno_t           534 uspace/lib/c/generic/async/server.c static errno_t route_call(ipc_call_t *call)
errno_t           545 uspace/lib/c/generic/async/server.c 	errno_t rc = mpsc_send(conn->msg_channel, call);
errno_t           560 uspace/lib/c/generic/async/server.c static errno_t notification_fibril_func(void *arg)
errno_t           621 uspace/lib/c/generic/async/server.c errno_t async_spawn_notification_handler(void)
errno_t           743 uspace/lib/c/generic/async/server.c errno_t async_irq_subscribe(int inr, async_notification_handler_t handler,
errno_t           751 uspace/lib/c/generic/async/server.c 	errno_t rc = ipc_irq_subscribe(inr, notification->imethod, ucode,
errno_t           766 uspace/lib/c/generic/async/server.c errno_t async_irq_unsubscribe(cap_irq_handle_t ihandle)
errno_t           783 uspace/lib/c/generic/async/server.c errno_t async_event_subscribe(event_type_t evno,
errno_t           802 uspace/lib/c/generic/async/server.c errno_t async_event_task_subscribe(event_task_type_t evno,
errno_t           819 uspace/lib/c/generic/async/server.c errno_t async_event_unmask(event_type_t evno)
errno_t           831 uspace/lib/c/generic/async/server.c errno_t async_event_task_unmask(event_task_type_t evno)
errno_t           859 uspace/lib/c/generic/async/server.c 	errno_t rc = mpsc_receive(fibril_connection->msg_channel,
errno_t           964 uspace/lib/c/generic/async/server.c 	errno_t rc = route_call(call);
errno_t           980 uspace/lib/c/generic/async/server.c static errno_t async_manager_worker(void)
errno_t           983 uspace/lib/c/generic/async/server.c 	errno_t rc;
errno_t          1002 uspace/lib/c/generic/async/server.c static errno_t async_manager_fibril(void *arg)
errno_t          1042 uspace/lib/c/generic/async/server.c errno_t async_accept_0(ipc_call_t *call)
errno_t          1050 uspace/lib/c/generic/async/server.c errno_t async_answer_0(ipc_call_t *call, errno_t retval)
errno_t          1058 uspace/lib/c/generic/async/server.c errno_t async_answer_1(ipc_call_t *call, errno_t retval, sysarg_t arg1)
errno_t          1066 uspace/lib/c/generic/async/server.c errno_t async_answer_2(ipc_call_t *call, errno_t retval, sysarg_t arg1,
errno_t          1075 uspace/lib/c/generic/async/server.c errno_t async_answer_3(ipc_call_t *call, errno_t retval, sysarg_t arg1,
errno_t          1084 uspace/lib/c/generic/async/server.c errno_t async_answer_4(ipc_call_t *call, errno_t retval, sysarg_t arg1,
errno_t          1093 uspace/lib/c/generic/async/server.c errno_t async_answer_5(ipc_call_t *call, errno_t retval, sysarg_t arg1,
errno_t          1102 uspace/lib/c/generic/async/server.c static errno_t async_forward_fast(ipc_call_t *call, async_exch_t *exch,
errno_t          1118 uspace/lib/c/generic/async/server.c static errno_t async_forward_slow(ipc_call_t *call, async_exch_t *exch,
errno_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,
errno_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,
errno_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,
errno_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,
errno_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,
errno_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,
errno_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,
errno_t          1195 uspace/lib/c/generic/async/server.c 	errno_t rc = async_req_5_0(exch, IPC_M_CONNECT_TO_ME, iface, arg2, arg3,
errno_t          1242 uspace/lib/c/generic/async/server.c errno_t async_share_in_finalize(ipc_call_t *call, void *src, unsigned int flags)
errno_t          1298 uspace/lib/c/generic/async/server.c errno_t async_share_out_finalize(ipc_call_t *call, void **dst)
errno_t          1353 uspace/lib/c/generic/async/server.c errno_t async_data_read_finalize(ipc_call_t *call, const void *src, size_t size)
errno_t          1367 uspace/lib/c/generic/async/server.c static errno_t async_data_read_forward_fast(async_exch_t *exch, sysarg_t imethod,
errno_t          1387 uspace/lib/c/generic/async/server.c 	errno_t retval = ipc_forward_fast(call.cap_handle, exch->phone, 0, 0, 0,
errno_t          1395 uspace/lib/c/generic/async/server.c 	errno_t rc;
errno_t          1398 uspace/lib/c/generic/async/server.c 	return (errno_t) rc;
errno_t          1401 uspace/lib/c/generic/async/server.c errno_t async_data_read_forward_0_0(async_exch_t *exch, sysarg_t imethod)
errno_t          1406 uspace/lib/c/generic/async/server.c errno_t async_data_read_forward_1_0(async_exch_t *exch, sysarg_t imethod,
errno_t          1412 uspace/lib/c/generic/async/server.c errno_t async_data_read_forward_2_0(async_exch_t *exch, sysarg_t imethod,
errno_t          1419 uspace/lib/c/generic/async/server.c errno_t async_data_read_forward_3_0(async_exch_t *exch, sysarg_t imethod,
errno_t          1426 uspace/lib/c/generic/async/server.c errno_t async_data_read_forward_4_0(async_exch_t *exch, sysarg_t imethod,
errno_t          1433 uspace/lib/c/generic/async/server.c errno_t async_data_read_forward_0_1(async_exch_t *exch, sysarg_t imethod,
errno_t          1440 uspace/lib/c/generic/async/server.c errno_t async_data_read_forward_1_1(async_exch_t *exch, sysarg_t imethod,
errno_t          1447 uspace/lib/c/generic/async/server.c errno_t async_data_read_forward_2_1(async_exch_t *exch, sysarg_t imethod,
errno_t          1454 uspace/lib/c/generic/async/server.c errno_t async_data_read_forward_3_1(async_exch_t *exch, sysarg_t imethod,
errno_t          1461 uspace/lib/c/generic/async/server.c errno_t async_data_read_forward_4_1(async_exch_t *exch, sysarg_t imethod,
errno_t          1511 uspace/lib/c/generic/async/server.c errno_t async_data_write_finalize(ipc_call_t *call, void *dst, size_t size)
errno_t          1539 uspace/lib/c/generic/async/server.c errno_t async_data_write_accept(void **data, const bool nullterm,
errno_t          1579 uspace/lib/c/generic/async/server.c 	errno_t rc = async_data_write_finalize(&call, arg_data, size);
errno_t          1602 uspace/lib/c/generic/async/server.c void async_data_write_void(errno_t retval)
errno_t          1612 uspace/lib/c/generic/async/server.c static errno_t async_data_write_forward_fast(async_exch_t *exch,
errno_t          1632 uspace/lib/c/generic/async/server.c 	errno_t retval = ipc_forward_fast(call.cap_handle, exch->phone, 0, 0, 0,
errno_t          1640 uspace/lib/c/generic/async/server.c 	errno_t rc;
errno_t          1643 uspace/lib/c/generic/async/server.c 	return (errno_t) rc;
errno_t          1646 uspace/lib/c/generic/async/server.c errno_t async_data_write_forward_0_0(async_exch_t *exch, sysarg_t imethod)
errno_t          1652 uspace/lib/c/generic/async/server.c errno_t async_data_write_forward_1_0(async_exch_t *exch, sysarg_t imethod,
errno_t          1659 uspace/lib/c/generic/async/server.c errno_t async_data_write_forward_2_0(async_exch_t *exch, sysarg_t imethod,
errno_t          1666 uspace/lib/c/generic/async/server.c errno_t async_data_write_forward_3_0(async_exch_t *exch, sysarg_t imethod,
errno_t          1673 uspace/lib/c/generic/async/server.c errno_t async_data_write_forward_4_0(async_exch_t *exch, sysarg_t imethod,
errno_t          1680 uspace/lib/c/generic/async/server.c errno_t async_data_write_forward_0_1(async_exch_t *exch, sysarg_t imethod,
errno_t          1687 uspace/lib/c/generic/async/server.c errno_t async_data_write_forward_1_1(async_exch_t *exch, sysarg_t imethod,
errno_t          1694 uspace/lib/c/generic/async/server.c errno_t async_data_write_forward_2_1(async_exch_t *exch, sysarg_t imethod,
errno_t          1701 uspace/lib/c/generic/async/server.c errno_t async_data_write_forward_3_1(async_exch_t *exch, sysarg_t imethod,
errno_t          1708 uspace/lib/c/generic/async/server.c errno_t async_data_write_forward_4_1(async_exch_t *exch, sysarg_t imethod,
errno_t          1810 uspace/lib/c/generic/async/server.c errno_t async_state_change_finalize(ipc_call_t *call, async_exch_t *other_exch)
errno_t            85 uspace/lib/c/generic/capa.c errno_t capa_to_blocks(capa_spec_t *capa, capa_vsel_t cvsel, size_t block_size,
errno_t            94 uspace/lib/c/generic/capa.c 	errno_t rc;
errno_t           148 uspace/lib/c/generic/capa.c 	errno_t rc;
errno_t           201 uspace/lib/c/generic/capa.c errno_t capa_format(capa_spec_t *capa, char **rstr)
errno_t           203 uspace/lib/c/generic/capa.c 	errno_t rc;
errno_t           235 uspace/lib/c/generic/capa.c static errno_t capa_digit_val(char c, int *val)
errno_t           275 uspace/lib/c/generic/capa.c errno_t capa_parse(const char *str, capa_spec_t *capa)
errno_t            69 uspace/lib/c/generic/ddi.c errno_t physmem_map(uintptr_t phys, size_t pages, unsigned int flags, void **virt)
errno_t            71 uspace/lib/c/generic/ddi.c 	return (errno_t) __SYSCALL5(SYS_PHYSMEM_MAP, (sysarg_t) phys,
errno_t            85 uspace/lib/c/generic/ddi.c errno_t physmem_unmap(void *virt)
errno_t            87 uspace/lib/c/generic/ddi.c 	return (errno_t) __SYSCALL1(SYS_PHYSMEM_UNMAP, (sysarg_t) virt);
errno_t           110 uspace/lib/c/generic/ddi.c errno_t dmamem_map(void *virt, size_t size, unsigned int map_flags,
errno_t           113 uspace/lib/c/generic/ddi.c 	return (errno_t) __SYSCALL6(SYS_DMAMEM_MAP, (sysarg_t) size,
errno_t           138 uspace/lib/c/generic/ddi.c errno_t dmamem_map_anonymous(size_t size, uintptr_t constraint,
errno_t           143 uspace/lib/c/generic/ddi.c 	return (errno_t) __SYSCALL6(SYS_DMAMEM_MAP, (sysarg_t) size,
errno_t           148 uspace/lib/c/generic/ddi.c errno_t dmamem_unmap(void *virt, size_t size)
errno_t           150 uspace/lib/c/generic/ddi.c 	return (errno_t) __SYSCALL3(SYS_DMAMEM_UNMAP, (sysarg_t) virt, (sysarg_t) size, 0);
errno_t           153 uspace/lib/c/generic/ddi.c errno_t dmamem_unmap_anonymous(void *virt)
errno_t           155 uspace/lib/c/generic/ddi.c 	return (errno_t) __SYSCALL3(SYS_DMAMEM_UNMAP, (sysarg_t) virt, 0,
errno_t           173 uspace/lib/c/generic/ddi.c static errno_t iospace_enable(task_id_t id, void *ioaddr, size_t size)
errno_t           181 uspace/lib/c/generic/ddi.c 	return (errno_t) __SYSCALL1(SYS_IOSPACE_ENABLE, (sysarg_t) &arg);
errno_t           197 uspace/lib/c/generic/ddi.c static errno_t iospace_disable(task_id_t id, void *ioaddr, size_t size)
errno_t           205 uspace/lib/c/generic/ddi.c 	return (errno_t) __SYSCALL1(SYS_IOSPACE_DISABLE, (sysarg_t) &arg);
errno_t           213 uspace/lib/c/generic/ddi.c errno_t pio_enable_range(addr_range_t *range, void **virt)
errno_t           231 uspace/lib/c/generic/ddi.c errno_t pio_enable_resource(pio_window_t *win, hw_resource_t *res, void **virt,
errno_t           279 uspace/lib/c/generic/ddi.c errno_t pio_enable(void *pio_addr, size_t size, void **virt)
errno_t           299 uspace/lib/c/generic/ddi.c 	errno_t rc = physmem_map(phys_frame, pages,
errno_t           317 uspace/lib/c/generic/ddi.c errno_t pio_disable(void *virt, size_t size)
errno_t            48 uspace/lib/c/generic/device/clock_dev.c errno_t
errno_t            52 uspace/lib/c/generic/device/clock_dev.c 	errno_t ret;
errno_t            62 uspace/lib/c/generic/device/clock_dev.c 	errno_t rc;
errno_t            69 uspace/lib/c/generic/device/clock_dev.c 	return (errno_t)rc;
errno_t            79 uspace/lib/c/generic/device/clock_dev.c errno_t
errno_t            83 uspace/lib/c/generic/device/clock_dev.c 	errno_t ret;
errno_t            93 uspace/lib/c/generic/device/clock_dev.c 	errno_t rc;
errno_t           100 uspace/lib/c/generic/device/clock_dev.c 	return (errno_t)rc;
errno_t            40 uspace/lib/c/generic/device/hw_res.c errno_t hw_res_get_resource_list(async_sess_t *sess,
errno_t            47 uspace/lib/c/generic/device/hw_res.c 	errno_t rc = async_req_1_1(exch, DEV_IFACE_ID(HW_RES_DEV_IFACE),
errno_t            77 uspace/lib/c/generic/device/hw_res.c errno_t hw_res_enable_interrupt(async_sess_t *sess, int irq)
errno_t            81 uspace/lib/c/generic/device/hw_res.c 	errno_t rc = async_req_2_0(exch, DEV_IFACE_ID(HW_RES_DEV_IFACE),
errno_t            88 uspace/lib/c/generic/device/hw_res.c errno_t hw_res_disable_interrupt(async_sess_t *sess, int irq)
errno_t            92 uspace/lib/c/generic/device/hw_res.c 	errno_t rc = async_req_2_0(exch, DEV_IFACE_ID(HW_RES_DEV_IFACE),
errno_t            99 uspace/lib/c/generic/device/hw_res.c errno_t hw_res_clear_interrupt(async_sess_t *sess, int irq)
errno_t           103 uspace/lib/c/generic/device/hw_res.c 	errno_t rc = async_req_2_0(exch, DEV_IFACE_ID(HW_RES_DEV_IFACE),
errno_t           124 uspace/lib/c/generic/device/hw_res.c errno_t hw_res_dma_channel_setup(async_sess_t *sess,
errno_t           130 uspace/lib/c/generic/device/hw_res.c 	const errno_t ret = async_req_4_0(exch, DEV_IFACE_ID(HW_RES_DEV_IFACE),
errno_t           147 uspace/lib/c/generic/device/hw_res.c errno_t hw_res_dma_channel_remain(async_sess_t *sess, unsigned channel, size_t *rem)
errno_t           152 uspace/lib/c/generic/device/hw_res.c 	const errno_t ret = async_req_2_1(exch, DEV_IFACE_ID(HW_RES_DEV_IFACE),
errno_t           196 uspace/lib/c/generic/device/hw_res_parsed.c errno_t hw_res_list_parse(const pio_window_t *win,
errno_t           255 uspace/lib/c/generic/device/hw_res_parsed.c errno_t hw_res_get_list_parsed(async_sess_t *sess,
errno_t           259 uspace/lib/c/generic/device/hw_res_parsed.c 	errno_t rc;
errno_t            39 uspace/lib/c/generic/device/pio_window.c errno_t pio_window_get(async_sess_t *sess, pio_window_t *pio_win)
errno_t            41 uspace/lib/c/generic/device/pio_window.c 	errno_t rc;
errno_t            64 uspace/lib/c/generic/dirent.c 	errno_t rc = vfs_lookup(dirname, WALK_DIRECTORY, &fd);
errno_t            92 uspace/lib/c/generic/dirent.c 	errno_t rc;
errno_t           125 uspace/lib/c/generic/dirent.c 	errno_t rc = vfs_put(dirp->fd);
errno_t            57 uspace/lib/c/generic/elf/elf_load.c errno_t elf_load(int file, elf_info_t *info)
errno_t            62 uspace/lib/c/generic/elf/elf_load.c 	errno_t rc;
errno_t            66 uspace/lib/c/generic/elf/elf_mod.c static errno_t elf_load_module(elf_ld_t *elf);
errno_t            67 uspace/lib/c/generic/elf/elf_mod.c static errno_t segment_header(elf_ld_t *elf, elf_segment_header_t *entry);
errno_t            68 uspace/lib/c/generic/elf/elf_mod.c static errno_t load_segment(elf_ld_t *elf, elf_segment_header_t *entry);
errno_t            85 uspace/lib/c/generic/elf/elf_mod.c errno_t elf_load_file(int file, eld_flags_t flags, elf_finfo_t *info)
errno_t            90 uspace/lib/c/generic/elf/elf_mod.c 	errno_t rc = vfs_clone(file, -1, true, &ofile);
errno_t           108 uspace/lib/c/generic/elf/elf_mod.c errno_t elf_load_file_name(const char *path, eld_flags_t flags, elf_finfo_t *info)
errno_t           111 uspace/lib/c/generic/elf/elf_mod.c 	errno_t rc = vfs_lookup(path, 0, &file);
errno_t           130 uspace/lib/c/generic/elf/elf_mod.c static errno_t elf_load_module(elf_ld_t *elf)
errno_t           137 uspace/lib/c/generic/elf/elf_mod.c 	errno_t rc;
errno_t           319 uspace/lib/c/generic/elf/elf_mod.c static errno_t segment_header(elf_ld_t *elf, elf_segment_header_t *entry)
errno_t           381 uspace/lib/c/generic/elf/elf_mod.c errno_t load_segment(elf_ld_t *elf, elf_segment_header_t *entry)
errno_t           391 uspace/lib/c/generic/elf/elf_mod.c 	errno_t rc;
errno_t            38 uspace/lib/c/generic/errno.c static fibril_local errno_t fibril_errno;
errno_t            40 uspace/lib/c/generic/errno.c errno_t *__errno(void)
errno_t            50 uspace/lib/c/generic/event.c errno_t ipc_event_subscribe(event_type_t evno, sysarg_t imethod)
errno_t            52 uspace/lib/c/generic/event.c 	return (errno_t) __SYSCALL2(SYS_IPC_EVENT_SUBSCRIBE, (sysarg_t) evno,
errno_t            64 uspace/lib/c/generic/event.c errno_t ipc_event_task_subscribe(event_task_type_t evno, sysarg_t imethod)
errno_t            66 uspace/lib/c/generic/event.c 	return (errno_t) __SYSCALL2(SYS_IPC_EVENT_SUBSCRIBE, (sysarg_t) evno,
errno_t            77 uspace/lib/c/generic/event.c errno_t ipc_event_unsubscribe(event_type_t evno)
errno_t            79 uspace/lib/c/generic/event.c 	return (errno_t) __SYSCALL1(SYS_IPC_EVENT_UNSUBSCRIBE, (sysarg_t) evno);
errno_t            89 uspace/lib/c/generic/event.c errno_t ipc_event_task_unsubscribe(event_task_type_t evno)
errno_t            91 uspace/lib/c/generic/event.c 	return (errno_t) __SYSCALL1(SYS_IPC_EVENT_UNSUBSCRIBE, (sysarg_t) evno);
errno_t           101 uspace/lib/c/generic/event.c errno_t ipc_event_unmask(event_type_t evno)
errno_t           103 uspace/lib/c/generic/event.c 	return (errno_t) __SYSCALL1(SYS_IPC_EVENT_UNMASK, (sysarg_t) evno);
errno_t           113 uspace/lib/c/generic/event.c errno_t ipc_event_task_unmask(event_task_type_t evno)
errno_t           115 uspace/lib/c/generic/event.c 	return (errno_t) __SYSCALL1(SYS_IPC_EVENT_UNMASK, (sysarg_t) evno);
errno_t            50 uspace/lib/c/generic/imath.c errno_t ipow10_u64(unsigned exp, uint64_t *res)
errno_t           359 uspace/lib/c/generic/io/io.c 	errno_t rc = vfs_lookup(path, flags, &file);
errno_t           427 uspace/lib/c/generic/io/io.c 	errno_t rc = 0;
errno_t           530 uspace/lib/c/generic/io/io.c 	errno_t rc;
errno_t           877 uspace/lib/c/generic/io/io.c 	errno_t rc;
errno_t          1013 uspace/lib/c/generic/io/io.c errno_t vfs_fhandle(FILE *stream, int *handle)
errno_t          1034 uspace/lib/c/generic/io/io.c 	errno_t rc;
errno_t          1056 uspace/lib/c/generic/io/io.c 	errno_t rc;
errno_t          1077 uspace/lib/c/generic/io/io.c 	errno_t rc;
errno_t          1092 uspace/lib/c/generic/io/io.c 	errno_t rc;
errno_t            69 uspace/lib/c/generic/io/kio.c errno_t kio_write(const void *buf, size_t size, size_t *nwritten)
errno_t            44 uspace/lib/c/generic/io/klog.c errno_t klog_write(log_level_t lvl, const void *buf, size_t size)
errno_t            46 uspace/lib/c/generic/io/klog.c 	return (errno_t) __SYSCALL4(SYS_KLOG, KLOG_WRITE, (sysarg_t) buf,
errno_t            50 uspace/lib/c/generic/io/klog.c errno_t klog_read(void *data, size_t size, size_t *nread)
errno_t            52 uspace/lib/c/generic/io/klog.c 	return (errno_t) __SYSCALL5(SYS_KLOG, KLOG_READ, (uintptr_t) data,
errno_t            77 uspace/lib/c/generic/io/log.c static errno_t logger_message(async_sess_t *session, log_t log, log_level_t level, char *message)
errno_t            91 uspace/lib/c/generic/io/log.c 	errno_t rc = async_data_write_start(exchange, message, str_size(message));
errno_t            92 uspace/lib/c/generic/io/log.c 	errno_t reg_msg_rc;
errno_t           130 uspace/lib/c/generic/io/log.c errno_t log_level_from_str(const char *name, log_level_t *level_out)
errno_t           163 uspace/lib/c/generic/io/log.c errno_t log_init(const char *prog_name)
errno_t           169 uspace/lib/c/generic/io/log.c 	errno_t rc;
errno_t           201 uspace/lib/c/generic/io/log.c 	errno_t rc = async_data_write_start(exchange, name, str_size(name));
errno_t           202 uspace/lib/c/generic/io/log.c 	errno_t reg_msg_rc;
errno_t            45 uspace/lib/c/generic/io/logctl.c static errno_t start_logger_exchange(async_exch_t **exchange_out)
errno_t            50 uspace/lib/c/generic/io/logctl.c 		errno_t rc;
errno_t            81 uspace/lib/c/generic/io/logctl.c errno_t logctl_set_default_level(log_level_t new_level)
errno_t            84 uspace/lib/c/generic/io/logctl.c 	errno_t rc = start_logger_exchange(&exchange);
errno_t            88 uspace/lib/c/generic/io/logctl.c 	rc = (errno_t) async_req_1_0(exchange,
errno_t           104 uspace/lib/c/generic/io/logctl.c errno_t logctl_set_log_level(const char *logname, log_level_t new_level)
errno_t           107 uspace/lib/c/generic/io/logctl.c 	errno_t rc = start_logger_exchange(&exchange);
errno_t           114 uspace/lib/c/generic/io/logctl.c 	errno_t reg_msg_rc;
errno_t           122 uspace/lib/c/generic/io/logctl.c 	return (errno_t) reg_msg_rc;
errno_t           129 uspace/lib/c/generic/io/logctl.c errno_t logctl_set_root(void)
errno_t           132 uspace/lib/c/generic/io/logctl.c 	errno_t rc = start_logger_exchange(&exchange);
errno_t           140 uspace/lib/c/generic/io/logctl.c 	errno_t reg_msg_rc;
errno_t           148 uspace/lib/c/generic/io/logctl.c 	return (errno_t) reg_msg_rc;
errno_t            54 uspace/lib/c/generic/io/table.c static errno_t table_add_row(table_t *table, table_row_t **rrow)
errno_t            77 uspace/lib/c/generic/io/table.c static errno_t table_row_add_cell(table_row_t *row, table_cell_t **rcell)
errno_t           102 uspace/lib/c/generic/io/table.c static errno_t table_add_column(table_t *table, table_column_t **rcolumn)
errno_t           124 uspace/lib/c/generic/io/table.c static errno_t table_write_next_cell(table_t *table)
errno_t           126 uspace/lib/c/generic/io/table.c 	errno_t rc;
errno_t           158 uspace/lib/c/generic/io/table.c static errno_t table_write_next_row(table_t *table)
errno_t           160 uspace/lib/c/generic/io/table.c 	errno_t rc;
errno_t           275 uspace/lib/c/generic/io/table.c static errno_t table_cell_extend(table_cell_t *cell, const char *str, size_t len)
errno_t           301 uspace/lib/c/generic/io/table.c errno_t table_create(table_t **rtable)
errno_t           304 uspace/lib/c/generic/io/table.c 	errno_t rc;
errno_t           380 uspace/lib/c/generic/io/table.c errno_t table_print_out(table_t *table, FILE *f)
errno_t           477 uspace/lib/c/generic/io/table.c errno_t table_printf(table_t *table, const char *fmt, ...)
errno_t           480 uspace/lib/c/generic/io/table.c 	errno_t rc;
errno_t           551 uspace/lib/c/generic/io/table.c errno_t table_get_error(table_t *table)
errno_t            69 uspace/lib/c/generic/ipc.c errno_t ipc_call_async_fast(cap_phone_handle_t phandle, sysarg_t imethod,
errno_t            94 uspace/lib/c/generic/ipc.c errno_t ipc_call_async_slow(cap_phone_handle_t phandle, sysarg_t imethod,
errno_t           128 uspace/lib/c/generic/ipc.c errno_t ipc_answer_fast(cap_call_handle_t chandle, errno_t retval,
errno_t           131 uspace/lib/c/generic/ipc.c 	return (errno_t) __SYSCALL6(SYS_IPC_ANSWER_FAST,
errno_t           149 uspace/lib/c/generic/ipc.c errno_t ipc_answer_slow(cap_call_handle_t chandle, errno_t retval,
errno_t           161 uspace/lib/c/generic/ipc.c 	return (errno_t) __SYSCALL2(SYS_IPC_ANSWER_SLOW,
errno_t           173 uspace/lib/c/generic/ipc.c errno_t ipc_wait(ipc_call_t *call, sysarg_t usec, unsigned int flags)
errno_t           186 uspace/lib/c/generic/ipc.c errno_t ipc_hangup(cap_phone_handle_t phandle)
errno_t           188 uspace/lib/c/generic/ipc.c 	return (errno_t) __SYSCALL1(SYS_IPC_HANGUP, cap_handle_raw(phandle));
errno_t           208 uspace/lib/c/generic/ipc.c errno_t ipc_forward_fast(cap_call_handle_t chandle, cap_phone_handle_t phandle,
errno_t           211 uspace/lib/c/generic/ipc.c 	return (errno_t) __SYSCALL6(SYS_IPC_FORWARD_FAST,
errno_t           216 uspace/lib/c/generic/ipc.c errno_t ipc_forward_slow(cap_call_handle_t chandle, cap_phone_handle_t phandle,
errno_t           229 uspace/lib/c/generic/ipc.c 	return (errno_t) __SYSCALL4(SYS_IPC_FORWARD_SLOW,
errno_t           237 uspace/lib/c/generic/ipc.c errno_t ipc_connect_kbox(task_id_t id, cap_phone_handle_t *phone)
errno_t           239 uspace/lib/c/generic/ipc.c 	return (errno_t) __SYSCALL2(SYS_IPC_CONNECT_KBOX, (sysarg_t) &id, (sysarg_t) phone);
errno_t            65 uspace/lib/c/generic/irq.c errno_t ipc_irq_subscribe(int inr, sysarg_t method, const irq_code_t *ucode,
errno_t            71 uspace/lib/c/generic/irq.c 	return (errno_t) __SYSCALL4(SYS_IPC_IRQ_SUBSCRIBE, inr, method,
errno_t            82 uspace/lib/c/generic/irq.c errno_t ipc_irq_unsubscribe(cap_irq_handle_t cap)
errno_t            84 uspace/lib/c/generic/irq.c 	return (errno_t) __SYSCALL1(SYS_IPC_IRQ_UNSUBSCRIBE,
errno_t            58 uspace/lib/c/generic/loader.c errno_t loader_spawn(const char *name)
errno_t            60 uspace/lib/c/generic/loader.c 	return (errno_t) __SYSCALL2(SYS_PROGRAM_SPAWN_LOADER,
errno_t            71 uspace/lib/c/generic/loader.c loader_t *loader_connect(errno_t *rc)
errno_t            98 uspace/lib/c/generic/loader.c errno_t loader_get_task_id(loader_t *ldr, task_id_t *task_id)
errno_t           105 uspace/lib/c/generic/loader.c 	errno_t rc = async_data_read_start(exch, task_id, sizeof(task_id_t));
errno_t           111 uspace/lib/c/generic/loader.c 		return (errno_t) rc;
errno_t           115 uspace/lib/c/generic/loader.c 	return (errno_t) rc;
errno_t           127 uspace/lib/c/generic/loader.c errno_t loader_set_cwd(loader_t *ldr)
errno_t           142 uspace/lib/c/generic/loader.c 	errno_t rc = async_data_write_start(exch, cwd, len);
errno_t           149 uspace/lib/c/generic/loader.c 		return (errno_t) rc;
errno_t           153 uspace/lib/c/generic/loader.c 	return (errno_t) rc;
errno_t           165 uspace/lib/c/generic/loader.c errno_t loader_set_program(loader_t *ldr, const char *name, int file)
errno_t           172 uspace/lib/c/generic/loader.c 	errno_t rc = async_data_write_start(exch, name, str_size(name) + 1);
errno_t           183 uspace/lib/c/generic/loader.c 		return (errno_t) rc;
errno_t           187 uspace/lib/c/generic/loader.c 	return (errno_t) rc;
errno_t           198 uspace/lib/c/generic/loader.c errno_t loader_set_program_path(loader_t *ldr, const char *path)
errno_t           206 uspace/lib/c/generic/loader.c 	errno_t rc = vfs_lookup(path, 0, &fd);
errno_t           228 uspace/lib/c/generic/loader.c errno_t loader_set_args(loader_t *ldr, const char *const argv[])
errno_t           260 uspace/lib/c/generic/loader.c 	errno_t rc = async_data_write_start(exch, (void *) arg_buf,
errno_t           268 uspace/lib/c/generic/loader.c 		return (errno_t) rc;
errno_t           272 uspace/lib/c/generic/loader.c 	return (errno_t) rc;
errno_t           284 uspace/lib/c/generic/loader.c errno_t loader_add_inbox(loader_t *ldr, const char *name, int file)
errno_t           291 uspace/lib/c/generic/loader.c 	errno_t rc = async_data_write_start(exch, name, str_size(name) + 1);
errno_t           305 uspace/lib/c/generic/loader.c 	return (errno_t) rc;
errno_t           318 uspace/lib/c/generic/loader.c errno_t loader_load_program(loader_t *ldr)
errno_t           321 uspace/lib/c/generic/loader.c 	errno_t rc = async_req_0_0(exch, LOADER_LOAD);
errno_t           341 uspace/lib/c/generic/loader.c errno_t loader_run(loader_t *ldr)
errno_t           344 uspace/lib/c/generic/loader.c 	errno_t rc = async_req_0_0(exch, LOADER_RUN);
errno_t           100 uspace/lib/c/generic/loc.c static errno_t loc_callback_create(void)
errno_t           110 uspace/lib/c/generic/loc.c 		errno_t rc = async_create_callback_port(exch, INTERFACE_LOC_CB, 0, 0,
errno_t           118 uspace/lib/c/generic/loc.c 		errno_t retval;
errno_t           194 uspace/lib/c/generic/loc.c errno_t loc_server_register(const char *name, loc_srv_t **rsrv)
errno_t           214 uspace/lib/c/generic/loc.c 	errno_t retval = async_data_write_start(exch, name, str_size(name));
errno_t           263 uspace/lib/c/generic/loc.c errno_t loc_service_register(loc_srv_t *srv, const char *fqsn,
errno_t           269 uspace/lib/c/generic/loc.c 	errno_t retval = async_data_write_start(exch, fqsn, str_size(fqsn));
errno_t           303 uspace/lib/c/generic/loc.c errno_t loc_service_unregister(loc_srv_t *srv, service_id_t sid)
errno_t           306 uspace/lib/c/generic/loc.c 	errno_t retval;
errno_t           312 uspace/lib/c/generic/loc.c 	return (errno_t)retval;
errno_t           315 uspace/lib/c/generic/loc.c errno_t loc_service_get_id(const char *fqdn, service_id_t *handle,
errno_t           331 uspace/lib/c/generic/loc.c 	errno_t retval = async_data_write_start(exch, fqdn, str_size(fqdn));
errno_t           365 uspace/lib/c/generic/loc.c static errno_t loc_get_name_internal(sysarg_t method, sysarg_t id, char **name)
errno_t           371 uspace/lib/c/generic/loc.c 	errno_t dretval;
errno_t           389 uspace/lib/c/generic/loc.c 	errno_t retval;
errno_t           415 uspace/lib/c/generic/loc.c errno_t loc_category_get_name(category_id_t cat_id, char **name)
errno_t           429 uspace/lib/c/generic/loc.c errno_t loc_service_get_name(service_id_t svc_id, char **name)
errno_t           443 uspace/lib/c/generic/loc.c errno_t loc_service_get_server_name(service_id_t svc_id, char **name)
errno_t           448 uspace/lib/c/generic/loc.c errno_t loc_namespace_get_id(const char *name, service_id_t *handle,
errno_t           464 uspace/lib/c/generic/loc.c 	errno_t retval = async_data_write_start(exch, name, str_size(name));
errno_t           497 uspace/lib/c/generic/loc.c errno_t loc_category_get_id(const char *name, category_id_t *cat_id,
errno_t           513 uspace/lib/c/generic/loc.c 	errno_t retval = async_data_write_start(exch, name, str_size(name));
errno_t           542 uspace/lib/c/generic/loc.c 	errno_t retval = async_req_1_1(exch, LOC_ID_PROBE, handle, &type);
errno_t           573 uspace/lib/c/generic/loc.c 	errno_t retval = async_req_0_1(exch, LOC_NULL_CREATE, &null_id);
errno_t           593 uspace/lib/c/generic/loc.c 	errno_t retval = async_req_0_1(exch, LOC_GET_NAMESPACE_COUNT, &count);
errno_t           608 uspace/lib/c/generic/loc.c errno_t loc_service_add_to_cat(loc_srv_t *srv, service_id_t svc_id,
errno_t           612 uspace/lib/c/generic/loc.c 	errno_t retval;
errno_t           625 uspace/lib/c/generic/loc.c 	errno_t retval = async_req_1_1(exch, LOC_GET_SERVICE_COUNT, ns_handle,
errno_t           670 uspace/lib/c/generic/loc.c 		errno_t rc = async_data_read_start(exch, devs, count * sizeof(loc_sdesc_t));
errno_t           689 uspace/lib/c/generic/loc.c 		errno_t retval;
errno_t           719 uspace/lib/c/generic/loc.c 		errno_t rc = async_data_read_start(exch, devs, count * sizeof(loc_sdesc_t));
errno_t           738 uspace/lib/c/generic/loc.c 		errno_t retval;
errno_t           749 uspace/lib/c/generic/loc.c static errno_t loc_category_get_ids_once(sysarg_t method, sysarg_t arg1,
errno_t           756 uspace/lib/c/generic/loc.c 	errno_t rc = async_data_read_start(exch, id_buf, buf_size);
errno_t           765 uspace/lib/c/generic/loc.c 	errno_t retval;
errno_t           786 uspace/lib/c/generic/loc.c static errno_t loc_get_ids_internal(sysarg_t method, sysarg_t arg1,
errno_t           793 uspace/lib/c/generic/loc.c 	errno_t rc = loc_category_get_ids_once(method, arg1, NULL, 0,
errno_t           835 uspace/lib/c/generic/loc.c errno_t loc_category_get_svcs(category_id_t cat_id, service_id_t **data,
errno_t           850 uspace/lib/c/generic/loc.c errno_t loc_get_categories(category_id_t **data, size_t *count)
errno_t           856 uspace/lib/c/generic/loc.c errno_t loc_register_cat_change_cb(loc_cat_change_cb_t cb_fun, void *cb_arg)
errno_t           357 uspace/lib/c/generic/malloc.c 	errno_t ret = as_area_resize(area->start, asize, 0);
errno_t           450 uspace/lib/c/generic/malloc.c 			errno_t ret = as_area_resize(area->start, asize, 0);
errno_t            48 uspace/lib/c/generic/ns.c errno_t service_register(service_t service, iface_t iface,
errno_t            51 uspace/lib/c/generic/ns.c 	errno_t rc;
errno_t            74 uspace/lib/c/generic/ns.c 	errno_t retval;
errno_t            79 uspace/lib/c/generic/ns.c errno_t service_register_broker(service_t service, async_port_handler_t handler,
errno_t            84 uspace/lib/c/generic/ns.c 	errno_t rc;
errno_t           102 uspace/lib/c/generic/ns.c 	errno_t retval;
errno_t           118 uspace/lib/c/generic/ns.c     errno_t *rc)
errno_t           156 uspace/lib/c/generic/ns.c     sysarg_t arg3, errno_t *rc)
errno_t           180 uspace/lib/c/generic/ns.c errno_t ns_ping(void)
errno_t           182 uspace/lib/c/generic/ns.c 	errno_t rc;
errno_t           194 uspace/lib/c/generic/ns.c errno_t ns_intro(task_id_t id)
errno_t           196 uspace/lib/c/generic/ns.c 	errno_t rc;
errno_t           208 uspace/lib/c/generic/ns.c async_sess_t *ns_session_get(errno_t *rc)
errno_t            50 uspace/lib/c/generic/perm.c errno_t perm_grant(task_id_t id, unsigned int perms)
errno_t            54 uspace/lib/c/generic/perm.c 	return (errno_t) __SYSCALL2(SYS_PERM_GRANT, (sysarg_t) &arg, (sysarg_t) perms);
errno_t            58 uspace/lib/c/generic/perm.c 	return (errno_t) __SYSCALL2(SYS_PERM_GRANT, (sysarg_t) id, (sysarg_t) perms);
errno_t            70 uspace/lib/c/generic/perm.c errno_t perm_revoke(task_id_t id, unsigned int perms)
errno_t            74 uspace/lib/c/generic/perm.c 	return (errno_t) __SYSCALL2(SYS_PERM_REVOKE, (sysarg_t) &arg, (sysarg_t) perms);
errno_t            78 uspace/lib/c/generic/perm.c 	return (errno_t) __SYSCALL2(SYS_PERM_REVOKE, (sysarg_t) id, (sysarg_t) perms);
errno_t           104 uspace/lib/c/generic/pio_trace.c errno_t pio_trace_enable(void *base, size_t size, trace_fnc log, void *data)
errno_t           103 uspace/lib/c/generic/private/async.h extern errno_t async_create_port_internal(iface_t, async_port_handler_t,
errno_t            57 uspace/lib/c/generic/private/fibril.h 	errno_t (*func)(void *);
errno_t            61 uspace/lib/c/generic/private/fibril.h 	errno_t retval;
errno_t            85 uspace/lib/c/generic/private/fibril.h extern errno_t fibril_wait_timeout(fibril_event_t *, const struct timespec *);
errno_t            88 uspace/lib/c/generic/private/fibril.h extern errno_t fibril_ipc_wait(ipc_call_t *, const struct timespec *);
errno_t           124 uspace/lib/c/generic/private/fibril.h extern errno_t fibril_rmutex_initialize(fibril_rmutex_t *);
errno_t            56 uspace/lib/c/generic/private/futex.h extern errno_t futex_initialize(futex_t *futex, int value);
errno_t            58 uspace/lib/c/generic/private/futex.h static inline errno_t futex_destroy(futex_t *futex)
errno_t            61 uspace/lib/c/generic/private/futex.h 		errno_t rc;
errno_t            98 uspace/lib/c/generic/private/futex.h static inline errno_t futex_allocate_waitq(futex_t *futex)
errno_t           119 uspace/lib/c/generic/private/futex.h static inline errno_t futex_down_composable(futex_t *futex,
errno_t           163 uspace/lib/c/generic/private/futex.h static inline errno_t futex_up(futex_t *futex)
errno_t           171 uspace/lib/c/generic/private/futex.h static inline errno_t futex_down_timeout(futex_t *futex,
errno_t           179 uspace/lib/c/generic/private/futex.h 	errno_t rc = futex_down_composable(futex, expires);
errno_t           221 uspace/lib/c/generic/private/futex.h static inline errno_t futex_down(futex_t *futex)
errno_t            41 uspace/lib/c/generic/private/scanf.h extern errno_t __fstrtold(FILE *, int *, size_t, long double *);
errno_t            46 uspace/lib/c/generic/private/thread.h extern errno_t thread_create(void (*)(void *), void *, const char *,
errno_t            51 uspace/lib/c/generic/rndgen.c errno_t rndgen_create(rndgen_t **rrndgen)
errno_t            86 uspace/lib/c/generic/rndgen.c errno_t rndgen_uint8(rndgen_t *rndgen, uint8_t *rb)
errno_t           100 uspace/lib/c/generic/rndgen.c errno_t rndgen_uint32(rndgen_t *rndgen, uint32_t *rw)
errno_t           105 uspace/lib/c/generic/rndgen.c 	errno_t rc;
errno_t            63 uspace/lib/c/generic/rtld/module.c errno_t module_create_static_exec(rtld_t *rtld, module_t **rmodule)
errno_t           187 uspace/lib/c/generic/rtld/module.c 	errno_t rc;
errno_t           258 uspace/lib/c/generic/rtld/module.c errno_t module_load_deps(module_t *m, mlflags_t flags)
errno_t           309 uspace/lib/c/generic/rtld/module.c 				errno_t rc = module_load_deps(dm, flags);
errno_t            48 uspace/lib/c/generic/rtld/rtld.c errno_t rtld_init_static(void)
errno_t            50 uspace/lib/c/generic/rtld/rtld.c 	errno_t rc;
errno_t            72 uspace/lib/c/generic/rtld/rtld.c errno_t rtld_prog_process(elf_finfo_t *p_info, rtld_t **rre)
errno_t           127 uspace/lib/c/generic/rtld/rtld.c 	errno_t rc = module_load_deps(prog, 0);
errno_t            39 uspace/lib/c/generic/smc.c errno_t smc_coherence(void *address, size_t size)
errno_t            41 uspace/lib/c/generic/smc.c 	return (errno_t) __SYSCALL2(SYS_SMC_COHERENCE, (sysarg_t) address,
errno_t            45 uspace/lib/c/generic/stacktrace.c static errno_t stacktrace_read_uintptr(void *arg, uintptr_t addr, uintptr_t *data);
errno_t            63 uspace/lib/c/generic/stacktrace.c 	errno_t rc;
errno_t           111 uspace/lib/c/generic/stacktrace.c static errno_t stacktrace_read_uintptr(void *arg, uintptr_t addr, uintptr_t *data)
errno_t            86 uspace/lib/c/generic/stdio.c 	errno_t rc;
errno_t           104 uspace/lib/c/generic/stdio.c 	errno_t rc;
errno_t           352 uspace/lib/c/generic/stdio/scanf.c static errno_t strbuf_init(strbuf_t *strbuf, cvtspec_t *spec, va_encaps_t *va)
errno_t           397 uspace/lib/c/generic/stdio/scanf.c static errno_t strbuf_write(strbuf_t *strbuf, size_t idx, char c)
errno_t           453 uspace/lib/c/generic/stdio/scanf.c static errno_t vfscanf_skip_ws(FILE *f, int *numchar)
errno_t           475 uspace/lib/c/generic/stdio/scanf.c static errno_t vfscanf_match_ws(FILE *f, int *numchar, const char **fmt)
errno_t           477 uspace/lib/c/generic/stdio/scanf.c 	errno_t rc;
errno_t           496 uspace/lib/c/generic/stdio/scanf.c static errno_t __fstrtoimax(FILE *f, int *numchar, int base, size_t width,
errno_t           499 uspace/lib/c/generic/stdio/scanf.c 	errno_t rc;
errno_t           588 uspace/lib/c/generic/stdio/scanf.c static errno_t __fstrtoumax(FILE *f, int *numchar, int base, size_t width,
errno_t           591 uspace/lib/c/generic/stdio/scanf.c 	errno_t rc;
errno_t           667 uspace/lib/c/generic/stdio/scanf.c errno_t __fstrtold(FILE *f, int *numchar, size_t width,
errno_t           670 uspace/lib/c/generic/stdio/scanf.c 	errno_t rc;
errno_t           843 uspace/lib/c/generic/stdio/scanf.c static errno_t __fgetchars(FILE *f, int *numchar, size_t width,
errno_t           848 uspace/lib/c/generic/stdio/scanf.c 	errno_t rc;
errno_t           870 uspace/lib/c/generic/stdio/scanf.c static errno_t __fgetstr(FILE *f, int *numchar, size_t width, strbuf_t *strbuf,
errno_t           875 uspace/lib/c/generic/stdio/scanf.c 	errno_t rc;
errno_t           876 uspace/lib/c/generic/stdio/scanf.c 	errno_t rc2;
errno_t           976 uspace/lib/c/generic/stdio/scanf.c static errno_t __fgetscanstr(FILE *f, int *numchar, size_t width,
errno_t           981 uspace/lib/c/generic/stdio/scanf.c 	errno_t rc;
errno_t           982 uspace/lib/c/generic/stdio/scanf.c 	errno_t rc2;
errno_t          1017 uspace/lib/c/generic/stdio/scanf.c static errno_t vfscanf_cvt(FILE *f, const char **fmt, va_encaps_t *va,
errno_t          1020 uspace/lib/c/generic/stdio/scanf.c 	errno_t rc;
errno_t            61 uspace/lib/c/generic/stdlib.c 	errno_t rc;
errno_t            51 uspace/lib/c/generic/sysinfo.c static errno_t sysinfo_get_keys_size(const char *path, size_t *size)
errno_t            53 uspace/lib/c/generic/sysinfo.c 	return (errno_t) __SYSCALL3(SYS_SYSINFO_GET_KEYS_SIZE, (sysarg_t) path,
errno_t            77 uspace/lib/c/generic/sysinfo.c 	errno_t ret = sysinfo_get_keys_size(path, size);
errno_t            94 uspace/lib/c/generic/sysinfo.c 	ret = (errno_t) __SYSCALL5(SYS_SYSINFO_GET_KEYS, (sysarg_t) path,
errno_t           129 uspace/lib/c/generic/sysinfo.c errno_t sysinfo_get_value(const char *path, sysarg_t *value)
errno_t           131 uspace/lib/c/generic/sysinfo.c 	return (errno_t) __SYSCALL3(SYS_SYSINFO_GET_VALUE, (sysarg_t) path,
errno_t           144 uspace/lib/c/generic/sysinfo.c static errno_t sysinfo_get_data_size(const char *path, size_t *size)
errno_t           146 uspace/lib/c/generic/sysinfo.c 	return (errno_t) __SYSCALL3(SYS_SYSINFO_GET_DATA_SIZE, (sysarg_t) path,
errno_t           170 uspace/lib/c/generic/sysinfo.c 	errno_t ret = sysinfo_get_data_size(path, size);
errno_t           188 uspace/lib/c/generic/sysinfo.c 	ret = (errno_t) __SYSCALL5(SYS_SYSINFO_GET_DATA, (sysarg_t) path,
errno_t            75 uspace/lib/c/generic/task.c errno_t task_set_name(const char *name)
errno_t            79 uspace/lib/c/generic/task.c 	return (errno_t) __SYSCALL2(SYS_TASK_SET_NAME, (sysarg_t) name, str_size(name));
errno_t            89 uspace/lib/c/generic/task.c errno_t task_kill(task_id_t task_id)
errno_t            91 uspace/lib/c/generic/task.c 	return (errno_t) __SYSCALL1(SYS_TASK_KILL, (sysarg_t) &task_id);
errno_t           111 uspace/lib/c/generic/task.c errno_t task_spawnv_debug(task_id_t *id, task_wait_t *wait, const char *path,
errno_t           150 uspace/lib/c/generic/task.c errno_t task_spawnv(task_id_t *id, task_wait_t *wait, const char *path,
errno_t           176 uspace/lib/c/generic/task.c errno_t task_spawnvf_debug(task_id_t *id, task_wait_t *wait,
errno_t           183 uspace/lib/c/generic/task.c 	errno_t rc;
errno_t           309 uspace/lib/c/generic/task.c errno_t task_spawnvf(task_id_t *id, task_wait_t *wait, const char *path,
errno_t           331 uspace/lib/c/generic/task.c errno_t task_spawn(task_id_t *task_id, task_wait_t *wait, const char *path,
errno_t           348 uspace/lib/c/generic/task.c 	errno_t rc = task_spawnv(task_id, wait, path, arglist);
errno_t           369 uspace/lib/c/generic/task.c errno_t task_spawnl(task_id_t *task_id, task_wait_t *wait, const char *path, ...)
errno_t           385 uspace/lib/c/generic/task.c 	errno_t rc = task_spawn(task_id, wait, path, cnt, ap);
errno_t           402 uspace/lib/c/generic/task.c errno_t task_setup_wait(task_id_t id, task_wait_t *wait)
errno_t           404 uspace/lib/c/generic/task.c 	errno_t rc;
errno_t           445 uspace/lib/c/generic/task.c errno_t task_wait(task_wait_t *wait, task_exit_t *texit, int *retval)
errno_t           450 uspace/lib/c/generic/task.c 	errno_t rc;
errno_t           475 uspace/lib/c/generic/task.c errno_t task_wait_task_id(task_id_t id, task_exit_t *texit, int *retval)
errno_t           478 uspace/lib/c/generic/task.c 	errno_t rc = task_setup_wait(id, &wait);
errno_t           485 uspace/lib/c/generic/task.c errno_t task_retval(int val)
errno_t           487 uspace/lib/c/generic/task.c 	errno_t rc;
errno_t           493 uspace/lib/c/generic/task.c 	rc = (errno_t) async_req_1_0(exch, NS_RETVAL, val);
errno_t            67 uspace/lib/c/generic/thread/fibril.c 	errno_t rc;
errno_t            74 uspace/lib/c/generic/thread/fibril.c 	errno_t rc;
errno_t           129 uspace/lib/c/generic/thread/fibril.c static inline errno_t _ready_down(const struct timespec *expires)
errno_t           240 uspace/lib/c/generic/thread/fibril.c static errno_t _ipc_wait(ipc_call_t *call, const struct timespec *expires)
errno_t           274 uspace/lib/c/generic/thread/fibril.c 	errno_t rc = _ready_down(expires);
errno_t           381 uspace/lib/c/generic/thread/fibril.c static errno_t _wait_ipc(ipc_call_t *call, const struct timespec *expires)
errno_t           389 uspace/lib/c/generic/thread/fibril.c 		errno_t rc = buf->rc;
errno_t           404 uspace/lib/c/generic/thread/fibril.c 	errno_t rc = fibril_wait_timeout(&w.event, expires);
errno_t           516 uspace/lib/c/generic/thread/fibril.c static errno_t _helper_fibril_fn(void *arg)
errno_t           544 uspace/lib/c/generic/thread/fibril.c fid_t fibril_create_generic(errno_t (*func)(void *), void *arg, size_t stksz)
errno_t           575 uspace/lib/c/generic/thread/fibril.c fid_t fibril_create(errno_t (*func)(void *), void *arg)
errno_t           626 uspace/lib/c/generic/thread/fibril.c errno_t fibril_wait_timeout(fibril_event_t *event,
errno_t           701 uspace/lib/c/generic/thread/fibril.c 	errno_t rc = (event->fibril == _EVENT_TIMED_OUT) ? ETIMEOUT : EOK;
errno_t           807 uspace/lib/c/generic/thread/fibril.c 	errno_t rc;
errno_t           921 uspace/lib/c/generic/thread/fibril.c errno_t fibril_ipc_wait(ipc_call_t *call, const struct timespec *expires)
errno_t            53 uspace/lib/c/generic/thread/fibril_synch.c errno_t fibril_rmutex_initialize(fibril_rmutex_t *m)
errno_t           398 uspace/lib/c/generic/thread/fibril_synch.c errno_t
errno_t           466 uspace/lib/c/generic/thread/fibril_synch.c static errno_t fibril_timer_func(void *arg)
errno_t           469 uspace/lib/c/generic/thread/fibril_synch.c 	errno_t rc;
errno_t           738 uspace/lib/c/generic/thread/fibril_synch.c errno_t fibril_semaphore_down_timeout(fibril_semaphore_t *sem, usec_t timeout)
errno_t           769 uspace/lib/c/generic/thread/fibril_synch.c 	errno_t rc = fibril_wait_timeout(&wdata.event, expires);
errno_t            53 uspace/lib/c/generic/thread/futex.c errno_t futex_initialize(futex_t *futex, int val)
errno_t           110 uspace/lib/c/generic/thread/mpsc.c static errno_t _mpsc_push(mpsc_t *q, mpsc_node_t *n)
errno_t           136 uspace/lib/c/generic/thread/mpsc.c errno_t mpsc_send(mpsc_t *q, const void *b)
errno_t           154 uspace/lib/c/generic/thread/mpsc.c errno_t mpsc_receive(mpsc_t *q, void *b, const struct timespec *expires)
errno_t           165 uspace/lib/c/generic/thread/mpsc.c 		errno_t rc = fibril_wait_timeout(&q->event, expires);
errno_t            92 uspace/lib/c/generic/thread/thread.c errno_t thread_create(void (*function)(void *), void *arg, const char *name,
errno_t           123 uspace/lib/c/generic/thread/thread.c 	errno_t rc = (errno_t) __SYSCALL4(SYS_THREAD_CREATE, (sysarg_t) uarg,
errno_t           605 uspace/lib/c/generic/time.c 		errno_t rc = loc_category_get_id("clock", &cat_id, IPC_FLAG_BLOCKING);
errno_t           637 uspace/lib/c/generic/time.c 	errno_t rc = clock_dev_time_get(clock_conn, &time);
errno_t           670 uspace/lib/c/generic/time.c 		errno_t rc = sysinfo_get_value("clock.faddr", &faddr);
errno_t           993 uspace/lib/c/generic/time.c errno_t time_utc2tm(const time_t time, struct tm *restrict result)
errno_t          1023 uspace/lib/c/generic/time.c errno_t time_utc2str(const time_t time, char *restrict buf)
errno_t          1026 uspace/lib/c/generic/time.c 	errno_t ret = time_utc2tm(time, &tm);
errno_t          1075 uspace/lib/c/generic/time.c errno_t time_ts2tm(const struct timespec *ts, struct tm *restrict result)
errno_t          1105 uspace/lib/c/generic/time.c errno_t time_local2tm(const time_t time, struct tm *restrict result)
errno_t          1127 uspace/lib/c/generic/time.c errno_t time_local2str(const time_t time, char *buf)
errno_t          1130 uspace/lib/c/generic/time.c 	errno_t ret = time_local2tm(time, &loctime);
errno_t            62 uspace/lib/c/generic/tmpfile.c 	errno_t rc;
errno_t            41 uspace/lib/c/generic/udebug.c errno_t udebug_begin(async_sess_t *sess)
errno_t            44 uspace/lib/c/generic/udebug.c 	errno_t rc = async_req_1_0(exch, IPC_M_DEBUG, UDEBUG_M_BEGIN);
errno_t            50 uspace/lib/c/generic/udebug.c errno_t udebug_end(async_sess_t *sess)
errno_t            53 uspace/lib/c/generic/udebug.c 	errno_t rc = async_req_1_0(exch, IPC_M_DEBUG, UDEBUG_M_END);
errno_t            59 uspace/lib/c/generic/udebug.c errno_t udebug_set_evmask(async_sess_t *sess, udebug_evmask_t mask)
errno_t            62 uspace/lib/c/generic/udebug.c 	errno_t rc = async_req_2_0(exch, IPC_M_DEBUG, UDEBUG_M_SET_EVMASK, mask);
errno_t            68 uspace/lib/c/generic/udebug.c errno_t udebug_thread_read(async_sess_t *sess, void *buffer, size_t n,
errno_t            74 uspace/lib/c/generic/udebug.c 	errno_t rc = async_req_3_3(exch, IPC_M_DEBUG, UDEBUG_M_THREAD_READ,
errno_t            84 uspace/lib/c/generic/udebug.c errno_t udebug_name_read(async_sess_t *sess, void *buffer, size_t n,
errno_t            90 uspace/lib/c/generic/udebug.c 	errno_t rc = async_req_3_3(exch, IPC_M_DEBUG, UDEBUG_M_NAME_READ,
errno_t           100 uspace/lib/c/generic/udebug.c errno_t udebug_areas_read(async_sess_t *sess, void *buffer, size_t n,
errno_t           106 uspace/lib/c/generic/udebug.c 	errno_t rc = async_req_3_3(exch, IPC_M_DEBUG, UDEBUG_M_AREAS_READ,
errno_t           116 uspace/lib/c/generic/udebug.c errno_t udebug_mem_read(async_sess_t *sess, void *buffer, uintptr_t addr, size_t n)
errno_t           119 uspace/lib/c/generic/udebug.c 	errno_t rc = async_req_4_0(exch, IPC_M_DEBUG, UDEBUG_M_MEM_READ,
errno_t           126 uspace/lib/c/generic/udebug.c errno_t udebug_args_read(async_sess_t *sess, thash_t tid, sysarg_t *buffer)
errno_t           129 uspace/lib/c/generic/udebug.c 	errno_t rc = async_req_3_0(exch, IPC_M_DEBUG, UDEBUG_M_ARGS_READ,
errno_t           136 uspace/lib/c/generic/udebug.c errno_t udebug_regs_read(async_sess_t *sess, thash_t tid, void *buffer)
errno_t           139 uspace/lib/c/generic/udebug.c 	errno_t rc = async_req_3_0(exch, IPC_M_DEBUG, UDEBUG_M_REGS_READ,
errno_t           146 uspace/lib/c/generic/udebug.c errno_t udebug_go(async_sess_t *sess, thash_t tid, udebug_event_t *ev_type,
errno_t           152 uspace/lib/c/generic/udebug.c 	errno_t rc = async_req_2_3(exch, IPC_M_DEBUG, UDEBUG_M_GO,
errno_t           160 uspace/lib/c/generic/udebug.c errno_t udebug_stop(async_sess_t *sess, thash_t tid)
errno_t           163 uspace/lib/c/generic/udebug.c 	errno_t rc = async_req_2_0(exch, IPC_M_DEBUG, UDEBUG_M_STOP, tid);
errno_t            48 uspace/lib/c/generic/uuid.c errno_t uuid_generate(uuid_t *uuid)
errno_t            52 uspace/lib/c/generic/uuid.c 	errno_t rc;
errno_t           113 uspace/lib/c/generic/uuid.c errno_t uuid_parse(const char *str, uuid_t *uuid, const char **endptr)
errno_t           115 uspace/lib/c/generic/uuid.c 	errno_t rc;
errno_t           178 uspace/lib/c/generic/uuid.c errno_t uuid_format(uuid_t *uuid, char **rstr, bool uppercase)
errno_t            65 uspace/lib/c/generic/vfs/mtab.c static errno_t vfs_get_mtab_visit(const char *path, list_t *mtab_list,
errno_t            78 uspace/lib/c/generic/vfs/mtab.c 		errno_t rc;
errno_t           123 uspace/lib/c/generic/vfs/mtab.c errno_t vfs_get_mtab_list(list_t *mtab_list)
errno_t           127 uspace/lib/c/generic/vfs/mtab.c 	errno_t rc = vfs_stat_path("/", &st);
errno_t           130 uspace/lib/c/generic/vfs/vfs.c static errno_t get_parent_and_child(const char *path, int *parent, char **child)
errno_t           148 uspace/lib/c/generic/vfs/vfs.c 		errno_t rc = vfs_lookup(apath, WALK_DIRECTORY, parent);
errno_t           240 uspace/lib/c/generic/vfs/vfs.c errno_t vfs_clone(int file_from, int file_to, bool high, int *handle)
errno_t           246 uspace/lib/c/generic/vfs/vfs.c 	errno_t rc = async_req_3_1(vfs_exch, VFS_IN_CLONE, (sysarg_t) file_from,
errno_t           263 uspace/lib/c/generic/vfs/vfs.c errno_t vfs_cwd_get(char *buf, size_t size)
errno_t           284 uspace/lib/c/generic/vfs/vfs.c errno_t vfs_cwd_set(const char *path)
errno_t           292 uspace/lib/c/generic/vfs/vfs.c 	errno_t rc = vfs_lookup(abs_path, WALK_DIRECTORY, &fd);
errno_t           355 uspace/lib/c/generic/vfs/vfs.c 	errno_t rc = vfs_stat(file, &stat);
errno_t           374 uspace/lib/c/generic/vfs/vfs.c errno_t vfs_fsprobe(const char *fs_name, service_id_t serv,
errno_t           377 uspace/lib/c/generic/vfs/vfs.c 	errno_t rc;
errno_t           407 uspace/lib/c/generic/vfs/vfs.c errno_t vfs_fstypes(vfs_fstypes_t *fstypes)
errno_t           415 uspace/lib/c/generic/vfs/vfs.c 	errno_t rc = async_req_0_1(exch, VFS_IN_FSTYPES, &size);
errno_t           502 uspace/lib/c/generic/vfs/vfs.c errno_t vfs_link(int parent, const char *child, vfs_file_kind_t kind, int *linkedfd)
errno_t           506 uspace/lib/c/generic/vfs/vfs.c 	errno_t rc = vfs_walk(parent, child, WALK_MUST_CREATE | flags, &file);
errno_t           532 uspace/lib/c/generic/vfs/vfs.c errno_t vfs_link_path(const char *path, vfs_file_kind_t kind, int *linkedfd)
errno_t           536 uspace/lib/c/generic/vfs/vfs.c 	errno_t rc = get_parent_and_child(path, &parent, &child);
errno_t           555 uspace/lib/c/generic/vfs/vfs.c errno_t vfs_lookup(const char *path, int flags, int *handle)
errno_t           571 uspace/lib/c/generic/vfs/vfs.c 	errno_t rc = vfs_walk(root, p, flags, handle);
errno_t           588 uspace/lib/c/generic/vfs/vfs.c errno_t vfs_lookup_open(const char *path, int flags, int mode, int *handle)
errno_t           591 uspace/lib/c/generic/vfs/vfs.c 	errno_t rc = vfs_lookup(path, flags, &file);
errno_t           617 uspace/lib/c/generic/vfs/vfs.c errno_t vfs_mount(int mp, const char *fs_name, service_id_t serv, const char *opts,
errno_t           620 uspace/lib/c/generic/vfs/vfs.c 	errno_t rc, rc1;
errno_t           661 uspace/lib/c/generic/vfs/vfs.c errno_t vfs_mount_path(const char *mp, const char *fs_name, const char *fqsn,
errno_t           686 uspace/lib/c/generic/vfs/vfs.c 	errno_t res = loc_service_get_id(fqsn, &service_id, flags);
errno_t           705 uspace/lib/c/generic/vfs/vfs.c 	errno_t rc;
errno_t           744 uspace/lib/c/generic/vfs/vfs.c 	return (errno_t) rc;
errno_t           754 uspace/lib/c/generic/vfs/vfs.c errno_t vfs_open(int file, int mode)
errno_t           757 uspace/lib/c/generic/vfs/vfs.c 	errno_t rc = async_req_2_0(exch, VFS_IN_OPEN, file, mode);
errno_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)
errno_t           783 uspace/lib/c/generic/vfs/vfs.c errno_t vfs_put(int file)
errno_t           786 uspace/lib/c/generic/vfs/vfs.c 	errno_t rc = async_req_1_0(exch, VFS_IN_PUT, file);
errno_t           800 uspace/lib/c/generic/vfs/vfs.c errno_t vfs_receive_handle(bool high, int *handle)
errno_t           813 uspace/lib/c/generic/vfs/vfs.c 	errno_t rc = async_req_1_1(vfs_exch, VFS_IN_WAIT_HANDLE, high, &ret);
errno_t           839 uspace/lib/c/generic/vfs/vfs.c errno_t vfs_read(int file, aoff64_t *pos, void *buf, size_t nbyte, size_t *nread)
errno_t           844 uspace/lib/c/generic/vfs/vfs.c 	errno_t rc;
errno_t           879 uspace/lib/c/generic/vfs/vfs.c errno_t vfs_read_short(int file, aoff64_t pos, void *buf, size_t nbyte,
errno_t           882 uspace/lib/c/generic/vfs/vfs.c 	errno_t rc;
errno_t           921 uspace/lib/c/generic/vfs/vfs.c errno_t vfs_rename_path(const char *old, const char *new)
errno_t           923 uspace/lib/c/generic/vfs/vfs.c 	errno_t rc;
errno_t           924 uspace/lib/c/generic/vfs/vfs.c 	errno_t rc_orig;
errno_t           988 uspace/lib/c/generic/vfs/vfs.c errno_t vfs_resize(int file, aoff64_t length)
errno_t           991 uspace/lib/c/generic/vfs/vfs.c 	errno_t rc = async_req_3_0(exch, VFS_IN_RESIZE, file, LOWER32(length),
errno_t          1009 uspace/lib/c/generic/vfs/vfs.c 		errno_t rc = vfs_clone(root_fd, -1, true, &fd);
errno_t          1028 uspace/lib/c/generic/vfs/vfs.c errno_t vfs_root_set(int nroot)
errno_t          1031 uspace/lib/c/generic/vfs/vfs.c 	errno_t rc = vfs_clone(nroot, -1, true, &new_root);
errno_t          1052 uspace/lib/c/generic/vfs/vfs.c errno_t vfs_stat(int file, vfs_stat_t *stat)
errno_t          1054 uspace/lib/c/generic/vfs/vfs.c 	errno_t rc;
errno_t          1064 uspace/lib/c/generic/vfs/vfs.c 		errno_t rc_orig;
errno_t          1086 uspace/lib/c/generic/vfs/vfs.c errno_t vfs_stat_path(const char *path, vfs_stat_t *stat)
errno_t          1089 uspace/lib/c/generic/vfs/vfs.c 	errno_t rc = vfs_lookup(path, 0, &file);
errno_t          1107 uspace/lib/c/generic/vfs/vfs.c errno_t vfs_statfs(int file, vfs_statfs_t *st)
errno_t          1109 uspace/lib/c/generic/vfs/vfs.c 	errno_t rc, ret;
errno_t          1132 uspace/lib/c/generic/vfs/vfs.c errno_t vfs_statfs_path(const char *path, vfs_statfs_t *st)
errno_t          1135 uspace/lib/c/generic/vfs/vfs.c 	errno_t rc = vfs_lookup(path, 0, &file);
errno_t          1152 uspace/lib/c/generic/vfs/vfs.c errno_t vfs_sync(int file)
errno_t          1155 uspace/lib/c/generic/vfs/vfs.c 	errno_t rc = async_req_1_0(exch, VFS_IN_SYNC, file);
errno_t          1174 uspace/lib/c/generic/vfs/vfs.c errno_t vfs_unlink(int parent, const char *child, int expect)
errno_t          1176 uspace/lib/c/generic/vfs/vfs.c 	errno_t rc;
errno_t          1186 uspace/lib/c/generic/vfs/vfs.c 	errno_t rc_orig;
errno_t          1190 uspace/lib/c/generic/vfs/vfs.c 		return (errno_t) rc_orig;
errno_t          1203 uspace/lib/c/generic/vfs/vfs.c errno_t vfs_unlink_path(const char *path)
errno_t          1206 uspace/lib/c/generic/vfs/vfs.c 	errno_t rc = vfs_lookup(path, 0, &expect);
errno_t          1232 uspace/lib/c/generic/vfs/vfs.c errno_t vfs_unmount(int mp)
errno_t          1235 uspace/lib/c/generic/vfs/vfs.c 	errno_t rc = async_req_1_0(exch, VFS_IN_UNMOUNT, mp);
errno_t          1246 uspace/lib/c/generic/vfs/vfs.c errno_t vfs_unmount_path(const char *mpp)
errno_t          1249 uspace/lib/c/generic/vfs/vfs.c 	errno_t rc = vfs_lookup(mpp, WALK_MOUNT_POINT | WALK_DIRECTORY, &mp);
errno_t          1267 uspace/lib/c/generic/vfs/vfs.c errno_t vfs_walk(int parent, const char *path, int flags, int *handle)
errno_t          1273 uspace/lib/c/generic/vfs/vfs.c 	errno_t rc = async_data_write_start(exch, path, str_size(path));
errno_t          1276 uspace/lib/c/generic/vfs/vfs.c 	errno_t rc_orig;
errno_t          1280 uspace/lib/c/generic/vfs/vfs.c 		return (errno_t) rc_orig;
errno_t          1283 uspace/lib/c/generic/vfs/vfs.c 		return (errno_t) rc;
errno_t          1304 uspace/lib/c/generic/vfs/vfs.c errno_t vfs_write(int file, aoff64_t *pos, const void *buf, size_t nbyte,
errno_t          1310 uspace/lib/c/generic/vfs/vfs.c 	errno_t rc;
errno_t          1343 uspace/lib/c/generic/vfs/vfs.c errno_t vfs_write_short(int file, aoff64_t pos, const void *buf, size_t nbyte,
errno_t          1346 uspace/lib/c/generic/vfs/vfs.c 	errno_t rc;
errno_t            40 uspace/lib/c/include/arg_parse.h typedef errno_t (*arg_parser)(const char *, int *);
errno_t            43 uspace/lib/c/include/arg_parse.h extern errno_t arg_parse_int(int, char **, int *, int *, int);
errno_t            44 uspace/lib/c/include/arg_parse.h extern errno_t arg_parse_name_int(int, char **, int *, int *, int, arg_parser);
errno_t            45 uspace/lib/c/include/arg_parse.h extern errno_t arg_parse_string(int, char **, int *, char **, int);
errno_t            59 uspace/lib/c/include/as.h extern errno_t as_area_resize(void *, size_t, unsigned int);
errno_t            60 uspace/lib/c/include/as.h extern errno_t as_area_change_flags(void *, unsigned int);
errno_t            61 uspace/lib/c/include/as.h extern errno_t as_area_get_info(void *, as_area_info_t *);
errno_t            62 uspace/lib/c/include/as.h extern errno_t as_area_destroy(void *);
errno_t            64 uspace/lib/c/include/as.h extern errno_t as_get_physical_mapping(const void *, uintptr_t *);
errno_t           124 uspace/lib/c/include/async.h extern void async_wait_for(aid_t, errno_t *);
errno_t           125 uspace/lib/c/include/async.h extern errno_t async_wait_timeout(aid_t, errno_t *, usec_t);
errno_t           134 uspace/lib/c/include/async.h extern errno_t async_create_port(iface_t, async_port_handler_t, void *,
errno_t           137 uspace/lib/c/include/async.h extern errno_t async_create_callback_port(async_exch_t *, iface_t, sysarg_t,
errno_t           140 uspace/lib/c/include/async.h extern errno_t async_irq_subscribe(int, async_notification_handler_t, void *,
errno_t           142 uspace/lib/c/include/async.h extern errno_t async_irq_unsubscribe(cap_irq_handle_t);
errno_t           144 uspace/lib/c/include/async.h extern errno_t async_event_subscribe(event_type_t, async_notification_handler_t,
errno_t           146 uspace/lib/c/include/async.h extern errno_t async_event_task_subscribe(event_task_type_t,
errno_t           148 uspace/lib/c/include/async.h extern errno_t async_event_unsubscribe(event_type_t);
errno_t           149 uspace/lib/c/include/async.h extern errno_t async_event_task_unsubscribe(event_task_type_t);
errno_t           150 uspace/lib/c/include/async.h extern errno_t async_event_unmask(event_type_t);
errno_t           151 uspace/lib/c/include/async.h extern errno_t async_event_task_unmask(event_task_type_t);
errno_t           170 uspace/lib/c/include/async.h extern errno_t async_answer_0(ipc_call_t *, errno_t);
errno_t           171 uspace/lib/c/include/async.h extern errno_t async_answer_1(ipc_call_t *, errno_t, sysarg_t);
errno_t           172 uspace/lib/c/include/async.h extern errno_t async_answer_2(ipc_call_t *, errno_t, sysarg_t, sysarg_t);
errno_t           173 uspace/lib/c/include/async.h extern errno_t async_answer_3(ipc_call_t *, errno_t, sysarg_t, sysarg_t,
errno_t           175 uspace/lib/c/include/async.h extern errno_t async_answer_4(ipc_call_t *, errno_t, sysarg_t, sysarg_t,
errno_t           177 uspace/lib/c/include/async.h extern errno_t async_answer_5(ipc_call_t *, errno_t, sysarg_t, sysarg_t,
errno_t           184 uspace/lib/c/include/async.h extern errno_t async_forward_0(ipc_call_t *, async_exch_t *, sysarg_t,
errno_t           186 uspace/lib/c/include/async.h extern errno_t async_forward_1(ipc_call_t *, async_exch_t *, sysarg_t,
errno_t           188 uspace/lib/c/include/async.h extern errno_t async_forward_2(ipc_call_t *, async_exch_t *, sysarg_t,
errno_t           190 uspace/lib/c/include/async.h extern errno_t async_forward_3(ipc_call_t *, async_exch_t *, sysarg_t,
errno_t           192 uspace/lib/c/include/async.h extern errno_t async_forward_4(ipc_call_t *, async_exch_t *, sysarg_t,
errno_t           194 uspace/lib/c/include/async.h extern errno_t async_forward_5(ipc_call_t *, async_exch_t *, sysarg_t,
errno_t           203 uspace/lib/c/include/async.h extern errno_t async_req_0_0(async_exch_t *, sysarg_t);
errno_t           204 uspace/lib/c/include/async.h extern errno_t async_req_0_1(async_exch_t *, sysarg_t, sysarg_t *);
errno_t           205 uspace/lib/c/include/async.h extern errno_t async_req_0_2(async_exch_t *, sysarg_t, sysarg_t *, sysarg_t *);
errno_t           206 uspace/lib/c/include/async.h extern errno_t async_req_0_3(async_exch_t *, sysarg_t, sysarg_t *, sysarg_t *,
errno_t           208 uspace/lib/c/include/async.h extern errno_t async_req_0_4(async_exch_t *, sysarg_t, sysarg_t *, sysarg_t *,
errno_t           210 uspace/lib/c/include/async.h extern errno_t async_req_0_5(async_exch_t *, sysarg_t, sysarg_t *, sysarg_t *,
errno_t           212 uspace/lib/c/include/async.h extern errno_t async_req_1_0(async_exch_t *, sysarg_t, sysarg_t);
errno_t           213 uspace/lib/c/include/async.h extern errno_t async_req_1_1(async_exch_t *, sysarg_t, sysarg_t, sysarg_t *);
errno_t           214 uspace/lib/c/include/async.h extern errno_t async_req_1_2(async_exch_t *, sysarg_t, sysarg_t, sysarg_t *,
errno_t           216 uspace/lib/c/include/async.h extern errno_t async_req_1_3(async_exch_t *, sysarg_t, sysarg_t, sysarg_t *,
errno_t           218 uspace/lib/c/include/async.h extern errno_t async_req_1_4(async_exch_t *, sysarg_t, sysarg_t, sysarg_t *,
errno_t           220 uspace/lib/c/include/async.h extern errno_t async_req_1_5(async_exch_t *, sysarg_t, sysarg_t, sysarg_t *,
errno_t           222 uspace/lib/c/include/async.h extern errno_t async_req_2_0(async_exch_t *, sysarg_t, sysarg_t, sysarg_t);
errno_t           223 uspace/lib/c/include/async.h extern errno_t async_req_2_1(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
errno_t           225 uspace/lib/c/include/async.h extern errno_t async_req_2_2(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
errno_t           227 uspace/lib/c/include/async.h extern errno_t async_req_2_3(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
errno_t           229 uspace/lib/c/include/async.h extern errno_t async_req_2_4(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
errno_t           231 uspace/lib/c/include/async.h extern errno_t async_req_2_5(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
errno_t           233 uspace/lib/c/include/async.h extern errno_t async_req_3_0(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
errno_t           235 uspace/lib/c/include/async.h extern errno_t async_req_3_1(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
errno_t           237 uspace/lib/c/include/async.h extern errno_t async_req_3_2(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
errno_t           239 uspace/lib/c/include/async.h extern errno_t async_req_3_3(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
errno_t           241 uspace/lib/c/include/async.h extern errno_t async_req_3_4(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
errno_t           243 uspace/lib/c/include/async.h extern errno_t async_req_3_5(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
errno_t           245 uspace/lib/c/include/async.h extern errno_t async_req_4_0(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
errno_t           247 uspace/lib/c/include/async.h extern errno_t async_req_4_1(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
errno_t           249 uspace/lib/c/include/async.h extern errno_t async_req_4_2(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
errno_t           251 uspace/lib/c/include/async.h extern errno_t async_req_4_3(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
errno_t           253 uspace/lib/c/include/async.h extern errno_t async_req_4_4(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
errno_t           255 uspace/lib/c/include/async.h extern errno_t async_req_4_5(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
errno_t           258 uspace/lib/c/include/async.h extern errno_t async_req_5_0(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
errno_t           260 uspace/lib/c/include/async.h extern errno_t async_req_5_1(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
errno_t           262 uspace/lib/c/include/async.h extern errno_t async_req_5_2(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
errno_t           264 uspace/lib/c/include/async.h extern errno_t async_req_5_3(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
errno_t           266 uspace/lib/c/include/async.h extern errno_t async_req_5_4(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
errno_t           269 uspace/lib/c/include/async.h extern errno_t async_req_5_5(async_exch_t *, sysarg_t, sysarg_t, sysarg_t,
errno_t           273 uspace/lib/c/include/async.h extern errno_t async_accept_0(ipc_call_t *);
errno_t           277 uspace/lib/c/include/async.h     sysarg_t, errno_t *);
errno_t           279 uspace/lib/c/include/async.h     sysarg_t, sysarg_t, errno_t *);
errno_t           280 uspace/lib/c/include/async.h extern async_sess_t *async_connect_kbox(task_id_t, errno_t *);
errno_t           282 uspace/lib/c/include/async.h extern errno_t async_connect_to_me(async_exch_t *, iface_t, sysarg_t, sysarg_t);
errno_t           299 uspace/lib/c/include/async.h extern errno_t async_share_in_start_0_0(async_exch_t *, size_t, void **);
errno_t           300 uspace/lib/c/include/async.h extern errno_t async_share_in_start_0_1(async_exch_t *, size_t,
errno_t           302 uspace/lib/c/include/async.h extern errno_t async_share_in_start_1_0(async_exch_t *, size_t, sysarg_t,
errno_t           304 uspace/lib/c/include/async.h extern errno_t async_share_in_start_1_1(async_exch_t *, size_t, sysarg_t,
errno_t           308 uspace/lib/c/include/async.h extern errno_t async_share_in_finalize(ipc_call_t *, void *, unsigned int);
errno_t           310 uspace/lib/c/include/async.h extern errno_t async_share_out_start(async_exch_t *, void *, unsigned int);
errno_t           312 uspace/lib/c/include/async.h extern errno_t async_share_out_finalize(ipc_call_t *, void **);
errno_t           314 uspace/lib/c/include/async.h extern errno_t async_data_read_forward_0_0(async_exch_t *, sysarg_t);
errno_t           315 uspace/lib/c/include/async.h extern errno_t async_data_read_forward_1_0(async_exch_t *, sysarg_t, sysarg_t);
errno_t           316 uspace/lib/c/include/async.h extern errno_t async_data_read_forward_2_0(async_exch_t *, sysarg_t, sysarg_t,
errno_t           318 uspace/lib/c/include/async.h extern errno_t async_data_read_forward_3_0(async_exch_t *, sysarg_t, sysarg_t,
errno_t           320 uspace/lib/c/include/async.h extern errno_t async_data_read_forward_4_0(async_exch_t *, sysarg_t, sysarg_t,
errno_t           323 uspace/lib/c/include/async.h extern errno_t async_data_read_forward_0_1(async_exch_t *, sysarg_t,
errno_t           325 uspace/lib/c/include/async.h extern errno_t async_data_read_forward_1_1(async_exch_t *, sysarg_t, sysarg_t,
errno_t           327 uspace/lib/c/include/async.h extern errno_t async_data_read_forward_2_1(async_exch_t *, sysarg_t, sysarg_t,
errno_t           329 uspace/lib/c/include/async.h extern errno_t async_data_read_forward_3_1(async_exch_t *, sysarg_t, sysarg_t,
errno_t           331 uspace/lib/c/include/async.h extern errno_t async_data_read_forward_4_1(async_exch_t *, sysarg_t, sysarg_t,
errno_t           335 uspace/lib/c/include/async.h extern errno_t async_data_read_start(async_exch_t *, void *, size_t);
errno_t           337 uspace/lib/c/include/async.h extern errno_t async_data_read_finalize(ipc_call_t *, const void *, size_t);
errno_t           339 uspace/lib/c/include/async.h extern errno_t async_data_write_forward_0_0(async_exch_t *, sysarg_t);
errno_t           340 uspace/lib/c/include/async.h extern errno_t async_data_write_forward_1_0(async_exch_t *, sysarg_t, sysarg_t);
errno_t           341 uspace/lib/c/include/async.h extern errno_t async_data_write_forward_2_0(async_exch_t *, sysarg_t, sysarg_t,
errno_t           343 uspace/lib/c/include/async.h extern errno_t async_data_write_forward_3_0(async_exch_t *, sysarg_t, sysarg_t,
errno_t           345 uspace/lib/c/include/async.h extern errno_t async_data_write_forward_4_0(async_exch_t *, sysarg_t, sysarg_t,
errno_t           348 uspace/lib/c/include/async.h extern errno_t async_data_write_forward_0_1(async_exch_t *, sysarg_t,
errno_t           350 uspace/lib/c/include/async.h extern errno_t async_data_write_forward_1_1(async_exch_t *, sysarg_t, sysarg_t,
errno_t           352 uspace/lib/c/include/async.h extern errno_t async_data_write_forward_2_1(async_exch_t *, sysarg_t, sysarg_t,
errno_t           354 uspace/lib/c/include/async.h extern errno_t async_data_write_forward_3_1(async_exch_t *, sysarg_t, sysarg_t,
errno_t           356 uspace/lib/c/include/async.h extern errno_t async_data_write_forward_4_1(async_exch_t *, sysarg_t, sysarg_t,
errno_t           359 uspace/lib/c/include/async.h extern errno_t async_data_write_start(async_exch_t *, const void *, size_t);
errno_t           361 uspace/lib/c/include/async.h extern errno_t async_data_write_finalize(ipc_call_t *, void *, size_t);
errno_t           363 uspace/lib/c/include/async.h extern errno_t async_data_write_accept(void **, const bool, const size_t,
errno_t           365 uspace/lib/c/include/async.h extern void async_data_write_void(errno_t);
errno_t           370 uspace/lib/c/include/async.h extern errno_t async_state_change_start(async_exch_t *, sysarg_t, sysarg_t,
errno_t           373 uspace/lib/c/include/async.h extern errno_t async_state_change_finalize(ipc_call_t *, async_exch_t *);
errno_t           383 uspace/lib/c/include/async.h errno_t async_spawn_notification_handler(void);
errno_t            89 uspace/lib/c/include/capa.h extern errno_t capa_format(capa_spec_t *, char **);
errno_t            90 uspace/lib/c/include/capa.h extern errno_t capa_parse(const char *, capa_spec_t *);
errno_t            93 uspace/lib/c/include/capa.h extern errno_t capa_to_blocks(capa_spec_t *, capa_vsel_t, size_t, uint64_t *);
errno_t            57 uspace/lib/c/include/ddi.h extern errno_t physmem_map(uintptr_t, size_t, unsigned int, void **);
errno_t            58 uspace/lib/c/include/ddi.h extern errno_t physmem_unmap(void *);
errno_t            60 uspace/lib/c/include/ddi.h extern errno_t dmamem_map(void *, size_t, unsigned int, unsigned int, uintptr_t *);
errno_t            61 uspace/lib/c/include/ddi.h extern errno_t dmamem_map_anonymous(size_t, uintptr_t, unsigned int, unsigned int,
errno_t            63 uspace/lib/c/include/ddi.h extern errno_t dmamem_unmap(void *, size_t);
errno_t            64 uspace/lib/c/include/ddi.h extern errno_t dmamem_unmap_anonymous(void *);
errno_t            66 uspace/lib/c/include/ddi.h extern errno_t pio_enable_range(addr_range_t *, void **);
errno_t            67 uspace/lib/c/include/ddi.h extern errno_t pio_enable_resource(pio_window_t *, hw_resource_t *, void **,
errno_t            69 uspace/lib/c/include/ddi.h extern errno_t pio_enable(void *, size_t, void **);
errno_t            70 uspace/lib/c/include/ddi.h extern errno_t pio_disable(void *, size_t);
errno_t            75 uspace/lib/c/include/ddi.h extern errno_t pio_trace_enable(void *, size_t, trace_fnc, void *);
errno_t            46 uspace/lib/c/include/device/clock_dev.h extern errno_t clock_dev_time_get(async_sess_t *, struct tm *);
errno_t            47 uspace/lib/c/include/device/clock_dev.h extern errno_t clock_dev_time_set(async_sess_t *, struct tm *);
errno_t           118 uspace/lib/c/include/device/hw_res.h extern errno_t hw_res_get_resource_list(async_sess_t *, hw_resource_list_t *);
errno_t           119 uspace/lib/c/include/device/hw_res.h extern errno_t hw_res_enable_interrupt(async_sess_t *, int);
errno_t           120 uspace/lib/c/include/device/hw_res.h extern errno_t hw_res_disable_interrupt(async_sess_t *, int);
errno_t           121 uspace/lib/c/include/device/hw_res.h extern errno_t hw_res_clear_interrupt(async_sess_t *, int);
errno_t           123 uspace/lib/c/include/device/hw_res.h extern errno_t hw_res_dma_channel_setup(async_sess_t *, unsigned int, uint32_t,
errno_t           125 uspace/lib/c/include/device/hw_res.h extern errno_t hw_res_dma_channel_remain(async_sess_t *, unsigned, size_t *);
errno_t           155 uspace/lib/c/include/device/hw_res_parsed.h extern errno_t hw_res_list_parse(const pio_window_t *, const hw_resource_list_t *,
errno_t           157 uspace/lib/c/include/device/hw_res_parsed.h extern errno_t hw_res_get_list_parsed(async_sess_t *, hw_res_list_parsed_t *, int);
errno_t            53 uspace/lib/c/include/device/pio_window.h extern errno_t pio_window_get(async_sess_t *, pio_window_t *);
errno_t            47 uspace/lib/c/include/elf/elf_load.h extern errno_t elf_load(int, elf_info_t *);
errno_t           101 uspace/lib/c/include/elf/elf_mod.h extern errno_t elf_load_file(int, eld_flags_t, elf_finfo_t *);
errno_t           102 uspace/lib/c/include/elf/elf_mod.h extern errno_t elf_load_file_name(const char *, eld_flags_t, elf_finfo_t *);
errno_t            44 uspace/lib/c/include/errno.h extern errno_t *__errno(void) __attribute__((const));
errno_t            58 uspace/lib/c/include/fibril.h extern fid_t fibril_create_generic(errno_t (*)(void *), void *, size_t);
errno_t            59 uspace/lib/c/include/fibril.h extern fid_t fibril_create(errno_t (*)(void *), void *);
errno_t           183 uspace/lib/c/include/fibril_synch.h extern errno_t fibril_condvar_wait_timeout(fibril_condvar_t *, fibril_mutex_t *,
errno_t           201 uspace/lib/c/include/fibril_synch.h extern errno_t fibril_semaphore_down_timeout(fibril_semaphore_t *, usec_t);
errno_t           207 uspace/lib/c/include/fibril_synch.h extern errno_t mpsc_send(mpsc_t *, const void *);
errno_t           208 uspace/lib/c/include/fibril_synch.h extern errno_t mpsc_receive(mpsc_t *, void *, const struct timespec *);
errno_t            41 uspace/lib/c/include/imath.h extern errno_t ipow10_u64(unsigned, uint64_t *);
errno_t            46 uspace/lib/c/include/io/kio.h extern errno_t kio_write(const void *, size_t, size_t *);
errno_t            46 uspace/lib/c/include/io/klog.h extern errno_t klog_write(log_level_t, const void *, size_t);
errno_t            47 uspace/lib/c/include/io/klog.h extern errno_t klog_read(void *, size_t, size_t *);
errno_t            51 uspace/lib/c/include/io/klog.h 	errno_t _rc = ENOMEM; \
errno_t            56 uspace/lib/c/include/io/log.h extern errno_t log_level_from_str(const char *, log_level_t *);
errno_t            58 uspace/lib/c/include/io/log.h extern errno_t log_init(const char *);
errno_t            38 uspace/lib/c/include/io/logctl.h extern errno_t logctl_set_default_level(log_level_t);
errno_t            39 uspace/lib/c/include/io/logctl.h extern errno_t logctl_set_log_level(const char *, log_level_t);
errno_t            40 uspace/lib/c/include/io/logctl.h extern errno_t logctl_set_root(void);
errno_t            85 uspace/lib/c/include/io/table.h 	errno_t error;
errno_t           100 uspace/lib/c/include/io/table.h extern errno_t table_create(table_t **);
errno_t           102 uspace/lib/c/include/io/table.h extern errno_t table_print_out(table_t *, FILE *);
errno_t           104 uspace/lib/c/include/io/table.h extern errno_t table_printf(table_t *, const char *, ...);
errno_t           105 uspace/lib/c/include/io/table.h extern errno_t table_get_error(table_t *);
errno_t            41 uspace/lib/c/include/ipc/event.h extern errno_t ipc_event_subscribe(event_type_t, sysarg_t);
errno_t            42 uspace/lib/c/include/ipc/event.h extern errno_t ipc_event_task_subscribe(event_task_type_t, sysarg_t);
errno_t            43 uspace/lib/c/include/ipc/event.h extern errno_t ipc_event_unsubscribe(event_type_t);
errno_t            44 uspace/lib/c/include/ipc/event.h extern errno_t ipc_event_task_unsubscribe(event_task_type_t);
errno_t            45 uspace/lib/c/include/ipc/event.h extern errno_t ipc_event_unmask(event_type_t);
errno_t            46 uspace/lib/c/include/ipc/event.h extern errno_t ipc_event_task_unmask(event_task_type_t);
errno_t            48 uspace/lib/c/include/ipc/ipc.h extern errno_t ipc_wait(ipc_call_t *, sysarg_t, unsigned int);
errno_t            72 uspace/lib/c/include/ipc/ipc.h extern errno_t ipc_answer_fast(cap_call_handle_t, errno_t, sysarg_t, sysarg_t,
errno_t            74 uspace/lib/c/include/ipc/ipc.h extern errno_t ipc_answer_slow(cap_call_handle_t, errno_t, sysarg_t, sysarg_t,
errno_t           101 uspace/lib/c/include/ipc/ipc.h extern errno_t ipc_call_async_fast(cap_phone_handle_t, sysarg_t, sysarg_t,
errno_t           103 uspace/lib/c/include/ipc/ipc.h extern errno_t ipc_call_async_slow(cap_phone_handle_t, sysarg_t, sysarg_t,
errno_t           106 uspace/lib/c/include/ipc/ipc.h extern errno_t ipc_hangup(cap_phone_handle_t);
errno_t           108 uspace/lib/c/include/ipc/ipc.h extern errno_t ipc_forward_fast(cap_call_handle_t, cap_phone_handle_t, sysarg_t,
errno_t           110 uspace/lib/c/include/ipc/ipc.h extern errno_t ipc_forward_slow(cap_call_handle_t, cap_phone_handle_t, sysarg_t,
errno_t           113 uspace/lib/c/include/ipc/ipc.h extern errno_t ipc_connect_kbox(task_id_t, cap_phone_handle_t *);
errno_t            42 uspace/lib/c/include/ipc/irq.h extern errno_t ipc_irq_subscribe(int, sysarg_t, const irq_code_t *,
errno_t            44 uspace/lib/c/include/ipc/irq.h extern errno_t ipc_irq_unsubscribe(cap_irq_handle_t);
errno_t            45 uspace/lib/c/include/loader/loader.h extern errno_t loader_spawn(const char *);
errno_t            46 uspace/lib/c/include/loader/loader.h extern loader_t *loader_connect(errno_t *);
errno_t            47 uspace/lib/c/include/loader/loader.h extern errno_t loader_get_task_id(loader_t *, task_id_t *);
errno_t            48 uspace/lib/c/include/loader/loader.h extern errno_t loader_set_cwd(loader_t *);
errno_t            49 uspace/lib/c/include/loader/loader.h extern errno_t loader_set_program(loader_t *, const char *, int);
errno_t            50 uspace/lib/c/include/loader/loader.h extern errno_t loader_set_program_path(loader_t *, const char *);
errno_t            51 uspace/lib/c/include/loader/loader.h extern errno_t loader_set_args(loader_t *, const char *const[]);
errno_t            52 uspace/lib/c/include/loader/loader.h extern errno_t loader_add_inbox(loader_t *, const char *, int);
errno_t            53 uspace/lib/c/include/loader/loader.h extern errno_t loader_load_program(loader_t *);
errno_t            54 uspace/lib/c/include/loader/loader.h extern errno_t loader_run(loader_t *);
errno_t            49 uspace/lib/c/include/loc.h extern errno_t loc_server_register(const char *, loc_srv_t **);
errno_t            51 uspace/lib/c/include/loc.h extern errno_t loc_service_register(loc_srv_t *, const char *, service_id_t *);
errno_t            52 uspace/lib/c/include/loc.h extern errno_t loc_service_unregister(loc_srv_t *, service_id_t);
errno_t            53 uspace/lib/c/include/loc.h extern errno_t loc_service_add_to_cat(loc_srv_t *, service_id_t, category_id_t);
errno_t            55 uspace/lib/c/include/loc.h extern errno_t loc_service_get_id(const char *, service_id_t *,
errno_t            57 uspace/lib/c/include/loc.h extern errno_t loc_service_get_name(service_id_t, char **);
errno_t            58 uspace/lib/c/include/loc.h extern errno_t loc_service_get_server_name(service_id_t, char **);
errno_t            59 uspace/lib/c/include/loc.h extern errno_t loc_namespace_get_id(const char *, service_id_t *,
errno_t            61 uspace/lib/c/include/loc.h extern errno_t loc_category_get_id(const char *, category_id_t *,
errno_t            63 uspace/lib/c/include/loc.h extern errno_t loc_category_get_name(category_id_t, char **);
errno_t            64 uspace/lib/c/include/loc.h extern errno_t loc_category_get_svcs(category_id_t, category_id_t **, size_t *);
errno_t            78 uspace/lib/c/include/loc.h extern errno_t loc_get_categories(category_id_t **, size_t *);
errno_t            79 uspace/lib/c/include/loc.h extern errno_t loc_register_cat_change_cb(loc_cat_change_cb_t, void *);
errno_t            42 uspace/lib/c/include/ns.h extern errno_t service_register(service_t, iface_t, async_port_handler_t,
errno_t            44 uspace/lib/c/include/ns.h extern errno_t service_register_broker(service_t, async_port_handler_t, void *);
errno_t            45 uspace/lib/c/include/ns.h extern async_sess_t *service_connect(service_t, iface_t, sysarg_t, errno_t *);
errno_t            47 uspace/lib/c/include/ns.h     errno_t *);
errno_t            49 uspace/lib/c/include/ns.h extern errno_t ns_ping(void);
errno_t            50 uspace/lib/c/include/ns.h extern errno_t ns_intro(task_id_t);
errno_t            51 uspace/lib/c/include/ns.h extern async_sess_t *ns_session_get(errno_t *);
errno_t            40 uspace/lib/c/include/perm.h extern errno_t perm_grant(task_id_t, unsigned int);
errno_t            41 uspace/lib/c/include/perm.h extern errno_t perm_revoke(task_id_t, unsigned int);
errno_t            46 uspace/lib/c/include/rndgen.h extern errno_t rndgen_create(rndgen_t **);
errno_t            48 uspace/lib/c/include/rndgen.h extern errno_t rndgen_uint8(rndgen_t *, uint8_t *);
errno_t            49 uspace/lib/c/include/rndgen.h extern errno_t rndgen_uint32(rndgen_t *, uint32_t *);
errno_t            43 uspace/lib/c/include/rtld/module.h extern errno_t module_create_static_exec(rtld_t *, module_t **);
errno_t            47 uspace/lib/c/include/rtld/module.h extern errno_t module_load_deps(module_t *, mlflags_t);
errno_t            47 uspace/lib/c/include/rtld/rtld.h extern errno_t rtld_init_static(void);
errno_t            48 uspace/lib/c/include/rtld/rtld.h extern errno_t rtld_prog_process(elf_finfo_t *, rtld_t **);
errno_t            41 uspace/lib/c/include/smc.h extern errno_t smc_coherence(void *address, size_t size);
errno_t            44 uspace/lib/c/include/stacktrace.h 	errno_t (*read_uintptr)(void *, uintptr_t, uintptr_t *);
errno_t            63 uspace/lib/c/include/stacktrace.h extern errno_t stacktrace_fp_prev(stacktrace_t *, uintptr_t, uintptr_t *);
errno_t            64 uspace/lib/c/include/stacktrace.h extern errno_t stacktrace_ra_get(stacktrace_t *, uintptr_t, uintptr_t *);
errno_t            45 uspace/lib/c/include/sysinfo.h extern errno_t sysinfo_get_value(const char *, sysarg_t *);
errno_t            54 uspace/lib/c/include/task.h extern errno_t task_set_name(const char *);
errno_t            55 uspace/lib/c/include/task.h extern errno_t task_kill(task_id_t);
errno_t            57 uspace/lib/c/include/task.h extern errno_t task_spawnv(task_id_t *, task_wait_t *, const char *path,
errno_t            59 uspace/lib/c/include/task.h extern errno_t task_spawnv_debug(task_id_t *, task_wait_t *, const char *path,
errno_t            61 uspace/lib/c/include/task.h extern errno_t task_spawnvf(task_id_t *, task_wait_t *, const char *path,
errno_t            63 uspace/lib/c/include/task.h extern errno_t task_spawnvf_debug(task_id_t *, task_wait_t *, const char *path,
errno_t            65 uspace/lib/c/include/task.h extern errno_t task_spawn(task_id_t *, task_wait_t *, const char *path, int,
errno_t            67 uspace/lib/c/include/task.h extern errno_t task_spawnl(task_id_t *, task_wait_t *, const char *path, ...)
errno_t            70 uspace/lib/c/include/task.h extern errno_t task_setup_wait(task_id_t, task_wait_t *);
errno_t            72 uspace/lib/c/include/task.h extern errno_t task_wait(task_wait_t *, task_exit_t *, int *);
errno_t            73 uspace/lib/c/include/task.h extern errno_t task_wait_task_id(task_id_t, task_exit_t *, int *);
errno_t            74 uspace/lib/c/include/task.h extern errno_t task_retval(int);
errno_t           152 uspace/lib/c/include/time.h extern errno_t time_utc2tm(const time_t, struct tm *);
errno_t           153 uspace/lib/c/include/time.h extern errno_t time_utc2str(const time_t, char *);
errno_t           155 uspace/lib/c/include/time.h extern errno_t time_ts2tm(const struct timespec *, struct tm *);
errno_t           156 uspace/lib/c/include/time.h extern errno_t time_local2tm(const time_t, struct tm *);
errno_t           157 uspace/lib/c/include/time.h extern errno_t time_local2str(const time_t, char *);
errno_t            45 uspace/lib/c/include/udebug.h extern errno_t udebug_begin(async_sess_t *);
errno_t            46 uspace/lib/c/include/udebug.h extern errno_t udebug_end(async_sess_t *);
errno_t            47 uspace/lib/c/include/udebug.h extern errno_t udebug_set_evmask(async_sess_t *, udebug_evmask_t);
errno_t            48 uspace/lib/c/include/udebug.h extern errno_t udebug_thread_read(async_sess_t *, void *, size_t, size_t *,
errno_t            50 uspace/lib/c/include/udebug.h extern errno_t udebug_name_read(async_sess_t *, void *, size_t, size_t *,
errno_t            52 uspace/lib/c/include/udebug.h extern errno_t udebug_areas_read(async_sess_t *, void *, size_t, size_t *,
errno_t            54 uspace/lib/c/include/udebug.h extern errno_t udebug_mem_read(async_sess_t *, void *, uintptr_t, size_t);
errno_t            55 uspace/lib/c/include/udebug.h extern errno_t udebug_args_read(async_sess_t *, thash_t, sysarg_t *);
errno_t            56 uspace/lib/c/include/udebug.h extern errno_t udebug_regs_read(async_sess_t *, thash_t, void *);
errno_t            57 uspace/lib/c/include/udebug.h extern errno_t udebug_go(async_sess_t *, thash_t, udebug_event_t *, sysarg_t *,
errno_t            59 uspace/lib/c/include/udebug.h extern errno_t udebug_stop(async_sess_t *, thash_t);
errno_t            42 uspace/lib/c/include/uuid.h extern errno_t uuid_generate(uuid_t *);
errno_t            45 uspace/lib/c/include/uuid.h extern errno_t uuid_parse(const char *, uuid_t *, const char **);
errno_t            46 uspace/lib/c/include/uuid.h extern errno_t uuid_format(uuid_t *, char **, bool);
errno_t            81 uspace/lib/c/include/vfs/vfs.h extern errno_t vfs_fhandle(FILE *, int *);
errno_t            84 uspace/lib/c/include/vfs/vfs.h extern errno_t vfs_clone(int, int, bool, int *);
errno_t            85 uspace/lib/c/include/vfs/vfs.h extern errno_t vfs_cwd_get(char *path, size_t);
errno_t            86 uspace/lib/c/include/vfs/vfs.h extern errno_t vfs_cwd_set(const char *path);
errno_t            89 uspace/lib/c/include/vfs/vfs.h extern errno_t vfs_fsprobe(const char *, service_id_t, vfs_fs_probe_info_t *);
errno_t            90 uspace/lib/c/include/vfs/vfs.h extern errno_t vfs_fstypes(vfs_fstypes_t *);
errno_t            92 uspace/lib/c/include/vfs/vfs.h extern errno_t vfs_link(int, const char *, vfs_file_kind_t, int *);
errno_t            93 uspace/lib/c/include/vfs/vfs.h extern errno_t vfs_link_path(const char *, vfs_file_kind_t, int *);
errno_t            94 uspace/lib/c/include/vfs/vfs.h extern errno_t vfs_lookup(const char *, int, int *);
errno_t            95 uspace/lib/c/include/vfs/vfs.h extern errno_t vfs_lookup_open(const char *, int, int, int *);
errno_t            96 uspace/lib/c/include/vfs/vfs.h extern errno_t vfs_mount_path(const char *, const char *, const char *,
errno_t            98 uspace/lib/c/include/vfs/vfs.h extern errno_t vfs_mount(int, const char *, service_id_t, const char *, unsigned,
errno_t           100 uspace/lib/c/include/vfs/vfs.h extern errno_t vfs_open(int, int);
errno_t           101 uspace/lib/c/include/vfs/vfs.h extern errno_t vfs_pass_handle(async_exch_t *, int, async_exch_t *);
errno_t           102 uspace/lib/c/include/vfs/vfs.h extern errno_t vfs_put(int);
errno_t           103 uspace/lib/c/include/vfs/vfs.h extern errno_t vfs_read(int, aoff64_t *, void *, size_t, size_t *);
errno_t           104 uspace/lib/c/include/vfs/vfs.h extern errno_t vfs_read_short(int, aoff64_t, void *, size_t, ssize_t *);
errno_t           105 uspace/lib/c/include/vfs/vfs.h extern errno_t vfs_receive_handle(bool, int *);
errno_t           106 uspace/lib/c/include/vfs/vfs.h extern errno_t vfs_rename_path(const char *, const char *);
errno_t           107 uspace/lib/c/include/vfs/vfs.h extern errno_t vfs_resize(int, aoff64_t);
errno_t           109 uspace/lib/c/include/vfs/vfs.h extern errno_t vfs_root_set(int);
errno_t           110 uspace/lib/c/include/vfs/vfs.h extern errno_t vfs_stat(int, vfs_stat_t *);
errno_t           111 uspace/lib/c/include/vfs/vfs.h extern errno_t vfs_stat_path(const char *, vfs_stat_t *);
errno_t           112 uspace/lib/c/include/vfs/vfs.h extern errno_t vfs_statfs(int, vfs_statfs_t *);
errno_t           113 uspace/lib/c/include/vfs/vfs.h extern errno_t vfs_statfs_path(const char *, vfs_statfs_t *);
errno_t           114 uspace/lib/c/include/vfs/vfs.h extern errno_t vfs_sync(int);
errno_t           115 uspace/lib/c/include/vfs/vfs.h extern errno_t vfs_unlink(int, const char *, int);
errno_t           116 uspace/lib/c/include/vfs/vfs.h extern errno_t vfs_unlink_path(const char *);
errno_t           117 uspace/lib/c/include/vfs/vfs.h extern errno_t vfs_unmount(int);
errno_t           118 uspace/lib/c/include/vfs/vfs.h extern errno_t vfs_unmount_path(const char *);
errno_t           119 uspace/lib/c/include/vfs/vfs.h extern errno_t vfs_walk(int, const char *, int, int *);
errno_t           120 uspace/lib/c/include/vfs/vfs.h extern errno_t vfs_write(int, aoff64_t *, const void *, size_t, size_t *);
errno_t           121 uspace/lib/c/include/vfs/vfs.h extern errno_t vfs_write_short(int, aoff64_t, const void *, size_t, ssize_t *);
errno_t            48 uspace/lib/c/include/vfs/vfs_mtab.h extern errno_t vfs_get_mtab_list(list_t *);
errno_t            52 uspace/lib/c/test/adt/circ_buf.c 	errno_t rc;
errno_t            90 uspace/lib/c/test/capa.c 	errno_t rc;
errno_t           143 uspace/lib/c/test/capa.c 	errno_t rc;
errno_t           199 uspace/lib/c/test/capa.c 	errno_t rc;
errno_t           264 uspace/lib/c/test/capa.c 	errno_t rc;
errno_t            41 uspace/lib/c/test/imath.c 	errno_t ret;
errno_t            51 uspace/lib/c/test/imath.c 	errno_t ret;
errno_t            61 uspace/lib/c/test/imath.c 	errno_t ret;
errno_t            71 uspace/lib/c/test/imath.c 	errno_t ret;
errno_t            39 uspace/lib/c/test/io/table.c 	errno_t rc;
errno_t            40 uspace/lib/c/test/loc.c 	errno_t rc;
errno_t            39 uspace/lib/c/test/perm.c 	errno_t rc = perm_revoke(task_get_id(), 0xf); // XXX Need PERM_xxx
errno_t           170 uspace/lib/c/test/strtol.c 	errno_t rc;
errno_t           204 uspace/lib/c/test/strtol.c 	errno_t rc;
errno_t            75 uspace/lib/c/test/uuid.c 		errno_t ret = uuid_generate(&uuid);
errno_t            84 uspace/lib/c/test/uuid.c 	errno_t ret;
errno_t            96 uspace/lib/c/test/uuid.c 	errno_t ret;
errno_t           114 uspace/lib/c/test/uuid.c 		errno_t ret = uuid_generate(&uuid);
errno_t           136 uspace/lib/c/test/uuid.c 	errno_t ret;
errno_t            40 uspace/lib/clipboard/include/clipboard.h extern errno_t clipboard_put_str(const char *);
errno_t            41 uspace/lib/clipboard/include/clipboard.h extern errno_t clipboard_get_str(char **);
errno_t            61 uspace/lib/clipboard/src/clipboard.c 	errno_t rc;
errno_t           100 uspace/lib/clipboard/src/clipboard.c errno_t clipboard_put_str(const char *str)
errno_t           106 uspace/lib/clipboard/src/clipboard.c 		errno_t rc = async_req_1_0(exch, CLIPBOARD_PUT_DATA,
errno_t           110 uspace/lib/clipboard/src/clipboard.c 		return (errno_t) rc;
errno_t           115 uspace/lib/clipboard/src/clipboard.c 		errno_t rc = async_data_write_start(exch, (void *) str, size);
errno_t           119 uspace/lib/clipboard/src/clipboard.c 			errno_t rc_orig;
errno_t           122 uspace/lib/clipboard/src/clipboard.c 				return (errno_t) rc;
errno_t           124 uspace/lib/clipboard/src/clipboard.c 				return (errno_t) rc_orig;
errno_t           129 uspace/lib/clipboard/src/clipboard.c 		return (errno_t) rc;
errno_t           142 uspace/lib/clipboard/src/clipboard.c errno_t clipboard_get_str(char **str)
errno_t           150 uspace/lib/clipboard/src/clipboard.c 		errno_t rc = async_req_0_2(exch, CLIPBOARD_CONTENT, &size, &tag);
errno_t           155 uspace/lib/clipboard/src/clipboard.c 			return (errno_t) rc;
errno_t           178 uspace/lib/clipboard/src/clipboard.c 			if ((errno_t) rc == EOVERFLOW) {
errno_t           187 uspace/lib/clipboard/src/clipboard.c 				errno_t rc_orig;
errno_t           190 uspace/lib/clipboard/src/clipboard.c 					return (errno_t) rc;
errno_t           192 uspace/lib/clipboard/src/clipboard.c 					return (errno_t) rc_orig;
errno_t            67 uspace/lib/clui/include/nchoice.h extern errno_t nchoice_create(nchoice_t **);
errno_t            69 uspace/lib/clui/include/nchoice.h extern errno_t nchoice_set_prompt(nchoice_t *, const char *);
errno_t            70 uspace/lib/clui/include/nchoice.h extern errno_t nchoice_add(nchoice_t *, const char *, void *, nchoice_flag_t);
errno_t            71 uspace/lib/clui/include/nchoice.h extern errno_t nchoice_get(nchoice_t *, void **);
errno_t            65 uspace/lib/clui/include/tinput.h typedef errno_t (*tinput_compl_init_fn)(char32_t *text, size_t pos, size_t *cstart,
errno_t            80 uspace/lib/clui/include/tinput.h typedef errno_t (*tinput_compl_get_next_fn)(void *state, char **compl);
errno_t           156 uspace/lib/clui/include/tinput.h extern errno_t tinput_set_prompt(tinput_t *, const char *);
errno_t           159 uspace/lib/clui/include/tinput.h extern errno_t tinput_read(tinput_t *, char **);
errno_t           160 uspace/lib/clui/include/tinput.h extern errno_t tinput_read_i(tinput_t *, const char *, char **);
errno_t            45 uspace/lib/clui/src/nchoice.c errno_t nchoice_create(nchoice_t **rchoice)
errno_t            48 uspace/lib/clui/src/nchoice.c 	errno_t rc;
errno_t            84 uspace/lib/clui/src/nchoice.c errno_t nchoice_set_prompt(nchoice_t *choice, const char *prompt)
errno_t            98 uspace/lib/clui/src/nchoice.c errno_t nchoice_add(nchoice_t *choice, const char *opttext, void *arg,
errno_t           129 uspace/lib/clui/src/nchoice.c errno_t nchoice_get(nchoice_t *choice, void **rarg)
errno_t           132 uspace/lib/clui/src/nchoice.c 	errno_t rc;
errno_t           209 uspace/lib/clui/src/tinput.c static errno_t tinput_display(tinput_t *ti)
errno_t           572 uspace/lib/clui/src/tinput.c 	errno_t rc = clipboard_get_str(&str);
errno_t           696 uspace/lib/clui/src/tinput.c 	errno_t rc;
errno_t           813 uspace/lib/clui/src/tinput.c errno_t tinput_set_prompt(tinput_t *ti, const char *prompt)
errno_t           894 uspace/lib/clui/src/tinput.c errno_t tinput_read_i(tinput_t *ti, const char *istr, char **dstr)
errno_t           896 uspace/lib/clui/src/tinput.c 	errno_t rc;
errno_t           959 uspace/lib/clui/src/tinput.c errno_t tinput_read(tinput_t *ti, char **dstr)
errno_t            44 uspace/lib/codepage/include/codepage/cp437.h extern errno_t cp437_encode(char32_t, uint8_t *);
errno_t           292 uspace/lib/codepage/src/cp437.c errno_t cp437_encode(char32_t c, uint8_t *code)
errno_t            42 uspace/lib/codepage/test/cp437.c 	errno_t rc;
errno_t            56 uspace/lib/codepage/test/cp437.c 	errno_t rc;
errno_t            87 uspace/lib/compress/gzip.c errno_t gzip_expand(void *src, size_t srclen, void **dest, size_t *destlen)
errno_t           176 uspace/lib/compress/gzip.c 	errno_t ret = inflate(stream, stream_length, *dest, *destlen);
errno_t            34 uspace/lib/compress/gzip.h extern errno_t gzip_expand(void *, size_t, void **, size_t *);
errno_t           271 uspace/lib/compress/inflate.c static errno_t inflate_stored(inflate_state_t *state)
errno_t           317 uspace/lib/compress/inflate.c static errno_t huffman_decode(inflate_state_t *state, huffman_t *huffman,
errno_t           428 uspace/lib/compress/inflate.c static errno_t inflate_codes(inflate_state_t *state, huffman_t *len_code,
errno_t           434 uspace/lib/compress/inflate.c 		errno_t err = huffman_decode(state, len_code, &symbol);
errno_t           494 uspace/lib/compress/inflate.c static errno_t inflate_fixed(inflate_state_t *state, huffman_t *len_code,
errno_t           511 uspace/lib/compress/inflate.c static errno_t inflate_dynamic(inflate_state_t *state)
errno_t           561 uspace/lib/compress/inflate.c 		errno_t err = huffman_decode(state, &dyn_len_code, &symbol);
errno_t           628 uspace/lib/compress/inflate.c errno_t inflate(void *src, size_t srclen, void *dest, size_t destlen)
errno_t           647 uspace/lib/compress/inflate.c 	errno_t ret = EOK;
errno_t            34 uspace/lib/compress/inflate.h extern errno_t inflate(void *, size_t, void *, size_t);
errno_t            47 uspace/lib/congfx/include/congfx/console.h extern errno_t console_gc_create(console_ctrl_t *, FILE *, console_gc_t **);
errno_t            48 uspace/lib/congfx/include/congfx/console.h extern errno_t console_gc_delete(console_gc_t *);
errno_t            49 uspace/lib/congfx/include/congfx/console.h extern errno_t console_gc_suspend(console_gc_t *);
errno_t            50 uspace/lib/congfx/include/congfx/console.h extern errno_t console_gc_resume(console_gc_t *);
errno_t            50 uspace/lib/congfx/src/console.c static errno_t console_gc_set_clip_rect(void *, gfx_rect_t *);
errno_t            51 uspace/lib/congfx/src/console.c static errno_t console_gc_set_color(void *, gfx_color_t *);
errno_t            52 uspace/lib/congfx/src/console.c static errno_t console_gc_fill_rect(void *, gfx_rect_t *);
errno_t            53 uspace/lib/congfx/src/console.c static errno_t console_gc_update(void *);
errno_t            54 uspace/lib/congfx/src/console.c static errno_t console_gc_bitmap_create(void *, gfx_bitmap_params_t *,
errno_t            56 uspace/lib/congfx/src/console.c static errno_t console_gc_bitmap_destroy(void *);
errno_t            57 uspace/lib/congfx/src/console.c static errno_t console_gc_bitmap_render(void *, gfx_rect_t *, gfx_coord2_t *);
errno_t            58 uspace/lib/congfx/src/console.c static errno_t console_gc_bitmap_get_alloc(void *, gfx_bitmap_alloc_t *);
errno_t            59 uspace/lib/congfx/src/console.c static errno_t console_gc_cursor_get_pos(void *, gfx_coord2_t *);
errno_t            60 uspace/lib/congfx/src/console.c static errno_t console_gc_cursor_set_pos(void *, gfx_coord2_t *);
errno_t            61 uspace/lib/congfx/src/console.c static errno_t console_gc_cursor_set_visible(void *, bool);
errno_t           121 uspace/lib/congfx/src/console.c static errno_t console_gc_set_clip_rect(void *arg, gfx_rect_t *rect)
errno_t           142 uspace/lib/congfx/src/console.c static errno_t console_gc_set_color(void *arg, gfx_color_t *color)
errno_t           157 uspace/lib/congfx/src/console.c static errno_t console_gc_fill_rect(void *arg, gfx_rect_t *rect)
errno_t           190 uspace/lib/congfx/src/console.c static errno_t console_gc_update(void *arg)
errno_t           213 uspace/lib/congfx/src/console.c errno_t console_gc_create(console_ctrl_t *con, FILE *fout,
errno_t           221 uspace/lib/congfx/src/console.c 	errno_t rc;
errno_t           268 uspace/lib/congfx/src/console.c errno_t console_gc_delete(console_gc_t *cgc)
errno_t           270 uspace/lib/congfx/src/console.c 	errno_t rc;
errno_t           288 uspace/lib/congfx/src/console.c errno_t console_gc_suspend(console_gc_t *cgc)
errno_t           303 uspace/lib/congfx/src/console.c errno_t console_gc_resume(console_gc_t *cgc)
errno_t           305 uspace/lib/congfx/src/console.c 	errno_t rc;
errno_t           334 uspace/lib/congfx/src/console.c errno_t console_gc_bitmap_create(void *arg, gfx_bitmap_params_t *params,
errno_t           340 uspace/lib/congfx/src/console.c 	errno_t rc;
errno_t           383 uspace/lib/congfx/src/console.c static errno_t console_gc_bitmap_destroy(void *bm)
errno_t           399 uspace/lib/congfx/src/console.c static errno_t console_gc_bitmap_render(void *bm, gfx_rect_t *srect0,
errno_t           489 uspace/lib/congfx/src/console.c static errno_t console_gc_bitmap_get_alloc(void *bm, gfx_bitmap_alloc_t *alloc)
errno_t           503 uspace/lib/congfx/src/console.c static errno_t console_gc_cursor_get_pos(void *arg, gfx_coord2_t *pos)
errno_t           508 uspace/lib/congfx/src/console.c 	errno_t rc;
errno_t           526 uspace/lib/congfx/src/console.c static errno_t console_gc_cursor_set_pos(void *arg, gfx_coord2_t *pos)
errno_t           541 uspace/lib/congfx/src/console.c static errno_t console_gc_cursor_set_visible(void *arg, bool visible)
errno_t            72 uspace/lib/console/include/io/con_srv.h 	errno_t (*open)(con_srvs_t *, con_srv_t *);
errno_t            73 uspace/lib/console/include/io/con_srv.h 	errno_t (*close)(con_srv_t *);
errno_t            74 uspace/lib/console/include/io/con_srv.h 	errno_t (*read)(con_srv_t *, void *, size_t, size_t *);
errno_t            75 uspace/lib/console/include/io/con_srv.h 	errno_t (*write)(con_srv_t *, void *, size_t, size_t *);
errno_t            79 uspace/lib/console/include/io/con_srv.h 	errno_t (*get_pos)(con_srv_t *, sysarg_t *, sysarg_t *);
errno_t            80 uspace/lib/console/include/io/con_srv.h 	errno_t (*get_size)(con_srv_t *, sysarg_t *, sysarg_t *);
errno_t            81 uspace/lib/console/include/io/con_srv.h 	errno_t (*get_color_cap)(con_srv_t *, console_caps_t *);
errno_t            87 uspace/lib/console/include/io/con_srv.h 	errno_t (*set_caption)(con_srv_t *, const char *);
errno_t            88 uspace/lib/console/include/io/con_srv.h 	errno_t (*get_event)(con_srv_t *, cons_event_t *);
errno_t            89 uspace/lib/console/include/io/con_srv.h 	errno_t (*map)(con_srv_t *, sysarg_t, sysarg_t, charfield_t **);
errno_t            96 uspace/lib/console/include/io/con_srv.h extern errno_t con_conn(ipc_call_t *, con_srvs_t *);
errno_t            76 uspace/lib/console/include/io/console.h extern errno_t console_get_size(console_ctrl_t *, sysarg_t *, sysarg_t *);
errno_t            77 uspace/lib/console/include/io/console.h extern errno_t console_get_pos(console_ctrl_t *, sysarg_t *, sysarg_t *);
errno_t            85 uspace/lib/console/include/io/console.h extern errno_t console_set_caption(console_ctrl_t *, const char *);
errno_t            86 uspace/lib/console/include/io/console.h extern errno_t console_get_color_cap(console_ctrl_t *, sysarg_t *);
errno_t            87 uspace/lib/console/include/io/console.h extern errno_t console_get_event(console_ctrl_t *, cons_event_t *);
errno_t            88 uspace/lib/console/include/io/console.h extern errno_t console_get_event_timeout(console_ctrl_t *, cons_event_t *,
errno_t            90 uspace/lib/console/include/io/console.h extern errno_t console_map(console_ctrl_t *, sysarg_t, sysarg_t,
errno_t            93 uspace/lib/console/include/io/console.h extern errno_t console_update(console_ctrl_t *, sysarg_t, sysarg_t, sysarg_t,
errno_t            45 uspace/lib/console/src/con_srv.c static errno_t console_ev_encode(cons_event_t *event, ipc_call_t *icall)
errno_t            73 uspace/lib/console/src/con_srv.c 	errno_t rc;
errno_t           114 uspace/lib/console/src/con_srv.c 	errno_t rc;
errno_t           175 uspace/lib/console/src/con_srv.c 	errno_t rc;
errno_t           190 uspace/lib/console/src/con_srv.c 	errno_t rc;
errno_t           205 uspace/lib/console/src/con_srv.c 	errno_t rc;
errno_t           286 uspace/lib/console/src/con_srv.c 	errno_t rc;
errno_t           307 uspace/lib/console/src/con_srv.c 	errno_t rc;
errno_t           335 uspace/lib/console/src/con_srv.c 	errno_t rc;
errno_t           430 uspace/lib/console/src/con_srv.c errno_t con_conn(ipc_call_t *icall, con_srvs_t *srvs)
errno_t           433 uspace/lib/console/src/con_srv.c 	errno_t rc;
errno_t            94 uspace/lib/console/src/console.c errno_t console_get_size(console_ctrl_t *ctrl, sysarg_t *cols, sysarg_t *rows)
errno_t            97 uspace/lib/console/src/console.c 	errno_t rc = async_req_0_2(exch, CONSOLE_GET_SIZE, cols, rows);
errno_t           141 uspace/lib/console/src/console.c errno_t console_set_caption(console_ctrl_t *ctrl, const char *caption)
errno_t           146 uspace/lib/console/src/console.c 	errno_t retval = async_data_write_start(exch, caption, str_size(caption));
errno_t           159 uspace/lib/console/src/console.c errno_t console_get_color_cap(console_ctrl_t *ctrl, sysarg_t *ccap)
errno_t           162 uspace/lib/console/src/console.c 	errno_t rc = async_req_0_1(exch, CONSOLE_GET_COLOR_CAP, ccap);
errno_t           168 uspace/lib/console/src/console.c errno_t console_get_pos(console_ctrl_t *ctrl, sysarg_t *col, sysarg_t *row)
errno_t           171 uspace/lib/console/src/console.c 	errno_t rc = async_req_0_2(exch, CONSOLE_GET_POS, col, row);
errno_t           184 uspace/lib/console/src/console.c static errno_t console_ev_decode(ipc_call_t *call, cons_event_t *event)
errno_t           215 uspace/lib/console/src/console.c errno_t console_get_event(console_ctrl_t *ctrl, cons_event_t *event)
errno_t           224 uspace/lib/console/src/console.c 		errno_t rc;
errno_t           234 uspace/lib/console/src/console.c 		errno_t retval;
errno_t           242 uspace/lib/console/src/console.c 		errno_t rc = console_ev_decode(&ctrl->input_call, event);
errno_t           260 uspace/lib/console/src/console.c errno_t console_get_event_timeout(console_ctrl_t *ctrl, cons_event_t *event,
errno_t           273 uspace/lib/console/src/console.c 	errno_t retval;
errno_t           274 uspace/lib/console/src/console.c 	errno_t rc = async_wait_timeout(ctrl->input_aid, &retval, *timeout);
errno_t           307 uspace/lib/console/src/console.c errno_t console_map(console_ctrl_t *ctrl, sysarg_t cols, sysarg_t rows,
errno_t           315 uspace/lib/console/src/console.c 	errno_t rc;
errno_t           367 uspace/lib/console/src/console.c errno_t console_update(console_ctrl_t *ctrl, sysarg_t c0, sysarg_t r0,
errno_t           371 uspace/lib/console/src/console.c 	errno_t rc = async_req_4_0(exch, CONSOLE_UPDATE, c0, r0, c1, r1);
errno_t            41 uspace/lib/corecfg/include/corecfg.h extern errno_t corecfg_init(void);
errno_t            42 uspace/lib/corecfg/include/corecfg.h extern errno_t corecfg_set_enable(bool);
errno_t            43 uspace/lib/corecfg/include/corecfg.h extern errno_t corecfg_get_enable(bool *);
errno_t            40 uspace/lib/corecfg/src/corecfg.c errno_t corecfg_init(void)
errno_t            43 uspace/lib/corecfg/src/corecfg.c 	errno_t rc;
errno_t            61 uspace/lib/corecfg/src/corecfg.c errno_t corecfg_get_enable(bool *renable)
errno_t            66 uspace/lib/corecfg/src/corecfg.c 	errno_t rc = async_req_0_1(exch, CORECFG_GET_ENABLE, &enable);
errno_t            78 uspace/lib/corecfg/src/corecfg.c errno_t corecfg_set_enable(bool enable)
errno_t            81 uspace/lib/corecfg/src/corecfg.c 	errno_t rc = async_req_1_0(exch, CORECFG_SET_ENABLE, (sysarg_t) enable);
errno_t           461 uspace/lib/crypto/aes.c errno_t aes_encrypt(uint8_t *key, uint8_t *input, uint8_t *output)
errno_t           513 uspace/lib/crypto/aes.c errno_t aes_decrypt(uint8_t *key, uint8_t *input, uint8_t *output)
errno_t           198 uspace/lib/crypto/crypto.c errno_t create_hash(uint8_t *input, size_t input_size, uint8_t *output,
errno_t           272 uspace/lib/crypto/crypto.c errno_t hmac(uint8_t *key, size_t key_size, uint8_t *msg, size_t msg_size,
errno_t           328 uspace/lib/crypto/crypto.c errno_t pbkdf2(uint8_t *pass, size_t pass_size, uint8_t *salt, size_t salt_size,
errno_t            53 uspace/lib/crypto/crypto.h extern errno_t rc4(uint8_t *, size_t, uint8_t *, size_t, size_t, uint8_t *);
errno_t            54 uspace/lib/crypto/crypto.h extern errno_t aes_encrypt(uint8_t *, uint8_t *, uint8_t *);
errno_t            55 uspace/lib/crypto/crypto.h extern errno_t aes_decrypt(uint8_t *, uint8_t *, uint8_t *);
errno_t            56 uspace/lib/crypto/crypto.h extern errno_t create_hash(uint8_t *, size_t, uint8_t *, hash_func_t);
errno_t            57 uspace/lib/crypto/crypto.h extern errno_t hmac(uint8_t *, size_t, uint8_t *, size_t, uint8_t *, hash_func_t);
errno_t            58 uspace/lib/crypto/crypto.h extern errno_t pbkdf2(uint8_t *, size_t, uint8_t *, size_t, uint8_t *);
errno_t            90 uspace/lib/crypto/rc4.c errno_t rc4(uint8_t *key, size_t key_size, uint8_t *input, size_t input_size,
errno_t            45 uspace/lib/ddev/include/ddev.h extern errno_t ddev_open(const char *, ddev_t **);
errno_t            47 uspace/lib/ddev/include/ddev.h extern errno_t ddev_get_gc(ddev_t *, gfx_context_t **);
errno_t            48 uspace/lib/ddev/include/ddev.h extern errno_t ddev_get_info(ddev_t *, ddev_info_t *);
errno_t            53 uspace/lib/ddev/include/ddev_srv.h 	errno_t (*get_gc)(void *, sysarg_t *, sysarg_t *);
errno_t            54 uspace/lib/ddev/include/ddev_srv.h 	errno_t (*get_info)(void *, ddev_info_t *);
errno_t            44 uspace/lib/ddev/src/ddev.c errno_t ddev_open(const char *ddname, ddev_t **rddev)
errno_t            48 uspace/lib/ddev/src/ddev.c 	errno_t rc;
errno_t            86 uspace/lib/ddev/src/ddev.c errno_t ddev_get_gc(ddev_t *ddev, gfx_context_t **rgc)
errno_t            93 uspace/lib/ddev/src/ddev.c 	errno_t rc;
errno_t           123 uspace/lib/ddev/src/ddev.c errno_t ddev_get_info(ddev_t *ddev, ddev_info_t *info)
errno_t           126 uspace/lib/ddev/src/ddev.c 	errno_t retval;
errno_t           132 uspace/lib/ddev/src/ddev.c 	errno_t rc = async_data_read_start(exch, info, sizeof(ddev_info_t));
errno_t            57 uspace/lib/ddev/src/ddev_srv.c 	errno_t rc;
errno_t            72 uspace/lib/ddev/src/ddev_srv.c 	errno_t rc;
errno_t            50 uspace/lib/ddev/test/ddev.c static errno_t test_get_gc(void *, sysarg_t *, sysarg_t *);
errno_t            51 uspace/lib/ddev/test/ddev.c static errno_t test_get_info(void *, ddev_info_t *);
errno_t            52 uspace/lib/ddev/test/ddev.c static errno_t test_gc_set_color(void *, gfx_color_t *);
errno_t            67 uspace/lib/ddev/test/ddev.c 	errno_t rc;
errno_t            76 uspace/lib/ddev/test/ddev.c 	errno_t rc;
errno_t           104 uspace/lib/ddev/test/ddev.c 	errno_t rc;
errno_t           139 uspace/lib/ddev/test/ddev.c 	errno_t rc;
errno_t           185 uspace/lib/ddev/test/ddev.c 	errno_t rc;
errno_t           218 uspace/lib/ddev/test/ddev.c 	errno_t rc;
errno_t           271 uspace/lib/ddev/test/ddev.c 	errno_t rc;
errno_t           303 uspace/lib/ddev/test/ddev.c static errno_t test_get_gc(void *arg, sysarg_t *arg2, sysarg_t *arg3)
errno_t           310 uspace/lib/ddev/test/ddev.c static errno_t test_get_info(void *arg, ddev_info_t *info)
errno_t           321 uspace/lib/ddev/test/ddev.c static errno_t test_gc_set_color(void *arg, gfx_color_t *color)
errno_t            45 uspace/lib/device/include/bd.h extern errno_t bd_open(async_sess_t *, bd_t **);
errno_t            47 uspace/lib/device/include/bd.h extern errno_t bd_read_blocks(bd_t *, aoff64_t, size_t, void *, size_t);
errno_t            48 uspace/lib/device/include/bd.h extern errno_t bd_read_toc(bd_t *, uint8_t, void *, size_t);
errno_t            49 uspace/lib/device/include/bd.h extern errno_t bd_write_blocks(bd_t *, aoff64_t, size_t, const void *, size_t);
errno_t            50 uspace/lib/device/include/bd.h extern errno_t bd_sync_cache(bd_t *, aoff64_t, size_t);
errno_t            51 uspace/lib/device/include/bd.h extern errno_t bd_get_block_size(bd_t *, size_t *);
errno_t            52 uspace/lib/device/include/bd.h extern errno_t bd_get_num_blocks(bd_t *, aoff64_t *);
errno_t            60 uspace/lib/device/include/bd_srv.h 	errno_t (*open)(bd_srvs_t *, bd_srv_t *);
errno_t            61 uspace/lib/device/include/bd_srv.h 	errno_t (*close)(bd_srv_t *);
errno_t            62 uspace/lib/device/include/bd_srv.h 	errno_t (*read_blocks)(bd_srv_t *, aoff64_t, size_t, void *, size_t);
errno_t            63 uspace/lib/device/include/bd_srv.h 	errno_t (*read_toc)(bd_srv_t *, uint8_t, void *, size_t);
errno_t            64 uspace/lib/device/include/bd_srv.h 	errno_t (*sync_cache)(bd_srv_t *, aoff64_t, size_t);
errno_t            65 uspace/lib/device/include/bd_srv.h 	errno_t (*write_blocks)(bd_srv_t *, aoff64_t, size_t, const void *, size_t);
errno_t            66 uspace/lib/device/include/bd_srv.h 	errno_t (*get_block_size)(bd_srv_t *, size_t *);
errno_t            67 uspace/lib/device/include/bd_srv.h 	errno_t (*get_num_blocks)(bd_srv_t *, aoff64_t *);
errno_t            72 uspace/lib/device/include/bd_srv.h extern errno_t bd_conn(ipc_call_t *, bd_srvs_t *);
errno_t            45 uspace/lib/device/include/device/led_dev.h extern errno_t led_dev_color_set(async_sess_t *, pixel_t);
errno_t            48 uspace/lib/device/include/devman.h extern errno_t devman_driver_register(const char *);
errno_t            49 uspace/lib/device/include/devman.h extern errno_t devman_add_function(const char *, fun_type_t, match_id_list_t *,
errno_t            51 uspace/lib/device/include/devman.h extern errno_t devman_remove_function(devman_handle_t);
errno_t            52 uspace/lib/device/include/devman.h extern errno_t devman_drv_fun_online(devman_handle_t);
errno_t            53 uspace/lib/device/include/devman.h extern errno_t devman_drv_fun_offline(devman_handle_t);
errno_t            59 uspace/lib/device/include/devman.h extern errno_t devman_fun_get_handle(const char *, devman_handle_t *,
errno_t            61 uspace/lib/device/include/devman.h extern errno_t devman_fun_get_child(devman_handle_t, devman_handle_t *);
errno_t            62 uspace/lib/device/include/devman.h extern errno_t devman_dev_get_parent(devman_handle_t, devman_handle_t *);
errno_t            63 uspace/lib/device/include/devman.h extern errno_t devman_dev_get_functions(devman_handle_t, devman_handle_t **,
errno_t            65 uspace/lib/device/include/devman.h extern errno_t devman_fun_get_match_id(devman_handle_t, size_t, char *, size_t,
errno_t            67 uspace/lib/device/include/devman.h extern errno_t devman_fun_get_name(devman_handle_t, char *, size_t);
errno_t            68 uspace/lib/device/include/devman.h extern errno_t devman_fun_get_driver_name(devman_handle_t, char *, size_t);
errno_t            69 uspace/lib/device/include/devman.h extern errno_t devman_fun_get_path(devman_handle_t, char *, size_t);
errno_t            70 uspace/lib/device/include/devman.h extern errno_t devman_fun_online(devman_handle_t);
errno_t            71 uspace/lib/device/include/devman.h extern errno_t devman_fun_offline(devman_handle_t);
errno_t            73 uspace/lib/device/include/devman.h extern errno_t devman_add_device_to_category(devman_handle_t, const char *);
errno_t            74 uspace/lib/device/include/devman.h extern errno_t devman_fun_sid_to_handle(service_id_t, devman_handle_t *);
errno_t            75 uspace/lib/device/include/devman.h extern errno_t devman_get_drivers(devman_handle_t **, size_t *);
errno_t            76 uspace/lib/device/include/devman.h extern errno_t devman_driver_get_devices(devman_handle_t, devman_handle_t **,
errno_t            78 uspace/lib/device/include/devman.h extern errno_t devman_driver_get_handle(const char *, devman_handle_t *);
errno_t            79 uspace/lib/device/include/devman.h extern errno_t devman_driver_get_match_id(devman_handle_t, size_t, char *, size_t,
errno_t            81 uspace/lib/device/include/devman.h extern errno_t devman_driver_get_name(devman_handle_t, char *, size_t);
errno_t            82 uspace/lib/device/include/devman.h extern errno_t devman_driver_get_state(devman_handle_t, driver_state_t *);
errno_t            83 uspace/lib/device/include/devman.h extern errno_t devman_driver_load(devman_handle_t);
errno_t            84 uspace/lib/device/include/devman.h extern errno_t devman_driver_unload(devman_handle_t);
errno_t            44 uspace/lib/device/include/io/chardev.h extern errno_t chardev_open(async_sess_t *, chardev_t **);
errno_t            46 uspace/lib/device/include/io/chardev.h extern errno_t chardev_read(chardev_t *, void *, size_t, size_t *,
errno_t            48 uspace/lib/device/include/io/chardev.h extern errno_t chardev_write(chardev_t *, const void *, size_t, size_t *);
errno_t            60 uspace/lib/device/include/io/chardev_srv.h 	errno_t (*open)(chardev_srvs_t *, chardev_srv_t *);
errno_t            61 uspace/lib/device/include/io/chardev_srv.h 	errno_t (*close)(chardev_srv_t *);
errno_t            62 uspace/lib/device/include/io/chardev_srv.h 	errno_t (*read)(chardev_srv_t *, void *, size_t, size_t *,
errno_t            64 uspace/lib/device/include/io/chardev_srv.h 	errno_t (*write)(chardev_srv_t *, const void *, size_t, size_t *);
errno_t            70 uspace/lib/device/include/io/chardev_srv.h extern errno_t chardev_conn(ipc_call_t *, chardev_srvs_t *);
errno_t            45 uspace/lib/device/include/io/serial.h extern errno_t serial_open(async_sess_t *, serial_t **);
errno_t            47 uspace/lib/device/include/io/serial.h extern errno_t serial_set_comm_props(serial_t *, unsigned, serial_parity_t,
errno_t            49 uspace/lib/device/include/io/serial.h extern errno_t serial_get_comm_props(serial_t *, unsigned *, serial_parity_t *,
errno_t            38 uspace/lib/device/include/irc.h extern errno_t irc_enable_interrupt(int);
errno_t            39 uspace/lib/device/include/irc.h extern errno_t irc_disable_interrupt(int);
errno_t            40 uspace/lib/device/include/irc.h extern errno_t irc_clear_interrupt(int);
errno_t            43 uspace/lib/device/include/pci.h extern errno_t pci_open(service_id_t, pci_t **);
errno_t            45 uspace/lib/device/include/pci.h extern errno_t pci_get_devices(pci_t *, devman_handle_t **, size_t *);
errno_t            46 uspace/lib/device/include/pci.h extern errno_t pci_dev_get_info(pci_t *, devman_handle_t, pci_dev_info_t *);
errno_t            97 uspace/lib/device/include/vbd.h extern errno_t vbd_create(vbd_t **);
errno_t            99 uspace/lib/device/include/vbd.h extern errno_t vbd_get_disks(vbd_t *, service_id_t **, size_t *);
errno_t           100 uspace/lib/device/include/vbd.h extern errno_t vbd_disk_info(vbd_t *, service_id_t, vbd_disk_info_t *);
errno_t           101 uspace/lib/device/include/vbd.h extern errno_t vbd_label_create(vbd_t *, service_id_t, label_type_t);
errno_t           102 uspace/lib/device/include/vbd.h extern errno_t vbd_label_delete(vbd_t *, service_id_t);
errno_t           103 uspace/lib/device/include/vbd.h extern errno_t vbd_label_get_parts(vbd_t *, service_id_t, service_id_t **,
errno_t           105 uspace/lib/device/include/vbd.h extern errno_t vbd_part_get_info(vbd_t *, vbd_part_id_t, vbd_part_info_t *);
errno_t           106 uspace/lib/device/include/vbd.h extern errno_t vbd_part_create(vbd_t *, service_id_t, vbd_part_spec_t *,
errno_t           108 uspace/lib/device/include/vbd.h extern errno_t vbd_part_delete(vbd_t *, vbd_part_id_t);
errno_t           110 uspace/lib/device/include/vbd.h extern errno_t vbd_suggest_ptype(vbd_t *, service_id_t, label_pcnt_t,
errno_t            45 uspace/lib/device/include/vol.h extern errno_t vol_create(vol_t **);
errno_t            47 uspace/lib/device/include/vol.h extern errno_t vol_get_parts(vol_t *, service_id_t **, size_t *);
errno_t            48 uspace/lib/device/include/vol.h extern errno_t vol_part_add(vol_t *, service_id_t);
errno_t            49 uspace/lib/device/include/vol.h extern errno_t vol_part_info(vol_t *, service_id_t, vol_part_info_t *);
errno_t            50 uspace/lib/device/include/vol.h extern errno_t vol_part_eject(vol_t *, service_id_t);
errno_t            51 uspace/lib/device/include/vol.h extern errno_t vol_part_empty(vol_t *, service_id_t);
errno_t            52 uspace/lib/device/include/vol.h extern errno_t vol_part_insert(vol_t *, service_id_t);
errno_t            53 uspace/lib/device/include/vol.h extern errno_t vol_part_insert_by_path(vol_t *, const char *);
errno_t            54 uspace/lib/device/include/vol.h extern errno_t vol_part_get_lsupp(vol_t *, vol_fstype_t, vol_label_supp_t *);
errno_t            55 uspace/lib/device/include/vol.h extern errno_t vol_part_mkfs(vol_t *, service_id_t, vol_fstype_t, const char *,
errno_t            57 uspace/lib/device/include/vol.h extern errno_t vol_part_set_mountp(vol_t *, service_id_t, const char *);
errno_t            58 uspace/lib/device/include/vol.h extern errno_t vol_get_volumes(vol_t *, volume_id_t **, size_t *);
errno_t            59 uspace/lib/device/include/vol.h extern errno_t vol_info(vol_t *, volume_id_t, vol_info_t *);
errno_t            60 uspace/lib/device/include/vol.h extern errno_t vol_fstype_format(vol_fstype_t, char **);
errno_t            61 uspace/lib/device/include/vol.h extern errno_t vol_pcnt_fs_format(vol_part_cnt_t, vol_fstype_t, char **);
errno_t            62 uspace/lib/device/include/vol.h extern errno_t vol_mountp_validate(const char *);
errno_t            50 uspace/lib/device/src/bd.c errno_t bd_open(async_sess_t *sess, bd_t **rbd)
errno_t            61 uspace/lib/device/src/bd.c 	errno_t rc = async_create_callback_port(exch, INTERFACE_BLOCK_CB, 0, 0,
errno_t            85 uspace/lib/device/src/bd.c errno_t bd_read_blocks(bd_t *bd, aoff64_t ba, size_t cnt, void *data, size_t size)
errno_t            92 uspace/lib/device/src/bd.c 	errno_t rc = async_data_read_start(exch, data, size);
errno_t           100 uspace/lib/device/src/bd.c 	errno_t retval;
errno_t           109 uspace/lib/device/src/bd.c errno_t bd_read_toc(bd_t *bd, uint8_t session, void *buf, size_t size)
errno_t           115 uspace/lib/device/src/bd.c 	errno_t rc = async_data_read_start(exch, buf, size);
errno_t           123 uspace/lib/device/src/bd.c 	errno_t retval;
errno_t           132 uspace/lib/device/src/bd.c errno_t bd_write_blocks(bd_t *bd, aoff64_t ba, size_t cnt, const void *data,
errno_t           140 uspace/lib/device/src/bd.c 	errno_t rc = async_data_write_start(exch, data, size);
errno_t           148 uspace/lib/device/src/bd.c 	errno_t retval;
errno_t           156 uspace/lib/device/src/bd.c errno_t bd_sync_cache(bd_t *bd, aoff64_t ba, size_t cnt)
errno_t           160 uspace/lib/device/src/bd.c 	errno_t rc = async_req_3_0(exch, BD_SYNC_CACHE, LOWER32(ba),
errno_t           167 uspace/lib/device/src/bd.c errno_t bd_get_block_size(bd_t *bd, size_t *rbsize)
errno_t           172 uspace/lib/device/src/bd.c 	errno_t rc = async_req_0_1(exch, BD_GET_BLOCK_SIZE, &bsize);
errno_t           182 uspace/lib/device/src/bd.c errno_t bd_get_num_blocks(bd_t *bd, aoff64_t *rnb)
errno_t           188 uspace/lib/device/src/bd.c 	errno_t rc = async_req_0_2(exch, BD_GET_NUM_BLOCKS, &nb_l, &nb_h);
errno_t            51 uspace/lib/device/src/bd_srv.c 	errno_t rc;
errno_t            96 uspace/lib/device/src/bd_srv.c 	errno_t rc;
errno_t           139 uspace/lib/device/src/bd_srv.c 	errno_t rc;
errno_t           159 uspace/lib/device/src/bd_srv.c 	errno_t rc;
errno_t           182 uspace/lib/device/src/bd_srv.c 	errno_t rc;
errno_t           196 uspace/lib/device/src/bd_srv.c 	errno_t rc;
errno_t           226 uspace/lib/device/src/bd_srv.c errno_t bd_conn(ipc_call_t *icall, bd_srvs_t *srvs)
errno_t           229 uspace/lib/device/src/bd_srv.c 	errno_t rc;
errno_t            41 uspace/lib/device/src/device/led_dev.c errno_t led_dev_color_set(async_sess_t *sess, pixel_t pixel)
errno_t            50 uspace/lib/device/src/device/led_dev.c 	errno_t rc;
errno_t            53 uspace/lib/device/src/device/led_dev.c 	return (errno_t) rc;
errno_t           178 uspace/lib/device/src/devman.c errno_t devman_driver_register(const char *name)
errno_t           184 uspace/lib/device/src/devman.c 	errno_t retval = async_data_write_start(exch, name, str_size(name));
errno_t           215 uspace/lib/device/src/devman.c errno_t devman_add_function(const char *name, fun_type_t ftype,
errno_t           224 uspace/lib/device/src/devman.c 	errno_t retval = async_data_write_start(exch, name, str_size(name));
errno_t           266 uspace/lib/device/src/devman.c errno_t devman_add_device_to_category(devman_handle_t devman_handle,
errno_t           274 uspace/lib/device/src/devman.c 	errno_t retval = async_data_write_start(exch, cat_name,
errno_t           309 uspace/lib/device/src/devman.c errno_t devman_remove_function(devman_handle_t funh)
errno_t           312 uspace/lib/device/src/devman.c 	errno_t retval;
errno_t           321 uspace/lib/device/src/devman.c errno_t devman_drv_fun_online(devman_handle_t funh)
errno_t           327 uspace/lib/device/src/devman.c 	errno_t retval = async_req_1_0(exch, DEVMAN_DRV_FUN_ONLINE, funh);
errno_t           333 uspace/lib/device/src/devman.c errno_t devman_drv_fun_offline(devman_handle_t funh)
errno_t           339 uspace/lib/device/src/devman.c 	errno_t retval = async_req_1_0(exch, DEVMAN_DRV_FUN_OFFLINE, funh);
errno_t           360 uspace/lib/device/src/devman.c errno_t devman_fun_get_handle(const char *pathname, devman_handle_t *handle,
errno_t           376 uspace/lib/device/src/devman.c 	errno_t retval = async_data_write_start(exch, pathname,
errno_t           401 uspace/lib/device/src/devman.c static errno_t devman_get_str_internal(sysarg_t method, sysarg_t arg1,
errno_t           407 uspace/lib/device/src/devman.c 	errno_t dretval;
errno_t           423 uspace/lib/device/src/devman.c 	errno_t retval;
errno_t           439 uspace/lib/device/src/devman.c errno_t devman_fun_get_path(devman_handle_t handle, char *buf, size_t buf_size)
errno_t           445 uspace/lib/device/src/devman.c errno_t devman_fun_get_match_id(devman_handle_t handle, size_t index, char *buf,
errno_t           448 uspace/lib/device/src/devman.c 	errno_t rc;
errno_t           460 uspace/lib/device/src/devman.c errno_t devman_fun_get_name(devman_handle_t handle, char *buf, size_t buf_size)
errno_t           466 uspace/lib/device/src/devman.c errno_t devman_fun_get_driver_name(devman_handle_t handle, char *buf, size_t buf_size)
errno_t           472 uspace/lib/device/src/devman.c errno_t devman_fun_online(devman_handle_t funh)
errno_t           478 uspace/lib/device/src/devman.c 	errno_t retval = async_req_1_0(exch, DEVMAN_FUN_ONLINE, funh);
errno_t           484 uspace/lib/device/src/devman.c errno_t devman_fun_offline(devman_handle_t funh)
errno_t           490 uspace/lib/device/src/devman.c 	errno_t retval = async_req_1_0(exch, DEVMAN_FUN_OFFLINE, funh);
errno_t           496 uspace/lib/device/src/devman.c static errno_t devman_get_handles_once(sysarg_t method, sysarg_t arg1,
errno_t           503 uspace/lib/device/src/devman.c 	errno_t rc = async_data_read_start(exch, handle_buf, buf_size);
errno_t           512 uspace/lib/device/src/devman.c 	errno_t retval;
errno_t           533 uspace/lib/device/src/devman.c static errno_t devman_get_handles_internal(sysarg_t method, sysarg_t arg1,
errno_t           539 uspace/lib/device/src/devman.c 	errno_t rc;
errno_t           576 uspace/lib/device/src/devman.c errno_t devman_fun_get_child(devman_handle_t funh, devman_handle_t *devh)
errno_t           582 uspace/lib/device/src/devman.c 	errno_t retval = async_req_1_1(exch, DEVMAN_FUN_GET_CHILD,
errno_t           589 uspace/lib/device/src/devman.c errno_t devman_dev_get_functions(devman_handle_t devh, devman_handle_t **funcs,
errno_t           596 uspace/lib/device/src/devman.c errno_t devman_dev_get_parent(devman_handle_t devh, devman_handle_t *funh)
errno_t           602 uspace/lib/device/src/devman.c 	errno_t retval = async_req_1_1(exch, DEVMAN_DEV_GET_PARENT,
errno_t           609 uspace/lib/device/src/devman.c errno_t devman_fun_sid_to_handle(service_id_t sid, devman_handle_t *handle)
errno_t           615 uspace/lib/device/src/devman.c 	errno_t retval = async_req_1_1(exch, DEVMAN_FUN_SID_TO_HANDLE,
errno_t           622 uspace/lib/device/src/devman.c errno_t devman_get_drivers(devman_handle_t **drvs,
errno_t           628 uspace/lib/device/src/devman.c errno_t devman_driver_get_devices(devman_handle_t drvh, devman_handle_t **devs,
errno_t           635 uspace/lib/device/src/devman.c errno_t devman_driver_get_handle(const char *drvname, devman_handle_t *handle)
errno_t           645 uspace/lib/device/src/devman.c 	errno_t retval = async_data_write_start(exch, drvname,
errno_t           670 uspace/lib/device/src/devman.c errno_t devman_driver_get_match_id(devman_handle_t handle, size_t index, char *buf,
errno_t           673 uspace/lib/device/src/devman.c 	errno_t rc;
errno_t           685 uspace/lib/device/src/devman.c errno_t devman_driver_get_name(devman_handle_t handle, char *buf, size_t buf_size)
errno_t           691 uspace/lib/device/src/devman.c errno_t devman_driver_get_state(devman_handle_t drvh, driver_state_t *rstate)
errno_t           698 uspace/lib/device/src/devman.c 	errno_t rc = async_req_1_1(exch, DEVMAN_DRIVER_GET_STATE, drvh,
errno_t           709 uspace/lib/device/src/devman.c errno_t devman_driver_load(devman_handle_t drvh)
errno_t           715 uspace/lib/device/src/devman.c 	errno_t rc = async_req_1_0(exch, DEVMAN_DRIVER_LOAD, drvh);
errno_t           721 uspace/lib/device/src/devman.c errno_t devman_driver_unload(devman_handle_t drvh)
errno_t           727 uspace/lib/device/src/devman.c 	errno_t rc = async_req_1_0(exch, DEVMAN_DRIVER_UNLOAD, drvh);
errno_t            52 uspace/lib/device/src/io/chardev.c errno_t chardev_open(async_sess_t *sess, chardev_t **rchardev)
errno_t            98 uspace/lib/device/src/io/chardev.c errno_t chardev_read(chardev_t *chardev, void *buf, size_t size, size_t *nread,
errno_t           110 uspace/lib/device/src/io/chardev.c 	errno_t rc = async_data_read_start(exch, buf, size);
errno_t           119 uspace/lib/device/src/io/chardev.c 	errno_t retval;
errno_t           129 uspace/lib/device/src/io/chardev.c 	return (errno_t) ipc_get_arg1(&answer);
errno_t           149 uspace/lib/device/src/io/chardev.c static errno_t chardev_write_once(chardev_t *chardev, const void *data,
errno_t           155 uspace/lib/device/src/io/chardev.c 	errno_t rc;
errno_t           171 uspace/lib/device/src/io/chardev.c 	errno_t retval;
errno_t           180 uspace/lib/device/src/io/chardev.c 	return (errno_t) ipc_get_arg1(&answer);
errno_t           198 uspace/lib/device/src/io/chardev.c errno_t chardev_write(chardev_t *chardev, const void *data, size_t size,
errno_t           203 uspace/lib/device/src/io/chardev.c 	errno_t rc;
errno_t            51 uspace/lib/device/src/io/chardev_srv.c 	errno_t rc;
errno_t            95 uspace/lib/device/src/io/chardev_srv.c 	errno_t rc;
errno_t           136 uspace/lib/device/src/io/chardev_srv.c errno_t chardev_conn(ipc_call_t *icall, chardev_srvs_t *srvs)
errno_t           139 uspace/lib/device/src/io/chardev_srv.c 	errno_t rc;
errno_t            43 uspace/lib/device/src/io/serial.c errno_t serial_open(async_sess_t *sess, serial_t **rserial)
errno_t            70 uspace/lib/device/src/io/serial.c errno_t serial_set_comm_props(serial_t *serial, unsigned rate,
errno_t            75 uspace/lib/device/src/io/serial.c 	errno_t rc = async_req_4_0(exch, SERIAL_SET_COM_PROPS, rate, parity,
errno_t            83 uspace/lib/device/src/io/serial.c errno_t serial_get_comm_props(serial_t *serial, unsigned *rrate,
errno_t            89 uspace/lib/device/src/io/serial.c 	errno_t rc = async_req_0_4(exch, SERIAL_GET_COM_PROPS, &rate, &parity,
errno_t            52 uspace/lib/device/src/irc.c static errno_t irc_init(void)
errno_t            57 uspace/lib/device/src/irc.c 	errno_t rc;
errno_t            94 uspace/lib/device/src/irc.c errno_t irc_enable_interrupt(int irq)
errno_t            96 uspace/lib/device/src/irc.c 	errno_t rc;
errno_t           117 uspace/lib/device/src/irc.c errno_t irc_disable_interrupt(int irq)
errno_t           119 uspace/lib/device/src/irc.c 	errno_t rc;
errno_t           141 uspace/lib/device/src/irc.c errno_t irc_clear_interrupt(int irq)
errno_t           143 uspace/lib/device/src/irc.c 	errno_t rc;
errno_t            53 uspace/lib/device/src/pci.c errno_t pci_open(service_id_t svc_id, pci_t **rpci)
errno_t            56 uspace/lib/device/src/pci.c 	errno_t rc;
errno_t           101 uspace/lib/device/src/pci.c static errno_t pci_get_ids_once(pci_t *pci, sysarg_t method, sysarg_t arg1,
errno_t           108 uspace/lib/device/src/pci.c 	errno_t rc = async_data_read_start(exch, id_buf, buf_size);
errno_t           117 uspace/lib/device/src/pci.c 	errno_t retval;
errno_t           139 uspace/lib/device/src/pci.c static errno_t pci_get_ids_internal(pci_t *pci, sysarg_t method, sysarg_t arg1,
errno_t           146 uspace/lib/device/src/pci.c 	errno_t rc = pci_get_ids_once(pci, method, arg1, NULL, 0, &act_size);
errno_t           186 uspace/lib/device/src/pci.c errno_t pci_get_devices(pci_t *pci, devman_handle_t **data, size_t *count)
errno_t           191 uspace/lib/device/src/pci.c extern errno_t pci_dev_get_info(pci_t *, devman_handle_t, pci_dev_info_t *);
errno_t           200 uspace/lib/device/src/pci.c errno_t pci_dev_get_info(pci_t *pci, devman_handle_t dev_handle,
errno_t           204 uspace/lib/device/src/pci.c 	errno_t retval;
errno_t           210 uspace/lib/device/src/pci.c 	errno_t rc = async_data_read_start(exch, info, sizeof(pci_dev_info_t));
errno_t            46 uspace/lib/device/src/vbd.c static errno_t vbd_get_ids_internal(vbd_t *, sysarg_t, sysarg_t, sysarg_t **,
errno_t            49 uspace/lib/device/src/vbd.c errno_t vbd_create(vbd_t **rvbd)
errno_t            53 uspace/lib/device/src/vbd.c 	errno_t rc;
errno_t            99 uspace/lib/device/src/vbd.c errno_t vbd_get_disks(vbd_t *vbd, service_id_t **data, size_t *count)
errno_t           105 uspace/lib/device/src/vbd.c errno_t vbd_disk_info(vbd_t *vbd, service_id_t sid, vbd_disk_info_t *vinfo)
errno_t           108 uspace/lib/device/src/vbd.c 	errno_t retval;
errno_t           113 uspace/lib/device/src/vbd.c 	errno_t rc = async_data_read_start(exch, vinfo, sizeof(vbd_disk_info_t));
errno_t           128 uspace/lib/device/src/vbd.c errno_t vbd_label_create(vbd_t *vbd, service_id_t sid, label_type_t ltype)
errno_t           131 uspace/lib/device/src/vbd.c 	errno_t retval;
errno_t           143 uspace/lib/device/src/vbd.c errno_t vbd_label_delete(vbd_t *vbd, service_id_t sid)
errno_t           146 uspace/lib/device/src/vbd.c 	errno_t retval;
errno_t           169 uspace/lib/device/src/vbd.c static errno_t vbd_get_ids_once(vbd_t *vbd, sysarg_t method, sysarg_t arg1,
errno_t           176 uspace/lib/device/src/vbd.c 	errno_t rc = async_data_read_start(exch, id_buf, buf_size);
errno_t           185 uspace/lib/device/src/vbd.c 	errno_t retval;
errno_t           207 uspace/lib/device/src/vbd.c static errno_t vbd_get_ids_internal(vbd_t *vbd, sysarg_t method, sysarg_t arg1,
errno_t           214 uspace/lib/device/src/vbd.c 	errno_t rc = vbd_get_ids_once(vbd, method, arg1, NULL, 0, &act_size);
errno_t           254 uspace/lib/device/src/vbd.c errno_t vbd_label_get_parts(vbd_t *vbd, service_id_t disk,
errno_t           261 uspace/lib/device/src/vbd.c errno_t vbd_part_get_info(vbd_t *vbd, vbd_part_id_t part, vbd_part_info_t *pinfo)
errno_t           264 uspace/lib/device/src/vbd.c 	errno_t retval;
errno_t           269 uspace/lib/device/src/vbd.c 	errno_t rc = async_data_read_start(exch, pinfo, sizeof(vbd_part_info_t));
errno_t           284 uspace/lib/device/src/vbd.c errno_t vbd_part_create(vbd_t *vbd, service_id_t disk, vbd_part_spec_t *pspec,
errno_t           288 uspace/lib/device/src/vbd.c 	errno_t retval;
errno_t           293 uspace/lib/device/src/vbd.c 	errno_t rc = async_data_write_start(exch, pspec, sizeof(vbd_part_spec_t));
errno_t           310 uspace/lib/device/src/vbd.c errno_t vbd_part_delete(vbd_t *vbd, vbd_part_id_t part)
errno_t           313 uspace/lib/device/src/vbd.c 	errno_t retval;
errno_t           339 uspace/lib/device/src/vbd.c errno_t vbd_suggest_ptype(vbd_t *vbd, service_id_t disk, label_pcnt_t pcnt,
errno_t           343 uspace/lib/device/src/vbd.c 	errno_t retval;
errno_t           348 uspace/lib/device/src/vbd.c 	errno_t rc = async_data_read_start(exch, ptype, sizeof(label_ptype_t));
errno_t            51 uspace/lib/device/src/vol.c errno_t vol_create(vol_t **rvol)
errno_t            55 uspace/lib/device/src/vol.c 	errno_t rc;
errno_t           106 uspace/lib/device/src/vol.c static errno_t vol_get_ids_once(vol_t *vol, sysarg_t method, sysarg_t arg1,
errno_t           113 uspace/lib/device/src/vol.c 	errno_t rc = async_data_read_start(exch, id_buf, buf_size);
errno_t           122 uspace/lib/device/src/vol.c 	errno_t retval;
errno_t           144 uspace/lib/device/src/vol.c static errno_t vol_get_ids_internal(vol_t *vol, sysarg_t method, sysarg_t arg1,
errno_t           151 uspace/lib/device/src/vol.c 	errno_t rc = vol_get_ids_once(vol, method, arg1, NULL, 0, &act_size);
errno_t           191 uspace/lib/device/src/vol.c errno_t vol_get_parts(vol_t *vol, service_id_t **data, size_t *count)
errno_t           206 uspace/lib/device/src/vol.c errno_t vol_part_add(vol_t *vol, service_id_t sid)
errno_t           209 uspace/lib/device/src/vol.c 	errno_t retval;
errno_t           228 uspace/lib/device/src/vol.c errno_t vol_part_info(vol_t *vol, service_id_t sid, vol_part_info_t *vinfo)
errno_t           231 uspace/lib/device/src/vol.c 	errno_t retval;
errno_t           237 uspace/lib/device/src/vol.c 	errno_t rc = async_data_read_start(exch, vinfo, sizeof(vol_part_info_t));
errno_t           257 uspace/lib/device/src/vol.c errno_t vol_part_eject(vol_t *vol, service_id_t sid)
errno_t           260 uspace/lib/device/src/vol.c 	errno_t retval;
errno_t           279 uspace/lib/device/src/vol.c errno_t vol_part_empty(vol_t *vol, service_id_t sid)
errno_t           282 uspace/lib/device/src/vol.c 	errno_t retval;
errno_t           302 uspace/lib/device/src/vol.c errno_t vol_part_insert(vol_t *vol, service_id_t sid)
errno_t           305 uspace/lib/device/src/vol.c 	errno_t retval;
errno_t           324 uspace/lib/device/src/vol.c errno_t vol_part_insert_by_path(vol_t *vol, const char *path)
errno_t           328 uspace/lib/device/src/vol.c 	errno_t retval;
errno_t           356 uspace/lib/device/src/vol.c errno_t vol_part_get_lsupp(vol_t *vol, vol_fstype_t fstype,
errno_t           360 uspace/lib/device/src/vol.c 	errno_t retval;
errno_t           365 uspace/lib/device/src/vol.c 	errno_t rc = async_data_read_start(exch, vlsupp, sizeof(vol_label_supp_t));
errno_t           390 uspace/lib/device/src/vol.c errno_t vol_part_mkfs(vol_t *vol, service_id_t sid, vol_fstype_t fstype,
errno_t           395 uspace/lib/device/src/vol.c 	errno_t retval;
errno_t           431 uspace/lib/device/src/vol.c errno_t vol_part_set_mountp(vol_t *vol, service_id_t sid,
errno_t           436 uspace/lib/device/src/vol.c 	errno_t retval;
errno_t           464 uspace/lib/device/src/vol.c errno_t vol_fstype_format(vol_fstype_t fstype, char **rstr)
errno_t           503 uspace/lib/device/src/vol.c errno_t vol_pcnt_fs_format(vol_part_cnt_t pcnt, vol_fstype_t fstype,
errno_t           543 uspace/lib/device/src/vol.c errno_t vol_mountp_validate(const char *mountp)
errno_t           545 uspace/lib/device/src/vol.c 	errno_t rc;
errno_t           573 uspace/lib/device/src/vol.c errno_t vol_get_volumes(vol_t *vol, volume_id_t **data, size_t *count)
errno_t           586 uspace/lib/device/src/vol.c errno_t vol_info(vol_t *vol, volume_id_t vid, vol_info_t *vinfo)
errno_t           589 uspace/lib/device/src/vol.c 	errno_t retval;
errno_t           595 uspace/lib/device/src/vol.c 	errno_t rc = async_data_read_start(exch, vinfo, sizeof(vol_info_t));
errno_t            42 uspace/lib/dispcfg/include/dispcfg.h extern errno_t dispcfg_open(const char *, dispcfg_cb_t *, void *, dispcfg_t **);
errno_t            44 uspace/lib/dispcfg/include/dispcfg.h extern errno_t dispcfg_get_seat_list(dispcfg_t *, dispcfg_seat_list_t **);
errno_t            46 uspace/lib/dispcfg/include/dispcfg.h extern errno_t dispcfg_get_seat_info(dispcfg_t *, sysarg_t,
errno_t            49 uspace/lib/dispcfg/include/dispcfg.h extern errno_t dispcfg_seat_create(dispcfg_t *, const char *, sysarg_t *);
errno_t            50 uspace/lib/dispcfg/include/dispcfg.h extern errno_t dispcfg_seat_delete(dispcfg_t *, sysarg_t);
errno_t            51 uspace/lib/dispcfg/include/dispcfg.h extern errno_t dispcfg_dev_assign(dispcfg_t *, sysarg_t, sysarg_t);
errno_t            52 uspace/lib/dispcfg/include/dispcfg.h extern errno_t dispcfg_dev_unassign(dispcfg_t *, sysarg_t);
errno_t            53 uspace/lib/dispcfg/include/dispcfg.h extern errno_t dispcfg_get_asgn_dev_list(dispcfg_t *, sysarg_t,
errno_t            52 uspace/lib/dispcfg/include/dispcfg_srv.h 	errno_t (*get_seat_list)(void *, dispcfg_seat_list_t **);
errno_t            53 uspace/lib/dispcfg/include/dispcfg_srv.h 	errno_t (*get_seat_info)(void *, sysarg_t, dispcfg_seat_info_t **);
errno_t            54 uspace/lib/dispcfg/include/dispcfg_srv.h 	errno_t (*seat_create)(void *, const char *, sysarg_t *);
errno_t            55 uspace/lib/dispcfg/include/dispcfg_srv.h 	errno_t (*seat_delete)(void *, sysarg_t);
errno_t            56 uspace/lib/dispcfg/include/dispcfg_srv.h 	errno_t (*dev_assign)(void *, sysarg_t, sysarg_t);
errno_t            57 uspace/lib/dispcfg/include/dispcfg_srv.h 	errno_t (*dev_unassign)(void *, sysarg_t);
errno_t            58 uspace/lib/dispcfg/include/dispcfg_srv.h 	errno_t (*get_asgn_dev_list)(void *, sysarg_t, dispcfg_dev_list_t **);
errno_t            59 uspace/lib/dispcfg/include/dispcfg_srv.h 	errno_t (*get_event)(void *, dispcfg_ev_t *);
errno_t            48 uspace/lib/dispcfg/include/types/testdc.h 	errno_t rc;
errno_t            49 uspace/lib/dispcfg/src/dispcfg.c static errno_t dispcfg_callback_create(dispcfg_t *);
errno_t            60 uspace/lib/dispcfg/src/dispcfg.c errno_t dispcfg_open(const char *wmname, dispcfg_cb_t *cb, void *cb_arg,
errno_t            65 uspace/lib/dispcfg/src/dispcfg.c 	errno_t rc;
errno_t           109 uspace/lib/dispcfg/src/dispcfg.c static errno_t dispcfg_callback_create(dispcfg_t *dispcfg)
errno_t           116 uspace/lib/dispcfg/src/dispcfg.c 	errno_t rc = async_create_callback_port(exch, INTERFACE_DISPCFG_CB, 0, 0,
errno_t           124 uspace/lib/dispcfg/src/dispcfg.c 	errno_t retval;
errno_t           155 uspace/lib/dispcfg/src/dispcfg.c errno_t dispcfg_get_seat_list(dispcfg_t *dispcfg, dispcfg_seat_list_t **rlist)
errno_t           163 uspace/lib/dispcfg/src/dispcfg.c 	errno_t rc;
errno_t           223 uspace/lib/dispcfg/src/dispcfg.c errno_t dispcfg_get_seat_info(dispcfg_t *dispcfg, sysarg_t seat_id,
errno_t           232 uspace/lib/dispcfg/src/dispcfg.c 	errno_t rc;
errno_t           294 uspace/lib/dispcfg/src/dispcfg.c errno_t dispcfg_seat_create(dispcfg_t *dispcfg, const char *name,
errno_t           301 uspace/lib/dispcfg/src/dispcfg.c 	errno_t rc;
errno_t           330 uspace/lib/dispcfg/src/dispcfg.c errno_t dispcfg_seat_delete(dispcfg_t *dispcfg, sysarg_t seat_id)
errno_t           333 uspace/lib/dispcfg/src/dispcfg.c 	errno_t rc;
errno_t           349 uspace/lib/dispcfg/src/dispcfg.c errno_t dispcfg_dev_assign(dispcfg_t *dispcfg, sysarg_t svc_id,
errno_t           353 uspace/lib/dispcfg/src/dispcfg.c 	errno_t rc;
errno_t           370 uspace/lib/dispcfg/src/dispcfg.c errno_t dispcfg_dev_unassign(dispcfg_t *dispcfg, sysarg_t svc_id)
errno_t           373 uspace/lib/dispcfg/src/dispcfg.c 	errno_t rc;
errno_t           389 uspace/lib/dispcfg/src/dispcfg.c errno_t dispcfg_get_asgn_dev_list(dispcfg_t *dispcfg, sysarg_t seat_id,
errno_t           398 uspace/lib/dispcfg/src/dispcfg.c 	errno_t rc;
errno_t           457 uspace/lib/dispcfg/src/dispcfg.c static errno_t dispcfg_get_event(dispcfg_t *dispcfg, dispcfg_ev_t *event)
errno_t           462 uspace/lib/dispcfg/src/dispcfg.c 	errno_t rc;
errno_t           487 uspace/lib/dispcfg/src/dispcfg.c 	errno_t rc;
errno_t            64 uspace/lib/dispcfg/src/dispcfg_srv.c 	errno_t rc;
errno_t           136 uspace/lib/dispcfg/src/dispcfg_srv.c 	errno_t rc;
errno_t           211 uspace/lib/dispcfg/src/dispcfg_srv.c 	errno_t rc;
errno_t           248 uspace/lib/dispcfg/src/dispcfg_srv.c 	errno_t rc;
errno_t           265 uspace/lib/dispcfg/src/dispcfg_srv.c 	errno_t rc;
errno_t           282 uspace/lib/dispcfg/src/dispcfg_srv.c 	errno_t rc;
errno_t           301 uspace/lib/dispcfg/src/dispcfg_srv.c 	errno_t rc;
errno_t           373 uspace/lib/dispcfg/src/dispcfg_srv.c 	errno_t rc;
errno_t            44 uspace/lib/dispcfg/src/testdc.c static errno_t test_get_seat_list(void *, dispcfg_seat_list_t **);
errno_t            45 uspace/lib/dispcfg/src/testdc.c static errno_t test_get_seat_info(void *, sysarg_t, dispcfg_seat_info_t **);
errno_t            46 uspace/lib/dispcfg/src/testdc.c static errno_t test_seat_create(void *, const char *, sysarg_t *);
errno_t            47 uspace/lib/dispcfg/src/testdc.c static errno_t test_seat_delete(void *, sysarg_t);
errno_t            48 uspace/lib/dispcfg/src/testdc.c static errno_t test_dev_assign(void *, sysarg_t, sysarg_t);
errno_t            49 uspace/lib/dispcfg/src/testdc.c static errno_t test_dev_unassign(void *, sysarg_t);
errno_t            50 uspace/lib/dispcfg/src/testdc.c static errno_t test_get_asgn_dev_list(void *, sysarg_t, dispcfg_dev_list_t **);
errno_t            51 uspace/lib/dispcfg/src/testdc.c static errno_t test_get_event(void *, dispcfg_ev_t *);
errno_t           116 uspace/lib/dispcfg/src/testdc.c static errno_t test_get_seat_list(void *arg, dispcfg_seat_list_t **rlist)
errno_t           129 uspace/lib/dispcfg/src/testdc.c static errno_t test_get_seat_info(void *arg, sysarg_t seat_id,
errno_t           144 uspace/lib/dispcfg/src/testdc.c static errno_t test_seat_create(void *arg, const char *name, sysarg_t *rseat_id)
errno_t           154 uspace/lib/dispcfg/src/testdc.c static errno_t test_seat_delete(void *arg, sysarg_t seat_id)
errno_t           163 uspace/lib/dispcfg/src/testdc.c static errno_t test_dev_assign(void *arg, sysarg_t svc_id, sysarg_t seat_id)
errno_t           173 uspace/lib/dispcfg/src/testdc.c static errno_t test_dev_unassign(void *arg, sysarg_t svc_id)
errno_t           182 uspace/lib/dispcfg/src/testdc.c static errno_t test_get_asgn_dev_list(void *arg, sysarg_t seat_id,
errno_t           197 uspace/lib/dispcfg/src/testdc.c static errno_t test_get_event(void *arg, dispcfg_ev_t *event)
errno_t            50 uspace/lib/dispcfg/test/dispcfg.c 	errno_t rc;
errno_t            78 uspace/lib/dispcfg/test/dispcfg.c 	errno_t rc;
errno_t           114 uspace/lib/dispcfg/test/dispcfg.c 	errno_t rc;
errno_t           162 uspace/lib/dispcfg/test/dispcfg.c 	errno_t rc;
errno_t           201 uspace/lib/dispcfg/test/dispcfg.c 	errno_t rc;
errno_t           247 uspace/lib/dispcfg/test/dispcfg.c 	errno_t rc;
errno_t           287 uspace/lib/dispcfg/test/dispcfg.c 	errno_t rc;
errno_t           327 uspace/lib/dispcfg/test/dispcfg.c 	errno_t rc;
errno_t           365 uspace/lib/dispcfg/test/dispcfg.c 	errno_t rc;
errno_t           403 uspace/lib/dispcfg/test/dispcfg.c 	errno_t rc;
errno_t           444 uspace/lib/dispcfg/test/dispcfg.c 	errno_t rc;
errno_t           485 uspace/lib/dispcfg/test/dispcfg.c 	errno_t rc;
errno_t           523 uspace/lib/dispcfg/test/dispcfg.c 	errno_t rc;
errno_t           561 uspace/lib/dispcfg/test/dispcfg.c 	errno_t rc;
errno_t           600 uspace/lib/dispcfg/test/dispcfg.c 	errno_t rc;
errno_t           651 uspace/lib/dispcfg/test/dispcfg.c 	errno_t rc;
errno_t           700 uspace/lib/dispcfg/test/dispcfg.c 	errno_t rc;
errno_t            57 uspace/lib/display/include/disp_srv.h 	errno_t (*window_create)(void *, display_wnd_params_t *, sysarg_t *);
errno_t            58 uspace/lib/display/include/disp_srv.h 	errno_t (*window_destroy)(void *, sysarg_t);
errno_t            59 uspace/lib/display/include/disp_srv.h 	errno_t (*window_move_req)(void *, sysarg_t, gfx_coord2_t *,
errno_t            61 uspace/lib/display/include/disp_srv.h 	errno_t (*window_resize_req)(void *, sysarg_t, display_wnd_rsztype_t,
errno_t            63 uspace/lib/display/include/disp_srv.h 	errno_t (*window_move)(void *, sysarg_t, gfx_coord2_t *);
errno_t            64 uspace/lib/display/include/disp_srv.h 	errno_t (*window_get_pos)(void *, sysarg_t, gfx_coord2_t *);
errno_t            65 uspace/lib/display/include/disp_srv.h 	errno_t (*window_get_max_rect)(void *, sysarg_t, gfx_rect_t *);
errno_t            66 uspace/lib/display/include/disp_srv.h 	errno_t (*window_resize)(void *, sysarg_t, gfx_coord2_t *, gfx_rect_t *);
errno_t            67 uspace/lib/display/include/disp_srv.h 	errno_t (*window_minimize)(void *, sysarg_t);
errno_t            68 uspace/lib/display/include/disp_srv.h 	errno_t (*window_maximize)(void *, sysarg_t);
errno_t            69 uspace/lib/display/include/disp_srv.h 	errno_t (*window_unmaximize)(void *, sysarg_t);
errno_t            70 uspace/lib/display/include/disp_srv.h 	errno_t (*window_set_cursor)(void *, sysarg_t, display_stock_cursor_t);
errno_t            71 uspace/lib/display/include/disp_srv.h 	errno_t (*window_set_caption)(void *, sysarg_t, const char *);
errno_t            72 uspace/lib/display/include/disp_srv.h 	errno_t (*get_event)(void *, sysarg_t *, display_wnd_ev_t *);
errno_t            73 uspace/lib/display/include/disp_srv.h 	errno_t (*get_info)(void *, display_info_t *);
errno_t            48 uspace/lib/display/include/display.h extern errno_t display_open(const char *, display_t **);
errno_t            50 uspace/lib/display/include/display.h extern errno_t display_get_info(display_t *, display_info_t *);
errno_t            52 uspace/lib/display/include/display.h extern errno_t display_window_create(display_t *, display_wnd_params_t *,
errno_t            54 uspace/lib/display/include/display.h extern errno_t display_window_destroy(display_window_t *);
errno_t            55 uspace/lib/display/include/display.h extern errno_t display_window_get_gc(display_window_t *, gfx_context_t **);
errno_t            56 uspace/lib/display/include/display.h extern errno_t display_window_move_req(display_window_t *, gfx_coord2_t *,
errno_t            58 uspace/lib/display/include/display.h extern errno_t display_window_resize_req(display_window_t *,
errno_t            60 uspace/lib/display/include/display.h extern errno_t display_window_move(display_window_t *, gfx_coord2_t *);
errno_t            61 uspace/lib/display/include/display.h extern errno_t display_window_get_pos(display_window_t *, gfx_coord2_t *);
errno_t            62 uspace/lib/display/include/display.h extern errno_t display_window_get_max_rect(display_window_t *, gfx_rect_t *);
errno_t            63 uspace/lib/display/include/display.h extern errno_t display_window_resize(display_window_t *,
errno_t            65 uspace/lib/display/include/display.h extern errno_t display_window_minimize(display_window_t *);
errno_t            66 uspace/lib/display/include/display.h extern errno_t display_window_maximize(display_window_t *);
errno_t            67 uspace/lib/display/include/display.h extern errno_t display_window_unmaximize(display_window_t *);
errno_t            68 uspace/lib/display/include/display.h extern errno_t display_window_set_cursor(display_window_t *,
errno_t            70 uspace/lib/display/include/display.h extern errno_t display_window_set_caption(display_window_t *, const char *);
errno_t            69 uspace/lib/display/src/disp_srv.c 	errno_t rc;
errno_t           139 uspace/lib/display/src/disp_srv.c 	errno_t rc;
errno_t           159 uspace/lib/display/src/disp_srv.c 	errno_t rc;
errno_t           198 uspace/lib/display/src/disp_srv.c 	errno_t rc;
errno_t           236 uspace/lib/display/src/disp_srv.c 	errno_t rc;
errno_t           281 uspace/lib/display/src/disp_srv.c 	errno_t rc;
errno_t           327 uspace/lib/display/src/disp_srv.c 	errno_t rc;
errno_t           368 uspace/lib/display/src/disp_srv.c 	errno_t rc;
errno_t           404 uspace/lib/display/src/disp_srv.c 	errno_t rc;
errno_t           420 uspace/lib/display/src/disp_srv.c 	errno_t rc;
errno_t           436 uspace/lib/display/src/disp_srv.c 	errno_t rc;
errno_t           453 uspace/lib/display/src/disp_srv.c 	errno_t rc;
errno_t           474 uspace/lib/display/src/disp_srv.c 	errno_t rc;
errno_t           516 uspace/lib/display/src/disp_srv.c 	errno_t rc;
errno_t           557 uspace/lib/display/src/disp_srv.c 	errno_t rc;
errno_t            44 uspace/lib/display/src/display.c static errno_t display_callback_create(display_t *);
errno_t            46 uspace/lib/display/src/display.c static errno_t display_get_window(display_t *, sysarg_t, display_window_t **);
errno_t            54 uspace/lib/display/src/display.c errno_t display_open(const char *dsname, display_t **rdisplay)
errno_t            58 uspace/lib/display/src/display.c 	errno_t rc;
errno_t           100 uspace/lib/display/src/display.c static errno_t display_callback_create(display_t *display)
errno_t           107 uspace/lib/display/src/display.c 	errno_t rc = async_create_callback_port(exch, INTERFACE_DISPLAY_CB, 0, 0,
errno_t           115 uspace/lib/display/src/display.c 	errno_t retval;
errno_t           162 uspace/lib/display/src/display.c errno_t display_window_create(display_t *display, display_wnd_params_t *params,
errno_t           170 uspace/lib/display/src/display.c 	errno_t rc;
errno_t           229 uspace/lib/display/src/display.c errno_t display_window_destroy(display_window_t *window)
errno_t           232 uspace/lib/display/src/display.c 	errno_t rc;
errno_t           253 uspace/lib/display/src/display.c errno_t display_window_get_gc(display_window_t *window, gfx_context_t **rgc)
errno_t           258 uspace/lib/display/src/display.c 	errno_t rc;
errno_t           290 uspace/lib/display/src/display.c errno_t display_window_move_req(display_window_t *window, gfx_coord2_t *pos,
errno_t           296 uspace/lib/display/src/display.c 	errno_t rc;
errno_t           325 uspace/lib/display/src/display.c errno_t display_window_move(display_window_t *window, gfx_coord2_t *dpos)
errno_t           330 uspace/lib/display/src/display.c 	errno_t rc;
errno_t           356 uspace/lib/display/src/display.c errno_t display_window_get_pos(display_window_t *window, gfx_coord2_t *dpos)
errno_t           361 uspace/lib/display/src/display.c 	errno_t rc;
errno_t           387 uspace/lib/display/src/display.c errno_t display_window_get_max_rect(display_window_t *window, gfx_rect_t *rect)
errno_t           392 uspace/lib/display/src/display.c 	errno_t rc;
errno_t           423 uspace/lib/display/src/display.c errno_t display_window_resize_req(display_window_t *window,
errno_t           429 uspace/lib/display/src/display.c 	errno_t rc;
errno_t           489 uspace/lib/display/src/display.c errno_t display_window_resize(display_window_t *window, gfx_coord2_t *offs,
errno_t           496 uspace/lib/display/src/display.c 	errno_t rc;
errno_t           522 uspace/lib/display/src/display.c errno_t display_window_minimize(display_window_t *window)
errno_t           525 uspace/lib/display/src/display.c 	errno_t rc;
errno_t           539 uspace/lib/display/src/display.c errno_t display_window_maximize(display_window_t *window)
errno_t           542 uspace/lib/display/src/display.c 	errno_t rc;
errno_t           556 uspace/lib/display/src/display.c errno_t display_window_unmaximize(display_window_t *window)
errno_t           559 uspace/lib/display/src/display.c 	errno_t rc;
errno_t           577 uspace/lib/display/src/display.c errno_t display_window_set_cursor(display_window_t *window,
errno_t           581 uspace/lib/display/src/display.c 	errno_t rc;
errno_t           596 uspace/lib/display/src/display.c errno_t display_window_set_caption(display_window_t *window,
errno_t           603 uspace/lib/display/src/display.c 	errno_t rc;
errno_t           630 uspace/lib/display/src/display.c static errno_t display_get_event(display_t *display, display_window_t **rwindow,
errno_t           636 uspace/lib/display/src/display.c 	errno_t rc;
errno_t           668 uspace/lib/display/src/display.c errno_t display_get_info(display_t *display, display_info_t *info)
errno_t           673 uspace/lib/display/src/display.c 	errno_t rc;
errno_t           698 uspace/lib/display/src/display.c 	errno_t rc;
errno_t           800 uspace/lib/display/src/display.c static errno_t display_get_window(display_t *display, sysarg_t wnd_id,
errno_t            58 uspace/lib/display/test/display.c static errno_t test_window_create(void *, display_wnd_params_t *, sysarg_t *);
errno_t            59 uspace/lib/display/test/display.c static errno_t test_window_destroy(void *, sysarg_t);
errno_t            60 uspace/lib/display/test/display.c static errno_t test_window_move_req(void *, sysarg_t, gfx_coord2_t *, sysarg_t);
errno_t            61 uspace/lib/display/test/display.c static errno_t test_window_move(void *, sysarg_t, gfx_coord2_t *);
errno_t            62 uspace/lib/display/test/display.c static errno_t test_window_get_pos(void *, sysarg_t, gfx_coord2_t *);
errno_t            63 uspace/lib/display/test/display.c static errno_t test_window_get_max_rect(void *, sysarg_t, gfx_rect_t *);
errno_t            64 uspace/lib/display/test/display.c static errno_t test_window_resize_req(void *, sysarg_t, display_wnd_rsztype_t,
errno_t            66 uspace/lib/display/test/display.c static errno_t test_window_resize(void *, sysarg_t, gfx_coord2_t *,
errno_t            68 uspace/lib/display/test/display.c static errno_t test_window_minimize(void *, sysarg_t);
errno_t            69 uspace/lib/display/test/display.c static errno_t test_window_maximize(void *, sysarg_t);
errno_t            70 uspace/lib/display/test/display.c static errno_t test_window_unmaximize(void *, sysarg_t);
errno_t            71 uspace/lib/display/test/display.c static errno_t test_window_set_cursor(void *, sysarg_t, display_stock_cursor_t);
errno_t            72 uspace/lib/display/test/display.c static errno_t test_window_set_caption(void *, sysarg_t, const char *);
errno_t            73 uspace/lib/display/test/display.c static errno_t test_get_event(void *, sysarg_t *, display_wnd_ev_t *);
errno_t            74 uspace/lib/display/test/display.c static errno_t test_get_info(void *, display_info_t *);
errno_t            76 uspace/lib/display/test/display.c static errno_t test_gc_set_color(void *, gfx_color_t *);
errno_t           112 uspace/lib/display/test/display.c 	errno_t rc;
errno_t           184 uspace/lib/display/test/display.c 	errno_t rc;
errno_t           212 uspace/lib/display/test/display.c 	errno_t rc;
errno_t           270 uspace/lib/display/test/display.c 	errno_t rc;
errno_t           327 uspace/lib/display/test/display.c 	errno_t rc;
errno_t           388 uspace/lib/display/test/display.c 	errno_t rc;
errno_t           448 uspace/lib/display/test/display.c 	errno_t rc;
errno_t           508 uspace/lib/display/test/display.c 	errno_t rc;
errno_t           564 uspace/lib/display/test/display.c 	errno_t rc;
errno_t           620 uspace/lib/display/test/display.c 	errno_t rc;
errno_t           677 uspace/lib/display/test/display.c 	errno_t rc;
errno_t           736 uspace/lib/display/test/display.c 	errno_t rc;
errno_t           797 uspace/lib/display/test/display.c 	errno_t rc;
errno_t           862 uspace/lib/display/test/display.c 	errno_t rc;
errno_t           925 uspace/lib/display/test/display.c 	errno_t rc;
errno_t           988 uspace/lib/display/test/display.c 	errno_t rc;
errno_t          1053 uspace/lib/display/test/display.c 	errno_t rc;
errno_t          1117 uspace/lib/display/test/display.c 	errno_t rc;
errno_t          1167 uspace/lib/display/test/display.c 	errno_t rc;
errno_t          1217 uspace/lib/display/test/display.c 	errno_t rc;
errno_t          1267 uspace/lib/display/test/display.c 	errno_t rc;
errno_t          1317 uspace/lib/display/test/display.c 	errno_t rc;
errno_t          1369 uspace/lib/display/test/display.c 	errno_t rc;
errno_t          1421 uspace/lib/display/test/display.c 	errno_t rc;
errno_t          1477 uspace/lib/display/test/display.c 	errno_t rc;
errno_t          1533 uspace/lib/display/test/display.c 	errno_t rc;
errno_t          1587 uspace/lib/display/test/display.c 	errno_t rc;
errno_t          1650 uspace/lib/display/test/display.c 	errno_t rc;
errno_t          1717 uspace/lib/display/test/display.c 	errno_t rc;
errno_t          1787 uspace/lib/display/test/display.c 	errno_t rc;
errno_t          1866 uspace/lib/display/test/display.c 	errno_t rc;
errno_t          1945 uspace/lib/display/test/display.c 	errno_t rc;
errno_t          2015 uspace/lib/display/test/display.c 	errno_t rc;
errno_t          2051 uspace/lib/display/test/display.c 	errno_t rc;
errno_t          2104 uspace/lib/display/test/display.c 	errno_t rc;
errno_t          2203 uspace/lib/display/test/display.c static errno_t test_window_create(void *arg, display_wnd_params_t *params,
errno_t          2218 uspace/lib/display/test/display.c static errno_t test_window_destroy(void *arg, sysarg_t wnd_id)
errno_t          2227 uspace/lib/display/test/display.c static errno_t test_window_move_req(void *arg, sysarg_t wnd_id,
errno_t          2239 uspace/lib/display/test/display.c static errno_t test_window_move(void *arg, sysarg_t wnd_id, gfx_coord2_t *dpos)
errno_t          2249 uspace/lib/display/test/display.c static errno_t test_window_get_pos(void *arg, sysarg_t wnd_id, gfx_coord2_t *dpos)
errno_t          2262 uspace/lib/display/test/display.c static errno_t test_window_get_max_rect(void *arg, sysarg_t wnd_id,
errno_t          2276 uspace/lib/display/test/display.c static errno_t test_window_resize_req(void *arg, sysarg_t wnd_id,
errno_t          2289 uspace/lib/display/test/display.c static errno_t test_window_resize(void *arg, sysarg_t wnd_id,
errno_t          2301 uspace/lib/display/test/display.c static errno_t test_window_minimize(void *arg, sysarg_t wnd_id)
errno_t          2310 uspace/lib/display/test/display.c static errno_t test_window_maximize(void *arg, sysarg_t wnd_id)
errno_t          2319 uspace/lib/display/test/display.c static errno_t test_window_unmaximize(void *arg, sysarg_t wnd_id)
errno_t          2328 uspace/lib/display/test/display.c static errno_t test_window_set_cursor(void *arg, sysarg_t wnd_id,
errno_t          2340 uspace/lib/display/test/display.c static errno_t test_window_set_caption(void *arg, sysarg_t wnd_id,
errno_t          2352 uspace/lib/display/test/display.c static errno_t test_get_event(void *arg, sysarg_t *wnd_id,
errno_t          2368 uspace/lib/display/test/display.c static errno_t test_get_info(void *arg, display_info_t *info)
errno_t          2378 uspace/lib/display/test/display.c static errno_t test_gc_set_color(void *arg, gfx_color_t *color)
errno_t           125 uspace/lib/drv/generic/driver.c 	errno_t rc = async_data_write_accept((void **) &dev_name, true, 0, 0, 0, 0);
errno_t           156 uspace/lib/drv/generic/driver.c 	errno_t res = driver->driver_ops->dev_add(dev);
errno_t           188 uspace/lib/drv/generic/driver.c 	errno_t rc;
errno_t           221 uspace/lib/drv/generic/driver.c 	errno_t rc;
errno_t           262 uspace/lib/drv/generic/driver.c 	errno_t rc;
errno_t           297 uspace/lib/drv/generic/driver.c 	errno_t rc;
errno_t           414 uspace/lib/drv/generic/driver.c 	errno_t ret = EOK;
errno_t           679 uspace/lib/drv/generic/driver.c errno_t ddf_fun_set_name(ddf_fun_t *dev, const char *name)
errno_t           827 uspace/lib/drv/generic/driver.c errno_t ddf_fun_bind(ddf_fun_t *fun)
errno_t           834 uspace/lib/drv/generic/driver.c 	errno_t res = devman_add_function(fun->name, fun->ftype, &fun->match_ids,
errno_t           855 uspace/lib/drv/generic/driver.c errno_t ddf_fun_unbind(ddf_fun_t *fun)
errno_t           859 uspace/lib/drv/generic/driver.c 	errno_t res = devman_remove_function(fun->handle);
errno_t           876 uspace/lib/drv/generic/driver.c errno_t ddf_fun_online(ddf_fun_t *fun)
errno_t           880 uspace/lib/drv/generic/driver.c 	errno_t res = devman_drv_fun_online(fun->handle);
errno_t           894 uspace/lib/drv/generic/driver.c errno_t ddf_fun_offline(ddf_fun_t *fun)
errno_t           898 uspace/lib/drv/generic/driver.c 	errno_t res = devman_drv_fun_offline(fun->handle);
errno_t           918 uspace/lib/drv/generic/driver.c errno_t ddf_fun_add_match_id(ddf_fun_t *fun, const char *match_id_str,
errno_t           965 uspace/lib/drv/generic/driver.c errno_t ddf_fun_add_to_category(ddf_fun_t *fun, const char *cat_name)
errno_t           973 uspace/lib/drv/generic/driver.c errno_t ddf_driver_main(const driver_t *drv)
errno_t           986 uspace/lib/drv/generic/driver.c 	errno_t rc = async_create_port(INTERFACE_DDF_DRIVER, driver_connection_driver,
errno_t            44 uspace/lib/drv/generic/interrupt.c errno_t register_interrupt_handler(ddf_dev_t *dev, int irq,
errno_t            52 uspace/lib/drv/generic/interrupt.c errno_t unregister_interrupt_handler(ddf_dev_t *dev, cap_irq_handle_t handle)
errno_t            42 uspace/lib/drv/generic/log.c errno_t ddf_log_init(const char *drv_name)
errno_t            68 uspace/lib/drv/generic/remote_ahci.c 	errno_t rc = devman_fun_get_name(funh, devn, MAX_NAME_LENGTH);
errno_t            86 uspace/lib/drv/generic/remote_ahci.c errno_t ahci_get_sata_device_name(async_sess_t *sess, size_t sata_dev_name_length,
errno_t            98 uspace/lib/drv/generic/remote_ahci.c 	errno_t rc;
errno_t           104 uspace/lib/drv/generic/remote_ahci.c errno_t ahci_get_num_blocks(async_sess_t *sess, uint64_t *blocks)
errno_t           112 uspace/lib/drv/generic/remote_ahci.c 	errno_t rc = async_req_1_2(exch, DEV_IFACE_ID(AHCI_DEV_IFACE),
errno_t           125 uspace/lib/drv/generic/remote_ahci.c errno_t ahci_get_block_size(async_sess_t *sess, size_t *blocks_size)
errno_t           132 uspace/lib/drv/generic/remote_ahci.c 	errno_t rc = async_req_1_1(exch, DEV_IFACE_ID(AHCI_DEV_IFACE),
errno_t           143 uspace/lib/drv/generic/remote_ahci.c errno_t ahci_read_blocks(async_sess_t *sess, uint64_t blocknum, size_t count,
errno_t           158 uspace/lib/drv/generic/remote_ahci.c 	errno_t rc;
errno_t           164 uspace/lib/drv/generic/remote_ahci.c errno_t ahci_write_blocks(async_sess_t *sess, uint64_t blocknum, size_t count,
errno_t           178 uspace/lib/drv/generic/remote_ahci.c 	errno_t rc;
errno_t           225 uspace/lib/drv/generic/remote_ahci.c 	const errno_t ret = ahci_iface->get_sata_device_name(fun,
errno_t           250 uspace/lib/drv/generic/remote_ahci.c 	const errno_t ret = ahci_iface->get_num_blocks(fun, &blocks);
errno_t           269 uspace/lib/drv/generic/remote_ahci.c 	const errno_t ret = ahci_iface->get_block_size(fun, &blocks);
errno_t           299 uspace/lib/drv/generic/remote_ahci.c 	const errno_t ret = ahci_iface->read_blocks(fun, blocknum, cnt, buf);
errno_t           326 uspace/lib/drv/generic/remote_ahci.c 	const errno_t ret = ahci_iface->write_blocks(fun, blocknum, cnt, buf);
errno_t            96 uspace/lib/drv/generic/remote_audio_mixer.c errno_t audio_mixer_get_info(async_exch_t *exch, char **name, unsigned *items)
errno_t           101 uspace/lib/drv/generic/remote_audio_mixer.c 	const errno_t ret = async_req_1_2(exch, DEV_IFACE_ID(AUDIO_MIXER_IFACE),
errno_t           113 uspace/lib/drv/generic/remote_audio_mixer.c 		const errno_t ret =
errno_t           134 uspace/lib/drv/generic/remote_audio_mixer.c errno_t audio_mixer_get_item_info(async_exch_t *exch, unsigned item,
errno_t           140 uspace/lib/drv/generic/remote_audio_mixer.c 	const errno_t ret = async_req_2_2(exch, DEV_IFACE_ID(AUDIO_MIXER_IFACE),
errno_t           152 uspace/lib/drv/generic/remote_audio_mixer.c 		const errno_t ret =
errno_t           172 uspace/lib/drv/generic/remote_audio_mixer.c errno_t audio_mixer_set_item_level(async_exch_t *exch, unsigned item,
errno_t           189 uspace/lib/drv/generic/remote_audio_mixer.c errno_t audio_mixer_get_item_level(async_exch_t *exch, unsigned item,
errno_t           195 uspace/lib/drv/generic/remote_audio_mixer.c 	const errno_t ret = async_req_2_1(exch, DEV_IFACE_ID(AUDIO_MIXER_IFACE),
errno_t           235 uspace/lib/drv/generic/remote_audio_mixer.c 	const errno_t ret = mixer_iface->get_info(fun, &name, &items);
errno_t           270 uspace/lib/drv/generic/remote_audio_mixer.c 	const errno_t ret = mixer_iface->get_item_info(fun, item, &name, &values);
errno_t           304 uspace/lib/drv/generic/remote_audio_mixer.c 	const errno_t ret = mixer_iface->set_item_level(fun, item, value);
errno_t           320 uspace/lib/drv/generic/remote_audio_mixer.c 	const errno_t ret =
errno_t           116 uspace/lib/drv/generic/remote_audio_pcm.c 		const errno_t ret = loc_category_get_id("audio-pcm", &pcm_id,
errno_t           125 uspace/lib/drv/generic/remote_audio_pcm.c 	const errno_t ret = loc_category_get_svcs(pcm_id, &svcs, &count);
errno_t           145 uspace/lib/drv/generic/remote_audio_pcm.c 	const errno_t ret = loc_service_get_id(name, &sid, 0);
errno_t           186 uspace/lib/drv/generic/remote_audio_pcm.c errno_t audio_pcm_get_info_str(audio_pcm_sess_t *sess, char **name)
errno_t           192 uspace/lib/drv/generic/remote_audio_pcm.c 	const errno_t ret = async_req_1_1(exch,
errno_t           206 uspace/lib/drv/generic/remote_audio_pcm.c 		const errno_t ret =
errno_t           228 uspace/lib/drv/generic/remote_audio_pcm.c errno_t audio_pcm_query_cap(audio_pcm_sess_t *sess, audio_cap_t cap, sysarg_t *value)
errno_t           231 uspace/lib/drv/generic/remote_audio_pcm.c 	const errno_t ret = async_req_2_1(exch,
errno_t           248 uspace/lib/drv/generic/remote_audio_pcm.c errno_t audio_pcm_get_buffer_pos(audio_pcm_sess_t *sess, size_t *pos)
errno_t           254 uspace/lib/drv/generic/remote_audio_pcm.c 	const errno_t ret = async_req_1_1(exch,
errno_t           276 uspace/lib/drv/generic/remote_audio_pcm.c errno_t audio_pcm_test_format(audio_pcm_sess_t *sess, unsigned *channels,
errno_t           283 uspace/lib/drv/generic/remote_audio_pcm.c 	const errno_t ret = async_req_4_3(exch,
errno_t           316 uspace/lib/drv/generic/remote_audio_pcm.c errno_t audio_pcm_register_event_callback(audio_pcm_sess_t *sess,
errno_t           324 uspace/lib/drv/generic/remote_audio_pcm.c 	errno_t ret = async_req_1_0(exch, DEV_IFACE_ID(AUDIO_PCM_BUFFER_IFACE),
errno_t           343 uspace/lib/drv/generic/remote_audio_pcm.c errno_t audio_pcm_unregister_event_callback(audio_pcm_sess_t *sess)
errno_t           346 uspace/lib/drv/generic/remote_audio_pcm.c 	const errno_t ret = async_req_1_0(exch,
errno_t           362 uspace/lib/drv/generic/remote_audio_pcm.c errno_t audio_pcm_get_buffer(audio_pcm_sess_t *sess, void **buffer, size_t *size)
errno_t           370 uspace/lib/drv/generic/remote_audio_pcm.c 	errno_t ret = async_req_2_1(exch, DEV_IFACE_ID(AUDIO_PCM_BUFFER_IFACE),
errno_t           393 uspace/lib/drv/generic/remote_audio_pcm.c errno_t audio_pcm_release_buffer(audio_pcm_sess_t *sess)
errno_t           396 uspace/lib/drv/generic/remote_audio_pcm.c 	const errno_t ret = async_req_1_0(exch,
errno_t           417 uspace/lib/drv/generic/remote_audio_pcm.c errno_t audio_pcm_start_playback_fragment(audio_pcm_sess_t *sess, unsigned frames,
errno_t           425 uspace/lib/drv/generic/remote_audio_pcm.c 	const errno_t ret = async_req_4_0(exch,
errno_t           439 uspace/lib/drv/generic/remote_audio_pcm.c errno_t audio_pcm_last_playback_fragment(audio_pcm_sess_t *sess)
errno_t           442 uspace/lib/drv/generic/remote_audio_pcm.c 	const errno_t ret = async_req_2_0(exch,
errno_t           459 uspace/lib/drv/generic/remote_audio_pcm.c errno_t audio_pcm_start_playback(audio_pcm_sess_t *sess,
errno_t           473 uspace/lib/drv/generic/remote_audio_pcm.c errno_t audio_pcm_stop_playback_immediate(audio_pcm_sess_t *sess)
errno_t           476 uspace/lib/drv/generic/remote_audio_pcm.c 	const errno_t ret = async_req_2_0(exch,
errno_t           490 uspace/lib/drv/generic/remote_audio_pcm.c errno_t audio_pcm_stop_playback(audio_pcm_sess_t *sess)
errno_t           493 uspace/lib/drv/generic/remote_audio_pcm.c 	const errno_t ret = async_req_2_0(exch,
errno_t           514 uspace/lib/drv/generic/remote_audio_pcm.c errno_t audio_pcm_start_capture_fragment(audio_pcm_sess_t *sess, unsigned frames,
errno_t           522 uspace/lib/drv/generic/remote_audio_pcm.c 	const errno_t ret = async_req_4_0(exch,
errno_t           539 uspace/lib/drv/generic/remote_audio_pcm.c errno_t audio_pcm_start_capture(audio_pcm_sess_t *sess,
errno_t           554 uspace/lib/drv/generic/remote_audio_pcm.c errno_t audio_pcm_last_capture_fragment(audio_pcm_sess_t *sess)
errno_t           557 uspace/lib/drv/generic/remote_audio_pcm.c 	const errno_t ret = async_req_2_0(exch,
errno_t           571 uspace/lib/drv/generic/remote_audio_pcm.c errno_t audio_pcm_stop_capture_immediate(audio_pcm_sess_t *sess)
errno_t           574 uspace/lib/drv/generic/remote_audio_pcm.c 	const errno_t ret = async_req_2_0(exch,
errno_t           588 uspace/lib/drv/generic/remote_audio_pcm.c errno_t audio_pcm_stop_capture(audio_pcm_sess_t *sess)
errno_t           591 uspace/lib/drv/generic/remote_audio_pcm.c 	const errno_t ret = async_req_2_0(exch,
errno_t           647 uspace/lib/drv/generic/remote_audio_pcm.c 	const errno_t ret = pcm_iface->get_info_str(fun, &name);
errno_t           704 uspace/lib/drv/generic/remote_audio_pcm.c 	const errno_t ret = pcm_iface->set_event_session(fun, sess);
errno_t           739 uspace/lib/drv/generic/remote_audio_pcm.c 	const errno_t ret = pcm_iface->get_buffer_pos ?
errno_t           751 uspace/lib/drv/generic/remote_audio_pcm.c 	const errno_t ret = pcm_iface->test_format ?
errno_t           768 uspace/lib/drv/generic/remote_audio_pcm.c 	errno_t ret = pcm_iface->get_buffer(fun, &buffer, &size);
errno_t           810 uspace/lib/drv/generic/remote_audio_pcm.c 	const errno_t ret = pcm_iface->release_buffer ?
errno_t           825 uspace/lib/drv/generic/remote_audio_pcm.c 	const errno_t ret = pcm_iface->start_playback ?
errno_t           837 uspace/lib/drv/generic/remote_audio_pcm.c 	const errno_t ret = pcm_iface->stop_playback ?
errno_t           852 uspace/lib/drv/generic/remote_audio_pcm.c 	const errno_t ret = pcm_iface->start_capture ?
errno_t           864 uspace/lib/drv/generic/remote_audio_pcm.c 	const errno_t ret = pcm_iface->stop_capture ?
errno_t            49 uspace/lib/drv/generic/remote_battery_dev.c errno_t
errno_t            56 uspace/lib/drv/generic/remote_battery_dev.c 	errno_t const rc = async_req_1_1(exch, DEV_IFACE_ID(BATTERY_DEV_IFACE),
errno_t            74 uspace/lib/drv/generic/remote_battery_dev.c errno_t
errno_t            81 uspace/lib/drv/generic/remote_battery_dev.c 	errno_t const rc = async_req_1_1(exch, DEV_IFACE_ID(BATTERY_DEV_IFACE),
errno_t           129 uspace/lib/drv/generic/remote_battery_dev.c 	const errno_t rc = bops->battery_status_get(fun, &batt_status);
errno_t           154 uspace/lib/drv/generic/remote_battery_dev.c 	const errno_t rc = bops->battery_charge_level_get(fun, &battery_level);
errno_t            73 uspace/lib/drv/generic/remote_clock_dev.c 	errno_t rc;
errno_t           113 uspace/lib/drv/generic/remote_clock_dev.c 	errno_t rc;
errno_t            75 uspace/lib/drv/generic/remote_hw_res.c 	const errno_t ret = hw_res_ops->enable_interrupt(fun, irq);
errno_t            90 uspace/lib/drv/generic/remote_hw_res.c 	const errno_t ret = hw_res_ops->disable_interrupt(fun, irq);
errno_t           105 uspace/lib/drv/generic/remote_hw_res.c 	const errno_t ret = hw_res_ops->clear_interrupt(fun, irq);
errno_t           152 uspace/lib/drv/generic/remote_hw_res.c 	const errno_t ret = hw_res_ops->dma_channel_setup(
errno_t           169 uspace/lib/drv/generic/remote_hw_res.c 	const errno_t ret = hw_res_ops->dma_channel_remain(fun, channel, &remain);
errno_t            65 uspace/lib/drv/generic/remote_ieee80211.c errno_t ieee80211_get_scan_results(async_sess_t *dev_sess,
errno_t            74 uspace/lib/drv/generic/remote_ieee80211.c 	errno_t rc = async_data_read_start(exch, results,
errno_t            78 uspace/lib/drv/generic/remote_ieee80211.c 	errno_t res;
errno_t            82 uspace/lib/drv/generic/remote_ieee80211.c 		return (errno_t) res;
errno_t            97 uspace/lib/drv/generic/remote_ieee80211.c 	errno_t rc = inetcfg_get_link_list(&link_list, &count);
errno_t           123 uspace/lib/drv/generic/remote_ieee80211.c errno_t ieee80211_connect(async_sess_t *dev_sess, char *ssid_start, char *password)
errno_t           127 uspace/lib/drv/generic/remote_ieee80211.c 	errno_t rc_orig;
errno_t           134 uspace/lib/drv/generic/remote_ieee80211.c 	errno_t rc = async_data_write_start(exch, ssid_start,
errno_t           141 uspace/lib/drv/generic/remote_ieee80211.c 			return (errno_t) rc;
errno_t           143 uspace/lib/drv/generic/remote_ieee80211.c 		return (errno_t) rc_orig;
errno_t           156 uspace/lib/drv/generic/remote_ieee80211.c 			return (errno_t) rc;
errno_t           158 uspace/lib/drv/generic/remote_ieee80211.c 		return (errno_t) rc_orig;
errno_t           181 uspace/lib/drv/generic/remote_ieee80211.c 	return (errno_t) rc;
errno_t           192 uspace/lib/drv/generic/remote_ieee80211.c errno_t ieee80211_disconnect(async_sess_t *dev_sess)
errno_t           195 uspace/lib/drv/generic/remote_ieee80211.c 	errno_t rc = async_req_1_0(exch, DEV_IFACE_ID(IEEE80211_DEV_IFACE),
errno_t           282 uspace/lib/drv/generic/remote_ieee80211.c 	errno_t rc = ieee80211_iface->get_scan_results(fun, &scan_results, now);
errno_t           328 uspace/lib/drv/generic/remote_ieee80211.c 	errno_t rc = async_data_write_finalize(&data, ssid_start, len);
errno_t           364 uspace/lib/drv/generic/remote_ieee80211.c 	errno_t rc = ieee80211_iface->disconnect(fun);
errno_t            77 uspace/lib/drv/generic/remote_led_dev.c 	errno_t rc = (*led_dev_ops->color_set)(fun, color);
errno_t           100 uspace/lib/drv/generic/remote_nic.c errno_t nic_send_frame(async_sess_t *dev_sess, void *data, size_t size)
errno_t           107 uspace/lib/drv/generic/remote_nic.c 	errno_t retval = async_data_write_start(exch, data, size);
errno_t           128 uspace/lib/drv/generic/remote_nic.c errno_t nic_callback_create(async_sess_t *dev_sess, async_port_handler_t cfun,
errno_t           132 uspace/lib/drv/generic/remote_nic.c 	errno_t rc;
errno_t           133 uspace/lib/drv/generic/remote_nic.c 	errno_t retval;
errno_t           160 uspace/lib/drv/generic/remote_nic.c errno_t nic_get_state(async_sess_t *dev_sess, nic_device_state_t *state)
errno_t           167 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = async_req_1_1(exch, DEV_IFACE_ID(NIC_DEV_IFACE),
errno_t           184 uspace/lib/drv/generic/remote_nic.c errno_t nic_set_state(async_sess_t *dev_sess, nic_device_state_t state)
errno_t           187 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = async_req_2_0(exch, DEV_IFACE_ID(NIC_DEV_IFACE),
errno_t           202 uspace/lib/drv/generic/remote_nic.c errno_t nic_get_address(async_sess_t *dev_sess, nic_address_t *address)
errno_t           209 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = async_data_read_start(exch, address, sizeof(nic_address_t));
errno_t           212 uspace/lib/drv/generic/remote_nic.c 	errno_t res;
errno_t           229 uspace/lib/drv/generic/remote_nic.c errno_t nic_set_address(async_sess_t *dev_sess, const nic_address_t *address)
errno_t           236 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = async_data_write_start(exch, address, sizeof(nic_address_t));
errno_t           239 uspace/lib/drv/generic/remote_nic.c 	errno_t res;
errno_t           256 uspace/lib/drv/generic/remote_nic.c errno_t nic_get_stats(async_sess_t *dev_sess, nic_device_stats_t *stats)
errno_t           262 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = async_req_1_0(exch, DEV_IFACE_ID(NIC_DEV_IFACE),
errno_t           286 uspace/lib/drv/generic/remote_nic.c errno_t nic_get_device_info(async_sess_t *dev_sess, nic_device_info_t *device_info)
errno_t           294 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = async_data_read_start(exch, device_info, sizeof(nic_device_info_t));
errno_t           297 uspace/lib/drv/generic/remote_nic.c 	errno_t res;
errno_t           314 uspace/lib/drv/generic/remote_nic.c errno_t nic_get_cable_state(async_sess_t *dev_sess, nic_cable_state_t *cable_state)
errno_t           321 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = async_req_1_1(exch, DEV_IFACE_ID(NIC_DEV_IFACE),
errno_t           340 uspace/lib/drv/generic/remote_nic.c errno_t nic_get_operation_mode(async_sess_t *dev_sess, int *speed,
errno_t           348 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = async_req_1_3(exch, DEV_IFACE_ID(NIC_DEV_IFACE),
errno_t           377 uspace/lib/drv/generic/remote_nic.c errno_t nic_set_operation_mode(async_sess_t *dev_sess, int speed,
errno_t           381 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = async_req_4_0(exch, DEV_IFACE_ID(NIC_DEV_IFACE),
errno_t           402 uspace/lib/drv/generic/remote_nic.c errno_t nic_autoneg_enable(async_sess_t *dev_sess, uint32_t advertisement)
errno_t           405 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = async_req_2_0(exch, DEV_IFACE_ID(NIC_DEV_IFACE),
errno_t           419 uspace/lib/drv/generic/remote_nic.c errno_t nic_autoneg_disable(async_sess_t *dev_sess)
errno_t           422 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = async_req_1_0(exch, DEV_IFACE_ID(NIC_DEV_IFACE),
errno_t           446 uspace/lib/drv/generic/remote_nic.c errno_t nic_autoneg_probe(async_sess_t *dev_sess, uint32_t *our_advertisement,
errno_t           456 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = async_req_1_4(exch, DEV_IFACE_ID(NIC_DEV_IFACE),
errno_t           483 uspace/lib/drv/generic/remote_nic.c errno_t nic_autoneg_restart(async_sess_t *dev_sess)
errno_t           486 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = async_req_1_0(exch, DEV_IFACE_ID(NIC_DEV_IFACE),
errno_t           503 uspace/lib/drv/generic/remote_nic.c errno_t nic_get_pause(async_sess_t *dev_sess, nic_result_t *we_send,
errno_t           511 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = async_req_1_3(exch, DEV_IFACE_ID(NIC_DEV_IFACE),
errno_t           541 uspace/lib/drv/generic/remote_nic.c errno_t nic_set_pause(async_sess_t *dev_sess, int allow_send, int allow_receive,
errno_t           545 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = async_req_4_0(exch, DEV_IFACE_ID(NIC_DEV_IFACE),
errno_t           568 uspace/lib/drv/generic/remote_nic.c errno_t nic_unicast_get_mode(async_sess_t *dev_sess, nic_unicast_mode_t *mode,
errno_t           581 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = async_req_2_2(exch, DEV_IFACE_ID(NIC_DEV_IFACE),
errno_t           611 uspace/lib/drv/generic/remote_nic.c errno_t nic_unicast_set_mode(async_sess_t *dev_sess, nic_unicast_mode_t mode,
errno_t           622 uspace/lib/drv/generic/remote_nic.c 	errno_t rc;
errno_t           631 uspace/lib/drv/generic/remote_nic.c 	errno_t res;
errno_t           657 uspace/lib/drv/generic/remote_nic.c errno_t nic_multicast_get_mode(async_sess_t *dev_sess, nic_multicast_mode_t *mode,
errno_t           670 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = async_req_2_2(exch, DEV_IFACE_ID(NIC_DEV_IFACE),
errno_t           699 uspace/lib/drv/generic/remote_nic.c errno_t nic_multicast_set_mode(async_sess_t *dev_sess, nic_multicast_mode_t mode,
errno_t           710 uspace/lib/drv/generic/remote_nic.c 	errno_t rc;
errno_t           719 uspace/lib/drv/generic/remote_nic.c 	errno_t res;
errno_t           736 uspace/lib/drv/generic/remote_nic.c errno_t nic_broadcast_get_mode(async_sess_t *dev_sess, nic_broadcast_mode_t *mode)
errno_t           743 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = async_req_1_1(exch, DEV_IFACE_ID(NIC_DEV_IFACE),
errno_t           760 uspace/lib/drv/generic/remote_nic.c errno_t nic_broadcast_set_mode(async_sess_t *dev_sess, nic_broadcast_mode_t mode)
errno_t           763 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = async_req_2_0(exch, DEV_IFACE_ID(NIC_DEV_IFACE),
errno_t           778 uspace/lib/drv/generic/remote_nic.c errno_t nic_defective_get_mode(async_sess_t *dev_sess, uint32_t *mode)
errno_t           785 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = async_req_1_1(exch, DEV_IFACE_ID(NIC_DEV_IFACE),
errno_t           802 uspace/lib/drv/generic/remote_nic.c errno_t nic_defective_set_mode(async_sess_t *dev_sess, uint32_t mode)
errno_t           805 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = async_req_2_0(exch, DEV_IFACE_ID(NIC_DEV_IFACE),
errno_t           824 uspace/lib/drv/generic/remote_nic.c errno_t nic_blocked_sources_get(async_sess_t *dev_sess, size_t max_count,
errno_t           833 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = async_req_2_1(exch, DEV_IFACE_ID(NIC_DEV_IFACE),
errno_t           860 uspace/lib/drv/generic/remote_nic.c errno_t nic_blocked_sources_set(async_sess_t *dev_sess,
errno_t           871 uspace/lib/drv/generic/remote_nic.c 	errno_t rc;
errno_t           880 uspace/lib/drv/generic/remote_nic.c 	errno_t res;
errno_t           897 uspace/lib/drv/generic/remote_nic.c errno_t nic_vlan_get_mask(async_sess_t *dev_sess, nic_vlan_mask_t *mask)
errno_t           902 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = async_req_1_0(exch, DEV_IFACE_ID(NIC_DEV_IFACE),
errno_t           925 uspace/lib/drv/generic/remote_nic.c errno_t nic_vlan_set_mask(async_sess_t *dev_sess, const nic_vlan_mask_t *mask)
errno_t           932 uspace/lib/drv/generic/remote_nic.c 	errno_t rc;
errno_t           940 uspace/lib/drv/generic/remote_nic.c 	errno_t res;
errno_t           965 uspace/lib/drv/generic/remote_nic.c errno_t nic_vlan_set_tag(async_sess_t *dev_sess, uint16_t tag, bool add, bool strip)
errno_t           968 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = async_req_4_0(exch, DEV_IFACE_ID(NIC_DEV_IFACE),
errno_t           987 uspace/lib/drv/generic/remote_nic.c errno_t nic_wol_virtue_add(async_sess_t *dev_sess, nic_wv_type_t type,
errno_t           999 uspace/lib/drv/generic/remote_nic.c 	errno_t res;
errno_t          1001 uspace/lib/drv/generic/remote_nic.c 		errno_t rc = async_data_write_start(exch, data, length);
errno_t          1024 uspace/lib/drv/generic/remote_nic.c errno_t nic_wol_virtue_remove(async_sess_t *dev_sess, nic_wv_id_t id)
errno_t          1027 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = async_req_2_0(exch, DEV_IFACE_ID(NIC_DEV_IFACE),
errno_t          1047 uspace/lib/drv/generic/remote_nic.c errno_t nic_wol_virtue_probe(async_sess_t *dev_sess, nic_wv_id_t id,
errno_t          1058 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = async_req_3_2(exch, DEV_IFACE_ID(NIC_DEV_IFACE),
errno_t          1097 uspace/lib/drv/generic/remote_nic.c errno_t nic_wol_virtue_list(async_sess_t *dev_sess, nic_wv_type_t type,
errno_t          1106 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = async_req_3_1(exch, DEV_IFACE_ID(NIC_DEV_IFACE),
errno_t          1137 uspace/lib/drv/generic/remote_nic.c errno_t nic_wol_virtue_get_caps(async_sess_t *dev_sess, nic_wv_type_t type,
errno_t          1145 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = async_req_2_1(exch, DEV_IFACE_ID(NIC_DEV_IFACE),
errno_t          1175 uspace/lib/drv/generic/remote_nic.c errno_t nic_wol_load_info(async_sess_t *dev_sess, nic_wv_type_t *matched_type,
errno_t          1188 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = async_req_2_2(exch, DEV_IFACE_ID(NIC_DEV_IFACE),
errno_t          1215 uspace/lib/drv/generic/remote_nic.c errno_t nic_offload_probe(async_sess_t *dev_sess, uint32_t *supported,
errno_t          1225 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = async_req_1_2(exch, DEV_IFACE_ID(NIC_DEV_IFACE),
errno_t          1243 uspace/lib/drv/generic/remote_nic.c errno_t nic_offload_set(async_sess_t *dev_sess, uint32_t mask, uint32_t active)
errno_t          1246 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = async_req_3_0(exch, DEV_IFACE_ID(NIC_DEV_IFACE),
errno_t          1263 uspace/lib/drv/generic/remote_nic.c errno_t nic_poll_get_mode(async_sess_t *dev_sess, nic_poll_mode_t *mode,
errno_t          1272 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = async_req_2_1(exch, DEV_IFACE_ID(NIC_DEV_IFACE),
errno_t          1297 uspace/lib/drv/generic/remote_nic.c errno_t nic_poll_set_mode(async_sess_t *dev_sess, nic_poll_mode_t mode,
errno_t          1305 uspace/lib/drv/generic/remote_nic.c 	errno_t rc;
errno_t          1313 uspace/lib/drv/generic/remote_nic.c 	errno_t res;
errno_t          1329 uspace/lib/drv/generic/remote_nic.c errno_t nic_poll_now(async_sess_t *dev_sess)
errno_t          1332 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = async_req_1_0(exch, DEV_IFACE_ID(NIC_DEV_IFACE), NIC_POLL_NOW);
errno_t          1346 uspace/lib/drv/generic/remote_nic.c 	errno_t rc;
errno_t          1365 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = nic_iface->callback_create(dev);
errno_t          1377 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = nic_iface->get_state(dev, &state);
errno_t          1389 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = nic_iface->set_state(dev, state);
errno_t          1402 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = nic_iface->get_address(dev, &address);
errno_t          1453 uspace/lib/drv/generic/remote_nic.c 		errno_t rc = nic_iface->set_address(dev, &address);
errno_t          1471 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = nic_iface->get_stats(dev, &stats);
errno_t          1506 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = nic_iface->get_device_info(dev, &info);
errno_t          1540 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = nic_iface->get_cable_state(dev, &cs);
errno_t          1557 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = nic_iface->get_operation_mode(dev, &speed, &duplex, &role);
errno_t          1575 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = nic_iface->set_operation_mode(dev, speed, duplex, role);
errno_t          1590 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = nic_iface->autoneg_enable(dev, advertisement);
errno_t          1603 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = nic_iface->autoneg_disable(dev);
errno_t          1621 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = nic_iface->autoneg_probe(dev, &our_adv, &their_adv, &result,
errno_t          1636 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = nic_iface->autoneg_restart(dev);
errno_t          1653 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = nic_iface->get_pause(dev, &we_send, &we_receive, &pause);
errno_t          1670 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = nic_iface->set_pause(dev, allow_send, allow_receive,
errno_t          1699 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = nic_iface->unicast_get_mode(dev, &mode, max_count, address_list,
errno_t          1769 uspace/lib/drv/generic/remote_nic.c 		errno_t rc = nic_iface->unicast_set_mode(dev, mode, address_list,
errno_t          1802 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = nic_iface->multicast_get_mode(dev, &mode, max_count, address_list,
errno_t          1872 uspace/lib/drv/generic/remote_nic.c 		errno_t rc = nic_iface->multicast_set_mode(dev, mode, address_list,
errno_t          1892 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = nic_iface->broadcast_get_mode(dev, &mode);
errno_t          1907 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = nic_iface->broadcast_set_mode(dev, mode);
errno_t          1922 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = nic_iface->defective_get_mode(dev, &mode);
errno_t          1937 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = nic_iface->defective_set_mode(dev, mode);
errno_t          1964 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = nic_iface->blocked_sources_get(dev, max_count, address_list,
errno_t          2033 uspace/lib/drv/generic/remote_nic.c 		errno_t rc = nic_iface->blocked_sources_set(dev, address_list,
errno_t          2054 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = nic_iface->vlan_get_mask(dev, &vlan_mask);
errno_t          2110 uspace/lib/drv/generic/remote_nic.c 		errno_t rc = nic_iface->vlan_set_mask(dev, vlan_mask_pointer);
errno_t          2130 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = nic_iface->vlan_set_tag(dev, tag, add, strip);
errno_t          2179 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = nic_iface->wol_virtue_add(dev, type, virtue, length, &id);
errno_t          2196 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = nic_iface->wol_virtue_remove(dev, id);
errno_t          2227 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = nic_iface->wol_virtue_probe(dev, id, &type, max_length,
errno_t          2277 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = nic_iface->wol_virtue_list(dev, type, max_count, id_list,
errno_t          2314 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = nic_iface->wol_virtue_get_caps(dev, type, &count);
errno_t          2342 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = nic_iface->wol_load_info(dev, &type, max_length, info,
errno_t          2375 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = nic_iface->offload_probe(dev, &supported, &active);
errno_t          2391 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = nic_iface->offload_set(dev, mask, active);
errno_t          2411 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = nic_iface->poll_get_mode(dev, &mode, &period);
errno_t          2469 uspace/lib/drv/generic/remote_nic.c 		errno_t rc = nic_iface->poll_set_mode(dev, mode, period);
errno_t          2484 uspace/lib/drv/generic/remote_nic.c 	errno_t rc = nic_iface->poll_now(dev);
errno_t            53 uspace/lib/drv/generic/remote_pci.c errno_t pci_config_space_read_8(async_sess_t *sess, uint32_t address, uint8_t *val)
errno_t            58 uspace/lib/drv/generic/remote_pci.c 	errno_t rc = async_req_2_1(exch, DEV_IFACE_ID(PCI_DEV_IFACE),
errno_t            66 uspace/lib/drv/generic/remote_pci.c errno_t pci_config_space_read_16(async_sess_t *sess, uint32_t address,
errno_t            72 uspace/lib/drv/generic/remote_pci.c 	errno_t rc = async_req_2_1(exch, DEV_IFACE_ID(PCI_DEV_IFACE),
errno_t            80 uspace/lib/drv/generic/remote_pci.c errno_t pci_config_space_read_32(async_sess_t *sess, uint32_t address,
errno_t            86 uspace/lib/drv/generic/remote_pci.c 	errno_t rc = async_req_2_1(exch, DEV_IFACE_ID(PCI_DEV_IFACE),
errno_t            94 uspace/lib/drv/generic/remote_pci.c errno_t pci_config_space_write_8(async_sess_t *sess, uint32_t address, uint8_t val)
errno_t            97 uspace/lib/drv/generic/remote_pci.c 	errno_t rc = async_req_3_0(exch, DEV_IFACE_ID(PCI_DEV_IFACE),
errno_t           104 uspace/lib/drv/generic/remote_pci.c errno_t pci_config_space_write_16(async_sess_t *sess, uint32_t address,
errno_t           108 uspace/lib/drv/generic/remote_pci.c 	errno_t rc = async_req_3_0(exch, DEV_IFACE_ID(PCI_DEV_IFACE),
errno_t           115 uspace/lib/drv/generic/remote_pci.c errno_t pci_config_space_write_32(async_sess_t *sess, uint32_t address,
errno_t           119 uspace/lib/drv/generic/remote_pci.c 	errno_t rc = async_req_3_0(exch, DEV_IFACE_ID(PCI_DEV_IFACE),
errno_t           162 uspace/lib/drv/generic/remote_pci.c 	errno_t ret = pci_iface->config_space_read_8(fun, address, &value);
errno_t           180 uspace/lib/drv/generic/remote_pci.c 	errno_t ret = pci_iface->config_space_read_16(fun, address, &value);
errno_t           197 uspace/lib/drv/generic/remote_pci.c 	errno_t ret = pci_iface->config_space_read_32(fun, address, &value);
errno_t           215 uspace/lib/drv/generic/remote_pci.c 	errno_t ret = pci_iface->config_space_write_8(fun, address, value);
errno_t           233 uspace/lib/drv/generic/remote_pci.c 	errno_t ret = pci_iface->config_space_write_16(fun, address, value);
errno_t           251 uspace/lib/drv/generic/remote_pci.c 	errno_t ret = pci_iface->config_space_write_32(fun, address, value);
errno_t            73 uspace/lib/drv/generic/remote_usb.c errno_t usb_get_my_description(async_exch_t *exch, usb_device_desc_t *desc)
errno_t            80 uspace/lib/drv/generic/remote_usb.c 	const errno_t ret = async_req_1_5(exch, DEV_IFACE_ID(USB_DEV_IFACE),
errno_t           121 uspace/lib/drv/generic/remote_usb.c 	const errno_t ret = usb_iface->get_my_description(fun, &desc);
errno_t            60 uspace/lib/drv/generic/remote_usbdiag.c errno_t usbdiag_test_in(async_exch_t *exch,
errno_t            70 uspace/lib/drv/generic/remote_usbdiag.c 	errno_t rc = async_data_write_start(exch, params,
errno_t            88 uspace/lib/drv/generic/remote_usbdiag.c 	errno_t retval;
errno_t            91 uspace/lib/drv/generic/remote_usbdiag.c 	return (errno_t) retval;
errno_t            94 uspace/lib/drv/generic/remote_usbdiag.c errno_t usbdiag_test_out(async_exch_t *exch,
errno_t           104 uspace/lib/drv/generic/remote_usbdiag.c 	errno_t rc = async_data_write_start(exch, params,
errno_t           122 uspace/lib/drv/generic/remote_usbdiag.c 	errno_t retval;
errno_t           125 uspace/lib/drv/generic/remote_usbdiag.c 	return (errno_t) retval;
errno_t           168 uspace/lib/drv/generic/remote_usbdiag.c 	const errno_t ret = !diag_iface->test_in ? ENOTSUP :
errno_t           221 uspace/lib/drv/generic/remote_usbdiag.c 	const errno_t ret = !diag_iface->test_out ? ENOTSUP :
errno_t            59 uspace/lib/drv/generic/remote_usbhc.c errno_t usbhc_reserve_default_address(async_exch_t *exch)
errno_t            72 uspace/lib/drv/generic/remote_usbhc.c errno_t usbhc_release_default_address(async_exch_t *exch)
errno_t            88 uspace/lib/drv/generic/remote_usbhc.c errno_t usbhc_device_enumerate(async_exch_t *exch, unsigned port, usb_speed_t speed)
errno_t            92 uspace/lib/drv/generic/remote_usbhc.c 	const errno_t ret = async_req_3_0(exch, DEV_IFACE_ID(USBHC_DEV_IFACE),
errno_t           105 uspace/lib/drv/generic/remote_usbhc.c errno_t usbhc_device_remove(async_exch_t *exch, unsigned port)
errno_t           113 uspace/lib/drv/generic/remote_usbhc.c errno_t usbhc_register_endpoint(async_exch_t *exch, usb_pipe_desc_t *pipe_desc,
errno_t           129 uspace/lib/drv/generic/remote_usbhc.c 	errno_t ret = async_data_write_start(exch, desc, sizeof(*desc));
errno_t           136 uspace/lib/drv/generic/remote_usbhc.c 	errno_t opening_request_rc;
errno_t           140 uspace/lib/drv/generic/remote_usbhc.c 		return (errno_t) opening_request_rc;
errno_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)
errno_t           166 uspace/lib/drv/generic/remote_usbhc.c 	const errno_t ret = async_data_write_start(exch, pipe_desc, sizeof(*pipe_desc));
errno_t           173 uspace/lib/drv/generic/remote_usbhc.c 	errno_t opening_request_rc;
errno_t           176 uspace/lib/drv/generic/remote_usbhc.c 	return (errno_t) opening_request_rc;
errno_t           183 uspace/lib/drv/generic/remote_usbhc.c errno_t usbhc_transfer(async_exch_t *exch,
errno_t           200 uspace/lib/drv/generic/remote_usbhc.c 	const errno_t ret = async_data_write_start(exch, req, sizeof(*req));
errno_t           211 uspace/lib/drv/generic/remote_usbhc.c 		const errno_t ret = async_share_out_start(exch, req->buffer.virt, flags);
errno_t           219 uspace/lib/drv/generic/remote_usbhc.c 	errno_t opening_request_rc;
errno_t           225 uspace/lib/drv/generic/remote_usbhc.c 	return (errno_t) opening_request_rc;
errno_t           268 uspace/lib/drv/generic/remote_usbhc.c 	const errno_t ret = usbhc_iface->default_address_reservation(fun, reserve);
errno_t           284 uspace/lib/drv/generic/remote_usbhc.c 	const errno_t ret = usbhc_iface->device_enumerate(fun, port, speed);
errno_t           299 uspace/lib/drv/generic/remote_usbhc.c 	const errno_t ret = usbhc_iface->device_remove(fun, port);
errno_t           331 uspace/lib/drv/generic/remote_usbhc.c 	const errno_t rc = usbhc_iface->register_endpoint(fun, &pipe_desc, &ep_desc);
errno_t           366 uspace/lib/drv/generic/remote_usbhc.c 	const errno_t rc = usbhc_iface->unregister_endpoint(fun, &pipe_desc);
errno_t           392 uspace/lib/drv/generic/remote_usbhc.c static errno_t transfer_finished(void *arg, errno_t error, size_t transferred_size)
errno_t           395 uspace/lib/drv/generic/remote_usbhc.c 	const errno_t err = async_answer_1(&trans->call, error, transferred_size);
errno_t           400 uspace/lib/drv/generic/remote_usbhc.c static errno_t receive_memory_buffer(async_transaction_t *trans)
errno_t           410 uspace/lib/drv/generic/remote_usbhc.c 	errno_t err;
errno_t           466 uspace/lib/drv/generic/remote_usbhc.c 	errno_t err = EPARTY;
errno_t            99 uspace/lib/drv/generic/remote_usbhid.c errno_t usbhid_dev_get_event_length(async_sess_t *dev_sess, size_t *size)
errno_t           107 uspace/lib/drv/generic/remote_usbhid.c 	errno_t rc = async_req_1_1(exch, DEV_IFACE_ID(USBHID_DEV_IFACE),
errno_t           134 uspace/lib/drv/generic/remote_usbhid.c errno_t usbhid_dev_get_event(async_sess_t *dev_sess, uint8_t *buf,
errno_t           176 uspace/lib/drv/generic/remote_usbhid.c 	errno_t data_request_rc;
errno_t           177 uspace/lib/drv/generic/remote_usbhid.c 	errno_t opening_request_rc;
errno_t           184 uspace/lib/drv/generic/remote_usbhid.c 			return (errno_t) opening_request_rc;
errno_t           186 uspace/lib/drv/generic/remote_usbhid.c 			return (errno_t) data_request_rc;
errno_t           190 uspace/lib/drv/generic/remote_usbhid.c 		return (errno_t) opening_request_rc;
errno_t           206 uspace/lib/drv/generic/remote_usbhid.c errno_t usbhid_dev_get_report_descriptor_length(async_sess_t *dev_sess,
errno_t           215 uspace/lib/drv/generic/remote_usbhid.c 	errno_t rc = async_req_1_1(exch, DEV_IFACE_ID(USBHID_DEV_IFACE),
errno_t           228 uspace/lib/drv/generic/remote_usbhid.c errno_t usbhid_dev_get_report_descriptor(async_sess_t *dev_sess, uint8_t *buf,
errno_t           261 uspace/lib/drv/generic/remote_usbhid.c 	errno_t data_request_rc;
errno_t           262 uspace/lib/drv/generic/remote_usbhid.c 	errno_t opening_request_rc;
errno_t           269 uspace/lib/drv/generic/remote_usbhid.c 			return (errno_t) opening_request_rc;
errno_t           271 uspace/lib/drv/generic/remote_usbhid.c 			return (errno_t) data_request_rc;
errno_t           275 uspace/lib/drv/generic/remote_usbhid.c 		return (errno_t) opening_request_rc;
errno_t           348 uspace/lib/drv/generic/remote_usbhid.c 	errno_t rc;
errno_t           424 uspace/lib/drv/generic/remote_usbhid.c 	errno_t rc = hid_iface->get_report_descriptor(fun, descriptor, len,
errno_t            44 uspace/lib/drv/include/ahci_iface.h extern errno_t ahci_get_sata_device_name(async_sess_t *, size_t, char *);
errno_t            45 uspace/lib/drv/include/ahci_iface.h extern errno_t ahci_get_num_blocks(async_sess_t *, uint64_t *);
errno_t            46 uspace/lib/drv/include/ahci_iface.h extern errno_t ahci_get_block_size(async_sess_t *, size_t *);
errno_t            47 uspace/lib/drv/include/ahci_iface.h extern errno_t ahci_read_blocks(async_sess_t *, uint64_t, size_t, void *);
errno_t            48 uspace/lib/drv/include/ahci_iface.h extern errno_t ahci_write_blocks(async_sess_t *, uint64_t, size_t, void *);
errno_t            52 uspace/lib/drv/include/ahci_iface.h 	errno_t (*get_sata_device_name)(ddf_fun_t *, size_t, char *);
errno_t            53 uspace/lib/drv/include/ahci_iface.h 	errno_t (*get_num_blocks)(ddf_fun_t *, uint64_t *);
errno_t            54 uspace/lib/drv/include/ahci_iface.h 	errno_t (*get_block_size)(ddf_fun_t *, size_t *);
errno_t            55 uspace/lib/drv/include/ahci_iface.h 	errno_t (*read_blocks)(ddf_fun_t *, uint64_t, size_t, void *);
errno_t            56 uspace/lib/drv/include/ahci_iface.h 	errno_t (*write_blocks)(ddf_fun_t *, uint64_t, size_t, void *);
errno_t            45 uspace/lib/drv/include/audio_mixer_iface.h errno_t audio_mixer_get_info(async_exch_t *, char **, unsigned *);
errno_t            46 uspace/lib/drv/include/audio_mixer_iface.h errno_t audio_mixer_get_item_info(async_exch_t *, unsigned,
errno_t            48 uspace/lib/drv/include/audio_mixer_iface.h errno_t audio_mixer_get_item_level(async_exch_t *, unsigned, unsigned *);
errno_t            49 uspace/lib/drv/include/audio_mixer_iface.h errno_t audio_mixer_set_item_level(async_exch_t *, unsigned, unsigned);
errno_t            53 uspace/lib/drv/include/audio_mixer_iface.h 	errno_t (*get_info)(ddf_fun_t *, const char **, unsigned *);
errno_t            54 uspace/lib/drv/include/audio_mixer_iface.h 	errno_t (*get_item_info)(ddf_fun_t *, unsigned, const char **, unsigned *);
errno_t            55 uspace/lib/drv/include/audio_mixer_iface.h 	errno_t (*get_item_level)(ddf_fun_t *, unsigned, unsigned *);
errno_t            56 uspace/lib/drv/include/audio_mixer_iface.h 	errno_t (*set_item_level)(ddf_fun_t *, unsigned, unsigned);
errno_t            82 uspace/lib/drv/include/audio_pcm_iface.h errno_t audio_pcm_get_info_str(audio_pcm_sess_t *, char **);
errno_t            83 uspace/lib/drv/include/audio_pcm_iface.h errno_t audio_pcm_test_format(audio_pcm_sess_t *, unsigned *, unsigned *,
errno_t            85 uspace/lib/drv/include/audio_pcm_iface.h errno_t audio_pcm_query_cap(audio_pcm_sess_t *, audio_cap_t, sysarg_t *);
errno_t            86 uspace/lib/drv/include/audio_pcm_iface.h errno_t audio_pcm_register_event_callback(audio_pcm_sess_t *,
errno_t            88 uspace/lib/drv/include/audio_pcm_iface.h errno_t audio_pcm_unregister_event_callback(audio_pcm_sess_t *);
errno_t            90 uspace/lib/drv/include/audio_pcm_iface.h errno_t audio_pcm_get_buffer(audio_pcm_sess_t *, void **, size_t *);
errno_t            91 uspace/lib/drv/include/audio_pcm_iface.h errno_t audio_pcm_get_buffer_pos(audio_pcm_sess_t *, size_t *);
errno_t            92 uspace/lib/drv/include/audio_pcm_iface.h errno_t audio_pcm_release_buffer(audio_pcm_sess_t *);
errno_t            94 uspace/lib/drv/include/audio_pcm_iface.h errno_t audio_pcm_start_playback_fragment(audio_pcm_sess_t *, unsigned,
errno_t            96 uspace/lib/drv/include/audio_pcm_iface.h errno_t audio_pcm_last_playback_fragment(audio_pcm_sess_t *);
errno_t            98 uspace/lib/drv/include/audio_pcm_iface.h errno_t audio_pcm_start_playback(audio_pcm_sess_t *,
errno_t           100 uspace/lib/drv/include/audio_pcm_iface.h errno_t audio_pcm_stop_playback_immediate(audio_pcm_sess_t *);
errno_t           101 uspace/lib/drv/include/audio_pcm_iface.h errno_t audio_pcm_stop_playback(audio_pcm_sess_t *);
errno_t           103 uspace/lib/drv/include/audio_pcm_iface.h errno_t audio_pcm_start_capture_fragment(audio_pcm_sess_t *, unsigned,
errno_t           105 uspace/lib/drv/include/audio_pcm_iface.h errno_t audio_pcm_last_capture_fragment(audio_pcm_sess_t *);
errno_t           107 uspace/lib/drv/include/audio_pcm_iface.h errno_t audio_pcm_start_capture(audio_pcm_sess_t *,
errno_t           109 uspace/lib/drv/include/audio_pcm_iface.h errno_t audio_pcm_stop_capture_immediate(audio_pcm_sess_t *);
errno_t           110 uspace/lib/drv/include/audio_pcm_iface.h errno_t audio_pcm_stop_capture(audio_pcm_sess_t *);
errno_t           114 uspace/lib/drv/include/audio_pcm_iface.h 	errno_t (*get_info_str)(ddf_fun_t *, const char **);
errno_t           115 uspace/lib/drv/include/audio_pcm_iface.h 	errno_t (*test_format)(ddf_fun_t *, unsigned *, unsigned *,
errno_t           118 uspace/lib/drv/include/audio_pcm_iface.h 	errno_t (*get_buffer_pos)(ddf_fun_t *, size_t *);
errno_t           119 uspace/lib/drv/include/audio_pcm_iface.h 	errno_t (*get_buffer)(ddf_fun_t *, void **, size_t *);
errno_t           120 uspace/lib/drv/include/audio_pcm_iface.h 	errno_t (*release_buffer)(ddf_fun_t *);
errno_t           121 uspace/lib/drv/include/audio_pcm_iface.h 	errno_t (*set_event_session)(ddf_fun_t *, async_sess_t *);
errno_t           123 uspace/lib/drv/include/audio_pcm_iface.h 	errno_t (*start_playback)(ddf_fun_t *, unsigned,
errno_t           125 uspace/lib/drv/include/audio_pcm_iface.h 	errno_t (*stop_playback)(ddf_fun_t *, bool);
errno_t           126 uspace/lib/drv/include/audio_pcm_iface.h 	errno_t (*start_capture)(ddf_fun_t *, unsigned,
errno_t           128 uspace/lib/drv/include/audio_pcm_iface.h 	errno_t (*stop_capture)(ddf_fun_t *, bool);
errno_t            51 uspace/lib/drv/include/battery_iface.h extern errno_t battery_status_get(async_sess_t *, battery_status_t *);
errno_t            52 uspace/lib/drv/include/battery_iface.h extern errno_t battery_charge_level_get(async_sess_t *, int *);
errno_t            57 uspace/lib/drv/include/ddf/driver.h 	errno_t (*open)(ddf_fun_t *);
errno_t            89 uspace/lib/drv/include/ddf/driver.h 	errno_t (*dev_add)(ddf_dev_t *);
errno_t            92 uspace/lib/drv/include/ddf/driver.h 	errno_t (*dev_remove)(ddf_dev_t *);
errno_t            95 uspace/lib/drv/include/ddf/driver.h 	errno_t (*dev_gone)(ddf_dev_t *);
errno_t            98 uspace/lib/drv/include/ddf/driver.h 	errno_t (*fun_online)(ddf_fun_t *);
errno_t           101 uspace/lib/drv/include/ddf/driver.h 	errno_t (*fun_offline)(ddf_fun_t *);
errno_t           125 uspace/lib/drv/include/ddf/driver.h extern errno_t ddf_fun_set_name(ddf_fun_t *, const char *);
errno_t           127 uspace/lib/drv/include/ddf/driver.h extern errno_t ddf_fun_bind(ddf_fun_t *);
errno_t           128 uspace/lib/drv/include/ddf/driver.h extern errno_t ddf_fun_unbind(ddf_fun_t *);
errno_t           129 uspace/lib/drv/include/ddf/driver.h extern errno_t ddf_fun_online(ddf_fun_t *);
errno_t           130 uspace/lib/drv/include/ddf/driver.h extern errno_t ddf_fun_offline(ddf_fun_t *);
errno_t           131 uspace/lib/drv/include/ddf/driver.h extern errno_t ddf_fun_add_match_id(ddf_fun_t *, const char *, int);
errno_t           134 uspace/lib/drv/include/ddf/driver.h extern errno_t ddf_fun_add_to_category(ddf_fun_t *, const char *);
errno_t            52 uspace/lib/drv/include/ddf/interrupt.h extern errno_t register_interrupt_handler(ddf_dev_t *, int, interrupt_handler_t *,
errno_t            54 uspace/lib/drv/include/ddf/interrupt.h extern errno_t unregister_interrupt_handler(ddf_dev_t *, cap_irq_handle_t);
errno_t            39 uspace/lib/drv/include/ddf/log.h extern errno_t ddf_log_init(const char *);
errno_t            41 uspace/lib/drv/include/ieee80211_iface.h extern errno_t ieee80211_get_scan_results(async_sess_t *,
errno_t            43 uspace/lib/drv/include/ieee80211_iface.h extern errno_t ieee80211_connect(async_sess_t *, char *, char *);
errno_t            44 uspace/lib/drv/include/ieee80211_iface.h extern errno_t ieee80211_disconnect(async_sess_t *);
errno_t            48 uspace/lib/drv/include/nic_iface.h extern errno_t nic_send_frame(async_sess_t *, void *, size_t);
errno_t            49 uspace/lib/drv/include/nic_iface.h extern errno_t nic_callback_create(async_sess_t *, async_port_handler_t, void *);
errno_t            50 uspace/lib/drv/include/nic_iface.h extern errno_t nic_get_state(async_sess_t *, nic_device_state_t *);
errno_t            51 uspace/lib/drv/include/nic_iface.h extern errno_t nic_set_state(async_sess_t *, nic_device_state_t);
errno_t            52 uspace/lib/drv/include/nic_iface.h extern errno_t nic_get_address(async_sess_t *, nic_address_t *);
errno_t            53 uspace/lib/drv/include/nic_iface.h extern errno_t nic_set_address(async_sess_t *, const nic_address_t *);
errno_t            54 uspace/lib/drv/include/nic_iface.h extern errno_t nic_get_stats(async_sess_t *, nic_device_stats_t *);
errno_t            55 uspace/lib/drv/include/nic_iface.h extern errno_t nic_get_device_info(async_sess_t *, nic_device_info_t *);
errno_t            56 uspace/lib/drv/include/nic_iface.h extern errno_t nic_get_cable_state(async_sess_t *, nic_cable_state_t *);
errno_t            58 uspace/lib/drv/include/nic_iface.h extern errno_t nic_get_operation_mode(async_sess_t *, int *, nic_channel_mode_t *,
errno_t            60 uspace/lib/drv/include/nic_iface.h extern errno_t nic_set_operation_mode(async_sess_t *, int, nic_channel_mode_t,
errno_t            62 uspace/lib/drv/include/nic_iface.h extern errno_t nic_autoneg_enable(async_sess_t *, uint32_t);
errno_t            63 uspace/lib/drv/include/nic_iface.h extern errno_t nic_autoneg_disable(async_sess_t *);
errno_t            64 uspace/lib/drv/include/nic_iface.h extern errno_t nic_autoneg_probe(async_sess_t *, uint32_t *, uint32_t *,
errno_t            66 uspace/lib/drv/include/nic_iface.h extern errno_t nic_autoneg_restart(async_sess_t *);
errno_t            67 uspace/lib/drv/include/nic_iface.h extern errno_t nic_get_pause(async_sess_t *, nic_result_t *, nic_result_t *,
errno_t            69 uspace/lib/drv/include/nic_iface.h extern errno_t nic_set_pause(async_sess_t *, int, int, uint16_t);
errno_t            71 uspace/lib/drv/include/nic_iface.h extern errno_t nic_unicast_get_mode(async_sess_t *, nic_unicast_mode_t *, size_t,
errno_t            73 uspace/lib/drv/include/nic_iface.h extern errno_t nic_unicast_set_mode(async_sess_t *, nic_unicast_mode_t,
errno_t            75 uspace/lib/drv/include/nic_iface.h extern errno_t nic_multicast_get_mode(async_sess_t *, nic_multicast_mode_t *,
errno_t            77 uspace/lib/drv/include/nic_iface.h extern errno_t nic_multicast_set_mode(async_sess_t *, nic_multicast_mode_t,
errno_t            79 uspace/lib/drv/include/nic_iface.h extern errno_t nic_broadcast_get_mode(async_sess_t *, nic_broadcast_mode_t *);
errno_t            80 uspace/lib/drv/include/nic_iface.h extern errno_t nic_broadcast_set_mode(async_sess_t *, nic_broadcast_mode_t);
errno_t            81 uspace/lib/drv/include/nic_iface.h extern errno_t nic_defective_get_mode(async_sess_t *, uint32_t *);
errno_t            82 uspace/lib/drv/include/nic_iface.h extern errno_t nic_defective_set_mode(async_sess_t *, uint32_t);
errno_t            83 uspace/lib/drv/include/nic_iface.h extern errno_t nic_blocked_sources_get(async_sess_t *, size_t, nic_address_t *,
errno_t            85 uspace/lib/drv/include/nic_iface.h extern errno_t nic_blocked_sources_set(async_sess_t *, const nic_address_t *,
errno_t            88 uspace/lib/drv/include/nic_iface.h extern errno_t nic_vlan_get_mask(async_sess_t *, nic_vlan_mask_t *);
errno_t            89 uspace/lib/drv/include/nic_iface.h extern errno_t nic_vlan_set_mask(async_sess_t *, const nic_vlan_mask_t *);
errno_t            90 uspace/lib/drv/include/nic_iface.h extern errno_t nic_vlan_set_tag(async_sess_t *, uint16_t, bool, bool);
errno_t            92 uspace/lib/drv/include/nic_iface.h extern errno_t nic_wol_virtue_add(async_sess_t *, nic_wv_type_t, const void *,
errno_t            94 uspace/lib/drv/include/nic_iface.h extern errno_t nic_wol_virtue_remove(async_sess_t *, nic_wv_id_t);
errno_t            95 uspace/lib/drv/include/nic_iface.h extern errno_t nic_wol_virtue_probe(async_sess_t *, nic_wv_id_t, nic_wv_type_t *,
errno_t            97 uspace/lib/drv/include/nic_iface.h extern errno_t nic_wol_virtue_list(async_sess_t *, nic_wv_type_t, size_t,
errno_t            99 uspace/lib/drv/include/nic_iface.h extern errno_t nic_wol_virtue_get_caps(async_sess_t *, nic_wv_type_t, int *);
errno_t           100 uspace/lib/drv/include/nic_iface.h extern errno_t nic_wol_load_info(async_sess_t *, nic_wv_type_t *, size_t, uint8_t *,
errno_t           103 uspace/lib/drv/include/nic_iface.h extern errno_t nic_offload_probe(async_sess_t *, uint32_t *, uint32_t *);
errno_t           104 uspace/lib/drv/include/nic_iface.h extern errno_t nic_offload_set(async_sess_t *, uint32_t, uint32_t);
errno_t           106 uspace/lib/drv/include/nic_iface.h extern errno_t nic_poll_get_mode(async_sess_t *, nic_poll_mode_t *,
errno_t           108 uspace/lib/drv/include/nic_iface.h extern errno_t nic_poll_set_mode(async_sess_t *, nic_poll_mode_t,
errno_t           110 uspace/lib/drv/include/nic_iface.h extern errno_t nic_poll_now(async_sess_t *);
errno_t            42 uspace/lib/drv/include/ops/battery_dev.h 	errno_t (*battery_status_get)(ddf_fun_t *, battery_status_t *);
errno_t            43 uspace/lib/drv/include/ops/battery_dev.h 	errno_t (*battery_charge_level_get)(ddf_fun_t *, int *);
errno_t            42 uspace/lib/drv/include/ops/clock_dev.h 	errno_t (*time_get)(ddf_fun_t *, struct tm *);
errno_t            43 uspace/lib/drv/include/ops/clock_dev.h 	errno_t (*time_set)(ddf_fun_t *, struct tm *);
errno_t            46 uspace/lib/drv/include/ops/hw_res.h 	errno_t (*enable_interrupt)(ddf_fun_t *, int);
errno_t            47 uspace/lib/drv/include/ops/hw_res.h 	errno_t (*disable_interrupt)(ddf_fun_t *, int);
errno_t            48 uspace/lib/drv/include/ops/hw_res.h 	errno_t (*clear_interrupt)(ddf_fun_t *, int);
errno_t            49 uspace/lib/drv/include/ops/hw_res.h 	errno_t (*dma_channel_setup)(ddf_fun_t *, unsigned, uint32_t, uint32_t, uint8_t);
errno_t            50 uspace/lib/drv/include/ops/hw_res.h 	errno_t (*dma_channel_remain)(ddf_fun_t *, unsigned, size_t *);
errno_t            53 uspace/lib/drv/include/ops/ieee80211.h 	errno_t (*get_scan_results)(ddf_fun_t *, ieee80211_scan_results_t *, bool);
errno_t            64 uspace/lib/drv/include/ops/ieee80211.h 	errno_t (*connect)(ddf_fun_t *, char *, char *);
errno_t            73 uspace/lib/drv/include/ops/ieee80211.h 	errno_t (*disconnect)(ddf_fun_t *);
errno_t            42 uspace/lib/drv/include/ops/led_dev.h 	errno_t (*color_set)(ddf_fun_t *, pixel_t);
errno_t            46 uspace/lib/drv/include/ops/nic.h 	errno_t (*send_frame)(ddf_fun_t *, void *, size_t);
errno_t            47 uspace/lib/drv/include/ops/nic.h 	errno_t (*callback_create)(ddf_fun_t *);
errno_t            48 uspace/lib/drv/include/ops/nic.h 	errno_t (*get_state)(ddf_fun_t *, nic_device_state_t *);
errno_t            49 uspace/lib/drv/include/ops/nic.h 	errno_t (*set_state)(ddf_fun_t *, nic_device_state_t);
errno_t            50 uspace/lib/drv/include/ops/nic.h 	errno_t (*get_address)(ddf_fun_t *, nic_address_t *);
errno_t            53 uspace/lib/drv/include/ops/nic.h 	errno_t (*set_address)(ddf_fun_t *, const nic_address_t *);
errno_t            54 uspace/lib/drv/include/ops/nic.h 	errno_t (*get_stats)(ddf_fun_t *, nic_device_stats_t *);
errno_t            55 uspace/lib/drv/include/ops/nic.h 	errno_t (*get_device_info)(ddf_fun_t *, nic_device_info_t *);
errno_t            56 uspace/lib/drv/include/ops/nic.h 	errno_t (*get_cable_state)(ddf_fun_t *, nic_cable_state_t *);
errno_t            58 uspace/lib/drv/include/ops/nic.h 	errno_t (*get_operation_mode)(ddf_fun_t *, int *, nic_channel_mode_t *,
errno_t            60 uspace/lib/drv/include/ops/nic.h 	errno_t (*set_operation_mode)(ddf_fun_t *, int, nic_channel_mode_t,
errno_t            62 uspace/lib/drv/include/ops/nic.h 	errno_t (*autoneg_enable)(ddf_fun_t *, uint32_t);
errno_t            63 uspace/lib/drv/include/ops/nic.h 	errno_t (*autoneg_disable)(ddf_fun_t *);
errno_t            64 uspace/lib/drv/include/ops/nic.h 	errno_t (*autoneg_probe)(ddf_fun_t *, uint32_t *, uint32_t *,
errno_t            66 uspace/lib/drv/include/ops/nic.h 	errno_t (*autoneg_restart)(ddf_fun_t *);
errno_t            67 uspace/lib/drv/include/ops/nic.h 	errno_t (*get_pause)(ddf_fun_t *, nic_result_t *, nic_result_t *,
errno_t            69 uspace/lib/drv/include/ops/nic.h 	errno_t (*set_pause)(ddf_fun_t *, int, int, uint16_t);
errno_t            71 uspace/lib/drv/include/ops/nic.h 	errno_t (*unicast_get_mode)(ddf_fun_t *, nic_unicast_mode_t *, size_t,
errno_t            73 uspace/lib/drv/include/ops/nic.h 	errno_t (*unicast_set_mode)(ddf_fun_t *, nic_unicast_mode_t,
errno_t            75 uspace/lib/drv/include/ops/nic.h 	errno_t (*multicast_get_mode)(ddf_fun_t *, nic_multicast_mode_t *, size_t,
errno_t            77 uspace/lib/drv/include/ops/nic.h 	errno_t (*multicast_set_mode)(ddf_fun_t *, nic_multicast_mode_t,
errno_t            79 uspace/lib/drv/include/ops/nic.h 	errno_t (*broadcast_get_mode)(ddf_fun_t *, nic_broadcast_mode_t *);
errno_t            80 uspace/lib/drv/include/ops/nic.h 	errno_t (*broadcast_set_mode)(ddf_fun_t *, nic_broadcast_mode_t);
errno_t            81 uspace/lib/drv/include/ops/nic.h 	errno_t (*defective_get_mode)(ddf_fun_t *, uint32_t *);
errno_t            82 uspace/lib/drv/include/ops/nic.h 	errno_t (*defective_set_mode)(ddf_fun_t *, uint32_t);
errno_t            83 uspace/lib/drv/include/ops/nic.h 	errno_t (*blocked_sources_get)(ddf_fun_t *, size_t, nic_address_t *,
errno_t            85 uspace/lib/drv/include/ops/nic.h 	errno_t (*blocked_sources_set)(ddf_fun_t *, const nic_address_t *, size_t);
errno_t            87 uspace/lib/drv/include/ops/nic.h 	errno_t (*vlan_get_mask)(ddf_fun_t *, nic_vlan_mask_t *);
errno_t            88 uspace/lib/drv/include/ops/nic.h 	errno_t (*vlan_set_mask)(ddf_fun_t *, const nic_vlan_mask_t *);
errno_t            89 uspace/lib/drv/include/ops/nic.h 	errno_t (*vlan_set_tag)(ddf_fun_t *, uint16_t, bool, bool);
errno_t            91 uspace/lib/drv/include/ops/nic.h 	errno_t (*wol_virtue_add)(ddf_fun_t *, nic_wv_type_t, const void *,
errno_t            93 uspace/lib/drv/include/ops/nic.h 	errno_t (*wol_virtue_remove)(ddf_fun_t *, nic_wv_id_t);
errno_t            94 uspace/lib/drv/include/ops/nic.h 	errno_t (*wol_virtue_probe)(ddf_fun_t *, nic_wv_id_t, nic_wv_type_t *,
errno_t            96 uspace/lib/drv/include/ops/nic.h 	errno_t (*wol_virtue_list)(ddf_fun_t *, nic_wv_type_t, size_t,
errno_t            98 uspace/lib/drv/include/ops/nic.h 	errno_t (*wol_virtue_get_caps)(ddf_fun_t *, nic_wv_type_t, int *);
errno_t            99 uspace/lib/drv/include/ops/nic.h 	errno_t (*wol_load_info)(ddf_fun_t *, nic_wv_type_t *, size_t,
errno_t           102 uspace/lib/drv/include/ops/nic.h 	errno_t (*offload_probe)(ddf_fun_t *, uint32_t *, uint32_t *);
errno_t           103 uspace/lib/drv/include/ops/nic.h 	errno_t (*offload_set)(ddf_fun_t *, uint32_t, uint32_t);
errno_t           105 uspace/lib/drv/include/ops/nic.h 	errno_t (*poll_get_mode)(ddf_fun_t *, nic_poll_mode_t *,
errno_t           107 uspace/lib/drv/include/ops/nic.h 	errno_t (*poll_set_mode)(ddf_fun_t *, nic_poll_mode_t,
errno_t           109 uspace/lib/drv/include/ops/nic.h 	errno_t (*poll_now)(ddf_fun_t *);
errno_t            62 uspace/lib/drv/include/pci_dev_iface.h extern errno_t pci_config_space_read_8(async_sess_t *, uint32_t, uint8_t *);
errno_t            63 uspace/lib/drv/include/pci_dev_iface.h extern errno_t pci_config_space_read_16(async_sess_t *, uint32_t, uint16_t *);
errno_t            64 uspace/lib/drv/include/pci_dev_iface.h extern errno_t pci_config_space_read_32(async_sess_t *, uint32_t, uint32_t *);
errno_t            66 uspace/lib/drv/include/pci_dev_iface.h extern errno_t pci_config_space_write_8(async_sess_t *, uint32_t, uint8_t);
errno_t            67 uspace/lib/drv/include/pci_dev_iface.h extern errno_t pci_config_space_write_16(async_sess_t *, uint32_t, uint16_t);
errno_t            68 uspace/lib/drv/include/pci_dev_iface.h extern errno_t pci_config_space_write_32(async_sess_t *, uint32_t, uint32_t);
errno_t            70 uspace/lib/drv/include/pci_dev_iface.h static inline errno_t
errno_t            73 uspace/lib/drv/include/pci_dev_iface.h 	errno_t rc;
errno_t            93 uspace/lib/drv/include/pci_dev_iface.h static inline errno_t
errno_t            96 uspace/lib/drv/include/pci_dev_iface.h 	errno_t rc = pci_config_space_read_8(sess, PCI_CAP_NEXT(*c), c);
errno_t           106 uspace/lib/drv/include/pci_dev_iface.h 	errno_t (*config_space_read_8)(ddf_fun_t *, uint32_t address, uint8_t *data);
errno_t           107 uspace/lib/drv/include/pci_dev_iface.h 	errno_t (*config_space_read_16)(ddf_fun_t *, uint32_t address, uint16_t *data);
errno_t           108 uspace/lib/drv/include/pci_dev_iface.h 	errno_t (*config_space_read_32)(ddf_fun_t *, uint32_t address, uint32_t *data);
errno_t           110 uspace/lib/drv/include/pci_dev_iface.h 	errno_t (*config_space_write_8)(ddf_fun_t *, uint32_t address, uint8_t data);
errno_t           111 uspace/lib/drv/include/pci_dev_iface.h 	errno_t (*config_space_write_16)(ddf_fun_t *, uint32_t address, uint16_t data);
errno_t           112 uspace/lib/drv/include/pci_dev_iface.h 	errno_t (*config_space_write_32)(ddf_fun_t *, uint32_t address, uint32_t data);
errno_t            60 uspace/lib/drv/include/usb_iface.h extern errno_t usb_get_my_description(async_exch_t *, usb_device_desc_t *);
errno_t            64 uspace/lib/drv/include/usb_iface.h 	errno_t (*get_my_description)(ddf_fun_t *, usb_device_desc_t *);
errno_t            67 uspace/lib/drv/include/usbdiag_iface.h errno_t usbdiag_test_in(async_exch_t *,
errno_t            69 uspace/lib/drv/include/usbdiag_iface.h errno_t usbdiag_test_out(async_exch_t *,
errno_t            74 uspace/lib/drv/include/usbdiag_iface.h 	errno_t (*test_in)(ddf_fun_t *,
errno_t            76 uspace/lib/drv/include/usbdiag_iface.h 	errno_t (*test_out)(ddf_fun_t *,
errno_t           172 uspace/lib/drv/include/usbhc_iface.h extern errno_t usbhc_reserve_default_address(async_exch_t *);
errno_t           173 uspace/lib/drv/include/usbhc_iface.h extern errno_t usbhc_release_default_address(async_exch_t *);
errno_t           175 uspace/lib/drv/include/usbhc_iface.h extern errno_t usbhc_device_enumerate(async_exch_t *, unsigned, usb_speed_t);
errno_t           176 uspace/lib/drv/include/usbhc_iface.h extern errno_t usbhc_device_remove(async_exch_t *, unsigned);
errno_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 *);
errno_t           179 uspace/lib/drv/include/usbhc_iface.h extern errno_t usbhc_unregister_endpoint(async_exch_t *, const usb_pipe_desc_t *);
errno_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 *);
errno_t           184 uspace/lib/drv/include/usbhc_iface.h typedef errno_t (*usbhc_iface_transfer_callback_t)(void *, int, size_t);
errno_t           188 uspace/lib/drv/include/usbhc_iface.h 	errno_t (*default_address_reservation)(ddf_fun_t *, bool);
errno_t           190 uspace/lib/drv/include/usbhc_iface.h 	errno_t (*device_enumerate)(ddf_fun_t *, unsigned, usb_speed_t);
errno_t           191 uspace/lib/drv/include/usbhc_iface.h 	errno_t (*device_remove)(ddf_fun_t *, unsigned);
errno_t           193 uspace/lib/drv/include/usbhc_iface.h 	errno_t (*register_endpoint)(ddf_fun_t *, usb_pipe_desc_t *, const usb_endpoint_descriptors_t *);
errno_t           194 uspace/lib/drv/include/usbhc_iface.h 	errno_t (*unregister_endpoint)(ddf_fun_t *, const usb_pipe_desc_t *);
errno_t           196 uspace/lib/drv/include/usbhc_iface.h 	errno_t (*transfer)(ddf_fun_t *, const usbhc_iface_transfer_request_t *,
errno_t            41 uspace/lib/drv/include/usbhid_iface.h extern errno_t usbhid_dev_get_event_length(async_sess_t *, size_t *);
errno_t            42 uspace/lib/drv/include/usbhid_iface.h extern errno_t usbhid_dev_get_event(async_sess_t *, uint8_t *, size_t, size_t *,
errno_t            44 uspace/lib/drv/include/usbhid_iface.h extern errno_t usbhid_dev_get_report_descriptor_length(async_sess_t *, size_t *);
errno_t            45 uspace/lib/drv/include/usbhid_iface.h extern errno_t usbhid_dev_get_report_descriptor(async_sess_t *, uint8_t *, size_t,
errno_t            65 uspace/lib/drv/include/usbhid_iface.h 	errno_t (*get_event)(ddf_fun_t *fun, uint8_t *buffer, size_t size,
errno_t            83 uspace/lib/drv/include/usbhid_iface.h 	errno_t (*get_report_descriptor)(ddf_fun_t *fun, uint8_t *desc,
errno_t            39 uspace/lib/ext4/include/ext4/balloc.h extern errno_t ext4_balloc_free_block(ext4_inode_ref_t *, uint32_t);
errno_t            40 uspace/lib/ext4/include/ext4/balloc.h extern errno_t ext4_balloc_free_blocks(ext4_inode_ref_t *, uint32_t, uint32_t);
errno_t            43 uspace/lib/ext4/include/ext4/balloc.h extern errno_t ext4_balloc_alloc_block(ext4_inode_ref_t *, uint32_t *);
errno_t            44 uspace/lib/ext4/include/ext4/balloc.h extern errno_t ext4_balloc_try_alloc_block(ext4_inode_ref_t *, uint32_t, bool *);
errno_t            42 uspace/lib/ext4/include/ext4/bitmap.h extern errno_t ext4_bitmap_find_free_byte_and_set_bit(uint8_t *, uint32_t,
errno_t            44 uspace/lib/ext4/include/ext4/bitmap.h extern errno_t ext4_bitmap_find_free_bit_and_set(uint8_t *, uint32_t, uint32_t *,
errno_t            55 uspace/lib/ext4/include/ext4/directory.h extern errno_t ext4_directory_iterator_init(ext4_directory_iterator_t *,
errno_t            57 uspace/lib/ext4/include/ext4/directory.h extern errno_t ext4_directory_iterator_next(ext4_directory_iterator_t *);
errno_t            58 uspace/lib/ext4/include/ext4/directory.h extern errno_t ext4_directory_iterator_fini(ext4_directory_iterator_t *);
errno_t            63 uspace/lib/ext4/include/ext4/directory.h extern errno_t ext4_directory_add_entry(ext4_inode_ref_t *, const char *,
errno_t            65 uspace/lib/ext4/include/ext4/directory.h extern errno_t ext4_directory_find_entry(ext4_directory_search_result_t *,
errno_t            67 uspace/lib/ext4/include/ext4/directory.h extern errno_t ext4_directory_remove_entry(ext4_inode_ref_t *, const char *);
errno_t            69 uspace/lib/ext4/include/ext4/directory.h extern errno_t ext4_directory_try_insert_entry(ext4_superblock_t *, block_t *,
errno_t            72 uspace/lib/ext4/include/ext4/directory.h extern errno_t ext4_directory_find_in_block(block_t *, ext4_superblock_t *, size_t,
errno_t            75 uspace/lib/ext4/include/ext4/directory.h extern errno_t ext4_directory_destroy_result(ext4_directory_search_result_t *);
errno_t            67 uspace/lib/ext4/include/ext4/directory_index.h extern errno_t ext4_directory_dx_init(ext4_inode_ref_t *);
errno_t            68 uspace/lib/ext4/include/ext4/directory_index.h extern errno_t ext4_directory_dx_find_entry(ext4_directory_search_result_t *,
errno_t            70 uspace/lib/ext4/include/ext4/directory_index.h extern errno_t ext4_directory_dx_add_entry(ext4_inode_ref_t *, ext4_inode_ref_t *,
errno_t            63 uspace/lib/ext4/include/ext4/extent.h extern errno_t ext4_extent_find_block(ext4_inode_ref_t *, uint32_t, uint32_t *);
errno_t            64 uspace/lib/ext4/include/ext4/extent.h extern errno_t ext4_extent_release_blocks_from(ext4_inode_ref_t *, uint32_t);
errno_t            66 uspace/lib/ext4/include/ext4/extent.h extern errno_t ext4_extent_append_block(ext4_inode_ref_t *, uint32_t *, uint32_t *,
errno_t            43 uspace/lib/ext4/include/ext4/filesystem.h extern errno_t ext4_filesystem_probe(service_id_t, ext4_fs_probe_info_t *);
errno_t            44 uspace/lib/ext4/include/ext4/filesystem.h extern errno_t ext4_filesystem_create(ext4_cfg_t *, service_id_t);
errno_t            45 uspace/lib/ext4/include/ext4/filesystem.h extern errno_t ext4_filesystem_open(ext4_instance_t *, service_id_t,
errno_t            47 uspace/lib/ext4/include/ext4/filesystem.h extern errno_t ext4_filesystem_close(ext4_filesystem_t *);
errno_t            53 uspace/lib/ext4/include/ext4/filesystem.h extern errno_t ext4_filesystem_get_block_group_ref(ext4_filesystem_t *, uint32_t,
errno_t            55 uspace/lib/ext4/include/ext4/filesystem.h extern errno_t ext4_filesystem_put_block_group_ref(ext4_block_group_ref_t *);
errno_t            56 uspace/lib/ext4/include/ext4/filesystem.h extern errno_t ext4_filesystem_get_inode_ref(ext4_filesystem_t *, uint32_t,
errno_t            58 uspace/lib/ext4/include/ext4/filesystem.h extern errno_t ext4_filesystem_put_inode_ref(ext4_inode_ref_t *);
errno_t            59 uspace/lib/ext4/include/ext4/filesystem.h extern errno_t ext4_filesystem_alloc_inode(ext4_filesystem_t *, ext4_inode_ref_t **,
errno_t            61 uspace/lib/ext4/include/ext4/filesystem.h extern errno_t ext4_filesystem_free_inode(ext4_inode_ref_t *);
errno_t            62 uspace/lib/ext4/include/ext4/filesystem.h extern errno_t ext4_filesystem_truncate_inode(ext4_inode_ref_t *, aoff64_t);
errno_t            63 uspace/lib/ext4/include/ext4/filesystem.h extern errno_t ext4_filesystem_get_inode_data_block_index(ext4_inode_ref_t *,
errno_t            65 uspace/lib/ext4/include/ext4/filesystem.h extern errno_t ext4_filesystem_set_inode_data_block_index(ext4_inode_ref_t *,
errno_t            67 uspace/lib/ext4/include/ext4/filesystem.h extern errno_t ext4_filesystem_release_inode_block(ext4_inode_ref_t *, uint32_t);
errno_t            68 uspace/lib/ext4/include/ext4/filesystem.h extern errno_t ext4_filesystem_append_inode_block(ext4_inode_ref_t *, uint32_t *,
errno_t            38 uspace/lib/ext4/include/ext4/hash.h extern errno_t ext4_hash_string(ext4_hash_info_t *, int, const char *);
errno_t            39 uspace/lib/ext4/include/ext4/ialloc.h extern errno_t ext4_ialloc_free_inode(ext4_filesystem_t *, uint32_t, bool);
errno_t            40 uspace/lib/ext4/include/ext4/ialloc.h extern errno_t ext4_ialloc_alloc_inode(ext4_filesystem_t *, uint32_t *, bool);
errno_t            41 uspace/lib/ext4/include/ext4/ialloc.h extern errno_t ext4_ialloc_alloc_this_inode(ext4_filesystem_t *, uint32_t,
errno_t            61 uspace/lib/ext4/include/ext4/inode.h extern errno_t ext4_inode_set_blocks_count(ext4_superblock_t *, ext4_inode_t *,
errno_t            42 uspace/lib/ext4/include/ext4/ops.h extern errno_t ext4_global_init(void);
errno_t            43 uspace/lib/ext4/include/ext4/ops.h extern errno_t ext4_global_fini(void);
errno_t            45 uspace/lib/ext4/include/ext4/ops.h extern errno_t ext4_node_get_core(fs_node_t **, ext4_instance_t *, fs_index_t);
errno_t            46 uspace/lib/ext4/include/ext4/ops.h extern errno_t ext4_node_put(fs_node_t *);
errno_t           120 uspace/lib/ext4/include/ext4/superblock.h extern errno_t ext4_superblock_get_volume_name(ext4_superblock_t *, char *,
errno_t           122 uspace/lib/ext4/include/ext4/superblock.h extern errno_t ext4_superblock_set_volume_name(ext4_superblock_t *, const char *);
errno_t           159 uspace/lib/ext4/include/ext4/superblock.h extern errno_t ext4_superblock_read_direct(service_id_t, ext4_superblock_t **);
errno_t           160 uspace/lib/ext4/include/ext4/superblock.h extern errno_t ext4_superblock_write_direct(service_id_t, ext4_superblock_t *);
errno_t           162 uspace/lib/ext4/include/ext4/superblock.h extern errno_t ext4_superblock_check_sanity(ext4_superblock_t *);
errno_t           169 uspace/lib/ext4/include/ext4/superblock.h extern errno_t ext4_superblock_create(size_t, uint64_t, ext4_cfg_t *,
errno_t            57 uspace/lib/ext4/src/balloc.c errno_t ext4_balloc_free_block(ext4_inode_ref_t *inode_ref, uint32_t block_addr)
errno_t            69 uspace/lib/ext4/src/balloc.c 	errno_t rc = ext4_filesystem_get_block_group_ref(fs, block_group, &bg_ref);
errno_t           122 uspace/lib/ext4/src/balloc.c static errno_t ext4_balloc_free_blocks_internal(ext4_inode_ref_t *inode_ref,
errno_t           138 uspace/lib/ext4/src/balloc.c 	errno_t rc = ext4_filesystem_get_block_group_ref(fs, block_group_first, &bg_ref);
errno_t           202 uspace/lib/ext4/src/balloc.c errno_t ext4_balloc_free_blocks(ext4_inode_ref_t *inode_ref,
errno_t           205 uspace/lib/ext4/src/balloc.c 	errno_t r;
errno_t           296 uspace/lib/ext4/src/balloc.c static errno_t ext4_balloc_find_goal(ext4_inode_ref_t *inode_ref, uint32_t *goal)
errno_t           310 uspace/lib/ext4/src/balloc.c 		errno_t rc = ext4_filesystem_get_inode_data_block_index(inode_ref,
errno_t           328 uspace/lib/ext4/src/balloc.c 	errno_t rc = ext4_filesystem_get_block_group_ref(inode_ref->fs,
errno_t           346 uspace/lib/ext4/src/balloc.c errno_t ext4_balloc_alloc_block(ext4_inode_ref_t *inode_ref, uint32_t *fblock)
errno_t           358 uspace/lib/ext4/src/balloc.c 	errno_t rc = ext4_balloc_find_goal(inode_ref, &goal);
errno_t           626 uspace/lib/ext4/src/balloc.c errno_t ext4_balloc_try_alloc_block(ext4_inode_ref_t *inode_ref, uint32_t fblock,
errno_t           629 uspace/lib/ext4/src/balloc.c 	errno_t rc;
errno_t           171 uspace/lib/ext4/src/bitmap.c errno_t ext4_bitmap_find_free_byte_and_set_bit(uint8_t *bitmap, uint32_t start,
errno_t           213 uspace/lib/ext4/src/bitmap.c errno_t ext4_bitmap_find_free_bit_and_set(uint8_t *bitmap, uint32_t start_idx,
errno_t           171 uspace/lib/ext4/src/directory.c static errno_t ext4_directory_iterator_seek(ext4_directory_iterator_t *, aoff64_t);
errno_t           172 uspace/lib/ext4/src/directory.c static errno_t ext4_directory_iterator_set(ext4_directory_iterator_t *, uint32_t);
errno_t           185 uspace/lib/ext4/src/directory.c errno_t ext4_directory_iterator_init(ext4_directory_iterator_t *it,
errno_t           203 uspace/lib/ext4/src/directory.c errno_t ext4_directory_iterator_next(ext4_directory_iterator_t *it)
errno_t           222 uspace/lib/ext4/src/directory.c errno_t ext4_directory_iterator_seek(ext4_directory_iterator_t *it, aoff64_t pos)
errno_t           233 uspace/lib/ext4/src/directory.c 			errno_t rc = block_put(it->current_block);
errno_t           257 uspace/lib/ext4/src/directory.c 			errno_t rc = block_put(it->current_block);
errno_t           265 uspace/lib/ext4/src/directory.c 		errno_t rc = ext4_filesystem_get_inode_data_block_index(it->inode_ref,
errno_t           291 uspace/lib/ext4/src/directory.c static errno_t ext4_directory_iterator_set(ext4_directory_iterator_t *it,
errno_t           333 uspace/lib/ext4/src/directory.c errno_t ext4_directory_iterator_fini(ext4_directory_iterator_t *it)
errno_t           391 uspace/lib/ext4/src/directory.c errno_t ext4_directory_add_entry(ext4_inode_ref_t *parent, const char *name,
errno_t           400 uspace/lib/ext4/src/directory.c 		errno_t rc = ext4_directory_dx_add_entry(parent, child, name);
errno_t           424 uspace/lib/ext4/src/directory.c 		errno_t rc = ext4_filesystem_get_inode_data_block_index(parent,
errno_t           452 uspace/lib/ext4/src/directory.c 	errno_t rc = ext4_filesystem_append_inode_block(parent, &fblock, &iblock);
errno_t           484 uspace/lib/ext4/src/directory.c errno_t ext4_directory_find_entry(ext4_directory_search_result_t *result,
errno_t           495 uspace/lib/ext4/src/directory.c 		errno_t rc = ext4_directory_dx_find_entry(result, parent, name_len,
errno_t           522 uspace/lib/ext4/src/directory.c 		errno_t rc = ext4_filesystem_get_inode_data_block_index(parent, iblock,
errno_t           566 uspace/lib/ext4/src/directory.c errno_t ext4_directory_remove_entry(ext4_inode_ref_t *parent, const char *name)
errno_t           575 uspace/lib/ext4/src/directory.c 	errno_t rc = ext4_directory_find_entry(&result, parent, name);
errno_t           631 uspace/lib/ext4/src/directory.c errno_t ext4_directory_try_insert_entry(ext4_superblock_t *sb,
errno_t           710 uspace/lib/ext4/src/directory.c errno_t ext4_directory_find_in_block(block_t *block, ext4_superblock_t *sb,
errno_t           761 uspace/lib/ext4/src/directory.c errno_t ext4_directory_destroy_result(ext4_directory_search_result_t *result)
errno_t           238 uspace/lib/ext4/src/directory_index.c errno_t ext4_directory_dx_init(ext4_inode_ref_t *dir)
errno_t           242 uspace/lib/ext4/src/directory_index.c 	errno_t rc = ext4_filesystem_get_inode_data_block_index(dir, 0,
errno_t           324 uspace/lib/ext4/src/directory_index.c static errno_t ext4_directory_hinfo_init(ext4_hash_info_t *hinfo,
errno_t           386 uspace/lib/ext4/src/directory_index.c static errno_t ext4_directory_dx_get_leaf(ext4_hash_info_t *hinfo,
errno_t           445 uspace/lib/ext4/src/directory_index.c 		errno_t rc = ext4_filesystem_get_inode_data_block_index(inode_ref,
errno_t           486 uspace/lib/ext4/src/directory_index.c static errno_t ext4_directory_dx_next_block(ext4_inode_ref_t *inode_ref,
errno_t           522 uspace/lib/ext4/src/directory_index.c 		errno_t rc = ext4_filesystem_get_inode_data_block_index(inode_ref,
errno_t           558 uspace/lib/ext4/src/directory_index.c errno_t ext4_directory_dx_find_entry(ext4_directory_search_result_t *result,
errno_t           563 uspace/lib/ext4/src/directory_index.c 	errno_t rc2;
errno_t           564 uspace/lib/ext4/src/directory_index.c 	errno_t rc = ext4_filesystem_get_inode_data_block_index(inode_ref, 0,
errno_t           730 uspace/lib/ext4/src/directory_index.c static errno_t ext4_directory_dx_split_data(ext4_inode_ref_t *inode_ref,
errno_t           734 uspace/lib/ext4/src/directory_index.c 	errno_t rc = EOK;
errno_t           899 uspace/lib/ext4/src/directory_index.c static errno_t ext4_directory_dx_split_index(ext4_inode_ref_t *inode_ref,
errno_t           939 uspace/lib/ext4/src/directory_index.c 		errno_t rc = ext4_filesystem_append_inode_block(inode_ref,
errno_t          1047 uspace/lib/ext4/src/directory_index.c errno_t ext4_directory_dx_add_entry(ext4_inode_ref_t *parent,
errno_t          1050 uspace/lib/ext4/src/directory_index.c 	errno_t rc2 = EOK;
errno_t          1054 uspace/lib/ext4/src/directory_index.c 	errno_t rc = ext4_filesystem_get_inode_data_block_index(parent, 0,
errno_t           374 uspace/lib/ext4/src/extent.c errno_t ext4_extent_find_block(ext4_inode_ref_t *inode_ref, uint32_t iblock,
errno_t           377 uspace/lib/ext4/src/extent.c 	errno_t rc = EOK;
errno_t           456 uspace/lib/ext4/src/extent.c static errno_t ext4_extent_find_extent(ext4_inode_ref_t *inode_ref, uint32_t iblock,
errno_t           477 uspace/lib/ext4/src/extent.c 	errno_t rc;
errno_t           478 uspace/lib/ext4/src/extent.c 	errno_t rc2;
errno_t           544 uspace/lib/ext4/src/extent.c static errno_t ext4_extent_release(ext4_inode_ref_t *inode_ref,
errno_t           566 uspace/lib/ext4/src/extent.c static errno_t ext4_extent_release_branch(ext4_inode_ref_t *inode_ref,
errno_t           572 uspace/lib/ext4/src/extent.c 	errno_t rc = block_get(&block, inode_ref->fs->device, fblock, BLOCK_FLAGS_NONE);
errno_t           619 uspace/lib/ext4/src/extent.c errno_t ext4_extent_release_blocks_from(ext4_inode_ref_t *inode_ref,
errno_t           624 uspace/lib/ext4/src/extent.c 	errno_t rc2;
errno_t           625 uspace/lib/ext4/src/extent.c 	errno_t rc = ext4_extent_find_extent(inode_ref, iblock_from, &path);
errno_t           767 uspace/lib/ext4/src/extent.c static errno_t ext4_extent_append_extent(ext4_inode_ref_t *inode_ref,
errno_t           785 uspace/lib/ext4/src/extent.c 			errno_t rc = ext4_balloc_alloc_block(inode_ref, &fblock);
errno_t           863 uspace/lib/ext4/src/extent.c 		errno_t rc = ext4_balloc_alloc_block(inode_ref, &new_fblock);
errno_t           964 uspace/lib/ext4/src/extent.c errno_t ext4_extent_append_block(ext4_inode_ref_t *inode_ref, uint32_t *iblock,
errno_t           982 uspace/lib/ext4/src/extent.c 	errno_t rc2;
errno_t           983 uspace/lib/ext4/src/extent.c 	errno_t rc = ext4_extent_find_extent(inode_ref, new_block_idx, &path);
errno_t            59 uspace/lib/ext4/src/filesystem.c static errno_t ext4_filesystem_check_features(ext4_filesystem_t *, bool *);
errno_t            60 uspace/lib/ext4/src/filesystem.c static errno_t ext4_filesystem_init_block_groups(ext4_filesystem_t *);
errno_t            61 uspace/lib/ext4/src/filesystem.c static errno_t ext4_filesystem_alloc_this_inode(ext4_filesystem_t *,
errno_t            76 uspace/lib/ext4/src/filesystem.c static errno_t ext4_filesystem_init(ext4_filesystem_t *fs, service_id_t service_id,
errno_t            79 uspace/lib/ext4/src/filesystem.c 	errno_t rc;
errno_t           171 uspace/lib/ext4/src/filesystem.c static errno_t ext4_filesystem_create_lost_found(ext4_filesystem_t *fs,
errno_t           174 uspace/lib/ext4/src/filesystem.c 	errno_t rc;
errno_t           211 uspace/lib/ext4/src/filesystem.c static errno_t ext4_filesystem_create_root_dir(ext4_filesystem_t *fs)
errno_t           213 uspace/lib/ext4/src/filesystem.c 	errno_t rc;
errno_t           254 uspace/lib/ext4/src/filesystem.c errno_t ext4_filesystem_create(ext4_cfg_t *cfg, service_id_t service_id)
errno_t           256 uspace/lib/ext4/src/filesystem.c 	errno_t rc;
errno_t           327 uspace/lib/ext4/src/filesystem.c 			errno_t rc = ext4_ialloc_alloc_this_inode(fs, idx,
errno_t           381 uspace/lib/ext4/src/filesystem.c errno_t ext4_filesystem_probe(service_id_t service_id,
errno_t           385 uspace/lib/ext4/src/filesystem.c 	errno_t rc;
errno_t           420 uspace/lib/ext4/src/filesystem.c errno_t ext4_filesystem_open(ext4_instance_t *inst, service_id_t service_id,
errno_t           426 uspace/lib/ext4/src/filesystem.c 	errno_t rc;
errno_t           482 uspace/lib/ext4/src/filesystem.c errno_t ext4_filesystem_close(ext4_filesystem_t *fs)
errno_t           486 uspace/lib/ext4/src/filesystem.c 	errno_t rc = ext4_superblock_write_direct(fs->device, fs->superblock);
errno_t           507 uspace/lib/ext4/src/filesystem.c static errno_t ext4_filesystem_check_features(ext4_filesystem_t *fs,
errno_t           599 uspace/lib/ext4/src/filesystem.c static errno_t ext4_filesystem_init_block_groups(ext4_filesystem_t *fs)
errno_t           601 uspace/lib/ext4/src/filesystem.c 	errno_t rc;
errno_t           737 uspace/lib/ext4/src/filesystem.c static errno_t ext4_filesystem_init_block_bitmap(ext4_block_group_ref_t *bg_ref)
errno_t           754 uspace/lib/ext4/src/filesystem.c 	errno_t rc = block_get(&bitmap_block, bg_ref->fs->device,
errno_t           816 uspace/lib/ext4/src/filesystem.c static errno_t ext4_filesystem_init_inode_bitmap(ext4_block_group_ref_t *bg_ref)
errno_t           823 uspace/lib/ext4/src/filesystem.c 	errno_t rc = block_get(&bitmap_block, bg_ref->fs->device,
errno_t           859 uspace/lib/ext4/src/filesystem.c static errno_t ext4_filesystem_init_inode_table(ext4_block_group_ref_t *bg_ref)
errno_t           883 uspace/lib/ext4/src/filesystem.c 		errno_t rc = block_get(&block, bg_ref->fs->device, fblock,
errno_t           908 uspace/lib/ext4/src/filesystem.c errno_t ext4_filesystem_get_block_group_ref(ext4_filesystem_t *fs, uint32_t bgid,
errno_t           932 uspace/lib/ext4/src/filesystem.c 	errno_t rc = block_get(&newref->block, fs->device, block_id, 0);
errno_t          1089 uspace/lib/ext4/src/filesystem.c errno_t ext4_filesystem_put_block_group_ref(ext4_block_group_ref_t *ref)
errno_t          1104 uspace/lib/ext4/src/filesystem.c 	errno_t rc = block_put(ref->block);
errno_t          1119 uspace/lib/ext4/src/filesystem.c errno_t ext4_filesystem_get_inode_ref(ext4_filesystem_t *fs, uint32_t index,
errno_t          1142 uspace/lib/ext4/src/filesystem.c 	errno_t rc = ext4_filesystem_get_block_group_ref(fs, block_group, &bg_ref);
errno_t          1194 uspace/lib/ext4/src/filesystem.c errno_t ext4_filesystem_put_inode_ref(ext4_inode_ref_t *ref)
errno_t          1203 uspace/lib/ext4/src/filesystem.c 	errno_t rc = block_put(ref->block);
errno_t          1219 uspace/lib/ext4/src/filesystem.c static errno_t ext4_filesystem_init_inode(ext4_filesystem_t *fs, uint32_t index,
errno_t          1228 uspace/lib/ext4/src/filesystem.c 	errno_t rc = ext4_filesystem_get_inode_ref(fs, index, inode_ref);
errno_t          1307 uspace/lib/ext4/src/filesystem.c errno_t ext4_filesystem_alloc_inode(ext4_filesystem_t *fs,
errno_t          1317 uspace/lib/ext4/src/filesystem.c 	errno_t rc = ext4_ialloc_alloc_inode(fs, &index, is_dir);
errno_t          1340 uspace/lib/ext4/src/filesystem.c static errno_t ext4_filesystem_alloc_this_inode(ext4_filesystem_t *fs,
errno_t          1349 uspace/lib/ext4/src/filesystem.c 	errno_t rc = ext4_ialloc_alloc_this_inode(fs, index, is_dir);
errno_t          1369 uspace/lib/ext4/src/filesystem.c errno_t ext4_filesystem_free_inode(ext4_inode_ref_t *inode_ref)
errno_t          1386 uspace/lib/ext4/src/filesystem.c 		errno_t rc = ext4_balloc_free_block(inode_ref, fblock);
errno_t          1400 uspace/lib/ext4/src/filesystem.c 		errno_t rc = block_get(&block, fs->device, fblock, BLOCK_FLAGS_NONE);
errno_t          1432 uspace/lib/ext4/src/filesystem.c 		errno_t rc = block_get(&block, fs->device, fblock, BLOCK_FLAGS_NONE);
errno_t          1497 uspace/lib/ext4/src/filesystem.c 		errno_t rc = ext4_balloc_free_block(inode_ref, xattr_block);
errno_t          1505 uspace/lib/ext4/src/filesystem.c 	errno_t rc;
errno_t          1523 uspace/lib/ext4/src/filesystem.c errno_t ext4_filesystem_truncate_inode(ext4_inode_ref_t *inode_ref,
errno_t          1556 uspace/lib/ext4/src/filesystem.c 		errno_t rc = ext4_extent_release_blocks_from(inode_ref,
errno_t          1565 uspace/lib/ext4/src/filesystem.c 			errno_t rc = ext4_filesystem_release_inode_block(inode_ref,
errno_t          1588 uspace/lib/ext4/src/filesystem.c errno_t ext4_filesystem_get_inode_data_block_index(ext4_inode_ref_t *inode_ref,
errno_t          1605 uspace/lib/ext4/src/filesystem.c 		errno_t rc = ext4_extent_find_block(inode_ref, iblock, &current_block);
errno_t          1655 uspace/lib/ext4/src/filesystem.c 		errno_t rc = block_get(&block, fs->device, current_block, 0);
errno_t          1701 uspace/lib/ext4/src/filesystem.c errno_t ext4_filesystem_set_inode_data_block_index(ext4_inode_ref_t *inode_ref,
errno_t          1751 uspace/lib/ext4/src/filesystem.c 		errno_t rc = ext4_balloc_alloc_block(inode_ref, &new_block_addr);
errno_t          1785 uspace/lib/ext4/src/filesystem.c 		errno_t rc = block_get(&block, fs->device, current_block, 0);
errno_t          1862 uspace/lib/ext4/src/filesystem.c errno_t ext4_filesystem_release_inode_block(ext4_inode_ref_t *inode_ref,
errno_t          1919 uspace/lib/ext4/src/filesystem.c 		errno_t rc = block_get(&block, fs->device, current_block, 0);
errno_t          1969 uspace/lib/ext4/src/filesystem.c errno_t ext4_filesystem_append_inode_block(ext4_inode_ref_t *inode_ref,
errno_t          1993 uspace/lib/ext4/src/filesystem.c 	errno_t rc = ext4_balloc_alloc_block(inode_ref, &phys_block);
errno_t            40 uspace/lib/ext4/src/hash.c errno_t ext4_hash_string(ext4_hash_info_t *hinfo, int len, const char *name)
errno_t            98 uspace/lib/ext4/src/ialloc.c errno_t ext4_ialloc_free_inode(ext4_filesystem_t *fs, uint32_t index, bool is_dir)
errno_t           106 uspace/lib/ext4/src/ialloc.c 	errno_t rc = ext4_filesystem_get_block_group_ref(fs, block_group, &bg_ref);
errno_t           176 uspace/lib/ext4/src/ialloc.c errno_t ext4_ialloc_alloc_inode(ext4_filesystem_t *fs, uint32_t *index, bool is_dir)
errno_t           195 uspace/lib/ext4/src/ialloc.c 		errno_t rc = ext4_filesystem_get_block_group_ref(fs, bgid, &bg_ref);
errno_t           333 uspace/lib/ext4/src/ialloc.c errno_t ext4_ialloc_alloc_this_inode(ext4_filesystem_t *fs, uint32_t inode,
errno_t           343 uspace/lib/ext4/src/ialloc.c 	errno_t rc = ext4_filesystem_get_block_group_ref(fs, bgid, &bg_ref);
errno_t           326 uspace/lib/ext4/src/inode.c errno_t ext4_inode_set_blocks_count(ext4_superblock_t *sb, ext4_inode_t *inode,
errno_t            60 uspace/lib/ext4/src/ops.c static errno_t ext4_read_directory(ipc_call_t *, aoff64_t, size_t,
errno_t            62 uspace/lib/ext4/src/ops.c static errno_t ext4_read_file(ipc_call_t *, aoff64_t, size_t, ext4_instance_t *,
errno_t            65 uspace/lib/ext4/src/ops.c static errno_t ext4_instance_get(service_id_t, ext4_instance_t **);
errno_t            69 uspace/lib/ext4/src/ops.c static errno_t ext4_root_get(fs_node_t **, service_id_t);
errno_t            70 uspace/lib/ext4/src/ops.c static errno_t ext4_match(fs_node_t **, fs_node_t *, const char *);
errno_t            71 uspace/lib/ext4/src/ops.c static errno_t ext4_node_get(fs_node_t **, service_id_t, fs_index_t);
errno_t            72 uspace/lib/ext4/src/ops.c static errno_t ext4_node_open(fs_node_t *);
errno_t            73 uspace/lib/ext4/src/ops.c errno_t ext4_node_put(fs_node_t *);
errno_t            74 uspace/lib/ext4/src/ops.c static errno_t ext4_create_node(fs_node_t **, service_id_t, int);
errno_t            75 uspace/lib/ext4/src/ops.c static errno_t ext4_destroy_node(fs_node_t *);
errno_t            76 uspace/lib/ext4/src/ops.c static errno_t ext4_link(fs_node_t *, fs_node_t *, const char *);
errno_t            77 uspace/lib/ext4/src/ops.c static errno_t ext4_unlink(fs_node_t *, fs_node_t *, const char *);
errno_t            78 uspace/lib/ext4/src/ops.c static errno_t ext4_has_children(bool *, fs_node_t *);
errno_t            85 uspace/lib/ext4/src/ops.c static errno_t ext4_size_block(service_id_t, uint32_t *);
errno_t            86 uspace/lib/ext4/src/ops.c static errno_t ext4_total_block_count(service_id_t, uint64_t *);
errno_t            87 uspace/lib/ext4/src/ops.c static errno_t ext4_free_block_count(service_id_t, uint64_t *);
errno_t           140 uspace/lib/ext4/src/ops.c errno_t ext4_global_init(void)
errno_t           154 uspace/lib/ext4/src/ops.c errno_t ext4_global_fini(void)
errno_t           172 uspace/lib/ext4/src/ops.c errno_t ext4_instance_get(service_id_t service_id, ext4_instance_t **inst)
errno_t           201 uspace/lib/ext4/src/ops.c errno_t ext4_root_get(fs_node_t **rfn, service_id_t service_id)
errno_t           217 uspace/lib/ext4/src/ops.c errno_t ext4_match(fs_node_t **rfn, fs_node_t *pfn, const char *component)
errno_t           221 uspace/lib/ext4/src/ops.c 	errno_t rc2;
errno_t           229 uspace/lib/ext4/src/ops.c 	errno_t rc = ext4_directory_find_entry(&result, eparent->inode_ref,
errno_t           263 uspace/lib/ext4/src/ops.c errno_t ext4_node_get(fs_node_t **rfn, service_id_t service_id, fs_index_t index)
errno_t           266 uspace/lib/ext4/src/ops.c 	errno_t rc = ext4_instance_get(service_id, &inst);
errno_t           282 uspace/lib/ext4/src/ops.c errno_t ext4_node_get_core(fs_node_t **rfn, ext4_instance_t *inst,
errno_t           323 uspace/lib/ext4/src/ops.c 	errno_t rc = ext4_filesystem_get_inode_ref(inst->filesystem, index,
errno_t           356 uspace/lib/ext4/src/ops.c static errno_t ext4_node_put_core(ext4_node_t *enode)
errno_t           363 uspace/lib/ext4/src/ops.c 	errno_t rc = ext4_filesystem_put_inode_ref(enode->inode_ref);
errno_t           383 uspace/lib/ext4/src/ops.c errno_t ext4_node_open(fs_node_t *fn)
errno_t           397 uspace/lib/ext4/src/ops.c errno_t ext4_node_put(fs_node_t *fn)
errno_t           405 uspace/lib/ext4/src/ops.c 		errno_t rc = ext4_node_put_core(enode);
errno_t           426 uspace/lib/ext4/src/ops.c errno_t ext4_create_node(fs_node_t **rfn, service_id_t service_id, int flags)
errno_t           444 uspace/lib/ext4/src/ops.c 	errno_t rc = ext4_instance_get(service_id, &inst);
errno_t           487 uspace/lib/ext4/src/ops.c errno_t ext4_destroy_node(fs_node_t *fn)
errno_t           491 uspace/lib/ext4/src/ops.c 	errno_t rc = ext4_has_children(&has_children, fn);
errno_t           538 uspace/lib/ext4/src/ops.c errno_t ext4_link(fs_node_t *pfn, fs_node_t *cfn, const char *name)
errno_t           549 uspace/lib/ext4/src/ops.c 	errno_t rc = ext4_directory_add_entry(parent->inode_ref, name,
errno_t           611 uspace/lib/ext4/src/ops.c errno_t ext4_unlink(fs_node_t *pfn, fs_node_t *cfn, const char *name)
errno_t           614 uspace/lib/ext4/src/ops.c 	errno_t rc = ext4_has_children(&has_children, cfn);
errno_t           684 uspace/lib/ext4/src/ops.c errno_t ext4_has_children(bool *has_children, fs_node_t *fn)
errno_t           697 uspace/lib/ext4/src/ops.c 	errno_t rc = ext4_directory_iterator_init(&it, enode->inode_ref, 0);
errno_t           824 uspace/lib/ext4/src/ops.c errno_t ext4_size_block(service_id_t service_id, uint32_t *size)
errno_t           827 uspace/lib/ext4/src/ops.c 	errno_t rc = ext4_instance_get(service_id, &inst);
errno_t           840 uspace/lib/ext4/src/ops.c errno_t ext4_total_block_count(service_id_t service_id, uint64_t *count)
errno_t           843 uspace/lib/ext4/src/ops.c 	errno_t rc = ext4_instance_get(service_id, &inst);
errno_t           856 uspace/lib/ext4/src/ops.c errno_t ext4_free_block_count(service_id_t service_id, uint64_t *count)
errno_t           859 uspace/lib/ext4/src/ops.c 	errno_t rc = ext4_instance_get(service_id, &inst);
errno_t           907 uspace/lib/ext4/src/ops.c static errno_t ext4_fsprobe(service_id_t service_id, vfs_fs_probe_info_t *info)
errno_t           910 uspace/lib/ext4/src/ops.c 	errno_t rc;
errno_t           932 uspace/lib/ext4/src/ops.c static errno_t ext4_mounted(service_id_t service_id, const char *opts,
errno_t           956 uspace/lib/ext4/src/ops.c 	errno_t rc = ext4_filesystem_open(inst, service_id, cmode, &rnsize, &fs);
errno_t           982 uspace/lib/ext4/src/ops.c static errno_t ext4_unmounted(service_id_t service_id)
errno_t           985 uspace/lib/ext4/src/ops.c 	errno_t rc = ext4_instance_get(service_id, &inst);
errno_t          1024 uspace/lib/ext4/src/ops.c static errno_t ext4_read(service_id_t service_id, fs_index_t index, aoff64_t pos,
errno_t          1038 uspace/lib/ext4/src/ops.c 	errno_t rc = ext4_instance_get(service_id, &inst);
errno_t          1067 uspace/lib/ext4/src/ops.c 	errno_t const rc2 = ext4_filesystem_put_inode_ref(inode_ref);
errno_t          1103 uspace/lib/ext4/src/ops.c errno_t ext4_read_directory(ipc_call_t *call, aoff64_t pos, size_t size,
errno_t          1107 uspace/lib/ext4/src/ops.c 	errno_t rc = ext4_directory_iterator_init(&it, inode_ref, pos);
errno_t          1194 uspace/lib/ext4/src/ops.c errno_t ext4_read_file(ipc_call_t *call, aoff64_t pos, size_t size,
errno_t          1219 uspace/lib/ext4/src/ops.c 	errno_t rc = ext4_filesystem_get_inode_data_block_index(inode_ref,
errno_t          1283 uspace/lib/ext4/src/ops.c static errno_t ext4_write(service_id_t service_id, fs_index_t index, aoff64_t pos,
errno_t          1287 uspace/lib/ext4/src/ops.c 	errno_t rc2;
errno_t          1288 uspace/lib/ext4/src/ops.c 	errno_t rc = ext4_node_get(&fn, service_id, index);
errno_t          1419 uspace/lib/ext4/src/ops.c static errno_t ext4_truncate(service_id_t service_id, fs_index_t index,
errno_t          1423 uspace/lib/ext4/src/ops.c 	errno_t rc = ext4_node_get(&fn, service_id, index);
errno_t          1431 uspace/lib/ext4/src/ops.c 	errno_t const rc2 = ext4_node_put(fn);
errno_t          1444 uspace/lib/ext4/src/ops.c static errno_t ext4_close(service_id_t service_id, fs_index_t index)
errno_t          1457 uspace/lib/ext4/src/ops.c static errno_t ext4_destroy(service_id_t service_id, fs_index_t index)
errno_t          1460 uspace/lib/ext4/src/ops.c 	errno_t rc = ext4_node_get(&fn, service_id, index);
errno_t          1474 uspace/lib/ext4/src/ops.c static errno_t ext4_sync(service_id_t service_id, fs_index_t index)
errno_t          1477 uspace/lib/ext4/src/ops.c 	errno_t rc = ext4_node_get(&fn, service_id, index);
errno_t           886 uspace/lib/ext4/src/superblock.c errno_t ext4_superblock_get_volume_name(ext4_superblock_t *sb, char *buf,
errno_t           892 uspace/lib/ext4/src/superblock.c 	errno_t rc;
errno_t           916 uspace/lib/ext4/src/superblock.c errno_t ext4_superblock_set_volume_name(ext4_superblock_t *sb, const char *name)
errno_t          1176 uspace/lib/ext4/src/superblock.c errno_t ext4_superblock_read_direct(service_id_t service_id, ext4_superblock_t **sb)
errno_t          1184 uspace/lib/ext4/src/superblock.c 	errno_t rc = block_read_bytes_direct(service_id, EXT4_SUPERBLOCK_OFFSET,
errno_t          1206 uspace/lib/ext4/src/superblock.c errno_t ext4_superblock_write_direct(service_id_t service_id, ext4_superblock_t *sb)
errno_t          1210 uspace/lib/ext4/src/superblock.c 	errno_t rc = block_get_bsize(service_id, &phys_block_size);
errno_t          1248 uspace/lib/ext4/src/superblock.c errno_t ext4_superblock_check_sanity(ext4_superblock_t *sb)
errno_t          1506 uspace/lib/ext4/src/superblock.c errno_t ext4_superblock_create(size_t dev_bsize, uint64_t dev_bcnt,
errno_t          1526 uspace/lib/ext4/src/superblock.c 	errno_t rc;
errno_t            44 uspace/lib/fdisk/include/fdisk.h extern errno_t fdisk_create(fdisk_t **);
errno_t            46 uspace/lib/fdisk/include/fdisk.h extern errno_t fdisk_dev_list_get(fdisk_t *, fdisk_dev_list_t **);
errno_t            50 uspace/lib/fdisk/include/fdisk.h extern errno_t fdisk_dev_info_get_svcname(fdisk_dev_info_t *, char **);
errno_t            52 uspace/lib/fdisk/include/fdisk.h extern errno_t fdisk_dev_info_capacity(fdisk_dev_info_t *, capa_spec_t *);
errno_t            54 uspace/lib/fdisk/include/fdisk.h extern errno_t fdisk_dev_open(fdisk_t *, service_id_t, fdisk_dev_t **);
errno_t            56 uspace/lib/fdisk/include/fdisk.h extern errno_t fdisk_dev_erase(fdisk_dev_t *);
errno_t            58 uspace/lib/fdisk/include/fdisk.h extern errno_t fdisk_dev_get_svcname(fdisk_dev_t *, char **);
errno_t            59 uspace/lib/fdisk/include/fdisk.h extern errno_t fdisk_dev_capacity(fdisk_dev_t *, capa_spec_t *);
errno_t            61 uspace/lib/fdisk/include/fdisk.h extern errno_t fdisk_label_get_info(fdisk_dev_t *, fdisk_label_info_t *);
errno_t            62 uspace/lib/fdisk/include/fdisk.h extern errno_t fdisk_label_create(fdisk_dev_t *, label_type_t);
errno_t            63 uspace/lib/fdisk/include/fdisk.h extern errno_t fdisk_label_destroy(fdisk_dev_t *);
errno_t            67 uspace/lib/fdisk/include/fdisk.h extern errno_t fdisk_part_get_info(fdisk_part_t *, fdisk_part_info_t *);
errno_t            68 uspace/lib/fdisk/include/fdisk.h extern errno_t fdisk_part_get_max_avail(fdisk_dev_t *, fdisk_spc_t, capa_spec_t *);
errno_t            69 uspace/lib/fdisk/include/fdisk.h extern errno_t fdisk_part_get_tot_avail(fdisk_dev_t *, fdisk_spc_t, capa_spec_t *);
errno_t            70 uspace/lib/fdisk/include/fdisk.h extern errno_t fdisk_part_create(fdisk_dev_t *, fdisk_part_spec_t *,
errno_t            72 uspace/lib/fdisk/include/fdisk.h extern errno_t fdisk_part_destroy(fdisk_part_t *);
errno_t            73 uspace/lib/fdisk/include/fdisk.h extern errno_t fdisk_part_set_mountp(fdisk_part_t *, const char *);
errno_t            76 uspace/lib/fdisk/include/fdisk.h extern errno_t fdisk_get_vollabel_support(fdisk_dev_t *, vol_fstype_t,
errno_t            48 uspace/lib/fdisk/src/fdisk.c static errno_t fdisk_dev_add_parts(fdisk_dev_t *);
errno_t            50 uspace/lib/fdisk/src/fdisk.c static errno_t fdisk_part_spec_prepare(fdisk_dev_t *, fdisk_part_spec_t *,
errno_t            54 uspace/lib/fdisk/src/fdisk.c static errno_t fdisk_update_dev_info(fdisk_dev_t *);
errno_t            57 uspace/lib/fdisk/src/fdisk.c static errno_t fdisk_part_get_max_free_range(fdisk_dev_t *, fdisk_spc_t, aoff64_t *,
errno_t            72 uspace/lib/fdisk/src/fdisk.c errno_t fdisk_create(fdisk_t **rfdisk)
errno_t            75 uspace/lib/fdisk/src/fdisk.c 	errno_t rc;
errno_t           113 uspace/lib/fdisk/src/fdisk.c errno_t fdisk_dev_list_get(fdisk_t *fdisk, fdisk_dev_list_t **rdevlist)
errno_t           119 uspace/lib/fdisk/src/fdisk.c 	errno_t rc;
errno_t           201 uspace/lib/fdisk/src/fdisk.c errno_t fdisk_dev_info_get_svcname(fdisk_dev_info_t *info, char **rname)
errno_t           204 uspace/lib/fdisk/src/fdisk.c 	errno_t rc;
errno_t           221 uspace/lib/fdisk/src/fdisk.c errno_t fdisk_dev_info_capacity(fdisk_dev_info_t *info, capa_spec_t *capa)
errno_t           224 uspace/lib/fdisk/src/fdisk.c 	errno_t rc;
errno_t           235 uspace/lib/fdisk/src/fdisk.c static errno_t fdisk_part_add(fdisk_dev_t *dev, vbd_part_id_t partid,
errno_t           241 uspace/lib/fdisk/src/fdisk.c 	errno_t rc;
errno_t           383 uspace/lib/fdisk/src/fdisk.c static errno_t fdisk_dev_add_parts(fdisk_dev_t *dev)
errno_t           387 uspace/lib/fdisk/src/fdisk.c 	errno_t rc;
errno_t           426 uspace/lib/fdisk/src/fdisk.c errno_t fdisk_dev_open(fdisk_t *fdisk, service_id_t sid, fdisk_dev_t **rdev)
errno_t           431 uspace/lib/fdisk/src/fdisk.c 	errno_t rc;
errno_t           481 uspace/lib/fdisk/src/fdisk.c errno_t fdisk_dev_erase(fdisk_dev_t *dev)
errno_t           484 uspace/lib/fdisk/src/fdisk.c 	errno_t rc;
errno_t           525 uspace/lib/fdisk/src/fdisk.c errno_t fdisk_dev_get_svcname(fdisk_dev_t *dev, char **rname)
errno_t           528 uspace/lib/fdisk/src/fdisk.c 	errno_t rc;
errno_t           538 uspace/lib/fdisk/src/fdisk.c errno_t fdisk_dev_capacity(fdisk_dev_t *dev, capa_spec_t *capa)
errno_t           544 uspace/lib/fdisk/src/fdisk.c errno_t fdisk_label_get_info(fdisk_dev_t *dev, fdisk_label_info_t *info)
errno_t           549 uspace/lib/fdisk/src/fdisk.c 	errno_t rc;
errno_t           582 uspace/lib/fdisk/src/fdisk.c errno_t fdisk_label_create(fdisk_dev_t *dev, label_type_t ltype)
errno_t           585 uspace/lib/fdisk/src/fdisk.c 	errno_t rc;
errno_t           614 uspace/lib/fdisk/src/fdisk.c errno_t fdisk_label_destroy(fdisk_dev_t *dev)
errno_t           618 uspace/lib/fdisk/src/fdisk.c 	errno_t rc;
errno_t           669 uspace/lib/fdisk/src/fdisk.c errno_t fdisk_part_get_info(fdisk_part_t *part, fdisk_part_info_t *info)
errno_t           681 uspace/lib/fdisk/src/fdisk.c errno_t fdisk_part_get_max_avail(fdisk_dev_t *dev, fdisk_spc_t spc,
errno_t           684 uspace/lib/fdisk/src/fdisk.c 	errno_t rc;
errno_t           706 uspace/lib/fdisk/src/fdisk.c errno_t fdisk_part_get_tot_avail(fdisk_dev_t *dev, fdisk_spc_t spc,
errno_t           743 uspace/lib/fdisk/src/fdisk.c errno_t fdisk_part_create(fdisk_dev_t *dev, fdisk_part_spec_t *pspec,
errno_t           752 uspace/lib/fdisk/src/fdisk.c 	errno_t rc;
errno_t           812 uspace/lib/fdisk/src/fdisk.c errno_t fdisk_part_destroy(fdisk_part_t *part)
errno_t           814 uspace/lib/fdisk/src/fdisk.c 	errno_t rc;
errno_t           831 uspace/lib/fdisk/src/fdisk.c errno_t fdisk_part_set_mountp(fdisk_part_t *part, const char *mountp)
errno_t           843 uspace/lib/fdisk/src/fdisk.c static errno_t fdisk_part_get_free_idx(fdisk_dev_t *dev, int *rindex)
errno_t           871 uspace/lib/fdisk/src/fdisk.c static errno_t fdisk_part_get_free_range(fdisk_dev_t *dev, aoff64_t nblocks,
errno_t           897 uspace/lib/fdisk/src/fdisk.c static errno_t fdisk_part_get_max_free_range(fdisk_dev_t *dev, fdisk_spc_t spc,
errno_t           926 uspace/lib/fdisk/src/fdisk.c static errno_t fdisk_part_spec_prepare(fdisk_dev_t *dev, fdisk_part_spec_t *pspec,
errno_t           939 uspace/lib/fdisk/src/fdisk.c 	errno_t rc;
errno_t          1048 uspace/lib/fdisk/src/fdisk.c static errno_t fdisk_update_dev_info(fdisk_dev_t *dev)
errno_t          1050 uspace/lib/fdisk/src/fdisk.c 	errno_t rc;
errno_t          1168 uspace/lib/fdisk/src/fdisk.c errno_t fdisk_get_vollabel_support(fdisk_dev_t *dev, vol_fstype_t fstype,
errno_t            41 uspace/lib/fmtutil/fmtutil.c errno_t print_wrapped_console(const char *str, align_mode_t alignment)
errno_t            49 uspace/lib/fmtutil/fmtutil.c 	errno_t rc = console_get_size(console, &con_cols, &con_rows);
errno_t            64 uspace/lib/fmtutil/fmtutil.c static errno_t print_line(char32_t *wstr, size_t chars, bool last, void *data)
errno_t            69 uspace/lib/fmtutil/fmtutil.c 	errno_t rc = print_aligned_w(wstr, pm->width, last, pm->alignment);
errno_t            74 uspace/lib/fmtutil/fmtutil.c errno_t print_wrapped(const char *str, size_t width, align_mode_t mode)
errno_t            84 uspace/lib/fmtutil/fmtutil.c 	errno_t rc = wrap(wstr, width, print_line, &pm);
errno_t            89 uspace/lib/fmtutil/fmtutil.c errno_t print_aligned_w(const char32_t *wstr, size_t width, bool last,
errno_t           169 uspace/lib/fmtutil/fmtutil.c errno_t print_aligned(const char *str, size_t width, bool last, align_mode_t mode)
errno_t           175 uspace/lib/fmtutil/fmtutil.c 	errno_t rc = print_aligned_w(wstr, width, last, mode);
errno_t           180 uspace/lib/fmtutil/fmtutil.c errno_t wrap(char32_t *wstr, size_t width, line_consumer_fn consumer, void *data)
errno_t            46 uspace/lib/fmtutil/fmtutil.h typedef errno_t (*line_consumer_fn)(char32_t *, size_t, bool, void *);
errno_t            48 uspace/lib/fmtutil/fmtutil.h extern errno_t print_aligned_w(const char32_t *, size_t, bool, align_mode_t);
errno_t            49 uspace/lib/fmtutil/fmtutil.h extern errno_t print_aligned(const char *, size_t, bool, align_mode_t);
errno_t            50 uspace/lib/fmtutil/fmtutil.h extern errno_t print_wrapped(const char *, size_t, align_mode_t);
errno_t            51 uspace/lib/fmtutil/fmtutil.h extern errno_t print_wrapped_console(const char *, align_mode_t);
errno_t            60 uspace/lib/fmtutil/fmtutil.h extern errno_t wrap(char32_t *, size_t, line_consumer_fn, void *);
errno_t            82 uspace/lib/fs/libfs.c 	errno_t rc;
errno_t           110 uspace/lib/fs/libfs.c 	errno_t rc;
errno_t           135 uspace/lib/fs/libfs.c 	errno_t rc;
errno_t           159 uspace/lib/fs/libfs.c 	errno_t rc;
errno_t           177 uspace/lib/fs/libfs.c 	errno_t rc;
errno_t           194 uspace/lib/fs/libfs.c 	errno_t rc;
errno_t           205 uspace/lib/fs/libfs.c 	errno_t rc;
errno_t           217 uspace/lib/fs/libfs.c 	errno_t rc;
errno_t           243 uspace/lib/fs/libfs.c 	errno_t rc;
errno_t           259 uspace/lib/fs/libfs.c 	errno_t rc;
errno_t           365 uspace/lib/fs/libfs.c errno_t fs_register(async_sess_t *sess, vfs_info_t *info, vfs_out_ops_t *vops,
errno_t           382 uspace/lib/fs/libfs.c 	errno_t rc = async_data_write_start(exch, info, sizeof(*info));
errno_t           441 uspace/lib/fs/libfs.c static errno_t plb_get_component(char *dest, unsigned *sz, unsigned *ppos,
errno_t           471 uspace/lib/fs/libfs.c static errno_t receive_fname(char *buffer)
errno_t           497 uspace/lib/fs/libfs.c 	errno_t rc = receive_fname(component);
errno_t           550 uspace/lib/fs/libfs.c 	errno_t rc;
errno_t           722 uspace/lib/fs/libfs.c 	errno_t rc = ops->node_get(&fn, service_id, index);
errno_t           759 uspace/lib/fs/libfs.c 	errno_t rc = ops->node_get(&fn, service_id, index);
errno_t           816 uspace/lib/fs/libfs.c 	errno_t rc = ops->node_get(&fn, service_id, index);
errno_t           843 uspace/lib/fs/libfs.c errno_t fs_instance_create(service_id_t service_id, void *data)
errno_t           874 uspace/lib/fs/libfs.c errno_t fs_instance_get(service_id_t service_id, void **idp)
errno_t           890 uspace/lib/fs/libfs.c errno_t fs_instance_destroy(service_id_t service_id)
errno_t            45 uspace/lib/fs/libfs.h 	errno_t (*fsprobe)(service_id_t, vfs_fs_probe_info_t *);
errno_t            46 uspace/lib/fs/libfs.h 	errno_t (*mounted)(service_id_t, const char *, fs_index_t *, aoff64_t *);
errno_t            47 uspace/lib/fs/libfs.h 	errno_t (*unmounted)(service_id_t);
errno_t            48 uspace/lib/fs/libfs.h 	errno_t (*read)(service_id_t, fs_index_t, aoff64_t, size_t *);
errno_t            49 uspace/lib/fs/libfs.h 	errno_t (*write)(service_id_t, fs_index_t, aoff64_t, size_t *,
errno_t            51 uspace/lib/fs/libfs.h 	errno_t (*truncate)(service_id_t, fs_index_t, aoff64_t);
errno_t            52 uspace/lib/fs/libfs.h 	errno_t (*close)(service_id_t, fs_index_t);
errno_t            53 uspace/lib/fs/libfs.h 	errno_t (*destroy)(service_id_t, fs_index_t);
errno_t            54 uspace/lib/fs/libfs.h 	errno_t (*sync)(service_id_t, fs_index_t);
errno_t            67 uspace/lib/fs/libfs.h 	errno_t (*root_get)(fs_node_t **, service_id_t);
errno_t            68 uspace/lib/fs/libfs.h 	errno_t (*match)(fs_node_t **, fs_node_t *, const char *);
errno_t            69 uspace/lib/fs/libfs.h 	errno_t (*node_get)(fs_node_t **, service_id_t, fs_index_t);
errno_t            70 uspace/lib/fs/libfs.h 	errno_t (*node_open)(fs_node_t *);
errno_t            71 uspace/lib/fs/libfs.h 	errno_t (*node_put)(fs_node_t *);
errno_t            72 uspace/lib/fs/libfs.h 	errno_t (*create)(fs_node_t **, service_id_t, int);
errno_t            73 uspace/lib/fs/libfs.h 	errno_t (*destroy)(fs_node_t *);
errno_t            74 uspace/lib/fs/libfs.h 	errno_t (*link)(fs_node_t *, fs_node_t *, const char *);
errno_t            75 uspace/lib/fs/libfs.h 	errno_t (*unlink)(fs_node_t *, fs_node_t *, const char *);
errno_t            76 uspace/lib/fs/libfs.h 	errno_t (*has_children)(bool *, fs_node_t *);
errno_t            87 uspace/lib/fs/libfs.h 	errno_t (*size_block)(service_id_t, uint32_t *);
errno_t            88 uspace/lib/fs/libfs.h 	errno_t (*total_block_count)(service_id_t, uint64_t *);
errno_t            89 uspace/lib/fs/libfs.h 	errno_t (*free_block_count)(service_id_t, uint64_t *);
errno_t            97 uspace/lib/fs/libfs.h extern errno_t fs_register(async_sess_t *, vfs_info_t *, vfs_out_ops_t *,
errno_t           102 uspace/lib/fs/libfs.h extern errno_t fs_instance_create(service_id_t, void *);
errno_t           103 uspace/lib/fs/libfs.h extern errno_t fs_instance_get(service_id_t, void **);
errno_t           104 uspace/lib/fs/libfs.h extern errno_t fs_instance_destroy(service_id_t);
errno_t            45 uspace/lib/gfx/include/gfx/bitmap.h extern errno_t gfx_bitmap_create(gfx_context_t *, gfx_bitmap_params_t *,
errno_t            47 uspace/lib/gfx/include/gfx/bitmap.h extern errno_t gfx_bitmap_destroy(gfx_bitmap_t *);
errno_t            48 uspace/lib/gfx/include/gfx/bitmap.h extern errno_t gfx_bitmap_render(gfx_bitmap_t *, gfx_rect_t *, gfx_coord2_t *);
errno_t            49 uspace/lib/gfx/include/gfx/bitmap.h extern errno_t gfx_bitmap_get_alloc(gfx_bitmap_t *, gfx_bitmap_alloc_t *);
errno_t            43 uspace/lib/gfx/include/gfx/color.h extern errno_t gfx_color_new_rgb_i16(uint16_t, uint16_t,
errno_t            45 uspace/lib/gfx/include/gfx/color.h extern errno_t gfx_color_new_ega(uint8_t, gfx_color_t **);
errno_t            47 uspace/lib/gfx/include/gfx/context.h extern errno_t gfx_context_new(gfx_context_ops_t *, void *,
errno_t            49 uspace/lib/gfx/include/gfx/context.h extern errno_t gfx_context_delete(gfx_context_t *);
errno_t            44 uspace/lib/gfx/include/gfx/cursor.h extern errno_t gfx_cursor_get_pos(gfx_context_t *, gfx_coord2_t *);
errno_t            45 uspace/lib/gfx/include/gfx/cursor.h extern errno_t gfx_cursor_set_pos(gfx_context_t *, gfx_coord2_t *);
errno_t            46 uspace/lib/gfx/include/gfx/cursor.h extern errno_t gfx_cursor_set_visible(gfx_context_t *, bool);
errno_t            44 uspace/lib/gfx/include/gfx/render.h extern errno_t gfx_set_clip_rect(gfx_context_t *, gfx_rect_t *);
errno_t            45 uspace/lib/gfx/include/gfx/render.h extern errno_t gfx_set_color(gfx_context_t *, gfx_color_t *);
errno_t            46 uspace/lib/gfx/include/gfx/render.h extern errno_t gfx_fill_rect(gfx_context_t *, gfx_rect_t *);
errno_t            47 uspace/lib/gfx/include/gfx/render.h extern errno_t gfx_update(gfx_context_t *);
errno_t            51 uspace/lib/gfx/include/types/gfx/ops/context.h 	errno_t (*set_clip_rect)(void *, gfx_rect_t *);
errno_t            53 uspace/lib/gfx/include/types/gfx/ops/context.h 	errno_t (*set_color)(void *, gfx_color_t *);
errno_t            55 uspace/lib/gfx/include/types/gfx/ops/context.h 	errno_t (*fill_rect)(void *, gfx_rect_t *);
errno_t            57 uspace/lib/gfx/include/types/gfx/ops/context.h 	errno_t (*update)(void *);
errno_t            59 uspace/lib/gfx/include/types/gfx/ops/context.h 	errno_t (*bitmap_create)(void *, gfx_bitmap_params_t *,
errno_t            62 uspace/lib/gfx/include/types/gfx/ops/context.h 	errno_t (*bitmap_destroy)(void *);
errno_t            64 uspace/lib/gfx/include/types/gfx/ops/context.h 	errno_t (*bitmap_render)(void *, gfx_rect_t *, gfx_coord2_t *);
errno_t            66 uspace/lib/gfx/include/types/gfx/ops/context.h 	errno_t (*bitmap_get_alloc)(void *, gfx_bitmap_alloc_t *);
errno_t            68 uspace/lib/gfx/include/types/gfx/ops/context.h 	errno_t (*cursor_get_pos)(void *, gfx_coord2_t *);
errno_t            70 uspace/lib/gfx/include/types/gfx/ops/context.h 	errno_t (*cursor_set_pos)(void *, gfx_coord2_t *);
errno_t            72 uspace/lib/gfx/include/types/gfx/ops/context.h 	errno_t (*cursor_set_visible)(void *, bool);
errno_t            67 uspace/lib/gfx/src/bitmap.c errno_t gfx_bitmap_create(gfx_context_t *gc, gfx_bitmap_params_t *params,
errno_t            72 uspace/lib/gfx/src/bitmap.c 	errno_t rc;
errno_t            96 uspace/lib/gfx/src/bitmap.c errno_t gfx_bitmap_destroy(gfx_bitmap_t *bitmap)
errno_t            98 uspace/lib/gfx/src/bitmap.c 	errno_t rc;
errno_t           116 uspace/lib/gfx/src/bitmap.c errno_t gfx_bitmap_render(gfx_bitmap_t *bitmap, gfx_rect_t *srect,
errno_t           129 uspace/lib/gfx/src/bitmap.c errno_t gfx_bitmap_get_alloc(gfx_bitmap_t *bitmap, gfx_bitmap_alloc_t *alloc)
errno_t            54 uspace/lib/gfx/src/color.c errno_t gfx_color_new_rgb_i16(uint16_t r, uint16_t g, uint16_t b,
errno_t            80 uspace/lib/gfx/src/color.c errno_t gfx_color_new_ega(uint8_t attr, gfx_color_t **rcolor)
errno_t            49 uspace/lib/gfx/src/context.c errno_t gfx_context_new(gfx_context_ops_t *ops, void *arg,
errno_t            68 uspace/lib/gfx/src/context.c errno_t gfx_context_delete(gfx_context_t *gc)
errno_t            52 uspace/lib/gfx/src/cursor.c errno_t gfx_cursor_get_pos(gfx_context_t *gc, gfx_coord2_t *pos)
errno_t            68 uspace/lib/gfx/src/cursor.c errno_t gfx_cursor_set_pos(gfx_context_t *gc, gfx_coord2_t *pos)
errno_t            84 uspace/lib/gfx/src/cursor.c errno_t gfx_cursor_set_visible(gfx_context_t *gc, bool visible)
errno_t            47 uspace/lib/gfx/src/render.c errno_t gfx_set_clip_rect(gfx_context_t *gc, gfx_rect_t *rect)
errno_t            60 uspace/lib/gfx/src/render.c errno_t gfx_set_color(gfx_context_t *gc, gfx_color_t *color)
errno_t            73 uspace/lib/gfx/src/render.c errno_t gfx_fill_rect(gfx_context_t *gc, gfx_rect_t *rect)
errno_t            87 uspace/lib/gfx/src/render.c errno_t gfx_update(gfx_context_t *gc)
errno_t            39 uspace/lib/gfx/test/bitmap.c static errno_t testgc_bitmap_create(void *, gfx_bitmap_params_t *,
errno_t            41 uspace/lib/gfx/test/bitmap.c static errno_t testgc_bitmap_destroy(void *);
errno_t            42 uspace/lib/gfx/test/bitmap.c static errno_t testgc_bitmap_render(void *, gfx_rect_t *, gfx_coord2_t *);
errno_t            43 uspace/lib/gfx/test/bitmap.c static errno_t testgc_bitmap_get_alloc(void *, gfx_bitmap_alloc_t *);
errno_t            76 uspace/lib/gfx/test/bitmap.c 	errno_t rc;
errno_t           111 uspace/lib/gfx/test/bitmap.c 	errno_t rc;
errno_t           154 uspace/lib/gfx/test/bitmap.c 	errno_t rc;
errno_t           184 uspace/lib/gfx/test/bitmap.c static errno_t testgc_bitmap_create(void *arg, gfx_bitmap_params_t *params,
errno_t           215 uspace/lib/gfx/test/bitmap.c static errno_t testgc_bitmap_destroy(void *bm)
errno_t           225 uspace/lib/gfx/test/bitmap.c static errno_t testgc_bitmap_render(void *bm, gfx_rect_t *srect,
errno_t           235 uspace/lib/gfx/test/bitmap.c static errno_t testgc_bitmap_get_alloc(void *bm, gfx_bitmap_alloc_t *alloc)
errno_t            39 uspace/lib/gfx/test/color.c 	errno_t rc;
errno_t            39 uspace/lib/gfx/test/cursor.c static errno_t testgc_cursor_get_pos(void *, gfx_coord2_t *);
errno_t            40 uspace/lib/gfx/test/cursor.c static errno_t testgc_cursor_set_pos(void *, gfx_coord2_t *);
errno_t            41 uspace/lib/gfx/test/cursor.c static errno_t testgc_cursor_set_visible(void *, bool);
errno_t            51 uspace/lib/gfx/test/cursor.c 	errno_t rc;
errno_t            66 uspace/lib/gfx/test/cursor.c 	errno_t rc;
errno_t            90 uspace/lib/gfx/test/cursor.c 	errno_t rc;
errno_t           118 uspace/lib/gfx/test/cursor.c 	errno_t rc;
errno_t           146 uspace/lib/gfx/test/cursor.c 	errno_t rc;
errno_t           174 uspace/lib/gfx/test/cursor.c 	errno_t rc;
errno_t           206 uspace/lib/gfx/test/cursor.c 	errno_t rc;
errno_t           235 uspace/lib/gfx/test/cursor.c static errno_t testgc_cursor_get_pos(void *arg, gfx_coord2_t *pos)
errno_t           245 uspace/lib/gfx/test/cursor.c static errno_t testgc_cursor_set_pos(void *arg, gfx_coord2_t *pos)
errno_t           255 uspace/lib/gfx/test/cursor.c static errno_t testgc_cursor_set_visible(void *arg, bool visible)
errno_t            40 uspace/lib/gfx/test/render.c static errno_t testgc_set_clip_rect(void *, gfx_rect_t *);
errno_t            41 uspace/lib/gfx/test/render.c static errno_t testgc_set_color(void *, gfx_color_t *);
errno_t            42 uspace/lib/gfx/test/render.c static errno_t testgc_fill_rect(void *, gfx_rect_t *);
errno_t            43 uspace/lib/gfx/test/render.c static errno_t testgc_update(void *);
errno_t            54 uspace/lib/gfx/test/render.c 	errno_t rc;
errno_t            72 uspace/lib/gfx/test/render.c 	errno_t rc;
errno_t           106 uspace/lib/gfx/test/render.c 	errno_t rc;
errno_t           130 uspace/lib/gfx/test/render.c 	errno_t rc;
errno_t           152 uspace/lib/gfx/test/render.c 	errno_t rc;
errno_t           188 uspace/lib/gfx/test/render.c 	errno_t rc;
errno_t           217 uspace/lib/gfx/test/render.c 	errno_t rc;
errno_t           252 uspace/lib/gfx/test/render.c 	errno_t rc;
errno_t           281 uspace/lib/gfx/test/render.c 	errno_t rc;
errno_t           304 uspace/lib/gfx/test/render.c 	errno_t rc;
errno_t           322 uspace/lib/gfx/test/render.c static errno_t testgc_set_clip_rect(void *arg, gfx_rect_t *rect)
errno_t           337 uspace/lib/gfx/test/render.c static errno_t testgc_set_color(void *arg, gfx_color_t *color)
errno_t           348 uspace/lib/gfx/test/render.c static errno_t testgc_fill_rect(void *arg, gfx_rect_t *rect)
errno_t           357 uspace/lib/gfx/test/render.c static errno_t testgc_update(void *arg)
errno_t            50 uspace/lib/gfxfont/include/gfx/font.h extern errno_t gfx_font_create(gfx_typeface_t *, gfx_font_props_t *,
errno_t            52 uspace/lib/gfxfont/include/gfx/font.h extern errno_t gfx_font_create_textmode(gfx_typeface_t *, gfx_font_t **);
errno_t            53 uspace/lib/gfxfont/include/gfx/font.h extern errno_t gfx_font_open(gfx_font_info_t *, gfx_font_t **);
errno_t            56 uspace/lib/gfxfont/include/gfx/font.h extern errno_t gfx_font_set_metrics(gfx_font_t *,
errno_t            62 uspace/lib/gfxfont/include/gfx/font.h extern errno_t gfx_font_search_glyph(gfx_font_t *, const char *, gfx_glyph_t **,
errno_t            46 uspace/lib/gfxfont/include/gfx/glyph.h extern errno_t gfx_glyph_create(gfx_font_t *, gfx_glyph_metrics_t *,
errno_t            50 uspace/lib/gfxfont/include/gfx/glyph.h extern errno_t gfx_glyph_set_metrics(gfx_glyph_t *, gfx_glyph_metrics_t *);
errno_t            51 uspace/lib/gfxfont/include/gfx/glyph.h extern errno_t gfx_glyph_set_pattern(gfx_glyph_t *, const char *);
errno_t            57 uspace/lib/gfxfont/include/gfx/glyph.h extern errno_t gfx_glyph_render(gfx_glyph_t *, gfx_coord2_t *);
errno_t            44 uspace/lib/gfxfont/include/gfx/glyph_bmp.h extern errno_t gfx_glyph_bmp_open(gfx_glyph_t *, gfx_glyph_bmp_t **);
errno_t            45 uspace/lib/gfxfont/include/gfx/glyph_bmp.h extern errno_t gfx_glyph_bmp_save(gfx_glyph_bmp_t *);
errno_t            49 uspace/lib/gfxfont/include/gfx/glyph_bmp.h extern errno_t gfx_glyph_bmp_setpix(gfx_glyph_bmp_t *, gfx_coord_t,
errno_t            51 uspace/lib/gfxfont/include/gfx/glyph_bmp.h extern errno_t gfx_glyph_bmp_clear(gfx_glyph_bmp_t *);
errno_t            47 uspace/lib/gfxfont/include/gfx/text.h extern errno_t gfx_puttext(gfx_coord2_t *, gfx_text_fmt_t *, const char *);
errno_t            46 uspace/lib/gfxfont/include/gfx/typeface.h extern errno_t gfx_typeface_create(gfx_context_t *, gfx_typeface_t **);
errno_t            50 uspace/lib/gfxfont/include/gfx/typeface.h extern errno_t gfx_typeface_open(gfx_context_t *, const char *,
errno_t            52 uspace/lib/gfxfont/include/gfx/typeface.h extern errno_t gfx_typeface_save(gfx_typeface_t *, const char *);
errno_t            91 uspace/lib/gfxfont/private/font.h extern errno_t gfx_font_splice_at_glyph(gfx_font_t *, gfx_glyph_t *,
errno_t            93 uspace/lib/gfxfont/private/font.h extern errno_t gfx_font_info_load(gfx_typeface_t *, riff_rchunk_t *);
errno_t            94 uspace/lib/gfxfont/private/font.h extern errno_t gfx_font_bitmap_pack(gfx_coord_t, gfx_coord_t, uint32_t *,
errno_t            96 uspace/lib/gfxfont/private/font.h extern errno_t gfx_font_bitmap_unpack(gfx_coord_t, gfx_coord_t, void *, size_t,
errno_t            98 uspace/lib/gfxfont/private/font.h extern errno_t gfx_font_load(gfx_font_info_t *);
errno_t            99 uspace/lib/gfxfont/private/font.h extern errno_t gfx_font_save(gfx_font_info_t *, riffw_t *);
errno_t            77 uspace/lib/gfxfont/private/glyph.h extern errno_t gfx_glyph_transfer(gfx_glyph_t *, gfx_coord_t, gfx_bitmap_t *,
errno_t            79 uspace/lib/gfxfont/private/glyph.h extern errno_t gfx_glyph_load(gfx_font_t *, riff_rchunk_t *);
errno_t            80 uspace/lib/gfxfont/private/glyph.h extern errno_t gfx_glyph_save(gfx_glyph_t *, riffw_t *);
errno_t            95 uspace/lib/gfxfont/src/font.c static errno_t gfx_font_create_with_info(gfx_typeface_t *tface,
errno_t           100 uspace/lib/gfxfont/src/font.c 	errno_t rc;
errno_t           152 uspace/lib/gfxfont/src/font.c errno_t gfx_font_create(gfx_typeface_t *tface, gfx_font_props_t *props,
errno_t           157 uspace/lib/gfxfont/src/font.c 	errno_t rc;
errno_t           191 uspace/lib/gfxfont/src/font.c errno_t gfx_font_create_textmode(gfx_typeface_t *tface, gfx_font_t **rfont)
errno_t           214 uspace/lib/gfxfont/src/font.c errno_t gfx_font_open(gfx_font_info_t *finfo, gfx_font_t **rfont)
errno_t           216 uspace/lib/gfxfont/src/font.c 	errno_t rc;
errno_t           266 uspace/lib/gfxfont/src/font.c errno_t gfx_font_set_metrics(gfx_font_t *font, gfx_font_metrics_t *metrics)
errno_t           344 uspace/lib/gfxfont/src/font.c errno_t gfx_font_search_glyph(gfx_font_t *font, const char *str,
errno_t           374 uspace/lib/gfxfont/src/font.c errno_t gfx_font_splice_at_glyph(gfx_font_t *font, gfx_glyph_t *glyph,
errno_t           382 uspace/lib/gfxfont/src/font.c 	errno_t rc;
errno_t           463 uspace/lib/gfxfont/src/font.c static errno_t gfx_font_props_load(riff_rchunk_t *parent,
errno_t           466 uspace/lib/gfxfont/src/font.c 	errno_t rc;
errno_t           495 uspace/lib/gfxfont/src/font.c static errno_t gfx_font_props_save(gfx_font_props_t *props, riffw_t *riffw)
errno_t           497 uspace/lib/gfxfont/src/font.c 	errno_t rc;
errno_t           525 uspace/lib/gfxfont/src/font.c static errno_t gfx_font_metrics_load(riff_rchunk_t *parent,
errno_t           528 uspace/lib/gfxfont/src/font.c 	errno_t rc;
errno_t           559 uspace/lib/gfxfont/src/font.c static errno_t gfx_font_metrics_save(gfx_font_metrics_t *metrics,
errno_t           562 uspace/lib/gfxfont/src/font.c 	errno_t rc;
errno_t           596 uspace/lib/gfxfont/src/font.c errno_t gfx_font_bitmap_pack(gfx_coord_t width, gfx_coord_t height,
errno_t           650 uspace/lib/gfxfont/src/font.c errno_t gfx_font_bitmap_unpack(gfx_coord_t width, gfx_coord_t height,
errno_t           688 uspace/lib/gfxfont/src/font.c static errno_t gfx_font_bitmap_load(riff_rchunk_t *parent, gfx_font_t *font)
errno_t           690 uspace/lib/gfxfont/src/font.c 	errno_t rc;
errno_t           784 uspace/lib/gfxfont/src/font.c static errno_t gfx_font_bitmap_save(gfx_font_t *font, riffw_t *riffw)
errno_t           786 uspace/lib/gfxfont/src/font.c 	errno_t rc;
errno_t           837 uspace/lib/gfxfont/src/font.c errno_t gfx_font_info_load(gfx_typeface_t *tface, riff_rchunk_t *parent)
errno_t           839 uspace/lib/gfxfont/src/font.c 	errno_t rc;
errno_t           884 uspace/lib/gfxfont/src/font.c errno_t gfx_font_load(gfx_font_info_t *finfo)
errno_t           886 uspace/lib/gfxfont/src/font.c 	errno_t rc;
errno_t           933 uspace/lib/gfxfont/src/font.c errno_t gfx_font_save(gfx_font_info_t *finfo, riffw_t *riffw)
errno_t           935 uspace/lib/gfxfont/src/font.c 	errno_t rc;
errno_t            72 uspace/lib/gfxfont/src/glyph.c errno_t gfx_glyph_create(gfx_font_t *font, gfx_glyph_metrics_t *metrics,
errno_t            77 uspace/lib/gfxfont/src/glyph.c 	errno_t rc;
errno_t           140 uspace/lib/gfxfont/src/glyph.c errno_t gfx_glyph_set_metrics(gfx_glyph_t *glyph, gfx_glyph_metrics_t *metrics)
errno_t           156 uspace/lib/gfxfont/src/glyph.c errno_t gfx_glyph_set_pattern(gfx_glyph_t *glyph, const char *pattern)
errno_t           280 uspace/lib/gfxfont/src/glyph.c errno_t gfx_glyph_render(gfx_glyph_t *glyph, gfx_coord2_t *pos)
errno_t           298 uspace/lib/gfxfont/src/glyph.c errno_t gfx_glyph_transfer(gfx_glyph_t *glyph, gfx_coord_t offs,
errno_t           309 uspace/lib/gfxfont/src/glyph.c 	errno_t rc;
errno_t           349 uspace/lib/gfxfont/src/glyph.c static errno_t gfx_glyph_metrics_load(riff_rchunk_t *parent,
errno_t           352 uspace/lib/gfxfont/src/glyph.c 	errno_t rc;
errno_t           379 uspace/lib/gfxfont/src/glyph.c static errno_t gfx_glyph_metrics_save(gfx_glyph_metrics_t *metrics,
errno_t           382 uspace/lib/gfxfont/src/glyph.c 	errno_t rc;
errno_t           409 uspace/lib/gfxfont/src/glyph.c static errno_t gfx_glyph_patterns_load(riff_rchunk_t *parent,
errno_t           412 uspace/lib/gfxfont/src/glyph.c 	errno_t rc;
errno_t           460 uspace/lib/gfxfont/src/glyph.c static errno_t gfx_glyph_patterns_save(gfx_glyph_t *glyph, riffw_t *riffw)
errno_t           462 uspace/lib/gfxfont/src/glyph.c 	errno_t rc;
errno_t           495 uspace/lib/gfxfont/src/glyph.c static errno_t gfx_glyph_rectangle_origin_load(riff_rchunk_t *parent,
errno_t           498 uspace/lib/gfxfont/src/glyph.c 	errno_t rc;
errno_t           531 uspace/lib/gfxfont/src/glyph.c static errno_t gfx_glyph_rectangle_origin_save(gfx_glyph_t *glyph,
errno_t           534 uspace/lib/gfxfont/src/glyph.c 	errno_t rc;
errno_t           566 uspace/lib/gfxfont/src/glyph.c errno_t gfx_glyph_load(gfx_font_t *font, riff_rchunk_t *parent)
errno_t           568 uspace/lib/gfxfont/src/glyph.c 	errno_t rc;
errno_t           610 uspace/lib/gfxfont/src/glyph.c errno_t gfx_glyph_save(gfx_glyph_t *glyph, riffw_t *riffw)
errno_t           612 uspace/lib/gfxfont/src/glyph.c 	errno_t rc;
errno_t            46 uspace/lib/gfxfont/src/glyph_bmp.c static errno_t gfx_glyph_bmp_extend(gfx_glyph_bmp_t *, gfx_coord2_t *);
errno_t            54 uspace/lib/gfxfont/src/glyph_bmp.c errno_t gfx_glyph_bmp_open(gfx_glyph_t *glyph, gfx_glyph_bmp_t **rbmp)
errno_t            62 uspace/lib/gfxfont/src/glyph_bmp.c 	errno_t rc;
errno_t           113 uspace/lib/gfxfont/src/glyph_bmp.c errno_t gfx_glyph_bmp_save(gfx_glyph_bmp_t *bmp)
errno_t           122 uspace/lib/gfxfont/src/glyph_bmp.c 	errno_t rc;
errno_t           262 uspace/lib/gfxfont/src/glyph_bmp.c errno_t gfx_glyph_bmp_setpix(gfx_glyph_bmp_t *bmp, gfx_coord_t x,
errno_t           267 uspace/lib/gfxfont/src/glyph_bmp.c 	errno_t rc;
errno_t           290 uspace/lib/gfxfont/src/glyph_bmp.c errno_t gfx_glyph_bmp_clear(gfx_glyph_bmp_t *bmp)
errno_t           317 uspace/lib/gfxfont/src/glyph_bmp.c static errno_t gfx_glyph_bmp_extend(gfx_glyph_bmp_t *bmp, gfx_coord2_t *pos)
errno_t            74 uspace/lib/gfxfont/src/text.c 	errno_t rc;
errno_t           104 uspace/lib/gfxfont/src/text.c static errno_t gfx_puttext_textmode(gfx_coord2_t *pos, gfx_text_fmt_t *fmt,
errno_t           120 uspace/lib/gfxfont/src/text.c 	errno_t rc;
errno_t           255 uspace/lib/gfxfont/src/text.c errno_t gfx_puttext(gfx_coord2_t *pos, gfx_text_fmt_t *fmt, const char *str)
errno_t           268 uspace/lib/gfxfont/src/text.c 	errno_t rc;
errno_t           379 uspace/lib/gfxfont/src/text.c 	errno_t rc;
errno_t            60 uspace/lib/gfxfont/src/typeface.c errno_t gfx_typeface_create(gfx_context_t *gc, gfx_typeface_t **rtface)
errno_t           138 uspace/lib/gfxfont/src/typeface.c errno_t gfx_typeface_open(gfx_context_t *gc, const char *fname,
errno_t           143 uspace/lib/gfxfont/src/typeface.c 	errno_t rc;
errno_t           193 uspace/lib/gfxfont/src/typeface.c static errno_t gfx_typeface_loadin(gfx_typeface_t *tface)
errno_t           197 uspace/lib/gfxfont/src/typeface.c 	errno_t rc;
errno_t           221 uspace/lib/gfxfont/src/typeface.c errno_t gfx_typeface_save(gfx_typeface_t *tface, const char *fname)
errno_t           224 uspace/lib/gfxfont/src/typeface.c 	errno_t rc;
errno_t            41 uspace/lib/gfxfont/test/font.c static errno_t testgc_set_clip_rect(void *, gfx_rect_t *);
errno_t            42 uspace/lib/gfxfont/test/font.c static errno_t testgc_set_color(void *, gfx_color_t *);
errno_t            43 uspace/lib/gfxfont/test/font.c static errno_t testgc_fill_rect(void *, gfx_rect_t *);
errno_t            44 uspace/lib/gfxfont/test/font.c static errno_t testgc_bitmap_create(void *, gfx_bitmap_params_t *,
errno_t            46 uspace/lib/gfxfont/test/font.c static errno_t testgc_bitmap_destroy(void *);
errno_t            47 uspace/lib/gfxfont/test/font.c static errno_t testgc_bitmap_render(void *, gfx_rect_t *, gfx_coord2_t *);
errno_t            48 uspace/lib/gfxfont/test/font.c static errno_t testgc_bitmap_get_alloc(void *, gfx_bitmap_alloc_t *);
errno_t            82 uspace/lib/gfxfont/test/font.c 	errno_t rc;
errno_t           109 uspace/lib/gfxfont/test/font.c 	errno_t rc;
errno_t           137 uspace/lib/gfxfont/test/font.c 	errno_t rc;
errno_t           177 uspace/lib/gfxfont/test/font.c 	errno_t rc;
errno_t           226 uspace/lib/gfxfont/test/font.c 	errno_t rc;
errno_t           275 uspace/lib/gfxfont/test/font.c 	errno_t rc;
errno_t           328 uspace/lib/gfxfont/test/font.c 	errno_t rc;
errno_t           377 uspace/lib/gfxfont/test/font.c 	errno_t rc;
errno_t           429 uspace/lib/gfxfont/test/font.c 	errno_t rc;
errno_t           465 uspace/lib/gfxfont/test/font.c 	errno_t rc;
errno_t           500 uspace/lib/gfxfont/test/font.c 	errno_t rc;
errno_t           538 uspace/lib/gfxfont/test/font.c 	errno_t rc;
errno_t           574 uspace/lib/gfxfont/test/font.c static errno_t testgc_set_clip_rect(void *arg, gfx_rect_t *rect)
errno_t           579 uspace/lib/gfxfont/test/font.c static errno_t testgc_set_color(void *arg, gfx_color_t *color)
errno_t           584 uspace/lib/gfxfont/test/font.c static errno_t testgc_fill_rect(void *arg, gfx_rect_t *rect)
errno_t           589 uspace/lib/gfxfont/test/font.c static errno_t testgc_bitmap_create(void *arg, gfx_bitmap_params_t *params,
errno_t           621 uspace/lib/gfxfont/test/font.c static errno_t testgc_bitmap_destroy(void *bm)
errno_t           630 uspace/lib/gfxfont/test/font.c static errno_t testgc_bitmap_render(void *bm, gfx_rect_t *srect,
errno_t           639 uspace/lib/gfxfont/test/font.c static errno_t testgc_bitmap_get_alloc(void *bm, gfx_bitmap_alloc_t *alloc)
errno_t            45 uspace/lib/gfxfont/test/glyph.c static errno_t testgc_set_clip_rect(void *, gfx_rect_t *);
errno_t            46 uspace/lib/gfxfont/test/glyph.c static errno_t testgc_set_color(void *, gfx_color_t *);
errno_t            47 uspace/lib/gfxfont/test/glyph.c static errno_t testgc_fill_rect(void *, gfx_rect_t *);
errno_t            48 uspace/lib/gfxfont/test/glyph.c static errno_t testgc_bitmap_create(void *, gfx_bitmap_params_t *,
errno_t            50 uspace/lib/gfxfont/test/glyph.c static errno_t testgc_bitmap_destroy(void *);
errno_t            51 uspace/lib/gfxfont/test/glyph.c static errno_t testgc_bitmap_render(void *, gfx_rect_t *, gfx_coord2_t *);
errno_t            52 uspace/lib/gfxfont/test/glyph.c static errno_t testgc_bitmap_get_alloc(void *, gfx_bitmap_alloc_t *);
errno_t            88 uspace/lib/gfxfont/test/glyph.c 	errno_t rc;
errno_t           125 uspace/lib/gfxfont/test/glyph.c 	errno_t rc;
errno_t           170 uspace/lib/gfxfont/test/glyph.c 	errno_t rc;
errno_t           216 uspace/lib/gfxfont/test/glyph.c 	errno_t rc;
errno_t           266 uspace/lib/gfxfont/test/glyph.c 	errno_t rc;
errno_t           321 uspace/lib/gfxfont/test/glyph.c 	errno_t rc;
errno_t           381 uspace/lib/gfxfont/test/glyph.c 	errno_t rc;
errno_t           434 uspace/lib/gfxfont/test/glyph.c 	errno_t rc;
errno_t           491 uspace/lib/gfxfont/test/glyph.c 	errno_t rc;
errno_t           573 uspace/lib/gfxfont/test/glyph.c static errno_t testgc_set_clip_rect(void *arg, gfx_rect_t *rect)
errno_t           578 uspace/lib/gfxfont/test/glyph.c static errno_t testgc_set_color(void *arg, gfx_color_t *color)
errno_t           583 uspace/lib/gfxfont/test/glyph.c static errno_t testgc_fill_rect(void *arg, gfx_rect_t *rect)
errno_t           588 uspace/lib/gfxfont/test/glyph.c static errno_t testgc_bitmap_create(void *arg, gfx_bitmap_params_t *params,
errno_t           620 uspace/lib/gfxfont/test/glyph.c static errno_t testgc_bitmap_destroy(void *bm)
errno_t           629 uspace/lib/gfxfont/test/glyph.c static errno_t testgc_bitmap_render(void *bm, gfx_rect_t *srect,
errno_t           638 uspace/lib/gfxfont/test/glyph.c static errno_t testgc_bitmap_get_alloc(void *bm, gfx_bitmap_alloc_t *alloc)
errno_t            41 uspace/lib/gfxfont/test/glyph_bmp.c static errno_t testgc_set_clip_rect(void *, gfx_rect_t *);
errno_t            42 uspace/lib/gfxfont/test/glyph_bmp.c static errno_t testgc_set_color(void *, gfx_color_t *);
errno_t            43 uspace/lib/gfxfont/test/glyph_bmp.c static errno_t testgc_fill_rect(void *, gfx_rect_t *);
errno_t            44 uspace/lib/gfxfont/test/glyph_bmp.c static errno_t testgc_bitmap_create(void *, gfx_bitmap_params_t *,
errno_t            46 uspace/lib/gfxfont/test/glyph_bmp.c static errno_t testgc_bitmap_destroy(void *);
errno_t            47 uspace/lib/gfxfont/test/glyph_bmp.c static errno_t testgc_bitmap_render(void *, gfx_rect_t *, gfx_coord2_t *);
errno_t            48 uspace/lib/gfxfont/test/glyph_bmp.c static errno_t testgc_bitmap_get_alloc(void *, gfx_bitmap_alloc_t *);
errno_t            85 uspace/lib/gfxfont/test/glyph_bmp.c 	errno_t rc;
errno_t           133 uspace/lib/gfxfont/test/glyph_bmp.c 	errno_t rc;
errno_t           245 uspace/lib/gfxfont/test/glyph_bmp.c 	errno_t rc;
errno_t           296 uspace/lib/gfxfont/test/glyph_bmp.c 	errno_t rc;
errno_t           360 uspace/lib/gfxfont/test/glyph_bmp.c 	errno_t rc;
errno_t           436 uspace/lib/gfxfont/test/glyph_bmp.c 	errno_t rc;
errno_t           506 uspace/lib/gfxfont/test/glyph_bmp.c 	errno_t rc;
errno_t           587 uspace/lib/gfxfont/test/glyph_bmp.c static errno_t testgc_set_clip_rect(void *arg, gfx_rect_t *rect)
errno_t           592 uspace/lib/gfxfont/test/glyph_bmp.c static errno_t testgc_set_color(void *arg, gfx_color_t *color)
errno_t           597 uspace/lib/gfxfont/test/glyph_bmp.c static errno_t testgc_fill_rect(void *arg, gfx_rect_t *rect)
errno_t           602 uspace/lib/gfxfont/test/glyph_bmp.c static errno_t testgc_bitmap_create(void *arg, gfx_bitmap_params_t *params,
errno_t           634 uspace/lib/gfxfont/test/glyph_bmp.c static errno_t testgc_bitmap_destroy(void *bm)
errno_t           643 uspace/lib/gfxfont/test/glyph_bmp.c static errno_t testgc_bitmap_render(void *bm, gfx_rect_t *srect,
errno_t           652 uspace/lib/gfxfont/test/glyph_bmp.c static errno_t testgc_bitmap_get_alloc(void *bm, gfx_bitmap_alloc_t *alloc)
errno_t            43 uspace/lib/gfxfont/test/text.c static errno_t testgc_set_clip_rect(void *, gfx_rect_t *);
errno_t            44 uspace/lib/gfxfont/test/text.c static errno_t testgc_set_color(void *, gfx_color_t *);
errno_t            45 uspace/lib/gfxfont/test/text.c static errno_t testgc_fill_rect(void *, gfx_rect_t *);
errno_t            46 uspace/lib/gfxfont/test/text.c static errno_t testgc_bitmap_create(void *, gfx_bitmap_params_t *,
errno_t            48 uspace/lib/gfxfont/test/text.c static errno_t testgc_bitmap_destroy(void *);
errno_t            49 uspace/lib/gfxfont/test/text.c static errno_t testgc_bitmap_render(void *, gfx_rect_t *, gfx_coord2_t *);
errno_t            50 uspace/lib/gfxfont/test/text.c static errno_t testgc_bitmap_get_alloc(void *, gfx_bitmap_alloc_t *);
errno_t            85 uspace/lib/gfxfont/test/text.c 	errno_t rc;
errno_t           120 uspace/lib/gfxfont/test/text.c 	errno_t rc;
errno_t           165 uspace/lib/gfxfont/test/text.c 	errno_t rc;
errno_t           216 uspace/lib/gfxfont/test/text.c 	errno_t rc;
errno_t           309 uspace/lib/gfxfont/test/text.c 	errno_t rc;
errno_t           374 uspace/lib/gfxfont/test/text.c 	errno_t rc;
errno_t           421 uspace/lib/gfxfont/test/text.c 	errno_t rc;
errno_t           456 uspace/lib/gfxfont/test/text.c static errno_t testgc_set_clip_rect(void *arg, gfx_rect_t *rect)
errno_t           461 uspace/lib/gfxfont/test/text.c static errno_t testgc_set_color(void *arg, gfx_color_t *color)
errno_t           466 uspace/lib/gfxfont/test/text.c static errno_t testgc_fill_rect(void *arg, gfx_rect_t *rect)
errno_t           471 uspace/lib/gfxfont/test/text.c static errno_t testgc_bitmap_create(void *arg, gfx_bitmap_params_t *params,
errno_t           503 uspace/lib/gfxfont/test/text.c static errno_t testgc_bitmap_destroy(void *bm)
errno_t           512 uspace/lib/gfxfont/test/text.c static errno_t testgc_bitmap_render(void *bm, gfx_rect_t *srect,
errno_t           521 uspace/lib/gfxfont/test/text.c static errno_t testgc_bitmap_get_alloc(void *bm, gfx_bitmap_alloc_t *alloc)
errno_t            43 uspace/lib/gfxfont/test/tpf.c static errno_t testgc_set_clip_rect(void *, gfx_rect_t *);
errno_t            44 uspace/lib/gfxfont/test/tpf.c static errno_t testgc_set_color(void *, gfx_color_t *);
errno_t            45 uspace/lib/gfxfont/test/tpf.c static errno_t testgc_fill_rect(void *, gfx_rect_t *);
errno_t            46 uspace/lib/gfxfont/test/tpf.c static errno_t testgc_bitmap_create(void *, gfx_bitmap_params_t *,
errno_t            48 uspace/lib/gfxfont/test/tpf.c static errno_t testgc_bitmap_destroy(void *);
errno_t            49 uspace/lib/gfxfont/test/tpf.c static errno_t testgc_bitmap_render(void *, gfx_rect_t *, gfx_coord2_t *);
errno_t            50 uspace/lib/gfxfont/test/tpf.c static errno_t testgc_bitmap_get_alloc(void *, gfx_bitmap_alloc_t *);
errno_t           108 uspace/lib/gfxfont/test/tpf.c 	errno_t rc;
errno_t           213 uspace/lib/gfxfont/test/tpf.c static errno_t testgc_set_clip_rect(void *arg, gfx_rect_t *rect)
errno_t           218 uspace/lib/gfxfont/test/tpf.c static errno_t testgc_set_color(void *arg, gfx_color_t *color)
errno_t           223 uspace/lib/gfxfont/test/tpf.c static errno_t testgc_fill_rect(void *arg, gfx_rect_t *rect)
errno_t           228 uspace/lib/gfxfont/test/tpf.c static errno_t testgc_bitmap_create(void *arg, gfx_bitmap_params_t *params,
errno_t           260 uspace/lib/gfxfont/test/tpf.c static errno_t testgc_bitmap_destroy(void *bm)
errno_t           269 uspace/lib/gfxfont/test/tpf.c static errno_t testgc_bitmap_render(void *bm, gfx_rect_t *srect,
errno_t           278 uspace/lib/gfxfont/test/tpf.c static errno_t testgc_bitmap_get_alloc(void *bm, gfx_bitmap_alloc_t *alloc)
errno_t            39 uspace/lib/gfxfont/test/typeface.c static errno_t testgc_set_clip_rect(void *, gfx_rect_t *);
errno_t            40 uspace/lib/gfxfont/test/typeface.c static errno_t testgc_set_color(void *, gfx_color_t *);
errno_t            41 uspace/lib/gfxfont/test/typeface.c static errno_t testgc_fill_rect(void *, gfx_rect_t *);
errno_t            42 uspace/lib/gfxfont/test/typeface.c static errno_t testgc_bitmap_create(void *, gfx_bitmap_params_t *,
errno_t            44 uspace/lib/gfxfont/test/typeface.c static errno_t testgc_bitmap_destroy(void *);
errno_t            45 uspace/lib/gfxfont/test/typeface.c static errno_t testgc_bitmap_render(void *, gfx_rect_t *, gfx_coord2_t *);
errno_t            46 uspace/lib/gfxfont/test/typeface.c static errno_t testgc_bitmap_get_alloc(void *, gfx_bitmap_alloc_t *);
errno_t            77 uspace/lib/gfxfont/test/typeface.c 	errno_t rc;
errno_t           100 uspace/lib/gfxfont/test/typeface.c static errno_t testgc_set_clip_rect(void *arg, gfx_rect_t *rect)
errno_t           105 uspace/lib/gfxfont/test/typeface.c static errno_t testgc_set_color(void *arg, gfx_color_t *color)
errno_t           110 uspace/lib/gfxfont/test/typeface.c static errno_t testgc_fill_rect(void *arg, gfx_rect_t *rect)
errno_t           115 uspace/lib/gfxfont/test/typeface.c static errno_t testgc_bitmap_create(void *arg, gfx_bitmap_params_t *params,
errno_t           147 uspace/lib/gfxfont/test/typeface.c static errno_t testgc_bitmap_destroy(void *bm)
errno_t           156 uspace/lib/gfxfont/test/typeface.c static errno_t testgc_bitmap_render(void *bm, gfx_rect_t *srect,
errno_t           165 uspace/lib/gfxfont/test/typeface.c static errno_t testgc_bitmap_get_alloc(void *bm, gfx_bitmap_alloc_t *alloc)
errno_t            46 uspace/lib/gfximage/include/gfximage/tga.h extern errno_t decode_tga(gfx_context_t *, void *, size_t,
errno_t            46 uspace/lib/gfximage/include/gfximage/tga_gz.h extern errno_t decode_tga_gz(gfx_context_t *, void *, size_t,
errno_t           181 uspace/lib/gfximage/src/tga.c errno_t decode_tga(gfx_context_t *gc, void *data, size_t size,
errno_t           188 uspace/lib/gfximage/src/tga.c 	errno_t rc;
errno_t            56 uspace/lib/gfximage/src/tga_gz.c errno_t decode_tga_gz(gfx_context_t *gc, void *data, size_t size,
errno_t            61 uspace/lib/gfximage/src/tga_gz.c 	errno_t rc;
errno_t            55 uspace/lib/hound/include/hound/client.h errno_t hound_context_set_main_stream_params(hound_context_t *hound,
errno_t            58 uspace/lib/hound/include/hound/client.h errno_t hound_context_get_available_targets(hound_context_t *hound,
errno_t            60 uspace/lib/hound/include/hound/client.h errno_t hound_context_get_connected_targets(hound_context_t *hound,
errno_t            63 uspace/lib/hound/include/hound/client.h errno_t hound_context_connect_target(hound_context_t *hound, const char *target);
errno_t            64 uspace/lib/hound/include/hound/client.h errno_t hound_context_disconnect_target(hound_context_t *hound, const char *target);
errno_t            70 uspace/lib/hound/include/hound/client.h errno_t hound_stream_write(hound_stream_t *stream, const void *data, size_t size);
errno_t            71 uspace/lib/hound/include/hound/client.h errno_t hound_stream_read(hound_stream_t *stream, void *data, size_t size);
errno_t            72 uspace/lib/hound/include/hound/client.h errno_t hound_stream_drain(hound_stream_t *stream);
errno_t            74 uspace/lib/hound/include/hound/client.h errno_t hound_write_main_stream(hound_context_t *hound,
errno_t            76 uspace/lib/hound/include/hound/client.h errno_t hound_read_main_stream(hound_context_t *hound, void *data, size_t size);
errno_t            77 uspace/lib/hound/include/hound/client.h errno_t hound_write_replace_main_stream(hound_context_t *hound,
errno_t            79 uspace/lib/hound/include/hound/client.h errno_t hound_write_immediate(hound_context_t *hound,
errno_t            65 uspace/lib/hound/include/hound/protocol.h errno_t hound_service_register_context(hound_sess_t *sess,
errno_t            67 uspace/lib/hound/include/hound/protocol.h errno_t hound_service_unregister_context(hound_sess_t *sess, hound_context_id_t id);
errno_t            69 uspace/lib/hound/include/hound/protocol.h errno_t hound_service_get_list(hound_sess_t *sess, char ***ids, size_t *count,
errno_t            80 uspace/lib/hound/include/hound/protocol.h static inline errno_t hound_service_get_list_all(hound_sess_t *sess,
errno_t            86 uspace/lib/hound/include/hound/protocol.h errno_t hound_service_connect_source_sink(hound_sess_t *sess, const char *source,
errno_t            88 uspace/lib/hound/include/hound/protocol.h errno_t hound_service_disconnect_source_sink(hound_sess_t *sess, const char *source,
errno_t            91 uspace/lib/hound/include/hound/protocol.h errno_t hound_service_stream_enter(async_exch_t *exch, hound_context_id_t id,
errno_t            93 uspace/lib/hound/include/hound/protocol.h errno_t hound_service_stream_drain(async_exch_t *exch);
errno_t            94 uspace/lib/hound/include/hound/protocol.h errno_t hound_service_stream_exit(async_exch_t *exch);
errno_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);
errno_t            97 uspace/lib/hound/include/hound/protocol.h errno_t hound_service_stream_read(async_exch_t *exch, void *data, size_t size);
errno_t           104 uspace/lib/hound/include/hound/protocol.h 	errno_t (*add_context)(void *, hound_context_id_t *, const char *, bool);
errno_t           106 uspace/lib/hound/include/hound/protocol.h 	errno_t (*rem_context)(void *, hound_context_id_t);
errno_t           110 uspace/lib/hound/include/hound/protocol.h 	errno_t (*get_list)(void *, char ***, size_t *, const char *, int);
errno_t           112 uspace/lib/hound/include/hound/protocol.h 	errno_t (*connect)(void *, const char *, const char *);
errno_t           114 uspace/lib/hound/include/hound/protocol.h 	errno_t (*disconnect)(void *, const char *, const char *);
errno_t           116 uspace/lib/hound/include/hound/protocol.h 	errno_t (*add_stream)(void *, hound_context_id_t, int, pcm_format_t, size_t,
errno_t           119 uspace/lib/hound/include/hound/protocol.h 	errno_t (*rem_stream)(void *, void *);
errno_t           121 uspace/lib/hound/include/hound/protocol.h 	errno_t (*drain_stream)(void *);
errno_t           123 uspace/lib/hound/include/hound/protocol.h 	errno_t (*stream_data_write)(void *, void *, size_t);
errno_t           125 uspace/lib/hound/include/hound/protocol.h 	errno_t (*stream_data_read)(void *, void *, size_t);
errno_t            43 uspace/lib/hound/include/hound/server.h typedef errno_t (*device_callback_t)(service_id_t, const char *);
errno_t            45 uspace/lib/hound/include/hound/server.h errno_t hound_server_register(const char *name, service_id_t *id);
errno_t            47 uspace/lib/hound/include/hound/server.h errno_t hound_server_set_device_change_callback(dev_change_callback_t cb,
errno_t            49 uspace/lib/hound/include/hound/server.h errno_t hound_server_devices_iterate(device_callback_t callback);
errno_t           125 uspace/lib/hound/src/client.c 		errno_t rc = hound_service_register_context(
errno_t           197 uspace/lib/hound/src/client.c errno_t hound_context_get_available_targets(hound_context_t *hound,
errno_t           214 uspace/lib/hound/src/client.c errno_t hound_context_get_connected_targets(hound_context_t *hound,
errno_t           234 uspace/lib/hound/src/client.c errno_t hound_context_connect_target(hound_context_t *hound, const char *target)
errno_t           241 uspace/lib/hound/src/client.c 	errno_t ret = EOK;
errno_t           271 uspace/lib/hound/src/client.c errno_t hound_context_disconnect_target(hound_context_t *hound, const char *target)
errno_t           307 uspace/lib/hound/src/client.c 		const errno_t ret = hound_service_stream_enter(new_stream->exch,
errno_t           345 uspace/lib/hound/src/client.c errno_t hound_stream_write(hound_stream_t *stream, const void *data, size_t size)
errno_t           360 uspace/lib/hound/src/client.c errno_t hound_stream_read(hound_stream_t *stream, void *data, size_t size)
errno_t           373 uspace/lib/hound/src/client.c errno_t hound_stream_drain(hound_stream_t *stream)
errno_t           404 uspace/lib/hound/src/client.c errno_t hound_write_main_stream(hound_context_t *hound,
errno_t           424 uspace/lib/hound/src/client.c errno_t hound_read_main_stream(hound_context_t *hound, void *data, size_t size)
errno_t           444 uspace/lib/hound/src/client.c errno_t hound_write_replace_main_stream(hound_context_t *hound,
errno_t           462 uspace/lib/hound/src/client.c errno_t hound_context_set_main_stream_params(hound_context_t *hound,
errno_t           481 uspace/lib/hound/src/client.c errno_t hound_write_immediate(hound_context_t *hound, pcm_format_t format,
errno_t           490 uspace/lib/hound/src/client.c 	const errno_t ret = hound_stream_write(tmpstream, data, size);
errno_t            98 uspace/lib/hound/src/protocol.c 	const errno_t ret =
errno_t           125 uspace/lib/hound/src/protocol.c errno_t hound_service_register_context(hound_sess_t *sess,
errno_t           134 uspace/lib/hound/src/protocol.c 	errno_t ret = mid ? EOK : EPARTY;
errno_t           158 uspace/lib/hound/src/protocol.c errno_t hound_service_unregister_context(hound_sess_t *sess,
errno_t           163 uspace/lib/hound/src/protocol.c 	const errno_t ret = async_req_1_0(exch, IPC_M_HOUND_CONTEXT_UNREGISTER,
errno_t           179 uspace/lib/hound/src/protocol.c errno_t hound_service_get_list(hound_sess_t *sess, char ***ids, size_t *count,
errno_t           197 uspace/lib/hound/src/protocol.c 	errno_t ret = EOK;
errno_t           253 uspace/lib/hound/src/protocol.c errno_t hound_service_connect_source_sink(hound_sess_t *sess, const char *source,
errno_t           265 uspace/lib/hound/src/protocol.c 	errno_t ret = id ? EOK : EPARTY;
errno_t           282 uspace/lib/hound/src/protocol.c errno_t hound_service_disconnect_source_sink(hound_sess_t *sess, const char *source,
errno_t           291 uspace/lib/hound/src/protocol.c 	errno_t ret = id ? EOK : EPARTY;
errno_t           310 uspace/lib/hound/src/protocol.c errno_t hound_service_stream_enter(async_exch_t *exch, hound_context_id_t id,
errno_t           330 uspace/lib/hound/src/protocol.c errno_t hound_service_stream_exit(async_exch_t *exch)
errno_t           340 uspace/lib/hound/src/protocol.c errno_t hound_service_stream_drain(async_exch_t *exch)
errno_t           352 uspace/lib/hound/src/protocol.c errno_t hound_service_stream_write(async_exch_t *exch, const void *data, size_t size)
errno_t           364 uspace/lib/hound/src/protocol.c errno_t hound_service_stream_read(async_exch_t *exch, void *data, size_t size)
errno_t           395 uspace/lib/hound/src/protocol.c 	errno_t ret;
errno_t           642 uspace/lib/hound/src/protocol.c 	errno_t ret_answer = EOK;
errno_t           649 uspace/lib/hound/src/protocol.c 			errno_t ret = ENOTSUP;
errno_t           667 uspace/lib/hound/src/protocol.c 		const errno_t ret = async_data_write_finalize(&call, buffer, size);
errno_t           674 uspace/lib/hound/src/protocol.c 	const errno_t ret = ipc_get_imethod(&call) == IPC_M_HOUND_STREAM_EXIT ?
errno_t           689 uspace/lib/hound/src/protocol.c 	errno_t ret_answer = EOK;
errno_t           696 uspace/lib/hound/src/protocol.c 			errno_t ret = ENOTSUP;
errno_t           712 uspace/lib/hound/src/protocol.c 		errno_t ret = server_iface->stream_data_read(stream, buffer, size);
errno_t           718 uspace/lib/hound/src/protocol.c 	const errno_t ret = ipc_get_imethod(&call) == IPC_M_HOUND_STREAM_EXIT ?
errno_t           734 uspace/lib/hound/src/protocol.c errno_t hound_server_register(const char *name, service_id_t *id)
errno_t           736 uspace/lib/hound/src/protocol.c 	errno_t rc;
errno_t           772 uspace/lib/hound/src/protocol.c errno_t hound_server_set_device_change_callback(dev_change_callback_t cb,
errno_t           783 uspace/lib/hound/src/protocol.c errno_t hound_server_devices_iterate(device_callback_t callback)
errno_t           791 uspace/lib/hound/src/protocol.c 		const errno_t ret = loc_category_get_id("audio-pcm", &cat_id,
errno_t           800 uspace/lib/hound/src/protocol.c 	const errno_t ret = loc_category_get_svcs(cat_id, &svcs, &count);
errno_t            86 uspace/lib/http/include/http/http.h extern errno_t http_connect(http_t *);
errno_t            90 uspace/lib/http/include/http/http.h extern errno_t http_header_receive_name(receive_buffer_t *, receive_buffer_mark_t *);
errno_t            91 uspace/lib/http/include/http/http.h extern errno_t http_header_receive_value(receive_buffer_t *, receive_buffer_mark_t *,
errno_t            93 uspace/lib/http/include/http/http.h extern errno_t http_header_receive(receive_buffer_t *, http_header_t *, size_t,
errno_t           101 uspace/lib/http/include/http/http.h extern errno_t http_headers_find_single(http_headers_t *, const char *,
errno_t           103 uspace/lib/http/include/http/http.h extern errno_t http_headers_append(http_headers_t *, const char *, const char *);
errno_t           104 uspace/lib/http/include/http/http.h extern errno_t http_headers_set(http_headers_t *, const char *, const char *);
errno_t           105 uspace/lib/http/include/http/http.h extern errno_t http_headers_get(http_headers_t *, const char *, char **);
errno_t           106 uspace/lib/http/include/http/http.h extern errno_t http_headers_receive(receive_buffer_t *, http_headers_t *, size_t,
errno_t           127 uspace/lib/http/include/http/http.h extern errno_t http_request_format(http_request_t *, char **, size_t *);
errno_t           128 uspace/lib/http/include/http/http.h extern errno_t http_send_request(http_t *, http_request_t *);
errno_t           129 uspace/lib/http/include/http/http.h extern errno_t http_receive_status(receive_buffer_t *, http_version_t *, uint16_t *,
errno_t           131 uspace/lib/http/include/http/http.h extern errno_t http_receive_response(receive_buffer_t *, http_response_t **,
errno_t           134 uspace/lib/http/include/http/http.h extern errno_t http_close(http_t *);
errno_t            51 uspace/lib/http/include/http/receive-buffer.h typedef errno_t (*receive_func_t)(void *, void *, size_t, size_t *);
errno_t            72 uspace/lib/http/include/http/receive-buffer.h extern errno_t recv_buffer_init(receive_buffer_t *, size_t, receive_func_t, void *);
errno_t            73 uspace/lib/http/include/http/receive-buffer.h extern errno_t recv_buffer_init_const(receive_buffer_t *, void *, size_t);
errno_t            79 uspace/lib/http/include/http/receive-buffer.h extern errno_t recv_cut(receive_buffer_t *, receive_buffer_mark_t *,
errno_t            81 uspace/lib/http/include/http/receive-buffer.h extern errno_t recv_cut_str(receive_buffer_t *, receive_buffer_mark_t *,
errno_t            83 uspace/lib/http/include/http/receive-buffer.h extern errno_t recv_char(receive_buffer_t *, char *, bool);
errno_t            84 uspace/lib/http/include/http/receive-buffer.h extern errno_t recv_buffer(receive_buffer_t *, char *, size_t, size_t *);
errno_t            85 uspace/lib/http/include/http/receive-buffer.h extern errno_t recv_discard(receive_buffer_t *, char, size_t *);
errno_t            86 uspace/lib/http/include/http/receive-buffer.h extern errno_t recv_discard_str(receive_buffer_t *, const char *, size_t *);
errno_t            87 uspace/lib/http/include/http/receive-buffer.h extern errno_t recv_while(receive_buffer_t *, char_class_func_t);
errno_t            88 uspace/lib/http/include/http/receive-buffer.h extern errno_t recv_eol(receive_buffer_t *, size_t *);
errno_t            89 uspace/lib/http/include/http/receive-buffer.h extern errno_t recv_line(receive_buffer_t *, char *, size_t, size_t *);
errno_t            91 uspace/lib/http/src/headers.c errno_t http_header_receive_name(receive_buffer_t *rb,
errno_t            99 uspace/lib/http/src/headers.c 		errno_t rc = recv_char(rb, &c, true);
errno_t           110 uspace/lib/http/src/headers.c errno_t http_header_receive_value(receive_buffer_t *rb,
errno_t           113 uspace/lib/http/src/headers.c 	errno_t rc = EOK;
errno_t           164 uspace/lib/http/src/headers.c errno_t http_header_receive(receive_buffer_t *rb, http_header_t *header,
errno_t           173 uspace/lib/http/src/headers.c 	errno_t rc = http_header_receive_name(rb, &mark_end);
errno_t           259 uspace/lib/http/src/headers.c errno_t http_headers_find_single(http_headers_t *headers, const char *name,
errno_t           281 uspace/lib/http/src/headers.c errno_t http_headers_append(http_headers_t *headers, const char *name,
errno_t           292 uspace/lib/http/src/headers.c errno_t http_headers_set(http_headers_t *headers, const char *name,
errno_t           296 uspace/lib/http/src/headers.c 	errno_t rc = http_headers_find_single(headers, name, &header);
errno_t           312 uspace/lib/http/src/headers.c errno_t http_headers_get(http_headers_t *headers, const char *name, char **value)
errno_t           315 uspace/lib/http/src/headers.c 	errno_t rc = http_headers_find_single(headers, name, &header);
errno_t           323 uspace/lib/http/src/headers.c errno_t http_headers_receive(receive_buffer_t *rb, http_headers_t *headers,
errno_t           326 uspace/lib/http/src/headers.c 	errno_t rc = EOK;
errno_t            49 uspace/lib/http/src/http.c static errno_t http_receive(void *client_data, void *buf, size_t buf_size,
errno_t            71 uspace/lib/http/src/http.c 	errno_t rc = recv_buffer_init(&http->recv_buffer, http->buffer_size,
errno_t            81 uspace/lib/http/src/http.c errno_t http_connect(http_t *http)
errno_t            86 uspace/lib/http/src/http.c 	errno_t rc = inet_host_plookup_one(http->host, ip_any, &http->addr, NULL,
errno_t           112 uspace/lib/http/src/http.c errno_t http_close(http_t *http)
errno_t            45 uspace/lib/http/src/receive-buffer.c errno_t recv_buffer_init(receive_buffer_t *rb, size_t buffer_size,
errno_t            63 uspace/lib/http/src/receive-buffer.c static errno_t dummy_receive(void *unused, void *buf, size_t buf_size,
errno_t            70 uspace/lib/http/src/receive-buffer.c errno_t recv_buffer_init_const(receive_buffer_t *rb, void *buf, size_t size)
errno_t            72 uspace/lib/http/src/receive-buffer.c 	errno_t rc = recv_buffer_init(rb, size, dummy_receive, NULL);
errno_t           109 uspace/lib/http/src/receive-buffer.c errno_t recv_cut(receive_buffer_t *rb, receive_buffer_mark_t *a, receive_buffer_mark_t *b, void **out_buf, size_t *out_size)
errno_t           125 uspace/lib/http/src/receive-buffer.c errno_t recv_cut_str(receive_buffer_t *rb, receive_buffer_mark_t *a, receive_buffer_mark_t *b, char **out_buf)
errno_t           148 uspace/lib/http/src/receive-buffer.c errno_t recv_char(receive_buffer_t *rb, char *c, bool consume)
errno_t           171 uspace/lib/http/src/receive-buffer.c 		errno_t rc = rb->receive(rb->client_data, rb->buffer + rb->in, free, &nrecv);
errno_t           184 uspace/lib/http/src/receive-buffer.c errno_t recv_buffer(receive_buffer_t *rb, char *buf, size_t buf_size,
errno_t           203 uspace/lib/http/src/receive-buffer.c errno_t recv_discard(receive_buffer_t *rb, char discard, size_t *ndisc)
errno_t           206 uspace/lib/http/src/receive-buffer.c 	errno_t rc = recv_char(rb, &c, false);
errno_t           224 uspace/lib/http/src/receive-buffer.c errno_t recv_discard_str(receive_buffer_t *rb, const char *discard, size_t *ndisc)
errno_t           229 uspace/lib/http/src/receive-buffer.c 		errno_t rc = recv_discard(rb, *discard, &nd);
errno_t           242 uspace/lib/http/src/receive-buffer.c errno_t recv_while(receive_buffer_t *rb, char_class_func_t class)
errno_t           246 uspace/lib/http/src/receive-buffer.c 		errno_t rc = recv_char(rb, &c, false);
errno_t           267 uspace/lib/http/src/receive-buffer.c errno_t recv_eol(receive_buffer_t *rb, size_t *nrecv)
errno_t           270 uspace/lib/http/src/receive-buffer.c 	errno_t rc = recv_char(rb, &c, false);
errno_t           293 uspace/lib/http/src/receive-buffer.c errno_t recv_line(receive_buffer_t *rb, char *line, size_t size, size_t *nrecv)
errno_t           300 uspace/lib/http/src/receive-buffer.c 		errno_t rc = recv_char(rb, &c, true);
errno_t            87 uspace/lib/http/src/request.c errno_t http_request_format(http_request_t *req, char **out_buf,
errno_t           138 uspace/lib/http/src/request.c errno_t http_send_request(http_t *http, http_request_t *req)
errno_t           143 uspace/lib/http/src/request.c 	errno_t rc = http_request_format(req, &buf, &buf_size);
errno_t            49 uspace/lib/http/src/response.c static errno_t receive_number(receive_buffer_t *rb, char **str)
errno_t            55 uspace/lib/http/src/response.c 	errno_t rc = recv_while(rb, is_digit);
errno_t            68 uspace/lib/http/src/response.c static errno_t receive_uint8_t(receive_buffer_t *rb, uint8_t *out_value)
errno_t            71 uspace/lib/http/src/response.c 	errno_t rc = receive_number(rb, &str);
errno_t            82 uspace/lib/http/src/response.c static errno_t receive_uint16_t(receive_buffer_t *rb, uint16_t *out_value)
errno_t            85 uspace/lib/http/src/response.c 	errno_t rc = receive_number(rb, &str);
errno_t            96 uspace/lib/http/src/response.c static errno_t expect(receive_buffer_t *rb, const char *expect)
errno_t            99 uspace/lib/http/src/response.c 	errno_t rc = recv_discard_str(rb, expect, &ndisc);
errno_t           112 uspace/lib/http/src/response.c errno_t http_receive_status(receive_buffer_t *rb, http_version_t *out_version,
errno_t           119 uspace/lib/http/src/response.c 	errno_t rc = expect(rb, "HTTP/");
errno_t           189 uspace/lib/http/src/response.c errno_t http_receive_response(receive_buffer_t *rb, http_response_t **out_response,
errno_t           198 uspace/lib/http/src/response.c 	errno_t rc = http_receive_status(rb, &resp->version, &resp->status,
errno_t           108 uspace/lib/ieee80211/include/ieee80211.h 	errno_t (*start)(struct ieee80211_dev *);
errno_t           120 uspace/lib/ieee80211/include/ieee80211.h 	errno_t (*scan)(struct ieee80211_dev *);
errno_t           134 uspace/lib/ieee80211/include/ieee80211.h 	errno_t (*tx_handler)(struct ieee80211_dev *, void *, size_t);
errno_t           144 uspace/lib/ieee80211/include/ieee80211.h 	errno_t (*set_freq)(struct ieee80211_dev *, uint16_t);
errno_t           154 uspace/lib/ieee80211/include/ieee80211.h 	errno_t (*bssid_change)(struct ieee80211_dev *, bool);
errno_t           166 uspace/lib/ieee80211/include/ieee80211.h 	errno_t (*key_config)(struct ieee80211_dev *,
errno_t           172 uspace/lib/ieee80211/include/ieee80211.h extern errno_t ieee80211_device_init(ieee80211_dev_t *, ddf_dev_t *);
errno_t           173 uspace/lib/ieee80211/include/ieee80211.h extern errno_t ieee80211_init(ieee80211_dev_t *, ieee80211_ops_t *,
errno_t           203 uspace/lib/ieee80211/include/ieee80211.h extern errno_t ieee80211_rx_handler(ieee80211_dev_t *, void *, size_t);
errno_t            45 uspace/lib/ieee80211/include/ieee80211_iface_impl.h extern errno_t ieee80211_get_scan_results_impl(ddf_fun_t *,
errno_t            47 uspace/lib/ieee80211/include/ieee80211_iface_impl.h extern errno_t ieee80211_connect_impl(ddf_fun_t *, char *, char *);
errno_t            48 uspace/lib/ieee80211/include/ieee80211_iface_impl.h extern errno_t ieee80211_disconnect_impl(ddf_fun_t *);
errno_t            44 uspace/lib/ieee80211/include/ieee80211_impl.h extern errno_t ieee80211_start_impl(ieee80211_dev_t *);
errno_t            45 uspace/lib/ieee80211/include/ieee80211_impl.h extern errno_t ieee80211_tx_handler_impl(ieee80211_dev_t *, void *, size_t);
errno_t            46 uspace/lib/ieee80211/include/ieee80211_impl.h extern errno_t ieee80211_set_freq_impl(ieee80211_dev_t *, uint16_t);
errno_t            47 uspace/lib/ieee80211/include/ieee80211_impl.h extern errno_t ieee80211_bssid_change_impl(ieee80211_dev_t *, bool);
errno_t            48 uspace/lib/ieee80211/include/ieee80211_impl.h extern errno_t ieee80211_key_config_impl(ieee80211_dev_t *,
errno_t            50 uspace/lib/ieee80211/include/ieee80211_impl.h extern errno_t ieee80211_scan_impl(ieee80211_dev_t *);
errno_t            51 uspace/lib/ieee80211/include/ieee80211_impl.h extern errno_t ieee80211_prf(uint8_t *, uint8_t *, uint8_t *, size_t);
errno_t            52 uspace/lib/ieee80211/include/ieee80211_impl.h extern errno_t ieee80211_rc4_key_unwrap(uint8_t *, uint8_t *, size_t, uint8_t *);
errno_t            53 uspace/lib/ieee80211/include/ieee80211_impl.h extern errno_t ieee80211_aes_key_unwrap(uint8_t *, uint8_t *, size_t, uint8_t *);
errno_t            54 uspace/lib/ieee80211/include/ieee80211_impl.h extern errno_t ieee80211_michael_mic(uint8_t *, uint8_t *, size_t, uint8_t *);
errno_t            59 uspace/lib/ieee80211/include/ieee80211_impl.h extern errno_t rnd_sequence(uint8_t *, size_t);
errno_t           408 uspace/lib/ieee80211/include/ieee80211_private.h extern errno_t ieee80211_probe_request(ieee80211_dev_t *, char *);
errno_t           409 uspace/lib/ieee80211/include/ieee80211_private.h extern errno_t ieee80211_authenticate(ieee80211_dev_t *);
errno_t           410 uspace/lib/ieee80211/include/ieee80211_private.h extern errno_t ieee80211_associate(ieee80211_dev_t *, char *);
errno_t           411 uspace/lib/ieee80211/include/ieee80211_private.h extern errno_t ieee80211_deauthenticate(ieee80211_dev_t *);
errno_t           498 uspace/lib/ieee80211/src/ieee80211.c static errno_t ieee80211_scan(void *arg)
errno_t           519 uspace/lib/ieee80211/src/ieee80211.c static errno_t ieee80211_open(ddf_fun_t *fun)
errno_t           529 uspace/lib/ieee80211/src/ieee80211.c 	errno_t rc = ieee80211_dev->ops->start(ieee80211_dev);
errno_t           657 uspace/lib/ieee80211/src/ieee80211.c static errno_t ieee80211_implement(ieee80211_dev_t *ieee80211_dev,
errno_t           733 uspace/lib/ieee80211/src/ieee80211.c errno_t ieee80211_device_init(ieee80211_dev_t *ieee80211_dev, ddf_dev_t *ddf_dev)
errno_t           773 uspace/lib/ieee80211/src/ieee80211.c errno_t ieee80211_init(ieee80211_dev_t *ieee80211_dev,
errno_t           777 uspace/lib/ieee80211/src/ieee80211.c 	errno_t rc = ieee80211_implement(ieee80211_dev,
errno_t           854 uspace/lib/ieee80211/src/ieee80211.c errno_t ieee80211_probe_request(ieee80211_dev_t *ieee80211_dev, char *ssid)
errno_t           921 uspace/lib/ieee80211/src/ieee80211.c errno_t ieee80211_authenticate(ieee80211_dev_t *ieee80211_dev)
errno_t           971 uspace/lib/ieee80211/src/ieee80211.c errno_t ieee80211_associate(ieee80211_dev_t *ieee80211_dev, char *password)
errno_t          1061 uspace/lib/ieee80211/src/ieee80211.c errno_t ieee80211_deauthenticate(ieee80211_dev_t *ieee80211_dev)
errno_t          1245 uspace/lib/ieee80211/src/ieee80211.c static errno_t ieee80211_process_probe_response(ieee80211_dev_t *ieee80211_dev,
errno_t          1331 uspace/lib/ieee80211/src/ieee80211.c static errno_t ieee80211_process_auth_response(ieee80211_dev_t *ieee80211_dev,
errno_t          1360 uspace/lib/ieee80211/src/ieee80211.c static errno_t ieee80211_process_assoc_response(ieee80211_dev_t *ieee80211_dev,
errno_t          1385 uspace/lib/ieee80211/src/ieee80211.c static errno_t ieee80211_process_4way_handshake(ieee80211_dev_t *ieee80211_dev,
errno_t          1495 uspace/lib/ieee80211/src/ieee80211.c 			errno_t rc;
errno_t          1614 uspace/lib/ieee80211/src/ieee80211.c static errno_t ieee80211_process_eapol_frame(ieee80211_dev_t *ieee80211_dev,
errno_t          1636 uspace/lib/ieee80211/src/ieee80211.c static errno_t ieee80211_process_data(ieee80211_dev_t *ieee80211_dev,
errno_t          1700 uspace/lib/ieee80211/src/ieee80211.c errno_t ieee80211_rx_handler(ieee80211_dev_t *ieee80211_dev, void *buffer,
errno_t            52 uspace/lib/ieee80211/src/ieee80211_iface_impl.c errno_t ieee80211_get_scan_results_impl(ddf_fun_t *fun,
errno_t           100 uspace/lib/ieee80211/src/ieee80211_iface_impl.c static errno_t ieee80211_connect_proc(ieee80211_dev_t *ieee80211_dev,
errno_t           106 uspace/lib/ieee80211/src/ieee80211_iface_impl.c 	errno_t rc = ieee80211_dev->ops->set_freq(ieee80211_dev,
errno_t           180 uspace/lib/ieee80211/src/ieee80211_iface_impl.c errno_t ieee80211_connect_impl(ddf_fun_t *fun, char *ssid_start, char *password)
errno_t           192 uspace/lib/ieee80211/src/ieee80211_iface_impl.c 		errno_t rc = ieee80211_dev->iface->disconnect(fun);
errno_t           199 uspace/lib/ieee80211/src/ieee80211_iface_impl.c 	errno_t rc = ENOENT;
errno_t           226 uspace/lib/ieee80211/src/ieee80211_iface_impl.c errno_t ieee80211_disconnect_impl(ddf_fun_t *fun)
errno_t           238 uspace/lib/ieee80211/src/ieee80211_iface_impl.c 	errno_t rc = ieee80211_deauthenticate(ieee80211_dev);
errno_t            51 uspace/lib/ieee80211/src/ieee80211_impl.c errno_t ieee80211_start_impl(ieee80211_dev_t *ieee80211_dev)
errno_t            65 uspace/lib/ieee80211/src/ieee80211_impl.c errno_t ieee80211_tx_handler_impl(ieee80211_dev_t *ieee80211_dev, void *buffer,
errno_t            79 uspace/lib/ieee80211/src/ieee80211_impl.c errno_t ieee80211_set_freq_impl(ieee80211_dev_t *ieee80211_dev, uint16_t freq)
errno_t            91 uspace/lib/ieee80211/src/ieee80211_impl.c errno_t ieee80211_bssid_change_impl(ieee80211_dev_t *ieee80211_dev,
errno_t           104 uspace/lib/ieee80211/src/ieee80211_impl.c errno_t ieee80211_key_config_impl(ieee80211_dev_t *ieee80211_dev,
errno_t           118 uspace/lib/ieee80211/src/ieee80211_impl.c errno_t ieee80211_scan_impl(ieee80211_dev_t *ieee80211_dev)
errno_t           180 uspace/lib/ieee80211/src/ieee80211_impl.c errno_t ieee80211_prf(uint8_t *key, uint8_t *data, uint8_t *hash,
errno_t           214 uspace/lib/ieee80211/src/ieee80211_impl.c errno_t ieee80211_rc4_key_unwrap(uint8_t *key, uint8_t *data, size_t data_size,
errno_t           220 uspace/lib/ieee80211/src/ieee80211_impl.c errno_t ieee80211_aes_key_unwrap(uint8_t *kek, uint8_t *data, size_t data_size,
errno_t           287 uspace/lib/ieee80211/src/ieee80211_impl.c errno_t ieee80211_michael_mic(uint8_t *key, uint8_t *buffer, size_t size,
errno_t           374 uspace/lib/ieee80211/src/ieee80211_impl.c errno_t rnd_sequence(uint8_t *sequence, size_t length)
errno_t           111 uspace/lib/inet/include/inet/addr.h extern errno_t inet_addr_parse(const char *, inet_addr_t *, char **);
errno_t           112 uspace/lib/inet/include/inet/addr.h extern errno_t inet_naddr_parse(const char *, inet_naddr_t *, char **);
errno_t           114 uspace/lib/inet/include/inet/addr.h extern errno_t inet_addr_format(const inet_addr_t *, char **);
errno_t           115 uspace/lib/inet/include/inet/addr.h extern errno_t inet_naddr_format(const inet_naddr_t *, char **);
errno_t            40 uspace/lib/inet/include/inet/dhcp.h extern errno_t dhcp_init(void);
errno_t            41 uspace/lib/inet/include/inet/dhcp.h extern errno_t dhcp_link_add(sysarg_t);
errno_t            42 uspace/lib/inet/include/inet/dhcp.h extern errno_t dhcp_link_remove(sysarg_t);
errno_t            43 uspace/lib/inet/include/inet/dhcp.h extern errno_t dhcp_discover(sysarg_t);
errno_t            52 uspace/lib/inet/include/inet/dnsr.h extern errno_t dnsr_init(void);
errno_t            53 uspace/lib/inet/include/inet/dnsr.h extern errno_t dnsr_name2host(const char *, dnsr_hostinfo_t **, ip_ver_t);
errno_t            55 uspace/lib/inet/include/inet/dnsr.h extern errno_t dnsr_get_srvaddr(inet_addr_t *);
errno_t            56 uspace/lib/inet/include/inet/dnsr.h extern errno_t dnsr_set_srvaddr(inet_addr_t *);
errno_t            42 uspace/lib/inet/include/inet/host.h extern errno_t inet_host_parse(const char *, inet_host_t **, char **);
errno_t            43 uspace/lib/inet/include/inet/host.h extern errno_t inet_host_format(inet_host_t *, char **);
errno_t            45 uspace/lib/inet/include/inet/host.h extern errno_t inet_host_lookup_one(inet_host_t *, ip_ver_t, inet_addr_t *);
errno_t            46 uspace/lib/inet/include/inet/host.h extern errno_t inet_host_plookup_one(const char *, ip_ver_t, inet_addr_t *,
errno_t            38 uspace/lib/inet/include/inet/hostname.h extern errno_t inet_hostname_parse(const char *, char **, char **);
errno_t            42 uspace/lib/inet/include/inet/hostport.h extern errno_t inet_hostport_parse(const char *, inet_hostport_t **, char **);
errno_t            43 uspace/lib/inet/include/inet/hostport.h extern errno_t inet_hostport_format(inet_hostport_t *, char **);
errno_t            45 uspace/lib/inet/include/inet/hostport.h extern errno_t inet_hostport_lookup_one(inet_hostport_t *, ip_ver_t, inet_ep_t *);
errno_t            46 uspace/lib/inet/include/inet/hostport.h extern errno_t inet_hostport_plookup_one(const char *, ip_ver_t, inet_ep_t *,
errno_t            43 uspace/lib/inet/include/inet/inet.h extern errno_t inet_init(uint8_t, inet_ev_ops_t *);
errno_t            44 uspace/lib/inet/include/inet/inet.h extern errno_t inet_send(inet_dgram_t *, uint8_t, inet_df_t);
errno_t            45 uspace/lib/inet/include/inet/inet.h extern errno_t inet_get_srcaddr(inet_addr_t *, uint8_t, inet_addr_t *);
errno_t            42 uspace/lib/inet/include/inet/inetcfg.h extern errno_t inetcfg_init(void);
errno_t            43 uspace/lib/inet/include/inet/inetcfg.h extern errno_t inetcfg_addr_create_static(const char *, inet_naddr_t *, sysarg_t, sysarg_t *);
errno_t            44 uspace/lib/inet/include/inet/inetcfg.h extern errno_t inetcfg_addr_delete(sysarg_t);
errno_t            45 uspace/lib/inet/include/inet/inetcfg.h extern errno_t inetcfg_addr_get(sysarg_t, inet_addr_info_t *);
errno_t            46 uspace/lib/inet/include/inet/inetcfg.h extern errno_t inetcfg_addr_get_id(const char *, sysarg_t, sysarg_t *);
errno_t            47 uspace/lib/inet/include/inet/inetcfg.h extern errno_t inetcfg_get_addr_list(sysarg_t **, size_t *);
errno_t            48 uspace/lib/inet/include/inet/inetcfg.h extern errno_t inetcfg_get_link_list(sysarg_t **, size_t *);
errno_t            49 uspace/lib/inet/include/inet/inetcfg.h extern errno_t inetcfg_get_sroute_list(sysarg_t **, size_t *);
errno_t            50 uspace/lib/inet/include/inet/inetcfg.h extern errno_t inetcfg_link_add(sysarg_t);
errno_t            51 uspace/lib/inet/include/inet/inetcfg.h extern errno_t inetcfg_link_get(sysarg_t, inet_link_info_t *);
errno_t            52 uspace/lib/inet/include/inet/inetcfg.h extern errno_t inetcfg_link_remove(sysarg_t);
errno_t            53 uspace/lib/inet/include/inet/inetcfg.h extern errno_t inetcfg_sroute_get(sysarg_t, inet_sroute_info_t *);
errno_t            54 uspace/lib/inet/include/inet/inetcfg.h extern errno_t inetcfg_sroute_get_id(const char *, sysarg_t *);
errno_t            55 uspace/lib/inet/include/inet/inetcfg.h extern errno_t inetcfg_sroute_create(const char *, inet_naddr_t *, inet_addr_t *,
errno_t            57 uspace/lib/inet/include/inet/inetcfg.h extern errno_t inetcfg_sroute_delete(sysarg_t);
errno_t            42 uspace/lib/inet/include/inet/inetping.h 	errno_t (*recv)(inetping_sdu_t *);
errno_t            45 uspace/lib/inet/include/inet/inetping.h extern errno_t inetping_init(inetping_ev_ops_t *);
errno_t            46 uspace/lib/inet/include/inet/inetping.h extern errno_t inetping_send(inetping_sdu_t *);
errno_t            47 uspace/lib/inet/include/inet/inetping.h extern errno_t inetping_get_srcaddr(const inet_addr_t *, inet_addr_t *);
errno_t            81 uspace/lib/inet/include/inet/iplink.h 	errno_t (*recv)(iplink_t *, iplink_recv_sdu_t *, ip_ver_t);
errno_t            82 uspace/lib/inet/include/inet/iplink.h 	errno_t (*change_addr)(iplink_t *, eth_addr_t *);
errno_t            85 uspace/lib/inet/include/inet/iplink.h extern errno_t iplink_open(async_sess_t *, iplink_ev_ops_t *, void *, iplink_t **);
errno_t            87 uspace/lib/inet/include/inet/iplink.h extern errno_t iplink_send(iplink_t *, iplink_sdu_t *);
errno_t            88 uspace/lib/inet/include/inet/iplink.h extern errno_t iplink_send6(iplink_t *, iplink_sdu6_t *);
errno_t            89 uspace/lib/inet/include/inet/iplink.h extern errno_t iplink_addr_add(iplink_t *, inet_addr_t *);
errno_t            90 uspace/lib/inet/include/inet/iplink.h extern errno_t iplink_addr_remove(iplink_t *, inet_addr_t *);
errno_t            91 uspace/lib/inet/include/inet/iplink.h extern errno_t iplink_get_mtu(iplink_t *, size_t *);
errno_t            92 uspace/lib/inet/include/inet/iplink.h extern errno_t iplink_get_mac48(iplink_t *, eth_addr_t *);
errno_t            93 uspace/lib/inet/include/inet/iplink.h extern errno_t iplink_set_mac48(iplink_t *, eth_addr_t *);
errno_t            56 uspace/lib/inet/include/inet/iplink_srv.h 	errno_t (*open)(iplink_srv_t *);
errno_t            57 uspace/lib/inet/include/inet/iplink_srv.h 	errno_t (*close)(iplink_srv_t *);
errno_t            58 uspace/lib/inet/include/inet/iplink_srv.h 	errno_t (*send)(iplink_srv_t *, iplink_sdu_t *);
errno_t            59 uspace/lib/inet/include/inet/iplink_srv.h 	errno_t (*send6)(iplink_srv_t *, iplink_sdu6_t *);
errno_t            60 uspace/lib/inet/include/inet/iplink_srv.h 	errno_t (*get_mtu)(iplink_srv_t *, size_t *);
errno_t            61 uspace/lib/inet/include/inet/iplink_srv.h 	errno_t (*get_mac48)(iplink_srv_t *, eth_addr_t *);
errno_t            62 uspace/lib/inet/include/inet/iplink_srv.h 	errno_t (*set_mac48)(iplink_srv_t *, eth_addr_t *);
errno_t            63 uspace/lib/inet/include/inet/iplink_srv.h 	errno_t (*addr_add)(iplink_srv_t *, inet_addr_t *);
errno_t            64 uspace/lib/inet/include/inet/iplink_srv.h 	errno_t (*addr_remove)(iplink_srv_t *, inet_addr_t *);
errno_t            69 uspace/lib/inet/include/inet/iplink_srv.h extern errno_t iplink_conn(ipc_call_t *, void *);
errno_t            70 uspace/lib/inet/include/inet/iplink_srv.h extern errno_t iplink_ev_recv(iplink_srv_t *, iplink_recv_sdu_t *, ip_ver_t);
errno_t            71 uspace/lib/inet/include/inet/iplink_srv.h extern errno_t iplink_ev_change_addr(iplink_srv_t *, eth_addr_t *);
errno_t           100 uspace/lib/inet/include/inet/tcp.h extern errno_t tcp_create(tcp_t **);
errno_t           102 uspace/lib/inet/include/inet/tcp.h extern errno_t tcp_conn_create(tcp_t *, inet_ep2_t *, tcp_cb_t *, void *,
errno_t           106 uspace/lib/inet/include/inet/tcp.h extern errno_t tcp_listener_create(tcp_t *, inet_ep_t *, tcp_listen_cb_t *, void *,
errno_t           111 uspace/lib/inet/include/inet/tcp.h extern errno_t tcp_conn_wait_connected(tcp_conn_t *);
errno_t           112 uspace/lib/inet/include/inet/tcp.h extern errno_t tcp_conn_send(tcp_conn_t *, const void *, size_t);
errno_t           113 uspace/lib/inet/include/inet/tcp.h extern errno_t tcp_conn_send_fin(tcp_conn_t *);
errno_t           114 uspace/lib/inet/include/inet/tcp.h extern errno_t tcp_conn_push(tcp_conn_t *);
errno_t           115 uspace/lib/inet/include/inet/tcp.h extern errno_t tcp_conn_reset(tcp_conn_t *);
errno_t           117 uspace/lib/inet/include/inet/tcp.h extern errno_t tcp_conn_recv(tcp_conn_t *, void *, size_t, size_t *);
errno_t           118 uspace/lib/inet/include/inet/tcp.h extern errno_t tcp_conn_recv_wait(tcp_conn_t *, void *, size_t, size_t *);
errno_t            93 uspace/lib/inet/include/inet/udp.h extern errno_t udp_create(udp_t **);
errno_t            95 uspace/lib/inet/include/inet/udp.h extern errno_t udp_assoc_create(udp_t *, inet_ep2_t *, udp_cb_t *, void *,
errno_t            97 uspace/lib/inet/include/inet/udp.h extern errno_t udp_assoc_set_nolocal(udp_assoc_t *);
errno_t            99 uspace/lib/inet/include/inet/udp.h extern errno_t udp_assoc_send_msg(udp_assoc_t *, inet_ep_t *, void *, size_t);
errno_t           102 uspace/lib/inet/include/inet/udp.h extern errno_t udp_rmsg_read(udp_rmsg_t *, size_t, void *, size_t);
errno_t            56 uspace/lib/inet/include/types/inet.h 	errno_t (*recv)(inet_dgram_t *);
errno_t           279 uspace/lib/inet/src/addr.c static errno_t inet_addr_parse_v4(const char *str, inet_addr_t *raddr,
errno_t           288 uspace/lib/inet/src/addr.c 		errno_t rc = str_uint8_t(cur, (const char **)&cur, 10, false, &b);
errno_t           328 uspace/lib/inet/src/addr.c static errno_t inet_addr_parse_v6(const char *str, inet_addr_t *raddr, int *prefix,
errno_t           351 uspace/lib/inet/src/addr.c 		errno_t rc = str_uint16_t(cur, &gend, 16, false, &bioctet);
errno_t           435 uspace/lib/inet/src/addr.c errno_t inet_addr_parse(const char *text, inet_addr_t *addr, char **endptr)
errno_t           437 uspace/lib/inet/src/addr.c 	errno_t rc;
errno_t           462 uspace/lib/inet/src/addr.c errno_t inet_naddr_parse(const char *text, inet_naddr_t *naddr, char **endptr)
errno_t           464 uspace/lib/inet/src/addr.c 	errno_t rc;
errno_t           483 uspace/lib/inet/src/addr.c static errno_t inet_addr_format_v4(addr32_t addr, char **bufp)
errno_t           495 uspace/lib/inet/src/addr.c static errno_t inet_addr_format_v6(const addr128_t addr, char **bufp)
errno_t           570 uspace/lib/inet/src/addr.c errno_t inet_addr_format(const inet_addr_t *addr, char **bufp)
errno_t           572 uspace/lib/inet/src/addr.c 	errno_t rc;
errno_t           605 uspace/lib/inet/src/addr.c errno_t inet_naddr_format(const inet_naddr_t *naddr, char **bufp)
errno_t           607 uspace/lib/inet/src/addr.c 	errno_t rc;
errno_t            46 uspace/lib/inet/src/dhcp.c errno_t dhcp_init(void)
errno_t            49 uspace/lib/inet/src/dhcp.c 	errno_t rc;
errno_t            66 uspace/lib/inet/src/dhcp.c errno_t dhcp_link_add(sysarg_t link_id)
errno_t            70 uspace/lib/inet/src/dhcp.c 	errno_t rc = async_req_1_0(exch, DHCP_LINK_ADD, link_id);
errno_t            76 uspace/lib/inet/src/dhcp.c errno_t dhcp_link_remove(sysarg_t link_id)
errno_t            80 uspace/lib/inet/src/dhcp.c 	errno_t rc = async_req_1_0(exch, DHCP_LINK_REMOVE, link_id);
errno_t            86 uspace/lib/inet/src/dhcp.c errno_t dhcp_discover(sysarg_t link_id)
errno_t            90 uspace/lib/inet/src/dhcp.c 	errno_t rc = async_req_1_0(exch, DHCP_DISCOVER, link_id);
errno_t            69 uspace/lib/inet/src/dnsr.c errno_t dnsr_name2host(const char *name, dnsr_hostinfo_t **rinfo, ip_ver_t ver)
errno_t            77 uspace/lib/inet/src/dnsr.c 	errno_t rc = async_data_write_start(exch, name, str_size(name));
errno_t            92 uspace/lib/inet/src/dnsr.c 	errno_t retval_addr;
errno_t           109 uspace/lib/inet/src/dnsr.c 	errno_t retval_cname;
errno_t           118 uspace/lib/inet/src/dnsr.c 	errno_t retval;
errno_t           152 uspace/lib/inet/src/dnsr.c errno_t dnsr_get_srvaddr(inet_addr_t *srvaddr)
errno_t           158 uspace/lib/inet/src/dnsr.c 	errno_t rc = async_data_read_start(exch, srvaddr, sizeof(inet_addr_t));
errno_t           167 uspace/lib/inet/src/dnsr.c 	errno_t retval;
errno_t           173 uspace/lib/inet/src/dnsr.c errno_t dnsr_set_srvaddr(inet_addr_t *srvaddr)
errno_t           179 uspace/lib/inet/src/dnsr.c 	errno_t rc = async_data_write_start(exch, srvaddr, sizeof(inet_addr_t));
errno_t           188 uspace/lib/inet/src/dnsr.c 	errno_t retval;
errno_t            57 uspace/lib/inet/src/host.c errno_t inet_host_parse(const char *str, inet_host_t **rhost,
errno_t            64 uspace/lib/inet/src/host.c 	errno_t rc;
errno_t           108 uspace/lib/inet/src/host.c errno_t inet_host_format(inet_host_t *host, char **rstr)
errno_t           110 uspace/lib/inet/src/host.c 	errno_t rc;
errno_t           163 uspace/lib/inet/src/host.c errno_t inet_host_lookup_one(inet_host_t *host, ip_ver_t version, inet_addr_t *addr)
errno_t           166 uspace/lib/inet/src/host.c 	errno_t rc;
errno_t           203 uspace/lib/inet/src/host.c errno_t inet_host_plookup_one(const char *str, ip_ver_t version, inet_addr_t *addr,
errno_t           208 uspace/lib/inet/src/host.c 	errno_t rc;
errno_t            60 uspace/lib/inet/src/hostname.c errno_t inet_hostname_parse(const char *str, char **rname, char **endptr)
errno_t            59 uspace/lib/inet/src/hostport.c errno_t inet_hostport_parse(const char *str, inet_hostport_t **rhp,
errno_t            68 uspace/lib/inet/src/hostport.c 	errno_t rc;
errno_t           140 uspace/lib/inet/src/hostport.c errno_t inet_hostport_format(inet_hostport_t *hp, char **rstr)
errno_t           142 uspace/lib/inet/src/hostport.c 	errno_t rc;
errno_t           214 uspace/lib/inet/src/hostport.c errno_t inet_hostport_lookup_one(inet_hostport_t *hp, ip_ver_t version,
errno_t           218 uspace/lib/inet/src/hostport.c 	errno_t rc;
errno_t           258 uspace/lib/inet/src/hostport.c errno_t inet_hostport_plookup_one(const char *str, ip_ver_t version, inet_ep_t *ep,
errno_t           263 uspace/lib/inet/src/hostport.c 	errno_t rc;
errno_t            44 uspace/lib/inet/src/inet.c static errno_t inet_callback_create(void)
errno_t            52 uspace/lib/inet/src/inet.c 	errno_t rc = async_create_callback_port(exch, INTERFACE_INET_CB, 0, 0,
errno_t            60 uspace/lib/inet/src/inet.c 	errno_t retval;
errno_t            66 uspace/lib/inet/src/inet.c static errno_t inet_set_proto(uint8_t protocol)
errno_t            69 uspace/lib/inet/src/inet.c 	errno_t rc = async_req_1_0(exch, INET_SET_PROTO, protocol);
errno_t            75 uspace/lib/inet/src/inet.c errno_t inet_init(uint8_t protocol, inet_ev_ops_t *ev_ops)
errno_t            78 uspace/lib/inet/src/inet.c 	errno_t rc;
errno_t           112 uspace/lib/inet/src/inet.c errno_t inet_send(inet_dgram_t *dgram, uint8_t ttl, inet_df_t df)
errno_t           120 uspace/lib/inet/src/inet.c 	errno_t rc = async_data_write_start(exch, &dgram->src, sizeof(inet_addr_t));
errno_t           143 uspace/lib/inet/src/inet.c 	errno_t retval;
errno_t           149 uspace/lib/inet/src/inet.c errno_t inet_get_srcaddr(inet_addr_t *remote, uint8_t tos, inet_addr_t *local)
errno_t           156 uspace/lib/inet/src/inet.c 	errno_t rc = async_data_write_start(exch, remote, sizeof(inet_addr_t));
errno_t           172 uspace/lib/inet/src/inet.c 	errno_t retval;
errno_t           199 uspace/lib/inet/src/inet.c 	errno_t rc = async_data_write_finalize(&call, &dgram.src, size);
errno_t            42 uspace/lib/inet/src/inetcfg.c static errno_t inetcfg_get_ids_once(sysarg_t method, sysarg_t arg1,
errno_t            49 uspace/lib/inet/src/inetcfg.c 	errno_t rc = async_data_read_start(exch, id_buf, buf_size);
errno_t            58 uspace/lib/inet/src/inetcfg.c 	errno_t retval;
errno_t            79 uspace/lib/inet/src/inetcfg.c static errno_t inetcfg_get_ids_internal(sysarg_t method, sysarg_t arg1,
errno_t            86 uspace/lib/inet/src/inetcfg.c 	errno_t rc = inetcfg_get_ids_once(method, arg1, NULL, 0,
errno_t           119 uspace/lib/inet/src/inetcfg.c errno_t inetcfg_init(void)
errno_t           122 uspace/lib/inet/src/inetcfg.c 	errno_t rc;
errno_t           139 uspace/lib/inet/src/inetcfg.c errno_t inetcfg_addr_create_static(const char *name, inet_naddr_t *naddr,
errno_t           148 uspace/lib/inet/src/inetcfg.c 	errno_t rc = async_data_write_start(exch, naddr, sizeof(inet_naddr_t));
errno_t           164 uspace/lib/inet/src/inetcfg.c 	errno_t retval;
errno_t           172 uspace/lib/inet/src/inetcfg.c errno_t inetcfg_addr_delete(sysarg_t addr_id)
errno_t           176 uspace/lib/inet/src/inetcfg.c 	errno_t rc = async_req_1_0(exch, INETCFG_ADDR_DELETE, addr_id);
errno_t           182 uspace/lib/inet/src/inetcfg.c errno_t inetcfg_addr_get(sysarg_t addr_id, inet_addr_info_t *ainfo)
errno_t           193 uspace/lib/inet/src/inetcfg.c 	errno_t retval_naddr;
errno_t           209 uspace/lib/inet/src/inetcfg.c 	errno_t retval_name;
errno_t           217 uspace/lib/inet/src/inetcfg.c 	errno_t retval;
errno_t           234 uspace/lib/inet/src/inetcfg.c errno_t inetcfg_addr_get_id(const char *name, sysarg_t link_id, sysarg_t *addr_id)
errno_t           240 uspace/lib/inet/src/inetcfg.c 	errno_t retval = async_data_write_start(exch, name, str_size(name));
errno_t           255 uspace/lib/inet/src/inetcfg.c errno_t inetcfg_get_addr_list(sysarg_t **addrs, size_t *count)
errno_t           261 uspace/lib/inet/src/inetcfg.c errno_t inetcfg_get_link_list(sysarg_t **links, size_t *count)
errno_t           267 uspace/lib/inet/src/inetcfg.c errno_t inetcfg_get_sroute_list(sysarg_t **sroutes, size_t *count)
errno_t           273 uspace/lib/inet/src/inetcfg.c errno_t inetcfg_link_add(sysarg_t link_id)
errno_t           277 uspace/lib/inet/src/inetcfg.c 	errno_t rc = async_req_1_0(exch, INETCFG_LINK_ADD, link_id);
errno_t           283 uspace/lib/inet/src/inetcfg.c errno_t inetcfg_link_get(sysarg_t link_id, inet_link_info_t *linfo)
errno_t           286 uspace/lib/inet/src/inetcfg.c 	errno_t dretval;
errno_t           295 uspace/lib/inet/src/inetcfg.c 	errno_t rc = async_data_read_start(exch, &linfo->mac_addr, sizeof(eth_addr_t));
errno_t           305 uspace/lib/inet/src/inetcfg.c 	errno_t retval;
errno_t           321 uspace/lib/inet/src/inetcfg.c errno_t inetcfg_link_remove(sysarg_t link_id)
errno_t           325 uspace/lib/inet/src/inetcfg.c 	errno_t rc = async_req_1_0(exch, INETCFG_LINK_REMOVE, link_id);
errno_t           331 uspace/lib/inet/src/inetcfg.c errno_t inetcfg_sroute_create(const char *name, inet_naddr_t *dest,
errno_t           339 uspace/lib/inet/src/inetcfg.c 	errno_t rc = async_data_write_start(exch, dest, sizeof(inet_naddr_t));
errno_t           362 uspace/lib/inet/src/inetcfg.c 	errno_t retval;
errno_t           370 uspace/lib/inet/src/inetcfg.c errno_t inetcfg_sroute_delete(sysarg_t sroute_id)
errno_t           374 uspace/lib/inet/src/inetcfg.c 	errno_t rc = async_req_1_0(exch, INETCFG_SROUTE_DELETE, sroute_id);
errno_t           380 uspace/lib/inet/src/inetcfg.c errno_t inetcfg_sroute_get(sysarg_t sroute_id, inet_sroute_info_t *srinfo)
errno_t           391 uspace/lib/inet/src/inetcfg.c 	errno_t retval_dest;
errno_t           404 uspace/lib/inet/src/inetcfg.c 	errno_t retval_router;
errno_t           420 uspace/lib/inet/src/inetcfg.c 	errno_t retval_name;
errno_t           428 uspace/lib/inet/src/inetcfg.c 	errno_t retval;
errno_t           444 uspace/lib/inet/src/inetcfg.c errno_t inetcfg_sroute_get_id(const char *name, sysarg_t *sroute_id)
errno_t           450 uspace/lib/inet/src/inetcfg.c 	errno_t retval = async_data_write_start(exch, name, str_size(name));
errno_t            46 uspace/lib/inet/src/inetping.c errno_t inetping_init(inetping_ev_ops_t *ev_ops)
errno_t            49 uspace/lib/inet/src/inetping.c 	errno_t rc;
errno_t            82 uspace/lib/inet/src/inetping.c errno_t inetping_send(inetping_sdu_t *sdu)
errno_t            89 uspace/lib/inet/src/inetping.c 	errno_t rc = async_data_write_start(exch, &sdu->src, sizeof(sdu->src));
errno_t           112 uspace/lib/inet/src/inetping.c 	errno_t retval;
errno_t           118 uspace/lib/inet/src/inetping.c errno_t inetping_get_srcaddr(const inet_addr_t *remote, inet_addr_t *local)
errno_t           125 uspace/lib/inet/src/inetping.c 	errno_t rc = async_data_write_start(exch, remote, sizeof(*remote));
errno_t           138 uspace/lib/inet/src/inetping.c 	errno_t retval_local;
errno_t           146 uspace/lib/inet/src/inetping.c 	errno_t retval;
errno_t           172 uspace/lib/inet/src/inetping.c 	errno_t rc = async_data_write_finalize(&call, &sdu.src, size);
errno_t            50 uspace/lib/inet/src/iplink.c errno_t iplink_open(async_sess_t *sess, iplink_ev_ops_t *ev_ops, void *arg,
errno_t            64 uspace/lib/inet/src/iplink.c 	errno_t rc = async_create_callback_port(exch, INTERFACE_IPLINK_CB, 0, 0,
errno_t            88 uspace/lib/inet/src/iplink.c errno_t iplink_send(iplink_t *iplink, iplink_sdu_t *sdu)
errno_t            96 uspace/lib/inet/src/iplink.c 	errno_t rc = async_data_write_start(exch, sdu->data, sdu->size);
errno_t           105 uspace/lib/inet/src/iplink.c 	errno_t retval;
errno_t           111 uspace/lib/inet/src/iplink.c errno_t iplink_send6(iplink_t *iplink, iplink_sdu6_t *sdu)
errno_t           118 uspace/lib/inet/src/iplink.c 	errno_t rc = async_data_write_start(exch, &sdu->dest, sizeof(eth_addr_t));
errno_t           134 uspace/lib/inet/src/iplink.c 	errno_t retval;
errno_t           140 uspace/lib/inet/src/iplink.c errno_t iplink_get_mtu(iplink_t *iplink, size_t *rmtu)
errno_t           145 uspace/lib/inet/src/iplink.c 	errno_t rc = async_req_0_1(exch, IPLINK_GET_MTU, &mtu);
errno_t           156 uspace/lib/inet/src/iplink.c errno_t iplink_get_mac48(iplink_t *iplink, eth_addr_t *mac)
errno_t           163 uspace/lib/inet/src/iplink.c 	errno_t rc = async_data_read_start(exch, mac, sizeof(eth_addr_t));
errno_t           172 uspace/lib/inet/src/iplink.c 	errno_t retval;
errno_t           178 uspace/lib/inet/src/iplink.c errno_t iplink_set_mac48(iplink_t *iplink, eth_addr_t *mac)
errno_t           185 uspace/lib/inet/src/iplink.c 	errno_t rc = async_data_read_start(exch, mac, sizeof(eth_addr_t));
errno_t           194 uspace/lib/inet/src/iplink.c 	errno_t retval;
errno_t           200 uspace/lib/inet/src/iplink.c errno_t iplink_addr_add(iplink_t *iplink, inet_addr_t *addr)
errno_t           207 uspace/lib/inet/src/iplink.c 	errno_t rc = async_data_write_start(exch, addr, sizeof(inet_addr_t));
errno_t           215 uspace/lib/inet/src/iplink.c 	errno_t retval;
errno_t           221 uspace/lib/inet/src/iplink.c errno_t iplink_addr_remove(iplink_t *iplink, inet_addr_t *addr)
errno_t           228 uspace/lib/inet/src/iplink.c 	errno_t rc = async_data_write_start(exch, addr, sizeof(inet_addr_t));
errno_t           236 uspace/lib/inet/src/iplink.c 	errno_t retval;
errno_t           253 uspace/lib/inet/src/iplink.c 	errno_t rc = async_data_write_accept(&sdu.data, false, 0, 0, 0,
errno_t           270 uspace/lib/inet/src/iplink.c 	errno_t rc = async_data_write_accept((void **) &addr, false,
errno_t            48 uspace/lib/inet/src/iplink_srv.c 	errno_t rc = srv->ops->get_mtu(srv, &mtu);
errno_t            55 uspace/lib/inet/src/iplink_srv.c 	errno_t rc = srv->ops->get_mac48(srv, &mac);
errno_t            87 uspace/lib/inet/src/iplink_srv.c 	errno_t rc;
errno_t           132 uspace/lib/inet/src/iplink_srv.c 	errno_t rc = async_data_write_finalize(&call, &addr, size);
errno_t           161 uspace/lib/inet/src/iplink_srv.c 	errno_t rc = async_data_write_finalize(&call, &addr, size);
errno_t           179 uspace/lib/inet/src/iplink_srv.c 	errno_t rc = async_data_write_accept(&sdu.data, false, 0, 0, 0,
errno_t           209 uspace/lib/inet/src/iplink_srv.c 	errno_t rc = async_data_write_finalize(&call, &sdu.dest, size);
errno_t           236 uspace/lib/inet/src/iplink_srv.c errno_t iplink_conn(ipc_call_t *icall, void *arg)
errno_t           239 uspace/lib/inet/src/iplink_srv.c 	errno_t rc;
errno_t           309 uspace/lib/inet/src/iplink_srv.c errno_t iplink_ev_recv(iplink_srv_t *srv, iplink_recv_sdu_t *sdu, ip_ver_t ver)
errno_t           320 uspace/lib/inet/src/iplink_srv.c 	errno_t rc = async_data_write_start(exch, sdu->data, sdu->size);
errno_t           328 uspace/lib/inet/src/iplink_srv.c 	errno_t retval;
errno_t           336 uspace/lib/inet/src/iplink_srv.c errno_t iplink_ev_change_addr(iplink_srv_t *srv, eth_addr_t *addr)
errno_t           346 uspace/lib/inet/src/iplink_srv.c 	errno_t rc = async_data_write_start(exch, addr, sizeof(eth_addr_t));
errno_t           354 uspace/lib/inet/src/iplink_srv.c 	errno_t retval;
errno_t            44 uspace/lib/inet/src/tcp.c static errno_t tcp_conn_fibril(void *);
errno_t            63 uspace/lib/inet/src/tcp.c static errno_t tcp_callback_create(tcp_t *tcp)
errno_t            70 uspace/lib/inet/src/tcp.c 	errno_t rc = async_create_callback_port(exch, INTERFACE_TCP_CB, 0, 0,
errno_t            78 uspace/lib/inet/src/tcp.c 	errno_t retval;
errno_t            90 uspace/lib/inet/src/tcp.c errno_t tcp_create(tcp_t **rtcp)
errno_t            94 uspace/lib/inet/src/tcp.c 	errno_t rc;
errno_t           163 uspace/lib/inet/src/tcp.c static errno_t tcp_conn_new(tcp_t *tcp, sysarg_t id, tcp_cb_t *cb, void *arg,
errno_t           209 uspace/lib/inet/src/tcp.c errno_t tcp_conn_create(tcp_t *tcp, inet_ep2_t *epp, tcp_cb_t *cb, void *arg,
errno_t           218 uspace/lib/inet/src/tcp.c 	errno_t rc = async_data_write_start(exch, (void *)epp,
errno_t           223 uspace/lib/inet/src/tcp.c 		errno_t rc_orig;
errno_t           242 uspace/lib/inet/src/tcp.c 	return (errno_t) rc;
errno_t           262 uspace/lib/inet/src/tcp.c 	errno_t rc = async_req_1_0(exch, TCP_CONN_DESTROY, conn->id);
errno_t           277 uspace/lib/inet/src/tcp.c static errno_t tcp_conn_get(tcp_t *tcp, sysarg_t id, tcp_conn_t **rconn)
errno_t           320 uspace/lib/inet/src/tcp.c errno_t tcp_listener_create(tcp_t *tcp, inet_ep_t *ep, tcp_listen_cb_t *lcb,
errno_t           333 uspace/lib/inet/src/tcp.c 	errno_t rc = async_data_write_start(exch, (void *)ep,
errno_t           338 uspace/lib/inet/src/tcp.c 		errno_t rc_orig;
errno_t           362 uspace/lib/inet/src/tcp.c 	return (errno_t) rc;
errno_t           379 uspace/lib/inet/src/tcp.c 	errno_t rc = async_req_1_0(exch, TCP_LISTENER_DESTROY, lst->id);
errno_t           394 uspace/lib/inet/src/tcp.c static errno_t tcp_listener_get(tcp_t *tcp, sysarg_t id, tcp_listener_t **rlst)
errno_t           426 uspace/lib/inet/src/tcp.c errno_t tcp_conn_wait_connected(tcp_conn_t *conn)
errno_t           450 uspace/lib/inet/src/tcp.c errno_t tcp_conn_send(tcp_conn_t *conn, const void *data, size_t bytes)
errno_t           453 uspace/lib/inet/src/tcp.c 	errno_t rc;
errno_t           481 uspace/lib/inet/src/tcp.c errno_t tcp_conn_send_fin(tcp_conn_t *conn)
errno_t           486 uspace/lib/inet/src/tcp.c 	errno_t rc = async_req_1_0(exch, TCP_CONN_SEND_FIN, conn->id);
errno_t           497 uspace/lib/inet/src/tcp.c errno_t tcp_conn_push(tcp_conn_t *conn)
errno_t           502 uspace/lib/inet/src/tcp.c 	errno_t rc = async_req_1_0(exch, TCP_CONN_PUSH, conn->id);
errno_t           513 uspace/lib/inet/src/tcp.c errno_t tcp_conn_reset(tcp_conn_t *conn)
errno_t           518 uspace/lib/inet/src/tcp.c 	errno_t rc = async_req_1_0(exch, TCP_CONN_RESET, conn->id);
errno_t           541 uspace/lib/inet/src/tcp.c errno_t tcp_conn_recv(tcp_conn_t *conn, void *buf, size_t bsize, size_t *nrecv)
errno_t           554 uspace/lib/inet/src/tcp.c 	errno_t rc = async_data_read_start(exch, buf, bsize);
errno_t           563 uspace/lib/inet/src/tcp.c 	errno_t retval;
errno_t           589 uspace/lib/inet/src/tcp.c errno_t tcp_conn_recv_wait(tcp_conn_t *conn, void *buf, size_t bsize,
errno_t           603 uspace/lib/inet/src/tcp.c 	errno_t rc = async_data_read_start(exch, buf, bsize);
errno_t           617 uspace/lib/inet/src/tcp.c 	errno_t retval;
errno_t           642 uspace/lib/inet/src/tcp.c 	errno_t rc;
errno_t           670 uspace/lib/inet/src/tcp.c 	errno_t rc;
errno_t           698 uspace/lib/inet/src/tcp.c 	errno_t rc;
errno_t           726 uspace/lib/inet/src/tcp.c 	errno_t rc;
errno_t           770 uspace/lib/inet/src/tcp.c 	errno_t rc;
errno_t           864 uspace/lib/inet/src/tcp.c static errno_t tcp_conn_fibril(void *arg)
errno_t            50 uspace/lib/inet/src/udp.c static errno_t udp_callback_create(udp_t *udp)
errno_t            57 uspace/lib/inet/src/udp.c 	errno_t rc = async_create_callback_port(exch, INTERFACE_UDP_CB, 0, 0,
errno_t            65 uspace/lib/inet/src/udp.c 	errno_t retval;
errno_t            77 uspace/lib/inet/src/udp.c errno_t udp_create(udp_t **rudp)
errno_t            81 uspace/lib/inet/src/udp.c 	errno_t rc;
errno_t           162 uspace/lib/inet/src/udp.c errno_t udp_assoc_create(udp_t *udp, inet_ep2_t *epp, udp_cb_t *cb, void *arg,
errno_t           175 uspace/lib/inet/src/udp.c 	errno_t rc = async_data_write_start(exch, (void *)epp,
errno_t           180 uspace/lib/inet/src/udp.c 		errno_t rc_orig;
errno_t           202 uspace/lib/inet/src/udp.c 	return (errno_t) rc;
errno_t           222 uspace/lib/inet/src/udp.c 	errno_t rc = async_req_1_0(exch, UDP_ASSOC_DESTROY, assoc->id);
errno_t           234 uspace/lib/inet/src/udp.c errno_t udp_assoc_set_nolocal(udp_assoc_t *assoc)
errno_t           239 uspace/lib/inet/src/udp.c 	errno_t rc = async_req_1_0(exch, UDP_ASSOC_SET_NOLOCAL, assoc->id);
errno_t           254 uspace/lib/inet/src/udp.c errno_t udp_assoc_send_msg(udp_assoc_t *assoc, inet_ep_t *dest, void *data,
errno_t           269 uspace/lib/inet/src/udp.c 	errno_t rc = async_data_write_start(exch, (void *)dest,
errno_t           327 uspace/lib/inet/src/udp.c errno_t udp_rmsg_read(udp_rmsg_t *rmsg, size_t off, void *buf, size_t bsize)
errno_t           334 uspace/lib/inet/src/udp.c 	errno_t rc = async_data_read_start(exch, buf, bsize);
errno_t           342 uspace/lib/inet/src/udp.c 	errno_t retval;
errno_t           391 uspace/lib/inet/src/udp.c static errno_t udp_rmsg_info(udp_t *udp, udp_rmsg_t *rmsg)
errno_t           399 uspace/lib/inet/src/udp.c 	errno_t rc = async_data_read_start(exch, &ep, sizeof(inet_ep_t));
errno_t           407 uspace/lib/inet/src/udp.c 	errno_t retval;
errno_t           424 uspace/lib/inet/src/udp.c static errno_t udp_rmsg_discard(udp_t *udp)
errno_t           429 uspace/lib/inet/src/udp.c 	errno_t rc = async_req_0_0(exch, UDP_RMSG_DISCARD);
errno_t           443 uspace/lib/inet/src/udp.c static errno_t udp_assoc_get(udp_t *udp, sysarg_t id, udp_assoc_t **rassoc)
errno_t           468 uspace/lib/inet/src/udp.c 	errno_t rc;
errno_t            50 uspace/lib/input/include/io/input.h 	errno_t (*active)(input_t *);
errno_t            51 uspace/lib/input/include/io/input.h 	errno_t (*deactive)(input_t *);
errno_t            52 uspace/lib/input/include/io/input.h 	errno_t (*key)(input_t *, unsigned, kbd_event_type_t, keycode_t,
errno_t            54 uspace/lib/input/include/io/input.h 	errno_t (*move)(input_t *, unsigned, int, int);
errno_t            55 uspace/lib/input/include/io/input.h 	errno_t (*abs_move)(input_t *, unsigned, unsigned, unsigned, unsigned,
errno_t            57 uspace/lib/input/include/io/input.h 	errno_t (*button)(input_t *, unsigned, int, int);
errno_t            58 uspace/lib/input/include/io/input.h 	errno_t (*dclick)(input_t *, unsigned, int);
errno_t            61 uspace/lib/input/include/io/input.h extern errno_t input_open(async_sess_t *, input_ev_ops_t *, void *, input_t **);
errno_t            63 uspace/lib/input/include/io/input.h extern errno_t input_activate(input_t *);
errno_t            47 uspace/lib/input/src/input.c errno_t input_open(async_sess_t *sess, input_ev_ops_t *ev_ops,
errno_t            61 uspace/lib/input/src/input.c 	errno_t rc = async_create_callback_port(exch, INTERFACE_INPUT_CB, 0, 0,
errno_t            85 uspace/lib/input/src/input.c errno_t input_activate(input_t *input)
errno_t            88 uspace/lib/input/src/input.c 	errno_t rc = async_req_0_0(exch, INPUT_ACTIVATE);
errno_t            96 uspace/lib/input/src/input.c 	errno_t rc = input->ev_ops->active(input);
errno_t           102 uspace/lib/input/src/input.c 	errno_t rc = input->ev_ops->deactive(input);
errno_t           113 uspace/lib/input/src/input.c 	errno_t rc;
errno_t           130 uspace/lib/input/src/input.c 	errno_t rc;
errno_t           147 uspace/lib/input/src/input.c 	errno_t rc;
errno_t           164 uspace/lib/input/src/input.c 	errno_t rc;
errno_t           178 uspace/lib/input/src/input.c 	errno_t rc;
errno_t            46 uspace/lib/ipcgfx/include/ipcgfx/client.h extern errno_t ipc_gc_create(async_sess_t *, ipc_gc_t **);
errno_t            47 uspace/lib/ipcgfx/include/ipcgfx/client.h extern errno_t ipc_gc_delete(ipc_gc_t *);
errno_t            43 uspace/lib/ipcgfx/include/ipcgfx/server.h extern errno_t gc_conn(ipc_call_t *icall, gfx_context_t *gc);
errno_t            47 uspace/lib/ipcgfx/src/client.c static errno_t ipc_gc_set_clip_rect(void *, gfx_rect_t *);
errno_t            48 uspace/lib/ipcgfx/src/client.c static errno_t ipc_gc_set_color(void *, gfx_color_t *);
errno_t            49 uspace/lib/ipcgfx/src/client.c static errno_t ipc_gc_fill_rect(void *, gfx_rect_t *);
errno_t            50 uspace/lib/ipcgfx/src/client.c static errno_t ipc_gc_update(void *);
errno_t            51 uspace/lib/ipcgfx/src/client.c static errno_t ipc_gc_bitmap_create(void *, gfx_bitmap_params_t *,
errno_t            53 uspace/lib/ipcgfx/src/client.c static errno_t ipc_gc_bitmap_destroy(void *);
errno_t            54 uspace/lib/ipcgfx/src/client.c static errno_t ipc_gc_bitmap_render(void *, gfx_rect_t *, gfx_coord2_t *);
errno_t            55 uspace/lib/ipcgfx/src/client.c static errno_t ipc_gc_bitmap_get_alloc(void *, gfx_bitmap_alloc_t *);
errno_t            75 uspace/lib/ipcgfx/src/client.c static errno_t ipc_gc_set_clip_rect(void *arg, gfx_rect_t *rect)
errno_t            79 uspace/lib/ipcgfx/src/client.c 	errno_t rc;
errno_t           103 uspace/lib/ipcgfx/src/client.c static errno_t ipc_gc_set_color(void *arg, gfx_color_t *color)
errno_t           108 uspace/lib/ipcgfx/src/client.c 	errno_t rc;
errno_t           126 uspace/lib/ipcgfx/src/client.c static errno_t ipc_gc_fill_rect(void *arg, gfx_rect_t *rect)
errno_t           130 uspace/lib/ipcgfx/src/client.c 	errno_t rc;
errno_t           146 uspace/lib/ipcgfx/src/client.c static errno_t ipc_gc_update(void *arg)
errno_t           150 uspace/lib/ipcgfx/src/client.c 	errno_t rc;
errno_t           167 uspace/lib/ipcgfx/src/client.c static errno_t ipc_gc_bitmap_create_normal(void *arg,
errno_t           179 uspace/lib/ipcgfx/src/client.c 	errno_t rc;
errno_t           269 uspace/lib/ipcgfx/src/client.c static errno_t ipc_gc_bitmap_create_direct_output(void *arg,
errno_t           281 uspace/lib/ipcgfx/src/client.c 	errno_t rc;
errno_t           344 uspace/lib/ipcgfx/src/client.c errno_t ipc_gc_bitmap_create(void *arg, gfx_bitmap_params_t *params,
errno_t           360 uspace/lib/ipcgfx/src/client.c static errno_t ipc_gc_bitmap_destroy(void *bm)
errno_t           364 uspace/lib/ipcgfx/src/client.c 	errno_t rc;
errno_t           386 uspace/lib/ipcgfx/src/client.c static errno_t ipc_gc_bitmap_render(void *bm, gfx_rect_t *srect0,
errno_t           396 uspace/lib/ipcgfx/src/client.c 	errno_t rc;
errno_t           443 uspace/lib/ipcgfx/src/client.c static errno_t ipc_gc_bitmap_get_alloc(void *bm, gfx_bitmap_alloc_t *alloc)
errno_t           459 uspace/lib/ipcgfx/src/client.c errno_t ipc_gc_create(async_sess_t *sess, ipc_gc_t **rgc)
errno_t           463 uspace/lib/ipcgfx/src/client.c 	errno_t rc;
errno_t           490 uspace/lib/ipcgfx/src/client.c errno_t ipc_gc_delete(ipc_gc_t *ipcgc)
errno_t           492 uspace/lib/ipcgfx/src/client.c 	errno_t rc;
errno_t            56 uspace/lib/ipcgfx/src/server.c 	errno_t rc;
errno_t            69 uspace/lib/ipcgfx/src/server.c 	errno_t rc;
errno_t            79 uspace/lib/ipcgfx/src/server.c 	errno_t rc;
errno_t            98 uspace/lib/ipcgfx/src/server.c 	errno_t rc;
errno_t           111 uspace/lib/ipcgfx/src/server.c 	errno_t rc;
errno_t           128 uspace/lib/ipcgfx/src/server.c 	errno_t rc;
errno_t           212 uspace/lib/ipcgfx/src/server.c 	errno_t rc;
errno_t           294 uspace/lib/ipcgfx/src/server.c 	errno_t rc;
errno_t           327 uspace/lib/ipcgfx/src/server.c 	errno_t rc;
errno_t           362 uspace/lib/ipcgfx/src/server.c errno_t gc_conn(ipc_call_t *icall, gfx_context_t *gc)
errno_t            52 uspace/lib/ipcgfx/test/ipcgfx.c static errno_t test_gc_set_clip_rect(void *, gfx_rect_t *);
errno_t            53 uspace/lib/ipcgfx/test/ipcgfx.c static errno_t test_gc_set_color(void *, gfx_color_t *);
errno_t            54 uspace/lib/ipcgfx/test/ipcgfx.c static errno_t test_gc_fill_rect(void *, gfx_rect_t *);
errno_t            55 uspace/lib/ipcgfx/test/ipcgfx.c static errno_t test_gc_update(void *);
errno_t            56 uspace/lib/ipcgfx/test/ipcgfx.c static errno_t test_gc_bitmap_create(void *, gfx_bitmap_params_t *,
errno_t            58 uspace/lib/ipcgfx/test/ipcgfx.c static errno_t test_gc_bitmap_destroy(void *);
errno_t            59 uspace/lib/ipcgfx/test/ipcgfx.c static errno_t test_gc_bitmap_render(void *, gfx_rect_t *, gfx_coord2_t *);
errno_t            60 uspace/lib/ipcgfx/test/ipcgfx.c static errno_t test_gc_bitmap_get_alloc(void *, gfx_bitmap_alloc_t *);
errno_t            77 uspace/lib/ipcgfx/test/ipcgfx.c 	errno_t rc;
errno_t           115 uspace/lib/ipcgfx/test/ipcgfx.c 	errno_t rc;
errno_t           167 uspace/lib/ipcgfx/test/ipcgfx.c 	errno_t rc;
errno_t           220 uspace/lib/ipcgfx/test/ipcgfx.c 	errno_t rc;
errno_t           265 uspace/lib/ipcgfx/test/ipcgfx.c 	errno_t rc;
errno_t           317 uspace/lib/ipcgfx/test/ipcgfx.c 	errno_t rc;
errno_t           369 uspace/lib/ipcgfx/test/ipcgfx.c 	errno_t rc;
errno_t           421 uspace/lib/ipcgfx/test/ipcgfx.c 	errno_t rc;
errno_t           473 uspace/lib/ipcgfx/test/ipcgfx.c 	errno_t rc;
errno_t           516 uspace/lib/ipcgfx/test/ipcgfx.c 	errno_t rc;
errno_t           559 uspace/lib/ipcgfx/test/ipcgfx.c 	errno_t rc;
errno_t           620 uspace/lib/ipcgfx/test/ipcgfx.c 	errno_t rc;
errno_t           686 uspace/lib/ipcgfx/test/ipcgfx.c 	errno_t rc;
errno_t           741 uspace/lib/ipcgfx/test/ipcgfx.c 	errno_t rc;
errno_t           803 uspace/lib/ipcgfx/test/ipcgfx.c 	errno_t rc;
errno_t           870 uspace/lib/ipcgfx/test/ipcgfx.c 	errno_t rc;
errno_t           940 uspace/lib/ipcgfx/test/ipcgfx.c 	errno_t rc;
errno_t          1010 uspace/lib/ipcgfx/test/ipcgfx.c 	errno_t rc;
errno_t          1072 uspace/lib/ipcgfx/test/ipcgfx.c 	errno_t rc;
errno_t          1091 uspace/lib/ipcgfx/test/ipcgfx.c static errno_t test_gc_set_clip_rect(void *arg, gfx_rect_t *rect)
errno_t          1115 uspace/lib/ipcgfx/test/ipcgfx.c static errno_t test_gc_set_color(void *arg, gfx_color_t *color)
errno_t          1132 uspace/lib/ipcgfx/test/ipcgfx.c static errno_t test_gc_fill_rect(void *arg, gfx_rect_t *rect)
errno_t          1147 uspace/lib/ipcgfx/test/ipcgfx.c static errno_t test_gc_update(void *arg)
errno_t          1163 uspace/lib/ipcgfx/test/ipcgfx.c errno_t test_gc_bitmap_create(void *arg, gfx_bitmap_params_t *params,
errno_t          1205 uspace/lib/ipcgfx/test/ipcgfx.c static errno_t test_gc_bitmap_destroy(void *bm)
errno_t          1228 uspace/lib/ipcgfx/test/ipcgfx.c static errno_t test_gc_bitmap_render(void *bm, gfx_rect_t *srect0,
errno_t          1246 uspace/lib/ipcgfx/test/ipcgfx.c static errno_t test_gc_bitmap_get_alloc(void *bm, gfx_bitmap_alloc_t *alloc)
errno_t            45 uspace/lib/ipctest/include/ipc_test.h extern errno_t ipc_test_create(ipc_test_t **);
errno_t            47 uspace/lib/ipctest/include/ipc_test.h extern errno_t ipc_test_ping(ipc_test_t *);
errno_t            48 uspace/lib/ipctest/include/ipc_test.h extern errno_t ipc_test_get_ro_area_size(ipc_test_t *, size_t *);
errno_t            49 uspace/lib/ipctest/include/ipc_test.h extern errno_t ipc_test_get_rw_area_size(ipc_test_t *, size_t *);
errno_t            50 uspace/lib/ipctest/include/ipc_test.h extern errno_t ipc_test_share_in_ro(ipc_test_t *, size_t, const void **);
errno_t            51 uspace/lib/ipctest/include/ipc_test.h extern errno_t ipc_test_share_in_rw(ipc_test_t *, size_t, void **);
errno_t            52 uspace/lib/ipctest/include/ipc_test.h extern errno_t ipc_test_set_rw_buf_size(ipc_test_t *, size_t);
errno_t            53 uspace/lib/ipctest/include/ipc_test.h extern errno_t ipc_test_read(ipc_test_t *, void *, size_t);
errno_t            54 uspace/lib/ipctest/include/ipc_test.h extern errno_t ipc_test_write(ipc_test_t *, const void *, size_t);
errno_t            50 uspace/lib/ipctest/src/ipc_test.c errno_t ipc_test_create(ipc_test_t **rtest)
errno_t            54 uspace/lib/ipctest/src/ipc_test.c 	errno_t rc;
errno_t            99 uspace/lib/ipctest/src/ipc_test.c errno_t ipc_test_ping(ipc_test_t *test)
errno_t           102 uspace/lib/ipctest/src/ipc_test.c 	errno_t retval;
errno_t           120 uspace/lib/ipctest/src/ipc_test.c errno_t ipc_test_get_ro_area_size(ipc_test_t *test, size_t *rsize)
errno_t           123 uspace/lib/ipctest/src/ipc_test.c 	errno_t retval;
errno_t           143 uspace/lib/ipctest/src/ipc_test.c errno_t ipc_test_get_rw_area_size(ipc_test_t *test, size_t *rsize)
errno_t           146 uspace/lib/ipctest/src/ipc_test.c 	errno_t retval;
errno_t           167 uspace/lib/ipctest/src/ipc_test.c errno_t ipc_test_share_in_ro(ipc_test_t *test, size_t size, const void **rptr)
errno_t           173 uspace/lib/ipctest/src/ipc_test.c 	errno_t rc;
errno_t           199 uspace/lib/ipctest/src/ipc_test.c errno_t ipc_test_share_in_rw(ipc_test_t *test, size_t size, void **rptr)
errno_t           205 uspace/lib/ipctest/src/ipc_test.c 	errno_t rc;
errno_t           229 uspace/lib/ipctest/src/ipc_test.c errno_t ipc_test_set_rw_buf_size(ipc_test_t *test, size_t size)
errno_t           232 uspace/lib/ipctest/src/ipc_test.c 	errno_t retval;
errno_t           251 uspace/lib/ipctest/src/ipc_test.c errno_t ipc_test_read(ipc_test_t *test, void *dest, size_t size)
errno_t           256 uspace/lib/ipctest/src/ipc_test.c 	errno_t rc;
errno_t           280 uspace/lib/ipctest/src/ipc_test.c errno_t ipc_test_write(ipc_test_t *test, const void *data, size_t size)
errno_t           285 uspace/lib/ipctest/src/ipc_test.c 	errno_t rc;
errno_t            43 uspace/lib/label/include/label/empty.h extern errno_t label_bd_is_empty(label_bd_t *, bool *);
errno_t            44 uspace/lib/label/include/label/empty.h extern errno_t label_bd_empty(label_bd_t *);
errno_t            45 uspace/lib/label/include/label/empty.h extern errno_t label_part_empty(label_part_t *);
errno_t            42 uspace/lib/label/include/label/label.h extern errno_t label_open(label_bd_t *, label_t **);
errno_t            43 uspace/lib/label/include/label/label.h extern errno_t label_create(label_bd_t *, label_type_t, label_t **);
errno_t            45 uspace/lib/label/include/label/label.h extern errno_t label_destroy(label_t *);
errno_t            46 uspace/lib/label/include/label/label.h extern errno_t label_get_info(label_t *, label_info_t *);
errno_t            52 uspace/lib/label/include/label/label.h extern errno_t label_part_create(label_t *, label_part_spec_t *,
errno_t            54 uspace/lib/label/include/label/label.h extern errno_t label_part_destroy(label_part_t *);
errno_t            56 uspace/lib/label/include/label/label.h extern errno_t label_suggest_ptype(label_t *, label_pcnt_t, label_ptype_t *);
errno_t            56 uspace/lib/label/include/types/liblabel.h 	errno_t (*open)(label_bd_t *, label_t **);
errno_t            57 uspace/lib/label/include/types/liblabel.h 	errno_t (*create)(label_bd_t *, label_t **);
errno_t            59 uspace/lib/label/include/types/liblabel.h 	errno_t (*destroy)(label_t *);
errno_t            60 uspace/lib/label/include/types/liblabel.h 	errno_t (*get_info)(label_t *, label_info_t *);
errno_t            64 uspace/lib/label/include/types/liblabel.h 	errno_t (*part_create)(label_t *, label_part_spec_t *, label_part_t **);
errno_t            65 uspace/lib/label/include/types/liblabel.h 	errno_t (*part_destroy)(label_part_t *);
errno_t            66 uspace/lib/label/include/types/liblabel.h 	errno_t (*suggest_ptype)(label_t *, label_pcnt_t, label_ptype_t *);
errno_t           146 uspace/lib/label/include/types/liblabel.h 	errno_t (*get_bsize)(void *, size_t *);
errno_t           148 uspace/lib/label/include/types/liblabel.h 	errno_t (*get_nblocks)(void *, aoff64_t *);
errno_t           150 uspace/lib/label/include/types/liblabel.h 	errno_t (*read)(void *, aoff64_t, size_t, void *);
errno_t           152 uspace/lib/label/include/types/liblabel.h 	errno_t (*write)(void *, aoff64_t, size_t, const void *);
errno_t            42 uspace/lib/label/src/dummy.c static errno_t dummy_open(label_bd_t *, label_t **);
errno_t            43 uspace/lib/label/src/dummy.c static errno_t dummy_create(label_bd_t *, label_t **);
errno_t            45 uspace/lib/label/src/dummy.c static errno_t dummy_destroy(label_t *);
errno_t            46 uspace/lib/label/src/dummy.c static errno_t dummy_get_info(label_t *, label_info_t *);
errno_t            50 uspace/lib/label/src/dummy.c static errno_t dummy_part_create(label_t *, label_part_spec_t *, label_part_t **);
errno_t            51 uspace/lib/label/src/dummy.c static errno_t dummy_part_destroy(label_part_t *);
errno_t            52 uspace/lib/label/src/dummy.c static errno_t dummy_suggest_ptype(label_t *, label_pcnt_t, label_ptype_t *);
errno_t            68 uspace/lib/label/src/dummy.c static errno_t dummy_open(label_bd_t *bd, label_t **rlabel)
errno_t            75 uspace/lib/label/src/dummy.c 	errno_t rc;
errno_t           129 uspace/lib/label/src/dummy.c static errno_t dummy_create(label_bd_t *bd, label_t **rlabel)
errno_t           149 uspace/lib/label/src/dummy.c static errno_t dummy_destroy(label_t *label)
errno_t           154 uspace/lib/label/src/dummy.c static errno_t dummy_get_info(label_t *label, label_info_t *linfo)
errno_t           194 uspace/lib/label/src/dummy.c static errno_t dummy_part_create(label_t *label, label_part_spec_t *pspec,
errno_t           200 uspace/lib/label/src/dummy.c static errno_t dummy_part_destroy(label_part_t *part)
errno_t           205 uspace/lib/label/src/dummy.c static errno_t dummy_suggest_ptype(label_t *label, label_pcnt_t pcnt,
errno_t            99 uspace/lib/label/src/empty.c errno_t label_bd_is_empty(label_bd_t *bd, bool *rempty)
errno_t           101 uspace/lib/label/src/empty.c 	errno_t rc;
errno_t           176 uspace/lib/label/src/empty.c errno_t label_bd_empty(label_bd_t *bd)
errno_t           178 uspace/lib/label/src/empty.c 	errno_t rc;
errno_t           238 uspace/lib/label/src/empty.c errno_t label_part_empty(label_part_t *part)
errno_t           240 uspace/lib/label/src/empty.c 	errno_t rc;
errno_t            48 uspace/lib/label/src/gpt.c static errno_t gpt_open(label_bd_t *, label_t **);
errno_t            49 uspace/lib/label/src/gpt.c static errno_t gpt_create(label_bd_t *, label_t **);
errno_t            51 uspace/lib/label/src/gpt.c static errno_t gpt_destroy(label_t *);
errno_t            52 uspace/lib/label/src/gpt.c static errno_t gpt_get_info(label_t *, label_info_t *);
errno_t            56 uspace/lib/label/src/gpt.c static errno_t gpt_part_create(label_t *, label_part_spec_t *, label_part_t **);
errno_t            57 uspace/lib/label/src/gpt.c static errno_t gpt_part_destroy(label_part_t *);
errno_t            58 uspace/lib/label/src/gpt.c static errno_t gpt_suggest_ptype(label_t *, label_pcnt_t, label_ptype_t *);
errno_t            60 uspace/lib/label/src/gpt.c static errno_t gpt_check_free_idx(label_t *, int);
errno_t            61 uspace/lib/label/src/gpt.c static errno_t gpt_check_free_range(label_t *, uint64_t, uint64_t);
errno_t            64 uspace/lib/label/src/gpt.c static errno_t gpt_part_to_pte(label_part_t *, gpt_entry_t *);
errno_t            65 uspace/lib/label/src/gpt.c static errno_t gpt_pte_to_part(label_t *, gpt_entry_t *, int);
errno_t            66 uspace/lib/label/src/gpt.c static errno_t gpt_pte_update(label_t *, gpt_entry_t *, int);
errno_t            68 uspace/lib/label/src/gpt.c static errno_t gpt_update_pt_crc(label_t *, uint32_t);
errno_t            70 uspace/lib/label/src/gpt.c static errno_t gpt_hdr_get_crc(gpt_header_t *, size_t, uint32_t *);
errno_t            72 uspace/lib/label/src/gpt.c static errno_t gpt_pmbr_create(label_bd_t *, size_t, uint64_t);
errno_t            73 uspace/lib/label/src/gpt.c static errno_t gpt_pmbr_destroy(label_bd_t *, size_t);
errno_t            94 uspace/lib/label/src/gpt.c static errno_t gpt_open(label_bd_t *bd, label_t **rlabel)
errno_t           113 uspace/lib/label/src/gpt.c 	errno_t rc;
errno_t           347 uspace/lib/label/src/gpt.c static errno_t gpt_create(label_bd_t *bd, label_t **rlabel)
errno_t           364 uspace/lib/label/src/gpt.c 	errno_t rc;
errno_t           512 uspace/lib/label/src/gpt.c static errno_t gpt_destroy(label_t *label)
errno_t           518 uspace/lib/label/src/gpt.c 	errno_t rc;
errno_t           587 uspace/lib/label/src/gpt.c static errno_t gpt_get_info(label_t *label, label_info_t *linfo)
errno_t           633 uspace/lib/label/src/gpt.c static errno_t gpt_part_create(label_t *label, label_part_spec_t *pspec,
errno_t           638 uspace/lib/label/src/gpt.c 	errno_t rc;
errno_t           705 uspace/lib/label/src/gpt.c static errno_t gpt_part_destroy(label_part_t *part)
errno_t           708 uspace/lib/label/src/gpt.c 	errno_t rc;
errno_t           724 uspace/lib/label/src/gpt.c static errno_t gpt_suggest_ptype(label_t *label, label_pcnt_t pcnt,
errno_t           728 uspace/lib/label/src/gpt.c 	errno_t rc;
errno_t           757 uspace/lib/label/src/gpt.c static errno_t gpt_check_free_idx(label_t *label, int index)
errno_t           780 uspace/lib/label/src/gpt.c static errno_t gpt_check_free_range(label_t *label, uint64_t block0,
errno_t           805 uspace/lib/label/src/gpt.c static errno_t gpt_part_to_pte(label_part_t *part, gpt_entry_t *pte)
errno_t           823 uspace/lib/label/src/gpt.c static errno_t gpt_pte_to_part(label_t *label, gpt_entry_t *pte, int index)
errno_t           865 uspace/lib/label/src/gpt.c static errno_t gpt_pte_update(label_t *label, gpt_entry_t *pte, int index)
errno_t           875 uspace/lib/label/src/gpt.c 	errno_t rc;
errno_t           930 uspace/lib/label/src/gpt.c static errno_t gpt_update_pt_crc(label_t *label, uint32_t crc)
errno_t           933 uspace/lib/label/src/gpt.c 	errno_t rc;
errno_t           977 uspace/lib/label/src/gpt.c static errno_t gpt_hdr_get_crc(gpt_header_t *hdr, size_t hdr_size, uint32_t *crc)
errno_t           994 uspace/lib/label/src/gpt.c static errno_t gpt_pmbr_create(label_bd_t *bd, size_t bsize, uint64_t nblocks)
errno_t           998 uspace/lib/label/src/gpt.c 	errno_t rc;
errno_t          1032 uspace/lib/label/src/gpt.c static errno_t gpt_pmbr_destroy(label_bd_t *bd, size_t bsize)
errno_t          1035 uspace/lib/label/src/gpt.c 	errno_t rc;
errno_t            53 uspace/lib/label/src/label.c errno_t label_open(label_bd_t *bd, label_t **rlabel)
errno_t            56 uspace/lib/label/src/label.c 	errno_t rc;
errno_t            69 uspace/lib/label/src/label.c errno_t label_create(label_bd_t *bd, label_type_t ltype, label_t **rlabel)
errno_t            98 uspace/lib/label/src/label.c errno_t label_destroy(label_t *label)
errno_t           103 uspace/lib/label/src/label.c errno_t label_get_info(label_t *label, label_info_t *linfo)
errno_t           123 uspace/lib/label/src/label.c errno_t label_part_create(label_t *label, label_part_spec_t *pspec,
errno_t           129 uspace/lib/label/src/label.c errno_t label_part_destroy(label_part_t *part)
errno_t           139 uspace/lib/label/src/label.c errno_t label_suggest_ptype(label_t *label, label_pcnt_t pcnt,
errno_t            45 uspace/lib/label/src/mbr.c static errno_t mbr_open(label_bd_t *, label_t **);
errno_t            46 uspace/lib/label/src/mbr.c static errno_t mbr_open_ext(label_t *);
errno_t            47 uspace/lib/label/src/mbr.c static errno_t mbr_create(label_bd_t *, label_t **);
errno_t            49 uspace/lib/label/src/mbr.c static errno_t mbr_destroy(label_t *);
errno_t            50 uspace/lib/label/src/mbr.c static errno_t mbr_get_info(label_t *, label_info_t *);
errno_t            54 uspace/lib/label/src/mbr.c static errno_t mbr_part_create(label_t *, label_part_spec_t *, label_part_t **);
errno_t            55 uspace/lib/label/src/mbr.c static errno_t mbr_part_destroy(label_part_t *);
errno_t            56 uspace/lib/label/src/mbr.c static errno_t mbr_suggest_ptype(label_t *, label_pcnt_t, label_ptype_t *);
errno_t            58 uspace/lib/label/src/mbr.c static errno_t mbr_check_free_idx(label_t *, int);
errno_t            59 uspace/lib/label/src/mbr.c static errno_t mbr_check_free_pri_range(label_t *, uint64_t, uint64_t);
errno_t            60 uspace/lib/label/src/mbr.c static errno_t mbr_check_free_log_range(label_t *, uint64_t, uint64_t, uint64_t);
errno_t            63 uspace/lib/label/src/mbr.c static errno_t mbr_part_to_pte(label_part_t *, mbr_pte_t *);
errno_t            64 uspace/lib/label/src/mbr.c static errno_t mbr_pte_to_part(label_t *, mbr_pte_t *, int);
errno_t            65 uspace/lib/label/src/mbr.c static errno_t mbr_pte_to_log_part(label_t *, uint64_t, mbr_pte_t *);
errno_t            67 uspace/lib/label/src/mbr.c static errno_t mbr_pte_update(label_t *, mbr_pte_t *, int);
errno_t            68 uspace/lib/label/src/mbr.c static errno_t mbr_log_part_insert(label_t *, label_part_t *);
errno_t            69 uspace/lib/label/src/mbr.c static errno_t mbr_ebr_create(label_t *, label_part_t *);
errno_t            70 uspace/lib/label/src/mbr.c static errno_t mbr_ebr_delete(label_t *, label_part_t *);
errno_t            71 uspace/lib/label/src/mbr.c static errno_t mbr_ebr_update_next(label_t *, label_part_t *);
errno_t            88 uspace/lib/label/src/mbr.c static errno_t mbr_open(label_bd_t *bd, label_t **rlabel)
errno_t            98 uspace/lib/label/src/mbr.c 	errno_t rc;
errno_t           204 uspace/lib/label/src/mbr.c static errno_t mbr_open_ext(label_t *label)
errno_t           217 uspace/lib/label/src/mbr.c 	errno_t rc;
errno_t           302 uspace/lib/label/src/mbr.c static errno_t mbr_create(label_bd_t *bd, label_t **rlabel)
errno_t           309 uspace/lib/label/src/mbr.c 	errno_t rc;
errno_t           393 uspace/lib/label/src/mbr.c static errno_t mbr_destroy(label_t *label)
errno_t           397 uspace/lib/label/src/mbr.c 	errno_t rc;
errno_t           437 uspace/lib/label/src/mbr.c static errno_t mbr_get_info(label_t *label, label_info_t *linfo)
errno_t           558 uspace/lib/label/src/mbr.c static errno_t mbr_part_create(label_t *label, label_part_spec_t *pspec,
errno_t           565 uspace/lib/label/src/mbr.c 	errno_t rc;
errno_t           706 uspace/lib/label/src/mbr.c static errno_t mbr_part_destroy(label_part_t *part)
errno_t           712 uspace/lib/label/src/mbr.c 	errno_t rc;
errno_t           788 uspace/lib/label/src/mbr.c static errno_t mbr_suggest_ptype(label_t *label, label_pcnt_t pcnt,
errno_t           825 uspace/lib/label/src/mbr.c static errno_t mbr_check_free_idx(label_t *label, int index)
errno_t           842 uspace/lib/label/src/mbr.c static errno_t mbr_check_free_pri_range(label_t *label, uint64_t block0,
errno_t           862 uspace/lib/label/src/mbr.c static errno_t mbr_check_free_log_range(label_t *label, uint64_t hdr_blocks,
errno_t           888 uspace/lib/label/src/mbr.c static errno_t mbr_part_to_pte(label_part_t *part, mbr_pte_t *pte)
errno_t           904 uspace/lib/label/src/mbr.c static errno_t mbr_pte_to_part(label_t *label, mbr_pte_t *pte, int index)
errno_t           942 uspace/lib/label/src/mbr.c static errno_t mbr_pte_to_log_part(label_t *label, uint64_t ebr_b0,
errno_t          1020 uspace/lib/label/src/mbr.c static errno_t mbr_pte_update(label_t *label, mbr_pte_t *pte, int index)
errno_t          1023 uspace/lib/label/src/mbr.c 	errno_t rc;
errno_t          1051 uspace/lib/label/src/mbr.c static errno_t mbr_log_part_insert(label_t *label, label_part_t *part)
errno_t          1077 uspace/lib/label/src/mbr.c static errno_t mbr_ebr_create(label_t *label, label_part_t *part)
errno_t          1081 uspace/lib/label/src/mbr.c 	errno_t rc;
errno_t          1110 uspace/lib/label/src/mbr.c static errno_t mbr_ebr_delete(label_t *label, label_part_t *part)
errno_t          1114 uspace/lib/label/src/mbr.c 	errno_t rc;
errno_t          1136 uspace/lib/label/src/mbr.c static errno_t mbr_ebr_update_next(label_t *label, label_part_t *part)
errno_t          1141 uspace/lib/label/src/mbr.c 	errno_t rc;
errno_t            39 uspace/lib/label/test/label.c static errno_t label_test_get_bsize(void *, size_t *);
errno_t            40 uspace/lib/label/test/label.c static errno_t label_test_get_nblocks(void *, aoff64_t *);
errno_t            41 uspace/lib/label/test/label.c static errno_t label_test_read(void *, aoff64_t, size_t, void *);
errno_t            42 uspace/lib/label/test/label.c static errno_t label_test_write(void *, aoff64_t, size_t, const void *);
errno_t            69 uspace/lib/label/test/label.c static errno_t test_bd_create(size_t bsize, aoff64_t nblocks, test_bd_t **rbd)
errno_t           101 uspace/lib/label/test/label.c static errno_t label_test_get_bsize(void *arg, size_t *bsize)
errno_t           110 uspace/lib/label/test/label.c static errno_t label_test_get_nblocks(void *arg, aoff64_t *nblocks)
errno_t           119 uspace/lib/label/test/label.c static errno_t label_test_read(void *arg, aoff64_t ba, size_t cnt, void *buf)
errno_t           131 uspace/lib/label/test/label.c static errno_t label_test_write(void *arg, aoff64_t ba, size_t cnt, const void *data)
errno_t           149 uspace/lib/label/test/label.c 	errno_t rc;
errno_t           185 uspace/lib/label/test/label.c 	errno_t rc;
errno_t           247 uspace/lib/label/test/label.c 	errno_t rc;
errno_t           310 uspace/lib/label/test/label.c 	errno_t rc;
errno_t           401 uspace/lib/label/test/label.c 	errno_t rc;
errno_t           540 uspace/lib/label/test/label.c 	errno_t rc;
errno_t            47 uspace/lib/memgfx/include/memgfx/memgc.h extern errno_t mem_gc_create(gfx_rect_t *, gfx_bitmap_alloc_t *,
errno_t            49 uspace/lib/memgfx/include/memgfx/memgc.h extern errno_t mem_gc_delete(mem_gc_t *);
errno_t            46 uspace/lib/memgfx/include/memgfx/xlategc.h extern errno_t xlate_gc_create(gfx_coord2_t *, gfx_context_t *, xlate_gc_t **);
errno_t            47 uspace/lib/memgfx/include/memgfx/xlategc.h extern errno_t xlate_gc_delete(xlate_gc_t *);
errno_t            52 uspace/lib/memgfx/include/types/memgfx/memgc.h 	errno_t (*cursor_get_pos)(void *, gfx_coord2_t *);
errno_t            54 uspace/lib/memgfx/include/types/memgfx/memgc.h 	errno_t (*cursor_set_pos)(void *, gfx_coord2_t *);
errno_t            56 uspace/lib/memgfx/include/types/memgfx/memgc.h 	errno_t (*cursor_set_visible)(void *, bool);
errno_t            50 uspace/lib/memgfx/src/memgc.c static errno_t mem_gc_set_clip_rect(void *, gfx_rect_t *);
errno_t            51 uspace/lib/memgfx/src/memgc.c static errno_t mem_gc_set_color(void *, gfx_color_t *);
errno_t            52 uspace/lib/memgfx/src/memgc.c static errno_t mem_gc_fill_rect(void *, gfx_rect_t *);
errno_t            53 uspace/lib/memgfx/src/memgc.c static errno_t mem_gc_update(void *);
errno_t            54 uspace/lib/memgfx/src/memgc.c static errno_t mem_gc_bitmap_create(void *, gfx_bitmap_params_t *,
errno_t            56 uspace/lib/memgfx/src/memgc.c static errno_t mem_gc_bitmap_destroy(void *);
errno_t            57 uspace/lib/memgfx/src/memgc.c static errno_t mem_gc_bitmap_render(void *, gfx_rect_t *, gfx_coord2_t *);
errno_t            58 uspace/lib/memgfx/src/memgc.c static errno_t mem_gc_bitmap_get_alloc(void *, gfx_bitmap_alloc_t *);
errno_t            59 uspace/lib/memgfx/src/memgc.c static errno_t mem_gc_cursor_get_pos(void *, gfx_coord2_t *);
errno_t            60 uspace/lib/memgfx/src/memgc.c static errno_t mem_gc_cursor_set_pos(void *, gfx_coord2_t *);
errno_t            61 uspace/lib/memgfx/src/memgc.c static errno_t mem_gc_cursor_set_visible(void *, bool);
errno_t            85 uspace/lib/memgfx/src/memgc.c static errno_t mem_gc_set_clip_rect(void *arg, gfx_rect_t *rect)
errno_t           106 uspace/lib/memgfx/src/memgc.c static errno_t mem_gc_set_color(void *arg, gfx_color_t *color)
errno_t           125 uspace/lib/memgfx/src/memgc.c static errno_t mem_gc_fill_rect(void *arg, gfx_rect_t *rect)
errno_t           158 uspace/lib/memgfx/src/memgc.c static errno_t mem_gc_update(void *arg)
errno_t           178 uspace/lib/memgfx/src/memgc.c errno_t mem_gc_create(gfx_rect_t *rect, gfx_bitmap_alloc_t *alloc,
errno_t           183 uspace/lib/memgfx/src/memgc.c 	errno_t rc;
errno_t           216 uspace/lib/memgfx/src/memgc.c errno_t mem_gc_delete(mem_gc_t *mgc)
errno_t           218 uspace/lib/memgfx/src/memgc.c 	errno_t rc;
errno_t           265 uspace/lib/memgfx/src/memgc.c errno_t mem_gc_bitmap_create(void *arg, gfx_bitmap_params_t *params,
errno_t           271 uspace/lib/memgfx/src/memgc.c 	errno_t rc;
errno_t           352 uspace/lib/memgfx/src/memgc.c static errno_t mem_gc_bitmap_destroy(void *bm)
errno_t           374 uspace/lib/memgfx/src/memgc.c static errno_t mem_gc_bitmap_render(void *bm, gfx_rect_t *srect0,
errno_t           465 uspace/lib/memgfx/src/memgc.c static errno_t mem_gc_bitmap_get_alloc(void *bm, gfx_bitmap_alloc_t *alloc)
errno_t           479 uspace/lib/memgfx/src/memgc.c static errno_t mem_gc_cursor_get_pos(void *arg, gfx_coord2_t *pos)
errno_t           496 uspace/lib/memgfx/src/memgc.c static errno_t mem_gc_cursor_set_pos(void *arg, gfx_coord2_t *pos)
errno_t           513 uspace/lib/memgfx/src/memgc.c static errno_t mem_gc_cursor_set_visible(void *arg, bool visible)
errno_t            48 uspace/lib/memgfx/src/xlategc.c static errno_t xlate_gc_set_clip_rect(void *, gfx_rect_t *);
errno_t            49 uspace/lib/memgfx/src/xlategc.c static errno_t xlate_gc_set_color(void *, gfx_color_t *);
errno_t            50 uspace/lib/memgfx/src/xlategc.c static errno_t xlate_gc_fill_rect(void *, gfx_rect_t *);
errno_t            51 uspace/lib/memgfx/src/xlategc.c static errno_t xlate_gc_update(void *);
errno_t            52 uspace/lib/memgfx/src/xlategc.c static errno_t xlate_gc_bitmap_create(void *, gfx_bitmap_params_t *,
errno_t            54 uspace/lib/memgfx/src/xlategc.c static errno_t xlate_gc_bitmap_destroy(void *);
errno_t            55 uspace/lib/memgfx/src/xlategc.c static errno_t xlate_gc_bitmap_render(void *, gfx_rect_t *, gfx_coord2_t *);
errno_t            56 uspace/lib/memgfx/src/xlategc.c static errno_t xlate_gc_bitmap_get_alloc(void *, gfx_bitmap_alloc_t *);
errno_t            57 uspace/lib/memgfx/src/xlategc.c static errno_t xlate_gc_cursor_get_pos(void *, gfx_coord2_t *);
errno_t            58 uspace/lib/memgfx/src/xlategc.c static errno_t xlate_gc_cursor_set_pos(void *, gfx_coord2_t *);
errno_t            59 uspace/lib/memgfx/src/xlategc.c static errno_t xlate_gc_cursor_set_visible(void *, bool);
errno_t            82 uspace/lib/memgfx/src/xlategc.c static errno_t xlate_gc_set_clip_rect(void *arg, gfx_rect_t *rect)
errno_t           104 uspace/lib/memgfx/src/xlategc.c static errno_t xlate_gc_set_color(void *arg, gfx_color_t *color)
errno_t           118 uspace/lib/memgfx/src/xlategc.c static errno_t xlate_gc_fill_rect(void *arg, gfx_rect_t *rect)
errno_t           133 uspace/lib/memgfx/src/xlategc.c static errno_t xlate_gc_update(void *arg)
errno_t           150 uspace/lib/memgfx/src/xlategc.c errno_t xlate_gc_create(gfx_coord2_t *off, gfx_context_t *bgc,
errno_t           155 uspace/lib/memgfx/src/xlategc.c 	errno_t rc;
errno_t           184 uspace/lib/memgfx/src/xlategc.c errno_t xlate_gc_delete(xlate_gc_t *xgc)
errno_t           186 uspace/lib/memgfx/src/xlategc.c 	errno_t rc;
errno_t           214 uspace/lib/memgfx/src/xlategc.c errno_t xlate_gc_bitmap_create(void *arg, gfx_bitmap_params_t *params,
errno_t           220 uspace/lib/memgfx/src/xlategc.c 	errno_t rc;
errno_t           244 uspace/lib/memgfx/src/xlategc.c static errno_t xlate_gc_bitmap_destroy(void *bm)
errno_t           247 uspace/lib/memgfx/src/xlategc.c 	errno_t rc;
errno_t           261 uspace/lib/memgfx/src/xlategc.c static errno_t xlate_gc_bitmap_render(void *bm, gfx_rect_t *srect0,
errno_t           281 uspace/lib/memgfx/src/xlategc.c static errno_t xlate_gc_bitmap_get_alloc(void *bm, gfx_bitmap_alloc_t *alloc)
errno_t           294 uspace/lib/memgfx/src/xlategc.c static errno_t xlate_gc_cursor_get_pos(void *arg, gfx_coord2_t *pos)
errno_t           298 uspace/lib/memgfx/src/xlategc.c 	errno_t rc;
errno_t           315 uspace/lib/memgfx/src/xlategc.c static errno_t xlate_gc_cursor_set_pos(void *arg, gfx_coord2_t *pos)
errno_t           331 uspace/lib/memgfx/src/xlategc.c static errno_t xlate_gc_cursor_set_visible(void *arg, bool visible)
errno_t            47 uspace/lib/memgfx/test/memgfx.c static errno_t test_cursor_get_pos(void *arg, gfx_coord2_t *);
errno_t            48 uspace/lib/memgfx/test/memgfx.c static errno_t test_cursor_set_pos(void *arg, gfx_coord2_t *);
errno_t            49 uspace/lib/memgfx/test/memgfx.c static errno_t test_cursor_set_visible(void *arg, bool);
errno_t            61 uspace/lib/memgfx/test/memgfx.c 	errno_t rc;
errno_t            88 uspace/lib/memgfx/test/memgfx.c 	errno_t rc;
errno_t           121 uspace/lib/memgfx/test/memgfx.c 	errno_t rc;
errno_t           201 uspace/lib/memgfx/test/memgfx.c 	errno_t rc;
errno_t           290 uspace/lib/memgfx/test/memgfx.c 	errno_t rc;
errno_t           328 uspace/lib/memgfx/test/memgfx.c 	errno_t rc;
errno_t           371 uspace/lib/memgfx/test/memgfx.c 	errno_t rc;
errno_t           413 uspace/lib/memgfx/test/memgfx.c 	errno_t rc;
errno_t           468 uspace/lib/memgfx/test/memgfx.c static errno_t test_cursor_get_pos(void *arg, gfx_coord2_t *pos)
errno_t           478 uspace/lib/memgfx/test/memgfx.c static errno_t test_cursor_set_pos(void *arg, gfx_coord2_t *pos)
errno_t           488 uspace/lib/memgfx/test/memgfx.c static errno_t test_cursor_set_visible(void *arg, bool visible)
errno_t            44 uspace/lib/memgfx/test/xlategc.c static errno_t testgc_set_clip_rect(void *, gfx_rect_t *);
errno_t            45 uspace/lib/memgfx/test/xlategc.c static errno_t testgc_set_color(void *, gfx_color_t *);
errno_t            46 uspace/lib/memgfx/test/xlategc.c static errno_t testgc_fill_rect(void *, gfx_rect_t *);
errno_t            47 uspace/lib/memgfx/test/xlategc.c static errno_t testgc_update(void *);
errno_t            48 uspace/lib/memgfx/test/xlategc.c static errno_t testgc_bitmap_create(void *, gfx_bitmap_params_t *,
errno_t            50 uspace/lib/memgfx/test/xlategc.c static errno_t testgc_bitmap_destroy(void *);
errno_t            51 uspace/lib/memgfx/test/xlategc.c static errno_t testgc_bitmap_render(void *, gfx_rect_t *, gfx_coord2_t *);
errno_t            52 uspace/lib/memgfx/test/xlategc.c static errno_t testgc_bitmap_get_alloc(void *, gfx_bitmap_alloc_t *);
errno_t            53 uspace/lib/memgfx/test/xlategc.c static errno_t testgc_cursor_get_pos(void *, gfx_coord2_t *);
errno_t            54 uspace/lib/memgfx/test/xlategc.c static errno_t testgc_cursor_set_pos(void *, gfx_coord2_t *);
errno_t            55 uspace/lib/memgfx/test/xlategc.c static errno_t testgc_cursor_set_visible(void *, bool);
errno_t            73 uspace/lib/memgfx/test/xlategc.c 	errno_t rc;
errno_t           145 uspace/lib/memgfx/test/xlategc.c 	errno_t rc;
errno_t           168 uspace/lib/memgfx/test/xlategc.c 	errno_t rc;
errno_t           214 uspace/lib/memgfx/test/xlategc.c 	errno_t rc;
errno_t           257 uspace/lib/memgfx/test/xlategc.c 	errno_t rc;
errno_t           303 uspace/lib/memgfx/test/xlategc.c 	errno_t rc;
errno_t           351 uspace/lib/memgfx/test/xlategc.c 	errno_t rc;
errno_t           404 uspace/lib/memgfx/test/xlategc.c 	errno_t rc;
errno_t           468 uspace/lib/memgfx/test/xlategc.c 	errno_t rc;
errno_t           536 uspace/lib/memgfx/test/xlategc.c 	errno_t rc;
errno_t           595 uspace/lib/memgfx/test/xlategc.c 	errno_t rc;
errno_t           636 uspace/lib/memgfx/test/xlategc.c 	errno_t rc;
errno_t           672 uspace/lib/memgfx/test/xlategc.c 	errno_t rc;
errno_t           718 uspace/lib/memgfx/test/xlategc.c static errno_t testgc_set_clip_rect(void *arg, gfx_rect_t *rect)
errno_t           734 uspace/lib/memgfx/test/xlategc.c static errno_t testgc_set_color(void *arg, gfx_color_t *color)
errno_t           751 uspace/lib/memgfx/test/xlategc.c static errno_t testgc_fill_rect(void *arg, gfx_rect_t *rect)
errno_t           766 uspace/lib/memgfx/test/xlategc.c static errno_t testgc_update(void *arg)
errno_t           782 uspace/lib/memgfx/test/xlategc.c static errno_t testgc_bitmap_create(void *arg, gfx_bitmap_params_t *params,
errno_t           812 uspace/lib/memgfx/test/xlategc.c static errno_t testgc_bitmap_destroy(void *bitmap)
errno_t           829 uspace/lib/memgfx/test/xlategc.c static errno_t testgc_bitmap_render(void *bitmap, gfx_rect_t *srect,
errno_t           850 uspace/lib/memgfx/test/xlategc.c static errno_t testgc_bitmap_get_alloc(void *bitmap, gfx_bitmap_alloc_t *alloc)
errno_t           871 uspace/lib/memgfx/test/xlategc.c static errno_t testgc_cursor_get_pos(void *arg, gfx_coord2_t *pos)
errno_t           890 uspace/lib/memgfx/test/xlategc.c static errno_t testgc_cursor_set_pos(void *arg, gfx_coord2_t *pos)
errno_t           906 uspace/lib/memgfx/test/xlategc.c static errno_t testgc_cursor_set_visible(void *arg, bool visible)
errno_t            93 uspace/lib/nettl/include/nettl/amap.h extern errno_t amap_create(amap_t **);
errno_t            95 uspace/lib/nettl/include/nettl/amap.h extern errno_t amap_insert(amap_t *, inet_ep2_t *, void *, amap_flags_t,
errno_t            98 uspace/lib/nettl/include/nettl/amap.h extern errno_t amap_find_match(amap_t *, inet_ep2_t *, void **);
errno_t            60 uspace/lib/nettl/include/nettl/portrng.h extern errno_t portrng_create(portrng_t **);
errno_t            62 uspace/lib/nettl/include/nettl/portrng.h extern errno_t portrng_alloc(portrng_t *, uint16_t, void *,
errno_t            64 uspace/lib/nettl/include/nettl/portrng.h extern errno_t portrng_find_port(portrng_t *, uint16_t, void **);
errno_t            82 uspace/lib/nettl/src/amap.c errno_t amap_create(amap_t **rmap)
errno_t            85 uspace/lib/nettl/src/amap.c 	errno_t rc;
errno_t           133 uspace/lib/nettl/src/amap.c static errno_t amap_repla_find(amap_t *map, inet_ep_t *rep, inet_addr_t *la,
errno_t           177 uspace/lib/nettl/src/amap.c static errno_t amap_repla_insert(amap_t *map, inet_ep_t *rep, inet_addr_t *la,
errno_t           181 uspace/lib/nettl/src/amap.c 	errno_t rc;
errno_t           227 uspace/lib/nettl/src/amap.c static errno_t amap_laddr_find(amap_t *map, inet_addr_t *addr,
errno_t           250 uspace/lib/nettl/src/amap.c static errno_t amap_laddr_insert(amap_t *map, inet_addr_t *addr,
errno_t           254 uspace/lib/nettl/src/amap.c 	errno_t rc;
errno_t           299 uspace/lib/nettl/src/amap.c static errno_t amap_llink_find(amap_t *map, sysarg_t link_id,
errno_t           322 uspace/lib/nettl/src/amap.c static errno_t amap_llink_insert(amap_t *map, sysarg_t link_id,
errno_t           326 uspace/lib/nettl/src/amap.c 	errno_t rc;
errno_t           374 uspace/lib/nettl/src/amap.c static errno_t amap_insert_repla(amap_t *map, inet_ep2_t *epp, void *arg,
errno_t           379 uspace/lib/nettl/src/amap.c 	errno_t rc;
errno_t           419 uspace/lib/nettl/src/amap.c static errno_t amap_insert_laddr(amap_t *map, inet_ep2_t *epp, void *arg,
errno_t           424 uspace/lib/nettl/src/amap.c 	errno_t rc;
errno_t           463 uspace/lib/nettl/src/amap.c static errno_t amap_insert_llink(amap_t *map, inet_ep2_t *epp, void *arg,
errno_t           468 uspace/lib/nettl/src/amap.c 	errno_t rc;
errno_t           507 uspace/lib/nettl/src/amap.c static errno_t amap_insert_unspec(amap_t *map, inet_ep2_t *epp, void *arg,
errno_t           511 uspace/lib/nettl/src/amap.c 	errno_t rc;
errno_t           540 uspace/lib/nettl/src/amap.c errno_t amap_insert(amap_t *map, inet_ep2_t *epp, void *arg, amap_flags_t flags,
errno_t           545 uspace/lib/nettl/src/amap.c 	errno_t rc;
errno_t           601 uspace/lib/nettl/src/amap.c 	errno_t rc;
errno_t           626 uspace/lib/nettl/src/amap.c 	errno_t rc;
errno_t           651 uspace/lib/nettl/src/amap.c 	errno_t rc;
errno_t           723 uspace/lib/nettl/src/amap.c errno_t amap_find_match(amap_t *map, inet_ep2_t *epp, void **rarg)
errno_t           725 uspace/lib/nettl/src/amap.c 	errno_t rc;
errno_t            53 uspace/lib/nettl/src/portrng.c errno_t portrng_create(portrng_t **rpr)
errno_t            95 uspace/lib/nettl/src/portrng.c errno_t portrng_alloc(portrng_t *pr, uint16_t pnum, void *arg,
errno_t           165 uspace/lib/nettl/src/portrng.c errno_t portrng_find_port(portrng_t *pr, uint16_t pnum, void **rarg)
errno_t            97 uspace/lib/nic/include/nic.h typedef errno_t (*state_change_handler)(nic_t *);
errno_t           110 uspace/lib/nic/include/nic.h typedef errno_t (*unicast_mode_change_handler)(nic_t *,
errno_t           124 uspace/lib/nic/include/nic.h typedef errno_t (*multicast_mode_change_handler)(nic_t *,
errno_t           136 uspace/lib/nic/include/nic.h typedef errno_t (*broadcast_mode_change_handler)(nic_t *, nic_broadcast_mode_t);
errno_t           174 uspace/lib/nic/include/nic.h typedef errno_t (*wol_virtue_add_handler)(nic_t *, const nic_wol_virtue_t *);
errno_t           197 uspace/lib/nic/include/nic.h typedef errno_t (*poll_mode_change_handler)(nic_t *,
errno_t           213 uspace/lib/nic/include/nic.h extern errno_t nic_driver_init(const char *);
errno_t           218 uspace/lib/nic/include/nic.h extern errno_t nic_get_resources(nic_t *, hw_res_list_parsed_t *);
errno_t           241 uspace/lib/nic/include/nic.h extern errno_t nic_report_address(nic_t *, const nic_address_t *);
errno_t           242 uspace/lib/nic/include/nic.h extern errno_t nic_report_poll_mode(nic_t *, nic_poll_mode_t, struct timespec *);
errno_t           270 uspace/lib/nic/include/nic.h extern errno_t nic_query_vlan_mask(const nic_t *, nic_vlan_mask_t *);
errno_t            56 uspace/lib/nic/include/nic_addr_db.h extern errno_t nic_addr_db_init(nic_addr_db_t *db, size_t addr_len);
errno_t            59 uspace/lib/nic/include/nic_addr_db.h extern errno_t nic_addr_db_insert(nic_addr_db_t *db, const uint8_t *addr);
errno_t            60 uspace/lib/nic/include/nic_addr_db.h extern errno_t nic_addr_db_remove(nic_addr_db_t *db, const uint8_t *addr);
errno_t            45 uspace/lib/nic/include/nic_ev.h extern errno_t nic_ev_addr_changed(async_sess_t *, const nic_address_t *);
errno_t            46 uspace/lib/nic/include/nic_ev.h extern errno_t nic_ev_device_state(async_sess_t *, sysarg_t);
errno_t            47 uspace/lib/nic/include/nic_ev.h extern errno_t nic_ev_received(async_sess_t *, void *, size_t);
errno_t            50 uspace/lib/nic/include/nic_impl.h extern errno_t nic_get_address_impl(ddf_fun_t *dev_fun, nic_address_t *address);
errno_t            51 uspace/lib/nic/include/nic_impl.h extern errno_t nic_send_frame_impl(ddf_fun_t *dev_fun, void *data, size_t size);
errno_t            52 uspace/lib/nic/include/nic_impl.h extern errno_t nic_callback_create_impl(ddf_fun_t *dev_fun);
errno_t            53 uspace/lib/nic/include/nic_impl.h extern errno_t nic_get_state_impl(ddf_fun_t *dev_fun, nic_device_state_t *state);
errno_t            54 uspace/lib/nic/include/nic_impl.h extern errno_t nic_set_state_impl(ddf_fun_t *dev_fun, nic_device_state_t state);
errno_t            55 uspace/lib/nic/include/nic_impl.h extern errno_t nic_get_stats_impl(ddf_fun_t *dev_fun, nic_device_stats_t *stats);
errno_t            56 uspace/lib/nic/include/nic_impl.h extern errno_t nic_unicast_get_mode_impl(ddf_fun_t *dev_fun,
errno_t            58 uspace/lib/nic/include/nic_impl.h extern errno_t nic_unicast_set_mode_impl(ddf_fun_t *dev_fun,
errno_t            60 uspace/lib/nic/include/nic_impl.h extern errno_t nic_multicast_get_mode_impl(ddf_fun_t *dev_fun,
errno_t            62 uspace/lib/nic/include/nic_impl.h extern errno_t nic_multicast_set_mode_impl(ddf_fun_t *dev_fun,
errno_t            64 uspace/lib/nic/include/nic_impl.h extern errno_t nic_broadcast_get_mode_impl(ddf_fun_t *, nic_broadcast_mode_t *);
errno_t            65 uspace/lib/nic/include/nic_impl.h extern errno_t nic_broadcast_set_mode_impl(ddf_fun_t *, nic_broadcast_mode_t);
errno_t            66 uspace/lib/nic/include/nic_impl.h extern errno_t nic_blocked_sources_get_impl(ddf_fun_t *,
errno_t            68 uspace/lib/nic/include/nic_impl.h extern errno_t nic_blocked_sources_set_impl(ddf_fun_t *, const nic_address_t *, size_t);
errno_t            69 uspace/lib/nic/include/nic_impl.h extern errno_t nic_vlan_get_mask_impl(ddf_fun_t *, nic_vlan_mask_t *);
errno_t            70 uspace/lib/nic/include/nic_impl.h extern errno_t nic_vlan_set_mask_impl(ddf_fun_t *, const nic_vlan_mask_t *);
errno_t            71 uspace/lib/nic/include/nic_impl.h extern errno_t nic_wol_virtue_add_impl(ddf_fun_t *dev_fun, nic_wv_type_t type,
errno_t            73 uspace/lib/nic/include/nic_impl.h extern errno_t nic_wol_virtue_remove_impl(ddf_fun_t *dev_fun, nic_wv_id_t id);
errno_t            74 uspace/lib/nic/include/nic_impl.h extern errno_t nic_wol_virtue_probe_impl(ddf_fun_t *dev_fun, nic_wv_id_t id,
errno_t            76 uspace/lib/nic/include/nic_impl.h extern errno_t nic_wol_virtue_list_impl(ddf_fun_t *dev_fun, nic_wv_type_t type,
errno_t            78 uspace/lib/nic/include/nic_impl.h extern errno_t nic_wol_virtue_get_caps_impl(ddf_fun_t *, nic_wv_type_t, int *);
errno_t            79 uspace/lib/nic/include/nic_impl.h extern errno_t nic_poll_get_mode_impl(ddf_fun_t *,
errno_t            81 uspace/lib/nic/include/nic_impl.h extern errno_t nic_poll_set_mode_impl(ddf_fun_t *,
errno_t            83 uspace/lib/nic/include/nic_impl.h extern errno_t nic_poll_now_impl(ddf_fun_t *);
errno_t            86 uspace/lib/nic/include/nic_impl.h extern errno_t nic_open_impl(ddf_fun_t *fun);
errno_t           116 uspace/lib/nic/include/nic_rx_control.h extern errno_t nic_rxc_init(nic_rxc_t *rxc);
errno_t           117 uspace/lib/nic/include/nic_rx_control.h extern errno_t nic_rxc_clear(nic_rxc_t *rxc);
errno_t           118 uspace/lib/nic/include/nic_rx_control.h extern errno_t nic_rxc_set_addr(nic_rxc_t *rxc,
errno_t           128 uspace/lib/nic/include/nic_rx_control.h extern errno_t nic_rxc_unicast_set_mode(nic_rxc_t *rxc, nic_unicast_mode_t mode,
errno_t           132 uspace/lib/nic/include/nic_rx_control.h extern errno_t nic_rxc_multicast_set_mode(nic_rxc_t *, nic_multicast_mode_t mode,
errno_t           136 uspace/lib/nic/include/nic_rx_control.h extern errno_t nic_rxc_broadcast_set_mode(nic_rxc_t *,
errno_t           140 uspace/lib/nic/include/nic_rx_control.h extern errno_t nic_rxc_blocked_sources_set(nic_rxc_t *,
errno_t           142 uspace/lib/nic/include/nic_rx_control.h extern errno_t nic_rxc_vlan_get_mask(const nic_rxc_t *rxc, nic_vlan_mask_t *mask);
errno_t           143 uspace/lib/nic/include/nic_rx_control.h extern errno_t nic_rxc_vlan_set_mask(nic_rxc_t *rxc, const nic_vlan_mask_t *mask);
errno_t            76 uspace/lib/nic/include/nic_wol_virtues.h extern errno_t nic_wol_virtues_init(nic_wol_virtues_t *);
errno_t            78 uspace/lib/nic/include/nic_wol_virtues.h extern errno_t nic_wol_virtues_verify(nic_wv_type_t, const void *, size_t);
errno_t            79 uspace/lib/nic/include/nic_wol_virtues.h extern errno_t nic_wol_virtues_list(const nic_wol_virtues_t *, nic_wv_type_t type,
errno_t            81 uspace/lib/nic/include/nic_wol_virtues.h extern errno_t nic_wol_virtues_add(nic_wol_virtues_t *, nic_wol_virtue_t *);
errno_t           122 uspace/lib/nic/src/nic_addr_db.c errno_t nic_addr_db_init(nic_addr_db_t *db, size_t addr_len)
errno_t           169 uspace/lib/nic/src/nic_addr_db.c errno_t nic_addr_db_insert(nic_addr_db_t *db, const uint8_t *addr)
errno_t           201 uspace/lib/nic/src/nic_addr_db.c errno_t nic_addr_db_remove(nic_addr_db_t *db, const uint8_t *addr)
errno_t            63 uspace/lib/nic/src/nic_driver.c errno_t nic_driver_init(const char *name)
errno_t           245 uspace/lib/nic/src/nic_driver.c errno_t nic_get_resources(nic_t *nic_data, hw_res_list_parsed_t *resources)
errno_t           401 uspace/lib/nic/src/nic_driver.c errno_t nic_report_poll_mode(nic_t *nic_data, nic_poll_mode_t mode,
errno_t           404 uspace/lib/nic/src/nic_driver.c 	errno_t rc = EOK;
errno_t           425 uspace/lib/nic/src/nic_driver.c errno_t nic_report_address(nic_t *nic_data, const nic_address_t *address)
errno_t           436 uspace/lib/nic/src/nic_driver.c 		errno_t rc = nic_ev_addr_changed(nic_data->client_session,
errno_t           452 uspace/lib/nic/src/nic_driver.c 	errno_t rc = nic_rxc_set_addr(&nic_data->rx_control,
errno_t           813 uspace/lib/nic/src/nic_driver.c errno_t nic_query_vlan_mask(const nic_t *nic_data, nic_vlan_mask_t *mask)
errno_t          1045 uspace/lib/nic/src/nic_driver.c static errno_t period_fibril_fun(void *data)
errno_t            44 uspace/lib/nic/src/nic_ev.c errno_t nic_ev_addr_changed(async_sess_t *sess, const nic_address_t *addr)
errno_t            50 uspace/lib/nic/src/nic_ev.c 	errno_t retval = async_data_write_start(exch, addr,
errno_t            65 uspace/lib/nic/src/nic_ev.c errno_t nic_ev_device_state(async_sess_t *sess, sysarg_t state)
errno_t            67 uspace/lib/nic/src/nic_ev.c 	errno_t rc;
errno_t            77 uspace/lib/nic/src/nic_ev.c errno_t nic_ev_received(async_sess_t *sess, void *data, size_t size)
errno_t            83 uspace/lib/nic/src/nic_ev.c 	errno_t retval = async_data_write_start(exch, data, size);
errno_t            54 uspace/lib/nic/src/nic_impl.c errno_t nic_get_state_impl(ddf_fun_t *fun, nic_device_state_t *state)
errno_t            74 uspace/lib/nic/src/nic_impl.c errno_t nic_set_state_impl(ddf_fun_t *fun, nic_device_state_t state)
errno_t           110 uspace/lib/nic/src/nic_impl.c 		errno_t rc = event_handler(nic_data);
errno_t           119 uspace/lib/nic/src/nic_impl.c 		errno_t rc = nic_ev_addr_changed(nic_data->client_session,
errno_t           172 uspace/lib/nic/src/nic_impl.c errno_t nic_send_frame_impl(ddf_fun_t *fun, void *data, size_t size)
errno_t           195 uspace/lib/nic/src/nic_impl.c errno_t nic_callback_create_impl(ddf_fun_t *fun)
errno_t           220 uspace/lib/nic/src/nic_impl.c errno_t nic_get_address_impl(ddf_fun_t *fun, nic_address_t *address)
errno_t           239 uspace/lib/nic/src/nic_impl.c errno_t nic_get_stats_impl(ddf_fun_t *fun, nic_device_stats_t *stats)
errno_t           261 uspace/lib/nic/src/nic_impl.c errno_t nic_unicast_get_mode_impl(ddf_fun_t *fun, nic_unicast_mode_t *mode,
errno_t           285 uspace/lib/nic/src/nic_impl.c errno_t nic_unicast_set_mode_impl(ddf_fun_t *fun,
errno_t           298 uspace/lib/nic/src/nic_impl.c 	errno_t rc = ENOTSUP;
errno_t           328 uspace/lib/nic/src/nic_impl.c errno_t nic_multicast_get_mode_impl(ddf_fun_t *fun, nic_multicast_mode_t *mode,
errno_t           352 uspace/lib/nic/src/nic_impl.c errno_t nic_multicast_set_mode_impl(ddf_fun_t *fun,	nic_multicast_mode_t mode,
errno_t           365 uspace/lib/nic/src/nic_impl.c 	errno_t rc = ENOTSUP;
errno_t           385 uspace/lib/nic/src/nic_impl.c errno_t nic_broadcast_get_mode_impl(ddf_fun_t *fun, nic_broadcast_mode_t *mode)
errno_t           405 uspace/lib/nic/src/nic_impl.c errno_t nic_broadcast_set_mode_impl(ddf_fun_t *fun, nic_broadcast_mode_t mode)
errno_t           409 uspace/lib/nic/src/nic_impl.c 	errno_t rc = ENOTSUP;
errno_t           431 uspace/lib/nic/src/nic_impl.c errno_t nic_blocked_sources_get_impl(ddf_fun_t *fun,
errno_t           454 uspace/lib/nic/src/nic_impl.c errno_t nic_blocked_sources_set_impl(ddf_fun_t *fun,
errno_t           462 uspace/lib/nic/src/nic_impl.c 	errno_t rc = nic_rxc_blocked_sources_set(&nic_data->rx_control,
errno_t           477 uspace/lib/nic/src/nic_impl.c errno_t nic_vlan_get_mask_impl(ddf_fun_t *fun, nic_vlan_mask_t *mask)
errno_t           481 uspace/lib/nic/src/nic_impl.c 	errno_t rc = nic_rxc_vlan_get_mask(&nic_data->rx_control, mask);
errno_t           495 uspace/lib/nic/src/nic_impl.c errno_t nic_vlan_set_mask_impl(ddf_fun_t *fun, const nic_vlan_mask_t *mask)
errno_t           499 uspace/lib/nic/src/nic_impl.c 	errno_t rc = nic_rxc_vlan_set_mask(&nic_data->rx_control, mask);
errno_t           522 uspace/lib/nic/src/nic_impl.c errno_t nic_wol_virtue_add_impl(ddf_fun_t *fun, nic_wv_type_t type,
errno_t           568 uspace/lib/nic/src/nic_impl.c 	errno_t rc = nic_data->on_wol_virtue_add(nic_data, virtue);
errno_t           601 uspace/lib/nic/src/nic_impl.c errno_t nic_wol_virtue_remove_impl(ddf_fun_t *fun, nic_wv_id_t id)
errno_t           637 uspace/lib/nic/src/nic_impl.c errno_t nic_wol_virtue_probe_impl(ddf_fun_t *fun, nic_wv_id_t id,
errno_t           675 uspace/lib/nic/src/nic_impl.c errno_t nic_wol_virtue_list_impl(ddf_fun_t *fun, nic_wv_type_t type,
errno_t           680 uspace/lib/nic/src/nic_impl.c 	errno_t rc = nic_wol_virtues_list(&nic_data->wol_virtues, type,
errno_t           696 uspace/lib/nic/src/nic_impl.c errno_t nic_wol_virtue_get_caps_impl(ddf_fun_t *fun, nic_wv_type_t type, int *count)
errno_t           718 uspace/lib/nic/src/nic_impl.c errno_t nic_poll_get_mode_impl(ddf_fun_t *fun,
errno_t           741 uspace/lib/nic/src/nic_impl.c errno_t nic_poll_set_mode_impl(ddf_fun_t *fun,
errno_t           764 uspace/lib/nic/src/nic_impl.c 	errno_t rc = nic_data->on_poll_mode_change(nic_data, mode, period);
errno_t           793 uspace/lib/nic/src/nic_impl.c errno_t nic_poll_now_impl(ddf_fun_t *fun)
errno_t           831 uspace/lib/nic/src/nic_impl.c errno_t nic_open_impl(ddf_fun_t *fun)
errno_t            54 uspace/lib/nic/src/nic_rx_control.c errno_t nic_rxc_init(nic_rxc_t *rxc)
errno_t            57 uspace/lib/nic/src/nic_rx_control.c 	errno_t rc;
errno_t            86 uspace/lib/nic/src/nic_rx_control.c errno_t nic_rxc_clear(nic_rxc_t *rxc)
errno_t           105 uspace/lib/nic/src/nic_rx_control.c errno_t nic_rxc_set_addr(nic_rxc_t *rxc, const nic_address_t *prev_addr,
errno_t           109 uspace/lib/nic/src/nic_rx_control.c 		errno_t rc = nic_addr_db_remove(&rxc->unicast_addrs,
errno_t           175 uspace/lib/nic/src/nic_rx_control.c errno_t nic_rxc_unicast_set_mode(nic_rxc_t *rxc, nic_unicast_mode_t mode,
errno_t           190 uspace/lib/nic/src/nic_rx_control.c 		errno_t rc = nic_addr_db_insert(&rxc->unicast_addrs,
errno_t           239 uspace/lib/nic/src/nic_rx_control.c errno_t nic_rxc_multicast_set_mode(nic_rxc_t *rxc, nic_multicast_mode_t mode,
errno_t           253 uspace/lib/nic/src/nic_rx_control.c 		errno_t rc = nic_addr_db_insert(&rxc->multicast_addrs,
errno_t           281 uspace/lib/nic/src/nic_rx_control.c errno_t nic_rxc_broadcast_set_mode(nic_rxc_t *rxc, nic_broadcast_mode_t mode)
errno_t           322 uspace/lib/nic/src/nic_rx_control.c errno_t nic_rxc_blocked_sources_set(nic_rxc_t *rxc,
errno_t           332 uspace/lib/nic/src/nic_rx_control.c 		errno_t rc = nic_addr_db_insert(&rxc->blocked_sources,
errno_t           350 uspace/lib/nic/src/nic_rx_control.c errno_t nic_rxc_vlan_get_mask(const nic_rxc_t *rxc, nic_vlan_mask_t *mask)
errno_t           368 uspace/lib/nic/src/nic_rx_control.c errno_t nic_rxc_vlan_set_mask(nic_rxc_t *rxc, const nic_vlan_mask_t *mask)
errno_t            74 uspace/lib/nic/src/nic_wol_virtues.c errno_t nic_wol_virtues_init(nic_wol_virtues_t *wvs)
errno_t           127 uspace/lib/nic/src/nic_wol_virtues.c errno_t nic_wol_virtues_verify(nic_wv_type_t type, const void *data, size_t length)
errno_t           163 uspace/lib/nic/src/nic_wol_virtues.c errno_t nic_wol_virtues_add(nic_wol_virtues_t *wvs, nic_wol_virtue_t *virtue)
errno_t           249 uspace/lib/nic/src/nic_wol_virtues.c errno_t nic_wol_virtues_list(const nic_wol_virtues_t *wvs, nic_wv_type_t type,
errno_t            44 uspace/lib/ofw/include/ofw.h extern errno_t ofw_child_it_first(ofw_child_it_t *, const char *);
errno_t            48 uspace/lib/ofw/include/ofw.h extern errno_t ofw_child_it_get_path(ofw_child_it_t *, char **);
errno_t            51 uspace/lib/ofw/include/ofw.h extern errno_t ofw_prop_it_first(ofw_prop_it_t *, const char *);
errno_t            50 uspace/lib/ofw/src/ofw.c static errno_t ofw_path_to_sipath(const char *ofwpath, char **sipath)
errno_t            81 uspace/lib/ofw/src/ofw.c errno_t ofw_child_it_first(ofw_child_it_t *it, const char *ofwpath)
errno_t            83 uspace/lib/ofw/src/ofw.c 	errno_t rc;
errno_t           167 uspace/lib/ofw/src/ofw.c errno_t ofw_child_it_get_path(ofw_child_it_t *it, char **rpath)
errno_t           204 uspace/lib/ofw/src/ofw.c errno_t ofw_prop_it_first(ofw_prop_it_t *it, const char *ofwpath)
errno_t           206 uspace/lib/ofw/src/ofw.c 	errno_t rc;
errno_t            43 uspace/lib/output/include/io/output.h extern errno_t output_yield(async_sess_t *);
errno_t            44 uspace/lib/output/include/io/output.h extern errno_t output_claim(async_sess_t *);
errno_t            45 uspace/lib/output/include/io/output.h extern errno_t output_get_dimensions(async_sess_t *, sysarg_t *, sysarg_t *);
errno_t            46 uspace/lib/output/include/io/output.h extern errno_t output_get_caps(async_sess_t *, console_caps_t *);
errno_t            50 uspace/lib/output/include/io/output.h extern errno_t output_cursor_update(async_sess_t *, frontbuf_handle_t);
errno_t            51 uspace/lib/output/include/io/output.h extern errno_t output_set_style(async_sess_t *, console_style_t);
errno_t            53 uspace/lib/output/include/io/output.h extern errno_t output_update(async_sess_t *, frontbuf_handle_t);
errno_t            54 uspace/lib/output/include/io/output.h extern errno_t output_damage(async_sess_t *, frontbuf_handle_t,
errno_t            42 uspace/lib/output/src/output.c errno_t output_yield(async_sess_t *sess)
errno_t            45 uspace/lib/output/src/output.c 	errno_t ret = async_req_0_0(exch, OUTPUT_YIELD);
errno_t            51 uspace/lib/output/src/output.c errno_t output_claim(async_sess_t *sess)
errno_t            54 uspace/lib/output/src/output.c 	errno_t ret = async_req_0_0(exch, OUTPUT_CLAIM);
errno_t            60 uspace/lib/output/src/output.c errno_t output_get_dimensions(async_sess_t *sess, sysarg_t *maxx, sysarg_t *maxy)
errno_t            63 uspace/lib/output/src/output.c 	errno_t ret = async_req_0_2(exch, OUTPUT_GET_DIMENSIONS, maxx, maxy);
errno_t            69 uspace/lib/output/src/output.c errno_t output_get_caps(async_sess_t *sess, console_caps_t *ccaps)
errno_t            74 uspace/lib/output/src/output.c 	errno_t ret = async_req_0_1(exch, OUTPUT_GET_CAPS, &rv);
errno_t            91 uspace/lib/output/src/output.c 	errno_t rc = async_share_out_start(exch, frontbuf, AS_AREA_READ |
errno_t            96 uspace/lib/output/src/output.c 	errno_t ret;
errno_t           105 uspace/lib/output/src/output.c errno_t output_set_style(async_sess_t *sess, console_style_t style)
errno_t           108 uspace/lib/output/src/output.c 	errno_t ret = async_req_1_0(exch, OUTPUT_SET_STYLE, style);
errno_t           114 uspace/lib/output/src/output.c errno_t output_cursor_update(async_sess_t *sess, frontbuf_handle_t frontbuf)
errno_t           117 uspace/lib/output/src/output.c 	errno_t ret = async_req_1_0(exch, OUTPUT_CURSOR_UPDATE, frontbuf);
errno_t           123 uspace/lib/output/src/output.c errno_t output_update(async_sess_t *sess, frontbuf_handle_t frontbuf)
errno_t           126 uspace/lib/output/src/output.c 	errno_t ret = async_req_1_0(exch, OUTPUT_UPDATE, frontbuf);
errno_t           132 uspace/lib/output/src/output.c errno_t output_damage(async_sess_t *sess, frontbuf_handle_t frontbuf, sysarg_t col,
errno_t           136 uspace/lib/output/src/output.c 	errno_t ret = async_req_5_0(exch, OUTPUT_DAMAGE, frontbuf, col, row,
errno_t           100 uspace/lib/pcm/include/pcm/format.h errno_t pcm_format_convert_and_mix(void *dst, size_t dst_size, const void *src,
errno_t           102 uspace/lib/pcm/include/pcm/format.h errno_t pcm_format_mix(void *dst, const void *src, size_t size, const pcm_format_t *f);
errno_t           103 uspace/lib/pcm/include/pcm/format.h errno_t pcm_format_convert(pcm_format_t a, void *srca, size_t sizea,
errno_t           162 uspace/lib/pcm/src/format.c errno_t pcm_format_mix(void *dst, const void *src, size_t size, const pcm_format_t *f)
errno_t           180 uspace/lib/pcm/src/format.c errno_t pcm_format_convert_and_mix(void *dst, size_t dst_size, const void *src,
errno_t           139 uspace/lib/pcut/src/os/helenos.c 	errno_t rc = fibril_condvar_wait_timeout(&forced_termination_cv,
errno_t           160 uspace/lib/pcut/src/os/helenos.c 	errno_t rc = vfs_lookup_open(tempfile_name, WALK_REGULAR | WALK_MAY_CREATE, MODE_READ | MODE_WRITE, &tempfile);
errno_t            60 uspace/lib/posix/include/common/adt/circ_buf.h extern errno_t circ_buf_push(circ_buf_t *, const void *);
errno_t            61 uspace/lib/posix/include/common/adt/circ_buf.h extern errno_t circ_buf_pop(circ_buf_t *, void *);
errno_t            66 uspace/lib/posix/include/common/adt/odict.h extern errno_t odict_validate(odict_t *);
errno_t            89 uspace/lib/posix/include/common/str.h extern errno_t chr_encode(char32_t ch, char *str, size_t *offset, size_t sz);
errno_t           124 uspace/lib/posix/include/common/str.h extern errno_t spascii_to_str(char *dest, size_t size, const uint8_t *src, size_t n);
errno_t           129 uspace/lib/posix/include/common/str.h extern errno_t utf16_to_str(char *dest, size_t size, const uint16_t *src);
errno_t           130 uspace/lib/posix/include/common/str.h extern errno_t str_to_utf16(uint16_t *dest, size_t dlen, const char *src);
errno_t           148 uspace/lib/posix/include/common/str.h extern errno_t str_uint8_t(const char *, const char **, unsigned int, bool,
errno_t           150 uspace/lib/posix/include/common/str.h extern errno_t str_uint16_t(const char *, const char **, unsigned int, bool,
errno_t           152 uspace/lib/posix/include/common/str.h extern errno_t str_uint32_t(const char *, const char **, unsigned int, bool,
errno_t           154 uspace/lib/posix/include/common/str.h extern errno_t str_uint64_t(const char *, const char **, unsigned int, bool,
errno_t           156 uspace/lib/posix/include/common/str.h extern errno_t str_size_t(const char *, const char **, unsigned int, bool,
errno_t           158 uspace/lib/posix/include/common/str.h extern errno_t str_int64_t(const char *, const char **, unsigned int, bool,
errno_t            40 uspace/lib/posix/include/common/str_error.h const char *str_error(errno_t);
errno_t            41 uspace/lib/posix/include/common/str_error.h const char *str_error_name(errno_t);
errno_t            40 uspace/lib/posix/include/libc/arg_parse.h typedef errno_t (*arg_parser)(const char *, int *);
errno_t            43 uspace/lib/posix/include/libc/arg_parse.h extern errno_t arg_parse_int(int, char **, int *, int *, int);
errno_t            44 uspace/lib/posix/include/libc/arg_parse.h extern errno_t arg_parse_name_int(int, char **, int *, int *, int, arg_parser);
errno_t            45 uspace/lib/posix/include/libc/arg_parse.h extern errno_t arg_parse_string(int, char **, int *, char **, int);
errno_t            59 uspace/lib/posix/include/libc/as.h extern errno_t as_area_resize(void *, size_t, unsigned int);
errno_t            60 uspace/lib/posix/include/libc/as.h extern errno_t as_area_change_flags(void *, unsigned int);
errno_t            61 uspace/lib/posix/include/libc/as.h extern errno_t as_area_get_info(void *, as_area_info_t *);
errno_t            62 uspace/lib/posix/include/libc/as.h extern errno_t as_area_destroy(void *);
errno_t            64 uspace/lib/posix/include/libc/as.h extern errno_t as_get_physical_mapping(const void *, uintptr_t *);
errno_t           124 uspace/lib/posix/include/libc/async.h extern void async_wait_for(aid_t, errno_t *);
errno_t           125 uspace/lib/posix/include/libc/async.h extern errno_t async_wait_timeout(aid_t, errno_t *, usec_t);
errno_t           134 uspace/lib/posix/include/libc/async.h extern errno_t async_create_port(iface_t, async_port_handler_t, void *,
errno_t           137 uspace/lib/posix/include/libc/async.h extern errno_t async_create_callback_port(async_exch_t *, iface_t, sysarg_t,
errno_t           140 uspace/lib/posix/include/libc/async.h extern errno_t async_irq_subscribe(int, async_notification_handler_t, void *,
errno_t           142 uspace/lib/posix/include/libc/async.h extern errno_t async_irq_unsubscribe(cap_irq_handle_t);
errno_t           144 uspace/lib/posix/include/libc/async.h extern errno_t async_event_subscribe(event_type_t, async_notification_handler_t,
errno_t           146 uspace/lib/posix/include/libc/async.h extern errno_t async_event_task_subscribe(event_task_type_t,
errno_t           148 uspace/lib/posix/include/libc/async.h extern errno_t async_event_unsubscribe(event_type_t);
errno_t           149 uspace/lib/posix/include/libc/async.h extern errno_t async_event_task_unsubscribe(event_task_type_t);
errno_t           150 uspace/lib/posix/include/libc/async.h extern errno_t async_event_unmask(event_type_t);
errno_t           151 uspace/lib/posix/include/libc/async.h extern errno_t async_event_task_unmask(event_task_type_t);
errno_t           170 uspace/lib/posix/include/libc/async.h extern errno_t async_answer_0(ipc_call_t *, errno_t);
errno_t           171 uspace/lib/posix/include/libc/async.h extern errno_t async_answer_1(ipc_call_t *, errno_t, sysarg_t);
errno_t           172 uspace/lib/posix/include/libc/async.h extern errno_t async_answer_2(ipc_call_t *, errno_t, sysarg_t, sysarg_t);
errno_t           173 uspace/lib/posix/include/libc/async.h extern errno_t async_answer_3(ipc_call_t *, errno_t, sysarg_t, sysarg_t,
errno_t           175 uspace/lib/posix/include/libc/async.h extern errno_t async_answer_4(ipc_call_t *, errno_t, sysarg_t, sysarg_t,
errno_t           177 uspace/lib/posix/include/libc/async.h extern errno_t async_answer_5(ipc_call_t *, errno_t, sysarg_t, sysarg_t,
errno_t           184 uspace/lib/posix/include/libc/async.h extern errno_t async_forward_0(ipc_call_t *, async_exch_t *, sysarg_t,
errno_t           186 uspace/lib/posix/include/libc/async.h extern errno_t async_forward_1(ipc_call_t *, async_exch_t *, sysarg_t,
errno_t           188 uspace/lib/posix/include/libc/async.h extern errno_t async_forward_2(ipc_call_t *, async_exch_t *, sysarg_t,
errno_t           190 uspace/lib/posix/include/libc/async.h extern errno_t async_forward_3(ipc_call_t *, async_exch_t *, sysarg_t,
errno_t           192 uspace/lib/posix/include/libc/async.h extern errno_t async_forward_4(ipc_call_t *, async_exch_t *, sysarg_t,
errno_t           194 uspace/lib/posix/include/libc/async.h extern errno_t async_forward_5(ipc_call_t *, async_exch_t *, sysarg_t,
errno_t           203 uspace/lib/posix/include/libc/async.h extern errno_t async_req_0_0(async_exch_t *, sysarg_t);
errno_t           204 uspace/lib/posix/include/libc/async.h extern errno_t async_req_0_1(async_exch_t *, sysarg_t, sysarg_t *);
errno_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 *);
errno_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 *,
errno_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 *,
errno_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 *,
errno_t           212 uspace/lib/posix/include/libc/async.h extern errno_t async_req_1_0(async_exch_t *, sysarg_t, sysarg_t);
errno_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 *);
errno_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 *,
errno_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 *,
errno_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 *,
errno_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 *,
errno_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);
errno_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,
errno_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,
errno_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,
errno_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,
errno_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,
errno_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,
errno_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,
errno_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,
errno_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,
errno_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,
errno_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,
errno_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,
errno_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,
errno_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,
errno_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,
errno_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,
errno_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,
errno_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,
errno_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,
errno_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,
errno_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,
errno_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,
errno_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,
errno_t           273 uspace/lib/posix/include/libc/async.h extern errno_t async_accept_0(ipc_call_t *);
errno_t           277 uspace/lib/posix/include/libc/async.h     sysarg_t, errno_t *);
errno_t           279 uspace/lib/posix/include/libc/async.h     sysarg_t, sysarg_t, errno_t *);
errno_t           280 uspace/lib/posix/include/libc/async.h extern async_sess_t *async_connect_kbox(task_id_t, errno_t *);
errno_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);
errno_t           299 uspace/lib/posix/include/libc/async.h extern errno_t async_share_in_start_0_0(async_exch_t *, size_t, void **);
errno_t           300 uspace/lib/posix/include/libc/async.h extern errno_t async_share_in_start_0_1(async_exch_t *, size_t,
errno_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,
errno_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,
errno_t           308 uspace/lib/posix/include/libc/async.h extern errno_t async_share_in_finalize(ipc_call_t *, void *, unsigned int);
errno_t           310 uspace/lib/posix/include/libc/async.h extern errno_t async_share_out_start(async_exch_t *, void *, unsigned int);
errno_t           312 uspace/lib/posix/include/libc/async.h extern errno_t async_share_out_finalize(ipc_call_t *, void **);
errno_t           314 uspace/lib/posix/include/libc/async.h extern errno_t async_data_read_forward_0_0(async_exch_t *, sysarg_t);
errno_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);
errno_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,
errno_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,
errno_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,
errno_t           323 uspace/lib/posix/include/libc/async.h extern errno_t async_data_read_forward_0_1(async_exch_t *, sysarg_t,
errno_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,
errno_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,
errno_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,
errno_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,
errno_t           335 uspace/lib/posix/include/libc/async.h extern errno_t async_data_read_start(async_exch_t *, void *, size_t);
errno_t           337 uspace/lib/posix/include/libc/async.h extern errno_t async_data_read_finalize(ipc_call_t *, const void *, size_t);
errno_t           339 uspace/lib/posix/include/libc/async.h extern errno_t async_data_write_forward_0_0(async_exch_t *, sysarg_t);
errno_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);
errno_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,
errno_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,
errno_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,
errno_t           348 uspace/lib/posix/include/libc/async.h extern errno_t async_data_write_forward_0_1(async_exch_t *, sysarg_t,
errno_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,
errno_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,
errno_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,
errno_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,
errno_t           359 uspace/lib/posix/include/libc/async.h extern errno_t async_data_write_start(async_exch_t *, const void *, size_t);
errno_t           361 uspace/lib/posix/include/libc/async.h extern errno_t async_data_write_finalize(ipc_call_t *, void *, size_t);
errno_t           363 uspace/lib/posix/include/libc/async.h extern errno_t async_data_write_accept(void **, const bool, const size_t,
errno_t           365 uspace/lib/posix/include/libc/async.h extern void async_data_write_void(errno_t);
errno_t           370 uspace/lib/posix/include/libc/async.h extern errno_t async_state_change_start(async_exch_t *, sysarg_t, sysarg_t,
errno_t           373 uspace/lib/posix/include/libc/async.h extern errno_t async_state_change_finalize(ipc_call_t *, async_exch_t *);
errno_t           383 uspace/lib/posix/include/libc/async.h errno_t async_spawn_notification_handler(void);
errno_t            89 uspace/lib/posix/include/libc/capa.h extern errno_t capa_format(capa_spec_t *, char **);
errno_t            90 uspace/lib/posix/include/libc/capa.h extern errno_t capa_parse(const char *, capa_spec_t *);
errno_t            93 uspace/lib/posix/include/libc/capa.h extern errno_t capa_to_blocks(capa_spec_t *, capa_vsel_t, size_t, uint64_t *);
errno_t            57 uspace/lib/posix/include/libc/ddi.h extern errno_t physmem_map(uintptr_t, size_t, unsigned int, void **);
errno_t            58 uspace/lib/posix/include/libc/ddi.h extern errno_t physmem_unmap(void *);
errno_t            60 uspace/lib/posix/include/libc/ddi.h extern errno_t dmamem_map(void *, size_t, unsigned int, unsigned int, uintptr_t *);
errno_t            61 uspace/lib/posix/include/libc/ddi.h extern errno_t dmamem_map_anonymous(size_t, uintptr_t, unsigned int, unsigned int,
errno_t            63 uspace/lib/posix/include/libc/ddi.h extern errno_t dmamem_unmap(void *, size_t);
errno_t            64 uspace/lib/posix/include/libc/ddi.h extern errno_t dmamem_unmap_anonymous(void *);
errno_t            66 uspace/lib/posix/include/libc/ddi.h extern errno_t pio_enable_range(addr_range_t *, void **);
errno_t            67 uspace/lib/posix/include/libc/ddi.h extern errno_t pio_enable_resource(pio_window_t *, hw_resource_t *, void **,
errno_t            69 uspace/lib/posix/include/libc/ddi.h extern errno_t pio_enable(void *, size_t, void **);
errno_t            70 uspace/lib/posix/include/libc/ddi.h extern errno_t pio_disable(void *, size_t);
errno_t            75 uspace/lib/posix/include/libc/ddi.h extern errno_t pio_trace_enable(void *, size_t, trace_fnc, void *);
errno_t            46 uspace/lib/posix/include/libc/device/clock_dev.h extern errno_t clock_dev_time_get(async_sess_t *, struct tm *);
errno_t            47 uspace/lib/posix/include/libc/device/clock_dev.h extern errno_t clock_dev_time_set(async_sess_t *, struct tm *);
errno_t           118 uspace/lib/posix/include/libc/device/hw_res.h extern errno_t hw_res_get_resource_list(async_sess_t *, hw_resource_list_t *);
errno_t           119 uspace/lib/posix/include/libc/device/hw_res.h extern errno_t hw_res_enable_interrupt(async_sess_t *, int);
errno_t           120 uspace/lib/posix/include/libc/device/hw_res.h extern errno_t hw_res_disable_interrupt(async_sess_t *, int);
errno_t           121 uspace/lib/posix/include/libc/device/hw_res.h extern errno_t hw_res_clear_interrupt(async_sess_t *, int);
errno_t           123 uspace/lib/posix/include/libc/device/hw_res.h extern errno_t hw_res_dma_channel_setup(async_sess_t *, unsigned int, uint32_t,
errno_t           125 uspace/lib/posix/include/libc/device/hw_res.h extern errno_t hw_res_dma_channel_remain(async_sess_t *, unsigned, size_t *);
errno_t           155 uspace/lib/posix/include/libc/device/hw_res_parsed.h extern errno_t hw_res_list_parse(const pio_window_t *, const hw_resource_list_t *,
errno_t           157 uspace/lib/posix/include/libc/device/hw_res_parsed.h extern errno_t hw_res_get_list_parsed(async_sess_t *, hw_res_list_parsed_t *, int);
errno_t            53 uspace/lib/posix/include/libc/device/pio_window.h extern errno_t pio_window_get(async_sess_t *, pio_window_t *);
errno_t            47 uspace/lib/posix/include/libc/elf/elf_load.h extern errno_t elf_load(int, elf_info_t *);
errno_t           101 uspace/lib/posix/include/libc/elf/elf_mod.h extern errno_t elf_load_file(int, eld_flags_t, elf_finfo_t *);
errno_t           102 uspace/lib/posix/include/libc/elf/elf_mod.h extern errno_t elf_load_file_name(const char *, eld_flags_t, elf_finfo_t *);
errno_t            44 uspace/lib/posix/include/libc/errno.h extern errno_t *__errno(void) __attribute__((const));
errno_t            58 uspace/lib/posix/include/libc/fibril.h extern fid_t fibril_create_generic(errno_t (*)(void *), void *, size_t);
errno_t            59 uspace/lib/posix/include/libc/fibril.h extern fid_t fibril_create(errno_t (*)(void *), void *);
errno_t           183 uspace/lib/posix/include/libc/fibril_synch.h extern errno_t fibril_condvar_wait_timeout(fibril_condvar_t *, fibril_mutex_t *,
errno_t           201 uspace/lib/posix/include/libc/fibril_synch.h extern errno_t fibril_semaphore_down_timeout(fibril_semaphore_t *, usec_t);
errno_t           207 uspace/lib/posix/include/libc/fibril_synch.h extern errno_t mpsc_send(mpsc_t *, const void *);
errno_t           208 uspace/lib/posix/include/libc/fibril_synch.h extern errno_t mpsc_receive(mpsc_t *, void *, const struct timespec *);
errno_t            41 uspace/lib/posix/include/libc/imath.h extern errno_t ipow10_u64(unsigned, uint64_t *);
errno_t            46 uspace/lib/posix/include/libc/io/kio.h extern errno_t kio_write(const void *, size_t, size_t *);
errno_t            46 uspace/lib/posix/include/libc/io/klog.h extern errno_t klog_write(log_level_t, const void *, size_t);
errno_t            47 uspace/lib/posix/include/libc/io/klog.h extern errno_t klog_read(void *, size_t, size_t *);
errno_t            51 uspace/lib/posix/include/libc/io/klog.h 	errno_t _rc = ENOMEM; \
errno_t            56 uspace/lib/posix/include/libc/io/log.h extern errno_t log_level_from_str(const char *, log_level_t *);
errno_t            58 uspace/lib/posix/include/libc/io/log.h extern errno_t log_init(const char *);
errno_t            38 uspace/lib/posix/include/libc/io/logctl.h extern errno_t logctl_set_default_level(log_level_t);
errno_t            39 uspace/lib/posix/include/libc/io/logctl.h extern errno_t logctl_set_log_level(const char *, log_level_t);
errno_t            40 uspace/lib/posix/include/libc/io/logctl.h extern errno_t logctl_set_root(void);
errno_t            85 uspace/lib/posix/include/libc/io/table.h 	errno_t error;
errno_t           100 uspace/lib/posix/include/libc/io/table.h extern errno_t table_create(table_t **);
errno_t           102 uspace/lib/posix/include/libc/io/table.h extern errno_t table_print_out(table_t *, FILE *);
errno_t           104 uspace/lib/posix/include/libc/io/table.h extern errno_t table_printf(table_t *, const char *, ...);
errno_t           105 uspace/lib/posix/include/libc/io/table.h extern errno_t table_get_error(table_t *);
errno_t            41 uspace/lib/posix/include/libc/ipc/event.h extern errno_t ipc_event_subscribe(event_type_t, sysarg_t);
errno_t            42 uspace/lib/posix/include/libc/ipc/event.h extern errno_t ipc_event_task_subscribe(event_task_type_t, sysarg_t);
errno_t            43 uspace/lib/posix/include/libc/ipc/event.h extern errno_t ipc_event_unsubscribe(event_type_t);
errno_t            44 uspace/lib/posix/include/libc/ipc/event.h extern errno_t ipc_event_task_unsubscribe(event_task_type_t);
errno_t            45 uspace/lib/posix/include/libc/ipc/event.h extern errno_t ipc_event_unmask(event_type_t);
errno_t            46 uspace/lib/posix/include/libc/ipc/event.h extern errno_t ipc_event_task_unmask(event_task_type_t);
errno_t            48 uspace/lib/posix/include/libc/ipc/ipc.h extern errno_t ipc_wait(ipc_call_t *, sysarg_t, unsigned int);
errno_t            72 uspace/lib/posix/include/libc/ipc/ipc.h extern errno_t ipc_answer_fast(cap_call_handle_t, errno_t, sysarg_t, sysarg_t,
errno_t            74 uspace/lib/posix/include/libc/ipc/ipc.h extern errno_t ipc_answer_slow(cap_call_handle_t, errno_t, sysarg_t, sysarg_t,
errno_t           101 uspace/lib/posix/include/libc/ipc/ipc.h extern errno_t ipc_call_async_fast(cap_phone_handle_t, sysarg_t, sysarg_t,
errno_t           103 uspace/lib/posix/include/libc/ipc/ipc.h extern errno_t ipc_call_async_slow(cap_phone_handle_t, sysarg_t, sysarg_t,
errno_t           106 uspace/lib/posix/include/libc/ipc/ipc.h extern errno_t ipc_hangup(cap_phone_handle_t);
errno_t           108 uspace/lib/posix/include/libc/ipc/ipc.h extern errno_t ipc_forward_fast(cap_call_handle_t, cap_phone_handle_t, sysarg_t,
errno_t           110 uspace/lib/posix/include/libc/ipc/ipc.h extern errno_t ipc_forward_slow(cap_call_handle_t, cap_phone_handle_t, sysarg_t,
errno_t           113 uspace/lib/posix/include/libc/ipc/ipc.h extern errno_t ipc_connect_kbox(task_id_t, cap_phone_handle_t *);
errno_t            42 uspace/lib/posix/include/libc/ipc/irq.h extern errno_t ipc_irq_subscribe(int, sysarg_t, const irq_code_t *,
errno_t            44 uspace/lib/posix/include/libc/ipc/irq.h extern errno_t ipc_irq_unsubscribe(cap_irq_handle_t);
errno_t            45 uspace/lib/posix/include/libc/loader/loader.h extern errno_t loader_spawn(const char *);
errno_t            46 uspace/lib/posix/include/libc/loader/loader.h extern loader_t *loader_connect(errno_t *);
errno_t            47 uspace/lib/posix/include/libc/loader/loader.h extern errno_t loader_get_task_id(loader_t *, task_id_t *);
errno_t            48 uspace/lib/posix/include/libc/loader/loader.h extern errno_t loader_set_cwd(loader_t *);
errno_t            49 uspace/lib/posix/include/libc/loader/loader.h extern errno_t loader_set_program(loader_t *, const char *, int);
errno_t            50 uspace/lib/posix/include/libc/loader/loader.h extern errno_t loader_set_program_path(loader_t *, const char *);
errno_t            51 uspace/lib/posix/include/libc/loader/loader.h extern errno_t loader_set_args(loader_t *, const char *const[]);
errno_t            52 uspace/lib/posix/include/libc/loader/loader.h extern errno_t loader_add_inbox(loader_t *, const char *, int);
errno_t            53 uspace/lib/posix/include/libc/loader/loader.h extern errno_t loader_load_program(loader_t *);
errno_t            54 uspace/lib/posix/include/libc/loader/loader.h extern errno_t loader_run(loader_t *);
errno_t            49 uspace/lib/posix/include/libc/loc.h extern errno_t loc_server_register(const char *, loc_srv_t **);
errno_t            51 uspace/lib/posix/include/libc/loc.h extern errno_t loc_service_register(loc_srv_t *, const char *, service_id_t *);
errno_t            52 uspace/lib/posix/include/libc/loc.h extern errno_t loc_service_unregister(loc_srv_t *, service_id_t);
errno_t            53 uspace/lib/posix/include/libc/loc.h extern errno_t loc_service_add_to_cat(loc_srv_t *, service_id_t, category_id_t);
errno_t            55 uspace/lib/posix/include/libc/loc.h extern errno_t loc_service_get_id(const char *, service_id_t *,
errno_t            57 uspace/lib/posix/include/libc/loc.h extern errno_t loc_service_get_name(service_id_t, char **);
errno_t            58 uspace/lib/posix/include/libc/loc.h extern errno_t loc_service_get_server_name(service_id_t, char **);
errno_t            59 uspace/lib/posix/include/libc/loc.h extern errno_t loc_namespace_get_id(const char *, service_id_t *,
errno_t            61 uspace/lib/posix/include/libc/loc.h extern errno_t loc_category_get_id(const char *, category_id_t *,
errno_t            63 uspace/lib/posix/include/libc/loc.h extern errno_t loc_category_get_name(category_id_t, char **);
errno_t            64 uspace/lib/posix/include/libc/loc.h extern errno_t loc_category_get_svcs(category_id_t, category_id_t **, size_t *);
errno_t            78 uspace/lib/posix/include/libc/loc.h extern errno_t loc_get_categories(category_id_t **, size_t *);
errno_t            79 uspace/lib/posix/include/libc/loc.h extern errno_t loc_register_cat_change_cb(loc_cat_change_cb_t, void *);
errno_t            42 uspace/lib/posix/include/libc/ns.h extern errno_t service_register(service_t, iface_t, async_port_handler_t,
errno_t            44 uspace/lib/posix/include/libc/ns.h extern errno_t service_register_broker(service_t, async_port_handler_t, void *);
errno_t            45 uspace/lib/posix/include/libc/ns.h extern async_sess_t *service_connect(service_t, iface_t, sysarg_t, errno_t *);
errno_t            47 uspace/lib/posix/include/libc/ns.h     errno_t *);
errno_t            49 uspace/lib/posix/include/libc/ns.h extern errno_t ns_ping(void);
errno_t            50 uspace/lib/posix/include/libc/ns.h extern errno_t ns_intro(task_id_t);
errno_t            51 uspace/lib/posix/include/libc/ns.h extern async_sess_t *ns_session_get(errno_t *);
errno_t            40 uspace/lib/posix/include/libc/perm.h extern errno_t perm_grant(task_id_t, unsigned int);
errno_t            41 uspace/lib/posix/include/libc/perm.h extern errno_t perm_revoke(task_id_t, unsigned int);
errno_t            46 uspace/lib/posix/include/libc/rndgen.h extern errno_t rndgen_create(rndgen_t **);
errno_t            48 uspace/lib/posix/include/libc/rndgen.h extern errno_t rndgen_uint8(rndgen_t *, uint8_t *);
errno_t            49 uspace/lib/posix/include/libc/rndgen.h extern errno_t rndgen_uint32(rndgen_t *, uint32_t *);
errno_t            43 uspace/lib/posix/include/libc/rtld/module.h extern errno_t module_create_static_exec(rtld_t *, module_t **);
errno_t            47 uspace/lib/posix/include/libc/rtld/module.h extern errno_t module_load_deps(module_t *, mlflags_t);
errno_t            47 uspace/lib/posix/include/libc/rtld/rtld.h extern errno_t rtld_init_static(void);
errno_t            48 uspace/lib/posix/include/libc/rtld/rtld.h extern errno_t rtld_prog_process(elf_finfo_t *, rtld_t **);
errno_t            41 uspace/lib/posix/include/libc/smc.h extern errno_t smc_coherence(void *address, size_t size);
errno_t            44 uspace/lib/posix/include/libc/stacktrace.h 	errno_t (*read_uintptr)(void *, uintptr_t, uintptr_t *);
errno_t            63 uspace/lib/posix/include/libc/stacktrace.h extern errno_t stacktrace_fp_prev(stacktrace_t *, uintptr_t, uintptr_t *);
errno_t            64 uspace/lib/posix/include/libc/stacktrace.h extern errno_t stacktrace_ra_get(stacktrace_t *, uintptr_t, uintptr_t *);
errno_t            45 uspace/lib/posix/include/libc/sysinfo.h extern errno_t sysinfo_get_value(const char *, sysarg_t *);
errno_t            54 uspace/lib/posix/include/libc/task.h extern errno_t task_set_name(const char *);
errno_t            55 uspace/lib/posix/include/libc/task.h extern errno_t task_kill(task_id_t);
errno_t            57 uspace/lib/posix/include/libc/task.h extern errno_t task_spawnv(task_id_t *, task_wait_t *, const char *path,
errno_t            59 uspace/lib/posix/include/libc/task.h extern errno_t task_spawnv_debug(task_id_t *, task_wait_t *, const char *path,
errno_t            61 uspace/lib/posix/include/libc/task.h extern errno_t task_spawnvf(task_id_t *, task_wait_t *, const char *path,
errno_t            63 uspace/lib/posix/include/libc/task.h extern errno_t task_spawnvf_debug(task_id_t *, task_wait_t *, const char *path,
errno_t            65 uspace/lib/posix/include/libc/task.h extern errno_t task_spawn(task_id_t *, task_wait_t *, const char *path, int,
errno_t            67 uspace/lib/posix/include/libc/task.h extern errno_t task_spawnl(task_id_t *, task_wait_t *, const char *path, ...)
errno_t            70 uspace/lib/posix/include/libc/task.h extern errno_t task_setup_wait(task_id_t, task_wait_t *);
errno_t            72 uspace/lib/posix/include/libc/task.h extern errno_t task_wait(task_wait_t *, task_exit_t *, int *);
errno_t            73 uspace/lib/posix/include/libc/task.h extern errno_t task_wait_task_id(task_id_t, task_exit_t *, int *);
errno_t            74 uspace/lib/posix/include/libc/task.h extern errno_t task_retval(int);
errno_t           152 uspace/lib/posix/include/libc/time.h extern errno_t time_utc2tm(const time_t, struct tm *);
errno_t           153 uspace/lib/posix/include/libc/time.h extern errno_t time_utc2str(const time_t, char *);
errno_t           155 uspace/lib/posix/include/libc/time.h extern errno_t time_ts2tm(const struct timespec *, struct tm *);
errno_t           156 uspace/lib/posix/include/libc/time.h extern errno_t time_local2tm(const time_t, struct tm *);
errno_t           157 uspace/lib/posix/include/libc/time.h extern errno_t time_local2str(const time_t, char *);
errno_t            45 uspace/lib/posix/include/libc/udebug.h extern errno_t udebug_begin(async_sess_t *);
errno_t            46 uspace/lib/posix/include/libc/udebug.h extern errno_t udebug_end(async_sess_t *);
errno_t            47 uspace/lib/posix/include/libc/udebug.h extern errno_t udebug_set_evmask(async_sess_t *, udebug_evmask_t);
errno_t            48 uspace/lib/posix/include/libc/udebug.h extern errno_t udebug_thread_read(async_sess_t *, void *, size_t, size_t *,
errno_t            50 uspace/lib/posix/include/libc/udebug.h extern errno_t udebug_name_read(async_sess_t *, void *, size_t, size_t *,
errno_t            52 uspace/lib/posix/include/libc/udebug.h extern errno_t udebug_areas_read(async_sess_t *, void *, size_t, size_t *,
errno_t            54 uspace/lib/posix/include/libc/udebug.h extern errno_t udebug_mem_read(async_sess_t *, void *, uintptr_t, size_t);
errno_t            55 uspace/lib/posix/include/libc/udebug.h extern errno_t udebug_args_read(async_sess_t *, thash_t, sysarg_t *);
errno_t            56 uspace/lib/posix/include/libc/udebug.h extern errno_t udebug_regs_read(async_sess_t *, thash_t, void *);
errno_t            57 uspace/lib/posix/include/libc/udebug.h extern errno_t udebug_go(async_sess_t *, thash_t, udebug_event_t *, sysarg_t *,
errno_t            59 uspace/lib/posix/include/libc/udebug.h extern errno_t udebug_stop(async_sess_t *, thash_t);
errno_t            42 uspace/lib/posix/include/libc/uuid.h extern errno_t uuid_generate(uuid_t *);
errno_t            45 uspace/lib/posix/include/libc/uuid.h extern errno_t uuid_parse(const char *, uuid_t *, const char **);
errno_t            46 uspace/lib/posix/include/libc/uuid.h extern errno_t uuid_format(uuid_t *, char **, bool);
errno_t            81 uspace/lib/posix/include/libc/vfs/vfs.h extern errno_t vfs_fhandle(FILE *, int *);
errno_t            84 uspace/lib/posix/include/libc/vfs/vfs.h extern errno_t vfs_clone(int, int, bool, int *);
errno_t            85 uspace/lib/posix/include/libc/vfs/vfs.h extern errno_t vfs_cwd_get(char *path, size_t);
errno_t            86 uspace/lib/posix/include/libc/vfs/vfs.h extern errno_t vfs_cwd_set(const char *path);
errno_t            89 uspace/lib/posix/include/libc/vfs/vfs.h extern errno_t vfs_fsprobe(const char *, service_id_t, vfs_fs_probe_info_t *);
errno_t            90 uspace/lib/posix/include/libc/vfs/vfs.h extern errno_t vfs_fstypes(vfs_fstypes_t *);
errno_t            92 uspace/lib/posix/include/libc/vfs/vfs.h extern errno_t vfs_link(int, const char *, vfs_file_kind_t, int *);
errno_t            93 uspace/lib/posix/include/libc/vfs/vfs.h extern errno_t vfs_link_path(const char *, vfs_file_kind_t, int *);
errno_t            94 uspace/lib/posix/include/libc/vfs/vfs.h extern errno_t vfs_lookup(const char *, int, int *);
errno_t            95 uspace/lib/posix/include/libc/vfs/vfs.h extern errno_t vfs_lookup_open(const char *, int, int, int *);
errno_t            96 uspace/lib/posix/include/libc/vfs/vfs.h extern errno_t vfs_mount_path(const char *, const char *, const char *,
errno_t            98 uspace/lib/posix/include/libc/vfs/vfs.h extern errno_t vfs_mount(int, const char *, service_id_t, const char *, unsigned,
errno_t           100 uspace/lib/posix/include/libc/vfs/vfs.h extern errno_t vfs_open(int, int);
errno_t           101 uspace/lib/posix/include/libc/vfs/vfs.h extern errno_t vfs_pass_handle(async_exch_t *, int, async_exch_t *);
errno_t           102 uspace/lib/posix/include/libc/vfs/vfs.h extern errno_t vfs_put(int);
errno_t           103 uspace/lib/posix/include/libc/vfs/vfs.h extern errno_t vfs_read(int, aoff64_t *, void *, size_t, size_t *);
errno_t           104 uspace/lib/posix/include/libc/vfs/vfs.h extern errno_t vfs_read_short(int, aoff64_t, void *, size_t, ssize_t *);
errno_t           105 uspace/lib/posix/include/libc/vfs/vfs.h extern errno_t vfs_receive_handle(bool, int *);
errno_t           106 uspace/lib/posix/include/libc/vfs/vfs.h extern errno_t vfs_rename_path(const char *, const char *);
errno_t           107 uspace/lib/posix/include/libc/vfs/vfs.h extern errno_t vfs_resize(int, aoff64_t);
errno_t           109 uspace/lib/posix/include/libc/vfs/vfs.h extern errno_t vfs_root_set(int);
errno_t           110 uspace/lib/posix/include/libc/vfs/vfs.h extern errno_t vfs_stat(int, vfs_stat_t *);
errno_t           111 uspace/lib/posix/include/libc/vfs/vfs.h extern errno_t vfs_stat_path(const char *, vfs_stat_t *);
errno_t           112 uspace/lib/posix/include/libc/vfs/vfs.h extern errno_t vfs_statfs(int, vfs_statfs_t *);
errno_t           113 uspace/lib/posix/include/libc/vfs/vfs.h extern errno_t vfs_statfs_path(const char *, vfs_statfs_t *);
errno_t           114 uspace/lib/posix/include/libc/vfs/vfs.h extern errno_t vfs_sync(int);
errno_t           115 uspace/lib/posix/include/libc/vfs/vfs.h extern errno_t vfs_unlink(int, const char *, int);
errno_t           116 uspace/lib/posix/include/libc/vfs/vfs.h extern errno_t vfs_unlink_path(const char *);
errno_t           117 uspace/lib/posix/include/libc/vfs/vfs.h extern errno_t vfs_unmount(int);
errno_t           118 uspace/lib/posix/include/libc/vfs/vfs.h extern errno_t vfs_unmount_path(const char *);
errno_t           119 uspace/lib/posix/include/libc/vfs/vfs.h extern errno_t vfs_walk(int, const char *, int, int *);
errno_t           120 uspace/lib/posix/include/libc/vfs/vfs.h extern errno_t vfs_write(int, aoff64_t *, const void *, size_t, size_t *);
errno_t           121 uspace/lib/posix/include/libc/vfs/vfs.h extern errno_t vfs_write_short(int, aoff64_t, const void *, size_t, ssize_t *);
errno_t            48 uspace/lib/posix/include/libc/vfs/vfs_mtab.h extern errno_t vfs_get_mtab_list(list_t *);
errno_t            43 uspace/lib/riff/include/riff/chunk.h extern errno_t riff_wopen(const char *, riffw_t **);
errno_t            44 uspace/lib/riff/include/riff/chunk.h extern errno_t riff_wclose(riffw_t *);
errno_t            45 uspace/lib/riff/include/riff/chunk.h extern errno_t riff_wchunk_start(riffw_t *, riff_ckid_t, riff_wchunk_t *);
errno_t            46 uspace/lib/riff/include/riff/chunk.h extern errno_t riff_wchunk_end(riffw_t *, riff_wchunk_t *);
errno_t            47 uspace/lib/riff/include/riff/chunk.h extern errno_t riff_write(riffw_t *, void *, size_t);
errno_t            48 uspace/lib/riff/include/riff/chunk.h extern errno_t riff_write_uint32(riffw_t *, uint32_t);
errno_t            50 uspace/lib/riff/include/riff/chunk.h extern errno_t riff_ropen(const char *, riff_rchunk_t *, riffr_t **);
errno_t            51 uspace/lib/riff/include/riff/chunk.h extern errno_t riff_rclose(riffr_t *);
errno_t            52 uspace/lib/riff/include/riff/chunk.h extern errno_t riff_read_uint32(riff_rchunk_t *, uint32_t *);
errno_t            53 uspace/lib/riff/include/riff/chunk.h extern errno_t riff_rchunk_start(riff_rchunk_t *, riff_rchunk_t *);
errno_t            54 uspace/lib/riff/include/riff/chunk.h extern errno_t riff_rchunk_match(riff_rchunk_t *, riff_ckid_t, riff_rchunk_t *);
errno_t            55 uspace/lib/riff/include/riff/chunk.h extern errno_t riff_rchunk_list_match(riff_rchunk_t *, riff_ltype_t,
errno_t            57 uspace/lib/riff/include/riff/chunk.h extern errno_t riff_rchunk_seek(riff_rchunk_t *, long, int);
errno_t            58 uspace/lib/riff/include/riff/chunk.h extern errno_t riff_rchunk_end(riff_rchunk_t *);
errno_t            59 uspace/lib/riff/include/riff/chunk.h extern errno_t riff_read(riff_rchunk_t *, void *, size_t, size_t *);
errno_t            42 uspace/lib/riff/include/riff/rwave.h extern errno_t rwave_wopen(const char *, rwave_params_t *params, rwavew_t **);
errno_t            43 uspace/lib/riff/include/riff/rwave.h extern errno_t rwave_write_samples(rwavew_t *, void *, size_t);
errno_t            44 uspace/lib/riff/include/riff/rwave.h extern errno_t rwave_wclose(rwavew_t *);
errno_t            46 uspace/lib/riff/include/riff/rwave.h extern errno_t rwave_ropen(const char *, rwave_params_t *params, rwaver_t **);
errno_t            47 uspace/lib/riff/include/riff/rwave.h extern errno_t rwave_read_samples(rwaver_t *, void *, size_t, size_t *);
errno_t            48 uspace/lib/riff/include/riff/rwave.h extern errno_t rwave_rclose(rwaver_t *);
errno_t            52 uspace/lib/riff/src/chunk.c errno_t riff_wopen(const char *fname, riffw_t **rrw)
errno_t            76 uspace/lib/riff/src/chunk.c errno_t riff_wclose(riffw_t *rw)
errno_t            92 uspace/lib/riff/src/chunk.c errno_t riff_write_uint32(riffw_t *rw, uint32_t v)
errno_t           111 uspace/lib/riff/src/chunk.c errno_t riff_wchunk_start(riffw_t *rw, riff_ckid_t ckid, riff_wchunk_t *wchunk)
errno_t           114 uspace/lib/riff/src/chunk.c 	errno_t rc;
errno_t           144 uspace/lib/riff/src/chunk.c errno_t riff_wchunk_end(riffw_t *rw, riff_wchunk_t *wchunk)
errno_t           150 uspace/lib/riff/src/chunk.c 	errno_t rc;
errno_t           188 uspace/lib/riff/src/chunk.c errno_t riff_write(riffw_t *rw, void *data, size_t bytes)
errno_t           208 uspace/lib/riff/src/chunk.c errno_t riff_ropen(const char *fname, riff_rchunk_t *riffck, riffr_t **rrr)
errno_t           213 uspace/lib/riff/src/chunk.c 	errno_t rc;
errno_t           270 uspace/lib/riff/src/chunk.c errno_t riff_rclose(riffr_t *rr)
errno_t           272 uspace/lib/riff/src/chunk.c 	errno_t rc;
errno_t           285 uspace/lib/riff/src/chunk.c errno_t riff_read_uint32(riff_rchunk_t *rchunk, uint32_t *v)
errno_t           288 uspace/lib/riff/src/chunk.c 	errno_t rc;
errno_t           310 uspace/lib/riff/src/chunk.c errno_t riff_rchunk_start(riff_rchunk_t *parent, riff_rchunk_t *rchunk)
errno_t           312 uspace/lib/riff/src/chunk.c 	errno_t rc;
errno_t           337 uspace/lib/riff/src/chunk.c errno_t riff_rchunk_match(riff_rchunk_t *parent, riff_ckid_t ckid,
errno_t           340 uspace/lib/riff/src/chunk.c 	errno_t rc;
errno_t           369 uspace/lib/riff/src/chunk.c errno_t riff_rchunk_list_match(riff_rchunk_t *parent, riff_ltype_t ltype,
errno_t           372 uspace/lib/riff/src/chunk.c 	errno_t rc;
errno_t           404 uspace/lib/riff/src/chunk.c errno_t riff_rchunk_seek(riff_rchunk_t *rchunk, long offset, int whence)
errno_t           480 uspace/lib/riff/src/chunk.c errno_t riff_rchunk_end(riff_rchunk_t *rchunk)
errno_t           523 uspace/lib/riff/src/chunk.c errno_t riff_read(riff_rchunk_t *rchunk, void *buf, size_t bytes,
errno_t            96 uspace/lib/riff/src/rwave.c errno_t rwave_wopen(const char *fname, rwave_params_t *params, rwavew_t **rww)
errno_t           100 uspace/lib/riff/src/rwave.c 	errno_t rc;
errno_t           171 uspace/lib/riff/src/rwave.c errno_t rwave_write_samples(rwavew_t *ww, void *data, size_t bytes)
errno_t           176 uspace/lib/riff/src/rwave.c 	errno_t rc;
errno_t           217 uspace/lib/riff/src/rwave.c errno_t rwave_wclose(rwavew_t *ww)
errno_t           219 uspace/lib/riff/src/rwave.c 	errno_t rc;
errno_t           242 uspace/lib/riff/src/rwave.c errno_t rwave_ropen(const char *fname, rwave_params_t *params, rwaver_t **rwr)
errno_t           249 uspace/lib/riff/src/rwave.c 	errno_t rc;
errno_t           351 uspace/lib/riff/src/rwave.c errno_t rwave_read_samples(rwaver_t *wr, void *buf, size_t bytes, size_t *nread)
errno_t           353 uspace/lib/riff/src/rwave.c 	errno_t rc;
errno_t           371 uspace/lib/riff/src/rwave.c errno_t rwave_rclose(rwaver_t *wr)
errno_t           373 uspace/lib/riff/src/rwave.c 	errno_t rc;
errno_t            54 uspace/lib/riff/test/chunk.c 	errno_t rc;
errno_t           104 uspace/lib/riff/test/chunk.c 	errno_t rc;
errno_t           202 uspace/lib/riff/test/chunk.c 	errno_t rc;
errno_t           344 uspace/lib/riff/test/chunk.c 	errno_t rc;
errno_t           447 uspace/lib/riff/test/chunk.c 	errno_t rc;
errno_t           558 uspace/lib/riff/test/chunk.c 	errno_t rc;
errno_t            51 uspace/lib/riff/test/rwave.c 	errno_t rc;
errno_t            51 uspace/lib/sif/include/sif.h errno_t sif_create(const char *, sif_sess_t **);
errno_t            52 uspace/lib/sif/include/sif.h errno_t sif_open(const char *, sif_sess_t **);
errno_t            53 uspace/lib/sif/include/sif.h errno_t sif_close(sif_sess_t *);
errno_t            61 uspace/lib/sif/include/sif.h errno_t sif_trans_begin(sif_sess_t *, sif_trans_t **);
errno_t            63 uspace/lib/sif/include/sif.h errno_t sif_trans_end(sif_trans_t *);
errno_t            65 uspace/lib/sif/include/sif.h errno_t sif_node_prepend_child(sif_trans_t *, sif_node_t *, const char *,
errno_t            67 uspace/lib/sif/include/sif.h errno_t sif_node_append_child(sif_trans_t *, sif_node_t *, const char *,
errno_t            69 uspace/lib/sif/include/sif.h errno_t sif_node_insert_before(sif_trans_t *, sif_node_t *, const char *,
errno_t            71 uspace/lib/sif/include/sif.h errno_t sif_node_insert_after(sif_trans_t *, sif_node_t *, const char *,
errno_t            74 uspace/lib/sif/include/sif.h errno_t sif_node_set_attr(sif_trans_t *, sif_node_t *, const char *,
errno_t            71 uspace/lib/sif/src/sif.c static errno_t sif_export_node(sif_node_t *, FILE *);
errno_t            72 uspace/lib/sif/src/sif.c static errno_t sif_import_node(sif_node_t *, FILE *, sif_node_t **);
errno_t           181 uspace/lib/sif/src/sif.c errno_t sif_create(const char *fname, sif_sess_t **rsess)
errno_t           186 uspace/lib/sif/src/sif.c 	errno_t rc;
errno_t           248 uspace/lib/sif/src/sif.c errno_t sif_open(const char *fname, sif_sess_t **rsess)
errno_t           252 uspace/lib/sif/src/sif.c 	errno_t rc;
errno_t           299 uspace/lib/sif/src/sif.c errno_t sif_close(sif_sess_t *sess)
errno_t           390 uspace/lib/sif/src/sif.c errno_t sif_trans_begin(sif_sess_t *sess, sif_trans_t **rtrans)
errno_t           411 uspace/lib/sif/src/sif.c errno_t sif_trans_end(sif_trans_t *trans)
errno_t           413 uspace/lib/sif/src/sif.c 	errno_t rc;
errno_t           456 uspace/lib/sif/src/sif.c errno_t sif_node_prepend_child(sif_trans_t *trans, sif_node_t *parent,
errno_t           488 uspace/lib/sif/src/sif.c errno_t sif_node_append_child(sif_trans_t *trans, sif_node_t *parent,
errno_t           520 uspace/lib/sif/src/sif.c errno_t sif_node_insert_before(sif_trans_t *trans, sif_node_t *sibling,
errno_t           552 uspace/lib/sif/src/sif.c errno_t sif_node_insert_after(sif_trans_t *trans, sif_node_t *sibling,
errno_t           596 uspace/lib/sif/src/sif.c errno_t sif_node_set_attr(sif_trans_t *trans, sif_node_t *node,
errno_t           668 uspace/lib/sif/src/sif.c static errno_t sif_export_string(const char *str, FILE *f)
errno_t           701 uspace/lib/sif/src/sif.c static errno_t sif_import_string(FILE *f, char **rstr)
errno_t           708 uspace/lib/sif/src/sif.c 	errno_t rc;
errno_t           769 uspace/lib/sif/src/sif.c static errno_t sif_import_attr(sif_node_t *node, FILE *f, sif_attr_t **rattr)
errno_t           771 uspace/lib/sif/src/sif.c 	errno_t rc;
errno_t           816 uspace/lib/sif/src/sif.c static errno_t sif_export_attr(sif_attr_t *attr, FILE *f)
errno_t           818 uspace/lib/sif/src/sif.c 	errno_t rc;
errno_t           840 uspace/lib/sif/src/sif.c static errno_t sif_export_node(sif_node_t *node, FILE *f)
errno_t           842 uspace/lib/sif/src/sif.c 	errno_t rc;
errno_t           894 uspace/lib/sif/src/sif.c static errno_t sif_import_node(sif_node_t *parent, FILE *f, sif_node_t **rnode)
errno_t           896 uspace/lib/sif/src/sif.c 	errno_t rc;
errno_t            43 uspace/lib/sif/test/sif.c 	errno_t rc;
errno_t            68 uspace/lib/sif/test/sif.c 	errno_t rc;
errno_t           100 uspace/lib/sif/test/sif.c 	errno_t rc;
errno_t           136 uspace/lib/sif/test/sif.c 	errno_t rc;
errno_t           191 uspace/lib/sif/test/sif.c 	errno_t rc;
errno_t           248 uspace/lib/sif/test/sif.c 	errno_t rc;
errno_t           311 uspace/lib/sif/test/sif.c 	errno_t rc;
errno_t           373 uspace/lib/sif/test/sif.c 	errno_t rc;
errno_t           435 uspace/lib/sif/test/sif.c 	errno_t rc;
errno_t           493 uspace/lib/sif/test/sif.c 	errno_t rc;
errno_t           551 uspace/lib/sif/test/sif.c 	errno_t rc;
errno_t            46 uspace/lib/tbarcfg/include/tbarcfg/tbarcfg.h extern errno_t tbarcfg_create(const char *, tbarcfg_t **);
errno_t            47 uspace/lib/tbarcfg/include/tbarcfg/tbarcfg.h extern errno_t tbarcfg_open(const char *, tbarcfg_t **);
errno_t            57 uspace/lib/tbarcfg/include/tbarcfg/tbarcfg.h extern errno_t smenu_entry_set_caption(smenu_entry_t *, const char *);
errno_t            58 uspace/lib/tbarcfg/include/tbarcfg/tbarcfg.h extern errno_t smenu_entry_set_cmd(smenu_entry_t *, const char *);
errno_t            60 uspace/lib/tbarcfg/include/tbarcfg/tbarcfg.h extern errno_t smenu_entry_save(smenu_entry_t *);
errno_t            61 uspace/lib/tbarcfg/include/tbarcfg/tbarcfg.h extern errno_t smenu_entry_create(tbarcfg_t *, const char *, const char *,
errno_t            63 uspace/lib/tbarcfg/include/tbarcfg/tbarcfg.h extern errno_t smenu_entry_sep_create(tbarcfg_t *, smenu_entry_t **);
errno_t            64 uspace/lib/tbarcfg/include/tbarcfg/tbarcfg.h extern errno_t smenu_entry_destroy(smenu_entry_t *);
errno_t            65 uspace/lib/tbarcfg/include/tbarcfg/tbarcfg.h extern errno_t smenu_entry_move_up(smenu_entry_t *);
errno_t            66 uspace/lib/tbarcfg/include/tbarcfg/tbarcfg.h extern errno_t smenu_entry_move_down(smenu_entry_t *);
errno_t            67 uspace/lib/tbarcfg/include/tbarcfg/tbarcfg.h extern errno_t tbarcfg_listener_create(const char *, void (*)(void *),
errno_t            70 uspace/lib/tbarcfg/include/tbarcfg/tbarcfg.h extern errno_t tbarcfg_notify(const char *);
errno_t            81 uspace/lib/tbarcfg/private/tbarcfg.h extern errno_t smenu_entry_new(tbarcfg_t *, sif_node_t *, const char *,
errno_t            83 uspace/lib/tbarcfg/private/tbarcfg.h extern errno_t smenu_entry_sep_new(tbarcfg_t *, sif_node_t *, smenu_entry_t **);
errno_t            56 uspace/lib/tbarcfg/src/tbarcfg.c errno_t tbarcfg_create(const char *repopath, tbarcfg_t **rtbcfg)
errno_t            61 uspace/lib/tbarcfg/src/tbarcfg.c 	errno_t rc;
errno_t           110 uspace/lib/tbarcfg/src/tbarcfg.c errno_t tbarcfg_open(const char *repopath, tbarcfg_t **rtbcfg)
errno_t           121 uspace/lib/tbarcfg/src/tbarcfg.c 	errno_t rc;
errno_t           333 uspace/lib/tbarcfg/src/tbarcfg.c errno_t smenu_entry_set_caption(smenu_entry_t *entry, const char *caption)
errno_t           357 uspace/lib/tbarcfg/src/tbarcfg.c errno_t smenu_entry_set_cmd(smenu_entry_t *entry, const char *cmd)
errno_t           391 uspace/lib/tbarcfg/src/tbarcfg.c static errno_t smenu_entry_save_trans(smenu_entry_t *entry, sif_trans_t *trans)
errno_t           393 uspace/lib/tbarcfg/src/tbarcfg.c 	errno_t rc;
errno_t           426 uspace/lib/tbarcfg/src/tbarcfg.c errno_t smenu_entry_save(smenu_entry_t *entry)
errno_t           429 uspace/lib/tbarcfg/src/tbarcfg.c 	errno_t rc;
errno_t           461 uspace/lib/tbarcfg/src/tbarcfg.c errno_t smenu_entry_new(tbarcfg_t *smenu, sif_node_t *nentry,
errno_t           465 uspace/lib/tbarcfg/src/tbarcfg.c 	errno_t rc;
errno_t           515 uspace/lib/tbarcfg/src/tbarcfg.c errno_t smenu_entry_sep_new(tbarcfg_t *smenu, sif_node_t *nentry,
errno_t           519 uspace/lib/tbarcfg/src/tbarcfg.c 	errno_t rc;
errno_t           566 uspace/lib/tbarcfg/src/tbarcfg.c errno_t smenu_entry_create(tbarcfg_t *smenu, const char *caption,
errno_t           571 uspace/lib/tbarcfg/src/tbarcfg.c 	errno_t rc;
errno_t           618 uspace/lib/tbarcfg/src/tbarcfg.c errno_t smenu_entry_sep_create(tbarcfg_t *smenu, smenu_entry_t **rentry)
errno_t           622 uspace/lib/tbarcfg/src/tbarcfg.c 	errno_t rc;
errno_t           660 uspace/lib/tbarcfg/src/tbarcfg.c errno_t smenu_entry_destroy(smenu_entry_t *entry)
errno_t           662 uspace/lib/tbarcfg/src/tbarcfg.c 	errno_t rc;
errno_t           688 uspace/lib/tbarcfg/src/tbarcfg.c errno_t smenu_entry_move_up(smenu_entry_t *entry)
errno_t           690 uspace/lib/tbarcfg/src/tbarcfg.c 	errno_t rc;
errno_t           743 uspace/lib/tbarcfg/src/tbarcfg.c errno_t smenu_entry_move_down(smenu_entry_t *entry)
errno_t           745 uspace/lib/tbarcfg/src/tbarcfg.c 	errno_t rc;
errno_t           801 uspace/lib/tbarcfg/src/tbarcfg.c errno_t tbarcfg_listener_create(const char *nchan, void (*cb)(void *),
errno_t           812 uspace/lib/tbarcfg/src/tbarcfg.c 	errno_t rc;
errno_t           876 uspace/lib/tbarcfg/src/tbarcfg.c static errno_t tbarcfg_notify_svc(service_id_t svcid)
errno_t           880 uspace/lib/tbarcfg/src/tbarcfg.c 	errno_t rc;
errno_t           903 uspace/lib/tbarcfg/src/tbarcfg.c errno_t tbarcfg_notify(const char *nchan)
errno_t           905 uspace/lib/tbarcfg/src/tbarcfg.c 	errno_t rc;
errno_t            48 uspace/lib/tbarcfg/test/tbarcfg.c 	errno_t rc;
errno_t            73 uspace/lib/tbarcfg/test/tbarcfg.c 	errno_t rc;
errno_t           113 uspace/lib/tbarcfg/test/tbarcfg.c 	errno_t rc;
errno_t           147 uspace/lib/tbarcfg/test/tbarcfg.c 	errno_t rc;
errno_t           201 uspace/lib/tbarcfg/test/tbarcfg.c 	errno_t rc;
errno_t           232 uspace/lib/tbarcfg/test/tbarcfg.c 	errno_t rc;
errno_t           297 uspace/lib/tbarcfg/test/tbarcfg.c 	errno_t rc;
errno_t           344 uspace/lib/tbarcfg/test/tbarcfg.c 	errno_t rc;
errno_t           374 uspace/lib/tbarcfg/test/tbarcfg.c 	errno_t rc;
errno_t           470 uspace/lib/tbarcfg/test/tbarcfg.c 	errno_t rc;
errno_t           566 uspace/lib/tbarcfg/test/tbarcfg.c 	errno_t rc;
errno_t            81 uspace/lib/trackmod/protracker.c static errno_t smp_tag_decode(uint8_t *tag, size_t *channels)
errno_t           139 uspace/lib/trackmod/protracker.c static errno_t protracker_load_patterns(FILE *f, trackmod_module_t *module)
errno_t           143 uspace/lib/trackmod/protracker.c 	errno_t rc;
errno_t           192 uspace/lib/trackmod/protracker.c static errno_t protracker_load_samples(FILE *f, protracker_smp_t *smp,
errno_t           195 uspace/lib/trackmod/protracker.c 	errno_t rc;
errno_t           257 uspace/lib/trackmod/protracker.c errno_t trackmod_protracker_load(char *fname, trackmod_module_t **rmodule)
errno_t           270 uspace/lib/trackmod/protracker.c 	errno_t rc;
errno_t            41 uspace/lib/trackmod/protracker.h extern errno_t trackmod_protracker_load(char *, trackmod_module_t **);
errno_t           156 uspace/lib/trackmod/trackmod.c errno_t trackmod_module_load(char *fname, trackmod_module_t **rmodule)
errno_t           158 uspace/lib/trackmod/trackmod.c 	errno_t rc;
errno_t           785 uspace/lib/trackmod/trackmod.c errno_t trackmod_modplay_create(trackmod_module_t *module,
errno_t            42 uspace/lib/trackmod/trackmod.h extern errno_t trackmod_module_load(char *, trackmod_module_t **);
errno_t            44 uspace/lib/trackmod/trackmod.h extern errno_t trackmod_modplay_create(trackmod_module_t *, unsigned,
errno_t            55 uspace/lib/trackmod/xm.c static errno_t trackmod_xm_load_order_list(xm_hdr_t *xm_hdr, trackmod_module_t *module)
errno_t            57 uspace/lib/trackmod/xm.c 	errno_t rc;
errno_t            96 uspace/lib/trackmod/xm.c static errno_t trackmod_xm_decode_pattern(uint8_t *data, size_t dsize,
errno_t           164 uspace/lib/trackmod/xm.c static errno_t trackmod_xm_load_patterns(FILE *f, trackmod_module_t *module)
errno_t           175 uspace/lib/trackmod/xm.c 	errno_t rc;
errno_t           283 uspace/lib/trackmod/xm.c static errno_t trackmod_xm_load_instruments(xm_hdr_t *xm_hdr, FILE *f,
errno_t           299 uspace/lib/trackmod/xm.c 	errno_t rc;
errno_t           424 uspace/lib/trackmod/xm.c errno_t trackmod_xm_load(char *fname, trackmod_module_t **rmodule)
errno_t           431 uspace/lib/trackmod/xm.c 	errno_t rc;
errno_t            41 uspace/lib/trackmod/xm.h extern errno_t trackmod_xm_load(char *, trackmod_module_t **);
errno_t            52 uspace/lib/ui/include/types/ui/control.h 	errno_t (*paint)(void *);
errno_t            60 uspace/lib/ui/include/types/ui/pbutton.h 	errno_t (*paint)(ui_pbutton_t *, void *, gfx_coord2_t *);
errno_t            61 uspace/lib/ui/include/types/ui/popup.h 	errno_t (*paint)(ui_popup_t *, void *);
errno_t            47 uspace/lib/ui/include/types/ui/testctl.h 	errno_t rc;
errno_t           105 uspace/lib/ui/include/types/ui/window.h 	errno_t (*paint)(ui_window_t *, void *);
errno_t            42 uspace/lib/ui/include/ui/accel.h extern errno_t ui_accel_process(const char *, char **, char **);
errno_t            48 uspace/lib/ui/include/ui/checkbox.h extern errno_t ui_checkbox_create(ui_resource_t *, const char *,
errno_t            56 uspace/lib/ui/include/ui/checkbox.h extern errno_t ui_checkbox_paint(ui_checkbox_t *);
errno_t            44 uspace/lib/ui/include/ui/clickmatic.h extern errno_t ui_clickmatic_create(ui_t *, ui_clickmatic_t **);
errno_t            45 uspace/lib/ui/include/ui/control.h extern errno_t ui_control_new(ui_control_ops_t *, void *, ui_control_t **);
errno_t            48 uspace/lib/ui/include/ui/control.h extern errno_t ui_control_paint(ui_control_t *);
errno_t            46 uspace/lib/ui/include/ui/entry.h extern errno_t ui_entry_create(ui_window_t *, const char *,
errno_t            53 uspace/lib/ui/include/ui/entry.h extern errno_t ui_entry_set_text(ui_entry_t *, const char *);
errno_t            55 uspace/lib/ui/include/ui/entry.h extern errno_t ui_entry_paint(ui_entry_t *);
errno_t            56 uspace/lib/ui/include/ui/entry.h extern errno_t ui_entry_insert_str(ui_entry_t *, const char *);
errno_t            44 uspace/lib/ui/include/ui/filedialog.h extern errno_t ui_file_dialog_create(ui_t *, ui_file_dialog_params_t *,
errno_t            46 uspace/lib/ui/include/ui/filelist.h extern errno_t ui_file_list_create(ui_window_t *, bool, ui_file_list_t **);
errno_t            51 uspace/lib/ui/include/ui/filelist.h extern errno_t ui_file_list_read_dir(ui_file_list_t *, const char *);
errno_t            52 uspace/lib/ui/include/ui/filelist.h extern errno_t ui_file_list_activate(ui_file_list_t *);
errno_t            54 uspace/lib/ui/include/ui/filelist.h extern errno_t ui_file_list_open(ui_file_list_t *, ui_file_list_entry_t *);
errno_t            45 uspace/lib/ui/include/ui/fixed.h extern errno_t ui_fixed_create(ui_fixed_t **);
errno_t            48 uspace/lib/ui/include/ui/fixed.h extern errno_t ui_fixed_add(ui_fixed_t *, ui_control_t *);
errno_t            50 uspace/lib/ui/include/ui/fixed.h extern errno_t ui_fixed_paint(ui_fixed_t *);
errno_t            46 uspace/lib/ui/include/ui/image.h extern errno_t ui_image_create(ui_resource_t *, gfx_bitmap_t *, gfx_rect_t *,
errno_t            53 uspace/lib/ui/include/ui/image.h extern errno_t ui_image_paint(ui_image_t *);
errno_t            46 uspace/lib/ui/include/ui/label.h extern errno_t ui_label_create(ui_resource_t *, const char *,
errno_t            53 uspace/lib/ui/include/ui/label.h extern errno_t ui_label_set_text(ui_label_t *, const char *);
errno_t            54 uspace/lib/ui/include/ui/label.h extern errno_t ui_label_paint(ui_label_t *);
errno_t            46 uspace/lib/ui/include/ui/list.h extern errno_t ui_list_create(ui_window_t *, bool, ui_list_t **);
errno_t            52 uspace/lib/ui/include/ui/list.h extern errno_t ui_list_activate(ui_list_t *);
errno_t            57 uspace/lib/ui/include/ui/list.h extern errno_t ui_list_entry_append(ui_list_t *,
errno_t            64 uspace/lib/ui/include/ui/list.h extern errno_t ui_list_entry_set_caption(ui_list_entry_t *, const char *);
errno_t            66 uspace/lib/ui/include/ui/list.h extern errno_t ui_list_sort(ui_list_t *);
errno_t            51 uspace/lib/ui/include/ui/menu.h extern errno_t ui_menu_create(ui_window_t *, ui_menu_t **);
errno_t            54 uspace/lib/ui/include/ui/menu.h extern errno_t ui_menu_open(ui_menu_t *, gfx_rect_t *, sysarg_t);
errno_t            57 uspace/lib/ui/include/ui/menu.h extern errno_t ui_menu_paint(ui_menu_t *, gfx_coord2_t *);
errno_t            51 uspace/lib/ui/include/ui/menubar.h extern errno_t ui_menu_bar_create(ui_t *, ui_window_t *,
errno_t            56 uspace/lib/ui/include/ui/menubar.h extern errno_t ui_menu_bar_paint(ui_menu_bar_t *);
errno_t            51 uspace/lib/ui/include/ui/menudd.h extern errno_t ui_menu_dd_create(ui_menu_bar_t *, const char *, ui_menu_dd_t **,
errno_t            61 uspace/lib/ui/include/ui/menudd.h extern errno_t ui_menu_dd_open(ui_menu_dd_t *, gfx_rect_t *, sysarg_t);
errno_t            47 uspace/lib/ui/include/ui/menuentry.h extern errno_t ui_menu_entry_create(ui_menu_t *, const char *, const char *,
errno_t            49 uspace/lib/ui/include/ui/menuentry.h extern errno_t ui_menu_entry_sep_create(ui_menu_t *, ui_menu_entry_t **);
errno_t            65 uspace/lib/ui/include/ui/menuentry.h extern errno_t ui_menu_entry_paint(ui_menu_entry_t *, gfx_coord2_t *);
errno_t            44 uspace/lib/ui/include/ui/msgdialog.h extern errno_t ui_msg_dialog_create(ui_t *, ui_msg_dialog_params_t *,
errno_t            45 uspace/lib/ui/include/ui/paint.h extern errno_t ui_paint_bevel(gfx_context_t *, gfx_rect_t *, gfx_color_t *,
errno_t            49 uspace/lib/ui/include/ui/paint.h extern errno_t ui_paint_inset_frame(ui_resource_t *, gfx_rect_t *,
errno_t            53 uspace/lib/ui/include/ui/paint.h extern errno_t ui_paint_outset_frame(ui_resource_t *, gfx_rect_t *,
errno_t            55 uspace/lib/ui/include/ui/paint.h extern errno_t ui_paint_filled_circle(gfx_context_t *, gfx_coord2_t *,
errno_t            57 uspace/lib/ui/include/ui/paint.h extern errno_t ui_paint_up_triangle(gfx_context_t *, gfx_coord2_t *,
errno_t            59 uspace/lib/ui/include/ui/paint.h extern errno_t ui_paint_down_triangle(gfx_context_t *, gfx_coord2_t *,
errno_t            61 uspace/lib/ui/include/ui/paint.h extern errno_t ui_paint_left_triangle(gfx_context_t *, gfx_coord2_t *,
errno_t            63 uspace/lib/ui/include/ui/paint.h extern errno_t ui_paint_right_triangle(gfx_context_t *, gfx_coord2_t *,
errno_t            65 uspace/lib/ui/include/ui/paint.h extern errno_t ui_paint_cross(gfx_context_t *, gfx_coord2_t *, gfx_coord_t,
errno_t            67 uspace/lib/ui/include/ui/paint.h extern errno_t ui_paint_minicon(ui_resource_t *, gfx_coord2_t *, gfx_coord_t,
errno_t            69 uspace/lib/ui/include/ui/paint.h extern errno_t ui_paint_maxicon(ui_resource_t *, gfx_coord2_t *, gfx_coord_t,
errno_t            71 uspace/lib/ui/include/ui/paint.h extern errno_t ui_paint_unmaxicon(ui_resource_t *, gfx_coord2_t *, gfx_coord_t,
errno_t            73 uspace/lib/ui/include/ui/paint.h extern errno_t ui_paint_text_box_custom(ui_resource_t *, gfx_rect_t *,
errno_t            75 uspace/lib/ui/include/ui/paint.h extern errno_t ui_paint_text_box(ui_resource_t *, gfx_rect_t *,
errno_t            77 uspace/lib/ui/include/ui/paint.h extern errno_t ui_paint_text_hbrace(ui_resource_t *, gfx_rect_t *,
errno_t            79 uspace/lib/ui/include/ui/paint.h extern errno_t ui_paint_text_rect(ui_resource_t *, gfx_rect_t *, gfx_color_t *,
errno_t            83 uspace/lib/ui/include/ui/paint.h extern errno_t ui_paint_text(gfx_coord2_t *, ui_text_fmt_t *, const char *);
errno_t            48 uspace/lib/ui/include/ui/pbutton.h extern errno_t ui_pbutton_create(ui_resource_t *, const char *,
errno_t            60 uspace/lib/ui/include/ui/pbutton.h extern errno_t ui_pbutton_set_caption(ui_pbutton_t *, const char *);
errno_t            61 uspace/lib/ui/include/ui/pbutton.h extern errno_t ui_pbutton_paint(ui_pbutton_t *);
errno_t            48 uspace/lib/ui/include/ui/popup.h extern errno_t ui_popup_create(ui_t *, ui_window_t *, ui_popup_params_t *,
errno_t            44 uspace/lib/ui/include/ui/promptdialog.h extern errno_t ui_prompt_dialog_create(ui_t *, ui_prompt_dialog_params_t *,
errno_t            48 uspace/lib/ui/include/ui/rbutton.h extern errno_t ui_rbutton_group_create(ui_resource_t *,
errno_t            51 uspace/lib/ui/include/ui/rbutton.h extern errno_t ui_rbutton_create(ui_rbutton_group_t *, const char *, void *,
errno_t            58 uspace/lib/ui/include/ui/rbutton.h extern errno_t ui_rbutton_paint(ui_rbutton_t *);
errno_t            46 uspace/lib/ui/include/ui/resource.h extern errno_t ui_resource_create(gfx_context_t *, bool, ui_resource_t **);
errno_t            49 uspace/lib/ui/include/ui/scrollbar.h extern errno_t ui_scrollbar_create(ui_t *, ui_window_t *, ui_scrollbar_dir_t,
errno_t            55 uspace/lib/ui/include/ui/scrollbar.h extern errno_t ui_scrollbar_paint(ui_scrollbar_t *);
errno_t            45 uspace/lib/ui/include/ui/selectdialog.h extern errno_t ui_select_dialog_create(ui_t *, ui_select_dialog_params_t *,
errno_t            50 uspace/lib/ui/include/ui/selectdialog.h extern errno_t ui_select_dialog_append(ui_select_dialog_t *,
errno_t            52 uspace/lib/ui/include/ui/selectdialog.h extern errno_t ui_select_dialog_paint(ui_select_dialog_t *);
errno_t            48 uspace/lib/ui/include/ui/slider.h extern errno_t ui_slider_create(ui_resource_t *, ui_slider_t **);
errno_t            53 uspace/lib/ui/include/ui/slider.h extern errno_t ui_slider_paint(ui_slider_t *);
errno_t            54 uspace/lib/ui/include/ui/slider.h extern errno_t ui_slider_btn_clear(ui_slider_t *);
errno_t            51 uspace/lib/ui/include/ui/tab.h extern errno_t ui_tab_create(ui_tab_set_t *, const char *, ui_tab_t **);
errno_t            60 uspace/lib/ui/include/ui/tab.h extern errno_t ui_tab_paint(ui_tab_t *);
errno_t            48 uspace/lib/ui/include/ui/tabset.h extern errno_t ui_tab_set_create(ui_resource_t *, ui_tab_set_t **);
errno_t            52 uspace/lib/ui/include/ui/tabset.h extern errno_t ui_tab_set_paint(ui_tab_set_t *);
errno_t            43 uspace/lib/ui/include/ui/testctl.h extern errno_t ui_test_ctl_create(ui_tc_resp_t *, ui_test_ctl_t **);
errno_t            47 uspace/lib/ui/include/ui/ui.h extern errno_t ui_create(const char *, ui_t **);
errno_t            48 uspace/lib/ui/include/ui/ui.h extern errno_t ui_create_cons(console_ctrl_t *, ui_t **);
errno_t            49 uspace/lib/ui/include/ui/ui.h extern errno_t ui_create_disp(display_t *, ui_t **);
errno_t            53 uspace/lib/ui/include/ui/ui.h extern errno_t ui_paint(ui_t *);
errno_t            56 uspace/lib/ui/include/ui/ui.h extern errno_t ui_get_rect(ui_t *, gfx_rect_t *);
errno_t            57 uspace/lib/ui/include/ui/ui.h extern errno_t ui_suspend(ui_t *);
errno_t            58 uspace/lib/ui/include/ui/ui.h extern errno_t ui_resume(ui_t *);
errno_t            49 uspace/lib/ui/include/ui/wdecor.h extern errno_t ui_wdecor_create(ui_resource_t *, const char *,
errno_t            56 uspace/lib/ui/include/ui/wdecor.h extern errno_t ui_wdecor_set_caption(ui_wdecor_t *, const char *);
errno_t            58 uspace/lib/ui/include/ui/wdecor.h extern errno_t ui_wdecor_paint(ui_wdecor_t *);
errno_t            51 uspace/lib/ui/include/ui/window.h extern errno_t ui_window_create(ui_t *, ui_wnd_params_t *,
errno_t            54 uspace/lib/ui/include/ui/window.h extern errno_t ui_window_set_caption(ui_window_t *, const char *);
errno_t            59 uspace/lib/ui/include/ui/window.h extern errno_t ui_window_resize(ui_window_t *, gfx_rect_t *);
errno_t            63 uspace/lib/ui/include/ui/window.h extern errno_t ui_window_get_pos(ui_window_t *, gfx_coord2_t *);
errno_t            64 uspace/lib/ui/include/ui/window.h extern errno_t ui_window_get_app_gc(ui_window_t *, gfx_context_t **);
errno_t            67 uspace/lib/ui/include/ui/window.h extern errno_t ui_window_paint(ui_window_t *);
errno_t            68 uspace/lib/ui/include/ui/window.h extern errno_t ui_window_def_sysmenu(ui_window_t *, sysarg_t);
errno_t            69 uspace/lib/ui/include/ui/window.h extern errno_t ui_window_def_minimize(ui_window_t *);
errno_t            70 uspace/lib/ui/include/ui/window.h extern errno_t ui_window_def_maximize(ui_window_t *);
errno_t            71 uspace/lib/ui/include/ui/window.h extern errno_t ui_window_def_unmaximize(ui_window_t *);
errno_t            73 uspace/lib/ui/include/ui/window.h extern errno_t ui_window_def_paint(ui_window_t *);
errno_t            68 uspace/lib/ui/private/checkbox.h extern errno_t ui_checkbox_paint_gfx(ui_checkbox_t *);
errno_t            69 uspace/lib/ui/private/checkbox.h extern errno_t ui_checkbox_paint_text(ui_checkbox_t *);
errno_t            65 uspace/lib/ui/private/dummygc.h extern errno_t dummygc_create(dummy_gc_t **);
errno_t           107 uspace/lib/ui/private/filelist.h extern errno_t ui_file_list_sort(ui_file_list_t *);
errno_t           110 uspace/lib/ui/private/filelist.h extern errno_t ui_file_list_entry_append(ui_file_list_t *,
errno_t           116 uspace/lib/ui/private/filelist.h extern errno_t ui_file_list_open_dir(ui_file_list_t *, ui_file_list_entry_t *);
errno_t           117 uspace/lib/ui/private/filelist.h extern errno_t ui_file_list_open_file(ui_file_list_t *, ui_file_list_entry_t *);
errno_t           120 uspace/lib/ui/private/filelist.h extern errno_t ui_file_list_paint(ui_file_list_t *);
errno_t           109 uspace/lib/ui/private/list.h extern errno_t ui_list_entry_paint(ui_list_entry_t *, size_t);
errno_t           110 uspace/lib/ui/private/list.h extern errno_t ui_list_paint(ui_list_t *);
errno_t            89 uspace/lib/ui/private/menu.h extern errno_t ui_menu_paint_bg_gfx(ui_menu_t *, gfx_coord2_t *);
errno_t            90 uspace/lib/ui/private/menu.h extern errno_t ui_menu_paint_bg_text(ui_menu_t *, gfx_coord2_t *);
errno_t            79 uspace/lib/ui/private/rbutton.h extern errno_t ui_rbutton_paint_gfx(ui_rbutton_t *);
errno_t            80 uspace/lib/ui/private/rbutton.h extern errno_t ui_rbutton_paint_text(ui_rbutton_t *);
errno_t           108 uspace/lib/ui/private/scrollbar.h extern errno_t ui_scrollbar_paint_gfx(ui_scrollbar_t *);
errno_t           109 uspace/lib/ui/private/scrollbar.h extern errno_t ui_scrollbar_paint_text(ui_scrollbar_t *);
errno_t            68 uspace/lib/ui/private/slider.h extern errno_t ui_slider_paint_gfx(ui_slider_t *);
errno_t            69 uspace/lib/ui/private/slider.h extern errno_t ui_slider_paint_text(ui_slider_t *);
errno_t            81 uspace/lib/ui/private/tab.h extern errno_t ui_tab_paint_handle_frame(gfx_context_t *, gfx_rect_t *,
errno_t            83 uspace/lib/ui/private/tab.h extern errno_t ui_tab_paint_body_frame(ui_tab_t *);
errno_t            84 uspace/lib/ui/private/tab.h extern errno_t ui_tab_paint_frame(ui_tab_t *);
errno_t           114 uspace/lib/ui/private/wdecor.h extern errno_t ui_wdecor_sysmenu_hdl_paint_gfx(ui_wdecor_t *, gfx_rect_t *);
errno_t           115 uspace/lib/ui/private/wdecor.h extern errno_t ui_wdecor_sysmenu_hdl_paint_text(ui_wdecor_t *, gfx_rect_t *);
errno_t           116 uspace/lib/ui/private/wdecor.h extern errno_t ui_wdecor_sysmenu_hdl_paint(ui_wdecor_t *, gfx_rect_t *);
errno_t           132 uspace/lib/ui/private/window.h extern errno_t ui_window_send_paint(ui_window_t *);
errno_t           135 uspace/lib/ui/private/window.h extern errno_t ui_window_size_change(ui_window_t *, gfx_rect_t *,
errno_t            57 uspace/lib/ui/src/accel.c errno_t ui_accel_process(const char *str, char **rbuf, char **endptr)
errno_t            60 uspace/lib/ui/src/checkbox.c static errno_t ui_checkbox_ctl_paint(void *);
errno_t            77 uspace/lib/ui/src/checkbox.c errno_t ui_checkbox_create(ui_resource_t *resource, const char *caption,
errno_t            81 uspace/lib/ui/src/checkbox.c 	errno_t rc;
errno_t           176 uspace/lib/ui/src/checkbox.c errno_t ui_checkbox_paint_gfx(ui_checkbox_t *checkbox)
errno_t           184 uspace/lib/ui/src/checkbox.c 	errno_t rc;
errno_t           256 uspace/lib/ui/src/checkbox.c errno_t ui_checkbox_paint_text(ui_checkbox_t *checkbox)
errno_t           261 uspace/lib/ui/src/checkbox.c 	errno_t rc;
errno_t           304 uspace/lib/ui/src/checkbox.c errno_t ui_checkbox_paint(ui_checkbox_t *checkbox)
errno_t           447 uspace/lib/ui/src/checkbox.c errno_t ui_checkbox_ctl_paint(void *arg)
errno_t            61 uspace/lib/ui/src/clickmatic.c errno_t ui_clickmatic_create(ui_t *ui, ui_clickmatic_t **rclickmatic)
errno_t            50 uspace/lib/ui/src/control.c errno_t ui_control_new(ui_control_ops_t *ops, void *ext,
errno_t           113 uspace/lib/ui/src/control.c errno_t ui_control_paint(ui_control_t *control)
errno_t            43 uspace/lib/ui/src/dummygc.c static errno_t dummygc_set_clip_rect(void *, gfx_rect_t *);
errno_t            44 uspace/lib/ui/src/dummygc.c static errno_t dummygc_set_color(void *, gfx_color_t *);
errno_t            45 uspace/lib/ui/src/dummygc.c static errno_t dummygc_fill_rect(void *, gfx_rect_t *);
errno_t            46 uspace/lib/ui/src/dummygc.c static errno_t dummygc_update(void *);
errno_t            47 uspace/lib/ui/src/dummygc.c static errno_t dummygc_bitmap_create(void *, gfx_bitmap_params_t *,
errno_t            49 uspace/lib/ui/src/dummygc.c static errno_t dummygc_bitmap_destroy(void *);
errno_t            50 uspace/lib/ui/src/dummygc.c static errno_t dummygc_bitmap_render(void *, gfx_rect_t *, gfx_coord2_t *);
errno_t            51 uspace/lib/ui/src/dummygc.c static errno_t dummygc_bitmap_get_alloc(void *, gfx_bitmap_alloc_t *);
errno_t            70 uspace/lib/ui/src/dummygc.c errno_t dummygc_create(dummy_gc_t **rdgc)
errno_t            74 uspace/lib/ui/src/dummygc.c 	errno_t rc;
errno_t           117 uspace/lib/ui/src/dummygc.c static errno_t dummygc_set_clip_rect(void *arg, gfx_rect_t *rect)
errno_t           130 uspace/lib/ui/src/dummygc.c static errno_t dummygc_set_color(void *arg, gfx_color_t *color)
errno_t           143 uspace/lib/ui/src/dummygc.c static errno_t dummygc_fill_rect(void *arg, gfx_rect_t *rect)
errno_t           155 uspace/lib/ui/src/dummygc.c static errno_t dummygc_update(void *arg)
errno_t           169 uspace/lib/ui/src/dummygc.c static errno_t dummygc_bitmap_create(void *arg, gfx_bitmap_params_t *params,
errno_t           208 uspace/lib/ui/src/dummygc.c static errno_t dummygc_bitmap_destroy(void *bm)
errno_t           225 uspace/lib/ui/src/dummygc.c static errno_t dummygc_bitmap_render(void *bm, gfx_rect_t *srect,
errno_t           255 uspace/lib/ui/src/dummygc.c static errno_t dummygc_bitmap_get_alloc(void *bm, gfx_bitmap_alloc_t *alloc)
errno_t            57 uspace/lib/ui/src/entry.c static errno_t ui_entry_ctl_paint(void *);
errno_t            89 uspace/lib/ui/src/entry.c errno_t ui_entry_create(ui_window_t *window, const char *text,
errno_t            93 uspace/lib/ui/src/entry.c 	errno_t rc;
errno_t           180 uspace/lib/ui/src/entry.c errno_t ui_entry_set_text(ui_entry_t *entry, const char *text)
errno_t           214 uspace/lib/ui/src/entry.c static errno_t ui_entry_paint_cursor(ui_entry_t *entry, gfx_coord2_t *pos)
errno_t           219 uspace/lib/ui/src/entry.c 	errno_t rc;
errno_t           276 uspace/lib/ui/src/entry.c errno_t ui_entry_paint(ui_entry_t *entry)
errno_t           288 uspace/lib/ui/src/entry.c 	errno_t rc;
errno_t           446 uspace/lib/ui/src/entry.c errno_t ui_entry_ctl_paint(void *arg)
errno_t           480 uspace/lib/ui/src/entry.c errno_t ui_entry_insert_str(ui_entry_t *entry, const char *str)
errno_t           614 uspace/lib/ui/src/entry.c 	errno_t rc;
errno_t           740 uspace/lib/ui/src/entry.c 	errno_t rc;
errno_t            98 uspace/lib/ui/src/filedialog.c errno_t ui_file_dialog_create(ui_t *ui, ui_file_dialog_params_t *params,
errno_t           101 uspace/lib/ui/src/filedialog.c 	errno_t rc;
errno_t            52 uspace/lib/ui/src/filelist.c static errno_t ui_file_list_ctl_paint(void *);
errno_t            81 uspace/lib/ui/src/filelist.c errno_t ui_file_list_create(ui_window_t *window, bool active,
errno_t            85 uspace/lib/ui/src/filelist.c 	errno_t rc;
errno_t           183 uspace/lib/ui/src/filelist.c errno_t ui_file_list_activate(ui_file_list_t *flist)
errno_t           185 uspace/lib/ui/src/filelist.c 	errno_t rc;
errno_t           220 uspace/lib/ui/src/filelist.c errno_t ui_file_list_entry_append(ui_file_list_t *flist, ui_file_list_entry_attr_t *attr)
errno_t           227 uspace/lib/ui/src/filelist.c 	errno_t rc;
errno_t           321 uspace/lib/ui/src/filelist.c errno_t ui_file_list_read_dir(ui_file_list_t *flist, const char *dirname)
errno_t           332 uspace/lib/ui/src/filelist.c 	errno_t rc;
errno_t           429 uspace/lib/ui/src/filelist.c errno_t ui_file_list_sort(ui_file_list_t *flist)
errno_t           546 uspace/lib/ui/src/filelist.c errno_t ui_file_list_open(ui_file_list_t *flist, ui_file_list_entry_t *entry)
errno_t           565 uspace/lib/ui/src/filelist.c errno_t ui_file_list_open_dir(ui_file_list_t *flist,
errno_t           569 uspace/lib/ui/src/filelist.c 	errno_t rc;
errno_t           607 uspace/lib/ui/src/filelist.c errno_t ui_file_list_open_file(ui_file_list_t *flist,
errno_t           642 uspace/lib/ui/src/filelist.c errno_t ui_file_list_paint(ui_file_list_t *flist)
errno_t           663 uspace/lib/ui/src/filelist.c errno_t ui_file_list_ctl_paint(void *arg)
errno_t            47 uspace/lib/ui/src/fixed.c static errno_t ui_fixed_ctl_paint(void *);
errno_t            66 uspace/lib/ui/src/fixed.c errno_t ui_fixed_create(ui_fixed_t **rfixed)
errno_t            69 uspace/lib/ui/src/fixed.c 	errno_t rc;
errno_t           127 uspace/lib/ui/src/fixed.c errno_t ui_fixed_add(ui_fixed_t *fixed, ui_control_t *control)
errno_t           198 uspace/lib/ui/src/fixed.c errno_t ui_fixed_paint(ui_fixed_t *fixed)
errno_t           201 uspace/lib/ui/src/fixed.c 	errno_t rc;
errno_t           294 uspace/lib/ui/src/fixed.c errno_t ui_fixed_ctl_paint(void *arg)
errno_t            51 uspace/lib/ui/src/image.c static errno_t ui_image_ctl_paint(void *);
errno_t            69 uspace/lib/ui/src/image.c errno_t ui_image_create(ui_resource_t *resource, gfx_bitmap_t *bitmap,
errno_t            73 uspace/lib/ui/src/image.c 	errno_t rc;
errno_t           142 uspace/lib/ui/src/image.c errno_t ui_image_paint(ui_image_t *image)
errno_t           147 uspace/lib/ui/src/image.c 	errno_t rc;
errno_t           220 uspace/lib/ui/src/image.c errno_t ui_image_ctl_paint(void *arg)
errno_t            49 uspace/lib/ui/src/label.c static errno_t ui_label_ctl_paint(void *);
errno_t            66 uspace/lib/ui/src/label.c errno_t ui_label_create(ui_resource_t *resource, const char *text,
errno_t            70 uspace/lib/ui/src/label.c 	errno_t rc;
errno_t           154 uspace/lib/ui/src/label.c errno_t ui_label_set_text(ui_label_t *label, const char *text)
errno_t           173 uspace/lib/ui/src/label.c errno_t ui_label_paint(ui_label_t *label)
errno_t           177 uspace/lib/ui/src/label.c 	errno_t rc;
errno_t           251 uspace/lib/ui/src/label.c errno_t ui_label_ctl_paint(void *arg)
errno_t            51 uspace/lib/ui/src/list.c static errno_t ui_list_ctl_paint(void *);
errno_t            92 uspace/lib/ui/src/list.c errno_t ui_list_create(ui_window_t *window, bool active,
errno_t            96 uspace/lib/ui/src/list.c 	errno_t rc;
errno_t           196 uspace/lib/ui/src/list.c errno_t ui_list_entry_paint(ui_list_entry_t *entry, size_t entry_idx)
errno_t           211 uspace/lib/ui/src/list.c 	errno_t rc;
errno_t           295 uspace/lib/ui/src/list.c errno_t ui_list_paint(ui_list_t *list)
errno_t           301 uspace/lib/ui/src/list.c 	errno_t rc;
errno_t           593 uspace/lib/ui/src/list.c errno_t ui_list_activate(ui_list_t *list)
errno_t           635 uspace/lib/ui/src/list.c errno_t ui_list_ctl_paint(void *arg)
errno_t           676 uspace/lib/ui/src/list.c errno_t ui_list_entry_append(ui_list_t *list, ui_list_entry_attr_t *attr,
errno_t           887 uspace/lib/ui/src/list.c errno_t ui_list_entry_set_caption(ui_list_entry_t *entry, const char *caption)
errno_t          1446 uspace/lib/ui/src/list.c errno_t ui_list_sort(ui_list_t *list)
errno_t            85 uspace/lib/ui/src/menu.c errno_t ui_menu_create(ui_window_t *parent, ui_menu_t **rmenu)
errno_t           188 uspace/lib/ui/src/menu.c errno_t ui_menu_open(ui_menu_t *menu, gfx_rect_t *prect, sysarg_t idev_id)
errno_t           194 uspace/lib/ui/src/menu.c 	errno_t rc;
errno_t           247 uspace/lib/ui/src/menu.c errno_t ui_menu_paint_bg_gfx(ui_menu_t *menu, gfx_coord2_t *spos)
errno_t           252 uspace/lib/ui/src/menu.c 	errno_t rc;
errno_t           288 uspace/lib/ui/src/menu.c errno_t ui_menu_paint_bg_text(ui_menu_t *menu, gfx_coord2_t *spos)
errno_t           293 uspace/lib/ui/src/menu.c 	errno_t rc;
errno_t           329 uspace/lib/ui/src/menu.c errno_t ui_menu_paint(ui_menu_t *menu, gfx_coord2_t *spos)
errno_t           335 uspace/lib/ui/src/menu.c 	errno_t rc;
errno_t            65 uspace/lib/ui/src/menubar.c static errno_t ui_menu_bar_ctl_paint(void *);
errno_t            84 uspace/lib/ui/src/menubar.c errno_t ui_menu_bar_create(ui_t *ui, ui_window_t *window, ui_menu_bar_t **rmbar)
errno_t            87 uspace/lib/ui/src/menubar.c 	errno_t rc;
errno_t           160 uspace/lib/ui/src/menubar.c errno_t ui_menu_bar_paint(ui_menu_bar_t *mbar)
errno_t           173 uspace/lib/ui/src/menubar.c 	errno_t rc;
errno_t           669 uspace/lib/ui/src/menubar.c errno_t ui_menu_bar_ctl_paint(void *arg)
errno_t            71 uspace/lib/ui/src/menudd.c errno_t ui_menu_dd_create(ui_menu_bar_t *mbar, const char *caption,
errno_t            74 uspace/lib/ui/src/menudd.c 	errno_t rc;
errno_t           215 uspace/lib/ui/src/menudd.c errno_t ui_menu_dd_open(ui_menu_dd_t *mdd, gfx_rect_t *prect, sysarg_t idev_id)
errno_t            75 uspace/lib/ui/src/menuentry.c errno_t ui_menu_entry_create(ui_menu_t *menu, const char *caption,
errno_t           120 uspace/lib/ui/src/menuentry.c errno_t ui_menu_entry_sep_create(ui_menu_t *menu, ui_menu_entry_t **rmentry)
errno_t           123 uspace/lib/ui/src/menuentry.c 	errno_t rc;
errno_t           386 uspace/lib/ui/src/menuentry.c errno_t ui_menu_entry_paint(ui_menu_entry_t *mentry, gfx_coord2_t *pos)
errno_t           393 uspace/lib/ui/src/menuentry.c 	errno_t rc;
errno_t            79 uspace/lib/ui/src/msgdialog.c errno_t ui_msg_dialog_create(ui_t *ui, ui_msg_dialog_params_t *params,
errno_t            82 uspace/lib/ui/src/msgdialog.c 	errno_t rc;
errno_t            89 uspace/lib/ui/src/paint.c errno_t ui_paint_bevel(gfx_context_t *gc, gfx_rect_t *rect,
errno_t            95 uspace/lib/ui/src/paint.c 	errno_t rc;
errno_t           178 uspace/lib/ui/src/paint.c errno_t ui_paint_inset_frame(ui_resource_t *resource, gfx_rect_t *rect,
errno_t           182 uspace/lib/ui/src/paint.c 	errno_t rc;
errno_t           223 uspace/lib/ui/src/paint.c errno_t ui_paint_outset_frame(ui_resource_t *resource, gfx_rect_t *rect,
errno_t           227 uspace/lib/ui/src/paint.c 	errno_t rc;
errno_t           256 uspace/lib/ui/src/paint.c static errno_t ui_paint_fcircle_line(gfx_context_t *gc, gfx_coord2_t *center,
errno_t           302 uspace/lib/ui/src/paint.c 	errno_t rc;
errno_t           328 uspace/lib/ui/src/paint.c errno_t ui_paint_filled_circle(gfx_context_t *gc, gfx_coord2_t *center,
errno_t           333 uspace/lib/ui/src/paint.c 	errno_t rc;
errno_t           369 uspace/lib/ui/src/paint.c errno_t ui_paint_up_triangle(gfx_context_t *gc, gfx_coord2_t *pos,
errno_t           373 uspace/lib/ui/src/paint.c 	errno_t rc;
errno_t           396 uspace/lib/ui/src/paint.c errno_t ui_paint_down_triangle(gfx_context_t *gc, gfx_coord2_t *pos,
errno_t           400 uspace/lib/ui/src/paint.c 	errno_t rc;
errno_t           423 uspace/lib/ui/src/paint.c errno_t ui_paint_left_triangle(gfx_context_t *gc, gfx_coord2_t *pos,
errno_t           427 uspace/lib/ui/src/paint.c 	errno_t rc;
errno_t           450 uspace/lib/ui/src/paint.c errno_t ui_paint_right_triangle(gfx_context_t *gc, gfx_coord2_t *pos,
errno_t           454 uspace/lib/ui/src/paint.c 	errno_t rc;
errno_t           479 uspace/lib/ui/src/paint.c errno_t ui_paint_cross(gfx_context_t *gc, gfx_coord2_t *pos,
errno_t           484 uspace/lib/ui/src/paint.c 	errno_t rc;
errno_t           539 uspace/lib/ui/src/paint.c errno_t ui_paint_minicon(ui_resource_t *resource, gfx_coord2_t *pos,
errno_t           543 uspace/lib/ui/src/paint.c 	errno_t rc;
errno_t           568 uspace/lib/ui/src/paint.c errno_t ui_paint_maxicon(ui_resource_t *resource, gfx_coord2_t *pos,
errno_t           572 uspace/lib/ui/src/paint.c 	errno_t rc;
errno_t           613 uspace/lib/ui/src/paint.c errno_t ui_paint_unmaxicon(ui_resource_t *resource, gfx_coord2_t *pos,
errno_t           617 uspace/lib/ui/src/paint.c 	errno_t rc;
errno_t           645 uspace/lib/ui/src/paint.c errno_t ui_paint_text_box_custom(ui_resource_t *resource, gfx_rect_t *rect,
errno_t           648 uspace/lib/ui/src/paint.c 	errno_t rc;
errno_t           750 uspace/lib/ui/src/paint.c errno_t ui_paint_text_box(ui_resource_t *resource, gfx_rect_t *rect,
errno_t           779 uspace/lib/ui/src/paint.c errno_t ui_paint_text_hbrace(ui_resource_t *resource, gfx_rect_t *rect,
errno_t           782 uspace/lib/ui/src/paint.c 	errno_t rc;
errno_t           857 uspace/lib/ui/src/paint.c errno_t ui_paint_text_rect(ui_resource_t *resource, gfx_rect_t *rect,
errno_t           866 uspace/lib/ui/src/paint.c 	errno_t rc;
errno_t           955 uspace/lib/ui/src/paint.c errno_t ui_paint_text(gfx_coord2_t *pos, ui_text_fmt_t *fmt, const char *str)
errno_t           962 uspace/lib/ui/src/paint.c 	errno_t rc;
errno_t            62 uspace/lib/ui/src/pbutton.c static errno_t ui_pbutton_ctl_paint(void *);
errno_t            79 uspace/lib/ui/src/pbutton.c errno_t ui_pbutton_create(ui_resource_t *resource, const char *caption,
errno_t            83 uspace/lib/ui/src/pbutton.c 	errno_t rc;
errno_t           216 uspace/lib/ui/src/pbutton.c errno_t ui_pbutton_set_caption(ui_pbutton_t *pbutton, const char *caption)
errno_t           234 uspace/lib/ui/src/pbutton.c static errno_t ui_pbutton_paint_frame(ui_pbutton_t *pbutton)
errno_t           238 uspace/lib/ui/src/pbutton.c 	errno_t rc;
errno_t           288 uspace/lib/ui/src/pbutton.c static errno_t ui_pbutton_paint_outset(ui_pbutton_t *pbutton,
errno_t           301 uspace/lib/ui/src/pbutton.c static errno_t ui_pbutton_paint_inset(ui_pbutton_t *pbutton,
errno_t           314 uspace/lib/ui/src/pbutton.c static errno_t ui_pbutton_paint_text_shadow(ui_pbutton_t *pbutton)
errno_t           317 uspace/lib/ui/src/pbutton.c 	errno_t rc;
errno_t           342 uspace/lib/ui/src/pbutton.c static errno_t ui_pbutton_paint_gfx(ui_pbutton_t *pbutton)
errno_t           351 uspace/lib/ui/src/pbutton.c 	errno_t rc;
errno_t           431 uspace/lib/ui/src/pbutton.c static errno_t ui_pbutton_paint_text(ui_pbutton_t *pbutton)
errno_t           437 uspace/lib/ui/src/pbutton.c 	errno_t rc;
errno_t           503 uspace/lib/ui/src/pbutton.c errno_t ui_pbutton_paint(ui_pbutton_t *pbutton)
errno_t           662 uspace/lib/ui/src/pbutton.c errno_t ui_pbutton_ctl_paint(void *arg)
errno_t            78 uspace/lib/ui/src/popup.c errno_t ui_popup_create(ui_t *ui, ui_window_t *parent,
errno_t            85 uspace/lib/ui/src/popup.c 	errno_t rc;
errno_t            88 uspace/lib/ui/src/promptdialog.c errno_t ui_prompt_dialog_create(ui_t *ui, ui_prompt_dialog_params_t *params,
errno_t            91 uspace/lib/ui/src/promptdialog.c 	errno_t rc;
errno_t            59 uspace/lib/ui/src/rbutton.c static errno_t ui_rbutton_ctl_paint(void *);
errno_t            75 uspace/lib/ui/src/rbutton.c errno_t ui_rbutton_group_create(ui_resource_t *res, ui_rbutton_group_t **rgroup)
errno_t           108 uspace/lib/ui/src/rbutton.c errno_t ui_rbutton_create(ui_rbutton_group_t *group, const char *caption,
errno_t           112 uspace/lib/ui/src/rbutton.c 	errno_t rc;
errno_t           193 uspace/lib/ui/src/rbutton.c errno_t ui_rbutton_paint_gfx(ui_rbutton_t *rbutton)
errno_t           199 uspace/lib/ui/src/rbutton.c 	errno_t rc;
errno_t           303 uspace/lib/ui/src/rbutton.c errno_t ui_rbutton_paint_text(ui_rbutton_t *rbutton)
errno_t           308 uspace/lib/ui/src/rbutton.c 	errno_t rc;
errno_t           353 uspace/lib/ui/src/rbutton.c errno_t ui_rbutton_paint(ui_rbutton_t *rbutton)
errno_t           515 uspace/lib/ui/src/rbutton.c errno_t ui_rbutton_ctl_paint(void *arg)
errno_t            55 uspace/lib/ui/src/resource.c static errno_t ui_resource_create_gfx(gfx_context_t *gc,
errno_t            90 uspace/lib/ui/src/resource.c 	errno_t rc;
errno_t           346 uspace/lib/ui/src/resource.c static errno_t ui_resource_create_text(gfx_context_t *gc,
errno_t           380 uspace/lib/ui/src/resource.c 	errno_t rc;
errno_t           621 uspace/lib/ui/src/resource.c errno_t ui_resource_create(gfx_context_t *gc, bool textmode,
errno_t            99 uspace/lib/ui/src/scrollbar.c static errno_t ui_scrollbar_up_btn_decor_paint(ui_pbutton_t *, void *,
errno_t           101 uspace/lib/ui/src/scrollbar.c static errno_t ui_scrollbar_down_btn_decor_paint(ui_pbutton_t *, void *,
errno_t           106 uspace/lib/ui/src/scrollbar.c static errno_t ui_scrollbar_ctl_paint(void *);
errno_t           167 uspace/lib/ui/src/scrollbar.c errno_t ui_scrollbar_create(ui_t *ui, ui_window_t *window,
errno_t           174 uspace/lib/ui/src/scrollbar.c 	errno_t rc;
errno_t           293 uspace/lib/ui/src/scrollbar.c static errno_t ui_scrollbar_paint_thumb_frame(ui_resource_t *res, gfx_rect_t *rect,
errno_t           297 uspace/lib/ui/src/scrollbar.c 	errno_t rc;
errno_t           352 uspace/lib/ui/src/scrollbar.c static errno_t ui_scrollbar_paint_outset(ui_scrollbar_t *scrollbar,
errno_t           471 uspace/lib/ui/src/scrollbar.c errno_t ui_scrollbar_paint_gfx(ui_scrollbar_t *scrollbar)
errno_t           477 uspace/lib/ui/src/scrollbar.c 	errno_t rc;
errno_t           554 uspace/lib/ui/src/scrollbar.c errno_t ui_scrollbar_paint_text(ui_scrollbar_t *scrollbar)
errno_t           558 uspace/lib/ui/src/scrollbar.c 	errno_t rc;
errno_t           601 uspace/lib/ui/src/scrollbar.c errno_t ui_scrollbar_paint(ui_scrollbar_t *scrollbar)
errno_t           991 uspace/lib/ui/src/scrollbar.c static errno_t ui_scrollbar_up_btn_decor_paint(ui_pbutton_t *pbutton,
errno_t           995 uspace/lib/ui/src/scrollbar.c 	errno_t rc;
errno_t          1013 uspace/lib/ui/src/scrollbar.c static errno_t ui_scrollbar_down_btn_decor_paint(ui_pbutton_t *pbutton,
errno_t          1017 uspace/lib/ui/src/scrollbar.c 	errno_t rc;
errno_t          1074 uspace/lib/ui/src/scrollbar.c errno_t ui_scrollbar_ctl_paint(void *arg)
errno_t            93 uspace/lib/ui/src/selectdialog.c errno_t ui_select_dialog_create(ui_t *ui, ui_select_dialog_params_t *params,
errno_t            96 uspace/lib/ui/src/selectdialog.c 	errno_t rc;
errno_t           313 uspace/lib/ui/src/selectdialog.c errno_t ui_select_dialog_append(ui_select_dialog_t *dialog,
errno_t           326 uspace/lib/ui/src/selectdialog.c errno_t ui_select_dialog_paint(ui_select_dialog_t *dialog)
errno_t            77 uspace/lib/ui/src/slider.c static errno_t ui_slider_ctl_paint(void *);
errno_t            93 uspace/lib/ui/src/slider.c errno_t ui_slider_create(ui_resource_t *resource, ui_slider_t **rslider)
errno_t            96 uspace/lib/ui/src/slider.c 	errno_t rc;
errno_t           164 uspace/lib/ui/src/slider.c static errno_t ui_slider_paint_frame(ui_resource_t *res, gfx_rect_t *rect,
errno_t           168 uspace/lib/ui/src/slider.c 	errno_t rc;
errno_t           223 uspace/lib/ui/src/slider.c static errno_t ui_slider_paint_outset(ui_slider_t *slider,
errno_t           275 uspace/lib/ui/src/slider.c errno_t ui_slider_paint_gfx(ui_slider_t *slider)
errno_t           282 uspace/lib/ui/src/slider.c 	errno_t rc;
errno_t           334 uspace/lib/ui/src/slider.c errno_t ui_slider_paint_text(ui_slider_t *slider)
errno_t           342 uspace/lib/ui/src/slider.c 	errno_t rc;
errno_t           393 uspace/lib/ui/src/slider.c errno_t ui_slider_paint(ui_slider_t *slider)
errno_t           406 uspace/lib/ui/src/slider.c errno_t ui_slider_btn_clear(ui_slider_t *slider)
errno_t           409 uspace/lib/ui/src/slider.c 	errno_t rc;
errno_t           553 uspace/lib/ui/src/slider.c errno_t ui_slider_ctl_paint(void *arg)
errno_t           114 uspace/lib/ui/src/tab.c errno_t ui_tab_create(ui_tab_set_t *tabset, const char *caption,
errno_t           406 uspace/lib/ui/src/tab.c errno_t ui_tab_paint_handle_frame(gfx_context_t *gc, gfx_rect_t *rect,
errno_t           412 uspace/lib/ui/src/tab.c 	errno_t rc;
errno_t           485 uspace/lib/ui/src/tab.c errno_t ui_tab_paint_body_frame(ui_tab_t *tab)
errno_t           490 uspace/lib/ui/src/tab.c 	errno_t rc;
errno_t           529 uspace/lib/ui/src/tab.c errno_t ui_tab_paint_frame(ui_tab_t *tab)
errno_t           534 uspace/lib/ui/src/tab.c 	errno_t rc;
errno_t           580 uspace/lib/ui/src/tab.c errno_t ui_tab_paint(ui_tab_t *tab)
errno_t           585 uspace/lib/ui/src/tab.c 	errno_t rc;
errno_t            50 uspace/lib/ui/src/tabset.c static errno_t ui_tab_set_ctl_paint(void *);
errno_t            68 uspace/lib/ui/src/tabset.c errno_t ui_tab_set_create(ui_resource_t *res, ui_tab_set_t **rtabset)
errno_t            71 uspace/lib/ui/src/tabset.c 	errno_t rc;
errno_t           136 uspace/lib/ui/src/tabset.c errno_t ui_tab_set_paint(ui_tab_set_t *tabset)
errno_t           140 uspace/lib/ui/src/tabset.c 	errno_t rc;
errno_t           244 uspace/lib/ui/src/tabset.c static errno_t ui_tab_set_ctl_paint(void *arg)
errno_t            47 uspace/lib/ui/src/testctl.c static errno_t test_ctl_paint(void *);
errno_t            69 uspace/lib/ui/src/testctl.c static errno_t test_ctl_paint(void *arg)
errno_t           115 uspace/lib/ui/src/testctl.c errno_t ui_test_ctl_create(ui_tc_resp_t *resp, ui_test_ctl_t **rtest)
errno_t           118 uspace/lib/ui/src/testctl.c 	errno_t rc;
errno_t            72 uspace/lib/ui/src/ui.c static errno_t ui_ospec_parse(const char *ospec, ui_winsys_t *ws,
errno_t            79 uspace/lib/ui/src/ui.c 	errno_t rc;
errno_t           156 uspace/lib/ui/src/ui.c errno_t ui_create(const char *ospec, ui_t **rui)
errno_t           158 uspace/lib/ui/src/ui.c 	errno_t rc;
errno_t           255 uspace/lib/ui/src/ui.c errno_t ui_create_cons(console_ctrl_t *console, ui_t **rui)
errno_t           258 uspace/lib/ui/src/ui.c 	errno_t rc;
errno_t           283 uspace/lib/ui/src/ui.c errno_t ui_create_disp(display_t *disp, ui_t **rui)
errno_t           286 uspace/lib/ui/src/ui.c 	errno_t rc;
errno_t           373 uspace/lib/ui/src/ui.c 	errno_t rc;
errno_t           405 uspace/lib/ui/src/ui.c errno_t ui_paint(ui_t *ui)
errno_t           407 uspace/lib/ui/src/ui.c 	errno_t rc;
errno_t           459 uspace/lib/ui/src/ui.c errno_t ui_suspend(ui_t *ui)
errno_t           461 uspace/lib/ui/src/ui.c 	errno_t rc;
errno_t           487 uspace/lib/ui/src/ui.c errno_t ui_resume(ui_t *ui)
errno_t           489 uspace/lib/ui/src/ui.c 	errno_t rc;
errno_t           623 uspace/lib/ui/src/ui.c errno_t ui_get_rect(ui_t *ui, gfx_rect_t *rect)
errno_t           627 uspace/lib/ui/src/ui.c 	errno_t rc;
errno_t            53 uspace/lib/ui/src/wdecor.c static errno_t ui_wdecor_btn_min_paint(ui_pbutton_t *, void *,
errno_t            57 uspace/lib/ui/src/wdecor.c static errno_t ui_wdecor_btn_max_paint(ui_pbutton_t *, void *,
errno_t            61 uspace/lib/ui/src/wdecor.c static errno_t ui_wdecor_btn_close_paint(ui_pbutton_t *, void *,
errno_t           151 uspace/lib/ui/src/wdecor.c errno_t ui_wdecor_create(ui_resource_t *resource, const char *caption,
errno_t           155 uspace/lib/ui/src/wdecor.c 	errno_t rc;
errno_t           296 uspace/lib/ui/src/wdecor.c errno_t ui_wdecor_set_caption(ui_wdecor_t *wdecor, const char *caption)
errno_t           317 uspace/lib/ui/src/wdecor.c errno_t ui_wdecor_sysmenu_hdl_paint_gfx(ui_wdecor_t *wdecor, gfx_rect_t *rect)
errno_t           319 uspace/lib/ui/src/wdecor.c 	errno_t rc;
errno_t           364 uspace/lib/ui/src/wdecor.c errno_t ui_wdecor_sysmenu_hdl_paint_text(ui_wdecor_t *wdecor, gfx_rect_t *rect)
errno_t           366 uspace/lib/ui/src/wdecor.c 	errno_t rc;
errno_t           393 uspace/lib/ui/src/wdecor.c errno_t ui_wdecor_sysmenu_hdl_paint(ui_wdecor_t *wdecor, gfx_rect_t *rect)
errno_t           395 uspace/lib/ui/src/wdecor.c 	errno_t rc;
errno_t           426 uspace/lib/ui/src/wdecor.c errno_t ui_wdecor_paint(ui_wdecor_t *wdecor)
errno_t           428 uspace/lib/ui/src/wdecor.c 	errno_t rc;
errno_t          1209 uspace/lib/ui/src/wdecor.c static errno_t ui_wdecor_btn_min_paint(ui_pbutton_t *pbutton,
errno_t          1213 uspace/lib/ui/src/wdecor.c 	errno_t rc;
errno_t          1227 uspace/lib/ui/src/wdecor.c static errno_t ui_wdecor_btn_max_paint(ui_pbutton_t *pbutton,
errno_t          1231 uspace/lib/ui/src/wdecor.c 	errno_t rc;
errno_t          1263 uspace/lib/ui/src/wdecor.c static errno_t ui_wdecor_btn_close_paint(ui_pbutton_t *pbutton,
errno_t          1268 uspace/lib/ui/src/wdecor.c 	errno_t rc;
errno_t           125 uspace/lib/ui/src/window.c static errno_t ui_window_cursor_get_pos(void *, gfx_coord2_t *);
errno_t           126 uspace/lib/ui/src/window.c static errno_t ui_window_cursor_set_pos(void *, gfx_coord2_t *);
errno_t           127 uspace/lib/ui/src/window.c static errno_t ui_window_cursor_set_visible(void *, bool);
errno_t           240 uspace/lib/ui/src/window.c static errno_t ui_window_sysmenu_create(ui_window_t *window)
errno_t           242 uspace/lib/ui/src/window.c 	errno_t rc;
errno_t           316 uspace/lib/ui/src/window.c errno_t ui_window_create(ui_t *ui, ui_wnd_params_t *params,
errno_t           333 uspace/lib/ui/src/window.c 	errno_t rc;
errno_t           624 uspace/lib/ui/src/window.c errno_t ui_window_size_change(ui_window_t *window, gfx_rect_t *rect,
errno_t           636 uspace/lib/ui/src/window.c 	errno_t rc;
errno_t           768 uspace/lib/ui/src/window.c errno_t ui_window_resize(ui_window_t *window, gfx_rect_t *rect)
errno_t           792 uspace/lib/ui/src/window.c errno_t ui_window_set_caption(ui_window_t *window, const char *caption)
errno_t           794 uspace/lib/ui/src/window.c 	errno_t rc;
errno_t           850 uspace/lib/ui/src/window.c errno_t ui_window_get_pos(ui_window_t *window, gfx_coord2_t *pos)
errno_t           852 uspace/lib/ui/src/window.c 	errno_t rc;
errno_t           871 uspace/lib/ui/src/window.c errno_t ui_window_get_app_gc(ui_window_t *window, gfx_context_t **rgc)
errno_t           877 uspace/lib/ui/src/window.c 	errno_t rc;
errno_t           950 uspace/lib/ui/src/window.c errno_t ui_window_paint(ui_window_t *window)
errno_t          1348 uspace/lib/ui/src/window.c errno_t ui_window_send_paint(ui_window_t *window)
errno_t          1387 uspace/lib/ui/src/window.c errno_t ui_window_def_sysmenu(ui_window_t *window, sysarg_t idev_id)
errno_t          1389 uspace/lib/ui/src/window.c 	errno_t rc;
errno_t          1413 uspace/lib/ui/src/window.c errno_t ui_window_def_minimize(ui_window_t *window)
errno_t          1415 uspace/lib/ui/src/window.c 	errno_t rc;
errno_t          1433 uspace/lib/ui/src/window.c errno_t ui_window_def_maximize(ui_window_t *window)
errno_t          1435 uspace/lib/ui/src/window.c 	errno_t rc;
errno_t          1469 uspace/lib/ui/src/window.c errno_t ui_window_def_unmaximize(ui_window_t *window)
errno_t          1471 uspace/lib/ui/src/window.c 	errno_t rc;
errno_t          1514 uspace/lib/ui/src/window.c errno_t ui_window_def_paint(ui_window_t *window)
errno_t          1517 uspace/lib/ui/src/window.c 	errno_t rc;
errno_t          1710 uspace/lib/ui/src/window.c static errno_t ui_window_cursor_get_pos(void *arg, gfx_coord2_t *pos)
errno_t          1714 uspace/lib/ui/src/window.c 	errno_t rc;
errno_t          1730 uspace/lib/ui/src/window.c static errno_t ui_window_cursor_set_pos(void *arg, gfx_coord2_t *pos)
errno_t          1746 uspace/lib/ui/src/window.c static errno_t ui_window_cursor_set_visible(void *arg, bool visible)
errno_t            42 uspace/lib/ui/test/accel.c 	errno_t rc;
errno_t            43 uspace/lib/ui/test/checkbox.c static errno_t testgc_set_clip_rect(void *, gfx_rect_t *);
errno_t            44 uspace/lib/ui/test/checkbox.c static errno_t testgc_set_color(void *, gfx_color_t *);
errno_t            45 uspace/lib/ui/test/checkbox.c static errno_t testgc_fill_rect(void *, gfx_rect_t *);
errno_t            46 uspace/lib/ui/test/checkbox.c static errno_t testgc_update(void *);
errno_t            47 uspace/lib/ui/test/checkbox.c static errno_t testgc_bitmap_create(void *, gfx_bitmap_params_t *,
errno_t            49 uspace/lib/ui/test/checkbox.c static errno_t testgc_bitmap_destroy(void *);
errno_t            50 uspace/lib/ui/test/checkbox.c static errno_t testgc_bitmap_render(void *, gfx_rect_t *, gfx_coord2_t *);
errno_t            51 uspace/lib/ui/test/checkbox.c static errno_t testgc_bitmap_get_alloc(void *, gfx_bitmap_alloc_t *);
errno_t            98 uspace/lib/ui/test/checkbox.c 	errno_t rc;
errno_t           118 uspace/lib/ui/test/checkbox.c 	errno_t rc;
errno_t           134 uspace/lib/ui/test/checkbox.c 	errno_t rc;
errno_t           157 uspace/lib/ui/test/checkbox.c 	errno_t rc;
errno_t           174 uspace/lib/ui/test/checkbox.c 	errno_t rc;
errno_t           190 uspace/lib/ui/test/checkbox.c 	errno_t rc;
errno_t           220 uspace/lib/ui/test/checkbox.c 	errno_t rc;
errno_t           250 uspace/lib/ui/test/checkbox.c 	errno_t rc;
errno_t           276 uspace/lib/ui/test/checkbox.c 	errno_t rc;
errno_t           323 uspace/lib/ui/test/checkbox.c 	errno_t rc;
errno_t           375 uspace/lib/ui/test/checkbox.c 	errno_t rc;
errno_t           434 uspace/lib/ui/test/checkbox.c 	errno_t rc;
errno_t           496 uspace/lib/ui/test/checkbox.c 	errno_t rc;
errno_t           551 uspace/lib/ui/test/checkbox.c static errno_t testgc_set_clip_rect(void *arg, gfx_rect_t *rect)
errno_t           558 uspace/lib/ui/test/checkbox.c static errno_t testgc_set_color(void *arg, gfx_color_t *color)
errno_t           565 uspace/lib/ui/test/checkbox.c static errno_t testgc_fill_rect(void *arg, gfx_rect_t *rect)
errno_t           572 uspace/lib/ui/test/checkbox.c static errno_t testgc_update(void *arg)
errno_t           578 uspace/lib/ui/test/checkbox.c static errno_t testgc_bitmap_create(void *arg, gfx_bitmap_params_t *params,
errno_t           612 uspace/lib/ui/test/checkbox.c static errno_t testgc_bitmap_destroy(void *bm)
errno_t           622 uspace/lib/ui/test/checkbox.c static errno_t testgc_bitmap_render(void *bm, gfx_rect_t *srect,
errno_t           632 uspace/lib/ui/test/checkbox.c static errno_t testgc_bitmap_get_alloc(void *bm, gfx_bitmap_alloc_t *alloc)
errno_t            54 uspace/lib/ui/test/clickmatic.c 	errno_t rc;
errno_t            79 uspace/lib/ui/test/clickmatic.c 	errno_t rc;
errno_t           102 uspace/lib/ui/test/clickmatic.c 	errno_t rc;
errno_t            48 uspace/lib/ui/test/control.c 	errno_t rc;
errno_t            68 uspace/lib/ui/test/control.c 	errno_t rc;
errno_t            86 uspace/lib/ui/test/control.c 	errno_t rc;
errno_t           116 uspace/lib/ui/test/control.c 	errno_t rc;
errno_t           147 uspace/lib/ui/test/control.c 	errno_t rc;
errno_t           178 uspace/lib/ui/test/control.c 	errno_t rc;
errno_t            50 uspace/lib/ui/test/entry.c 	errno_t rc;
errno_t            70 uspace/lib/ui/test/entry.c 	errno_t rc;
errno_t            86 uspace/lib/ui/test/entry.c 	errno_t rc;
errno_t           108 uspace/lib/ui/test/entry.c 	errno_t rc;
errno_t           141 uspace/lib/ui/test/entry.c 	errno_t rc;
errno_t           159 uspace/lib/ui/test/entry.c 	errno_t rc;
errno_t           181 uspace/lib/ui/test/entry.c 	errno_t rc;
errno_t           211 uspace/lib/ui/test/entry.c 	errno_t rc;
errno_t           252 uspace/lib/ui/test/entry.c 	errno_t rc;
errno_t           301 uspace/lib/ui/test/entry.c 	errno_t rc;
errno_t           342 uspace/lib/ui/test/entry.c 	errno_t rc;
errno_t           385 uspace/lib/ui/test/entry.c 	errno_t rc;
errno_t           425 uspace/lib/ui/test/entry.c 	errno_t rc;
errno_t           468 uspace/lib/ui/test/entry.c 	errno_t rc;
errno_t           508 uspace/lib/ui/test/entry.c 	errno_t rc;
errno_t           552 uspace/lib/ui/test/entry.c 	errno_t rc;
errno_t           596 uspace/lib/ui/test/entry.c 	errno_t rc;
errno_t           636 uspace/lib/ui/test/entry.c 	errno_t rc;
errno_t           676 uspace/lib/ui/test/entry.c 	errno_t rc;
errno_t           714 uspace/lib/ui/test/entry.c 	errno_t rc;
errno_t           753 uspace/lib/ui/test/entry.c 	errno_t rc;
errno_t           791 uspace/lib/ui/test/entry.c 	errno_t rc;
errno_t            64 uspace/lib/ui/test/filedialog.c 	errno_t rc;
errno_t            92 uspace/lib/ui/test/filedialog.c 	errno_t rc;
errno_t           130 uspace/lib/ui/test/filedialog.c 	errno_t rc;
errno_t            70 uspace/lib/ui/test/filelist.c 	errno_t rc;
errno_t            96 uspace/lib/ui/test/filelist.c 	errno_t rc;
errno_t           127 uspace/lib/ui/test/filelist.c 	errno_t rc;
errno_t           157 uspace/lib/ui/test/filelist.c 	errno_t rc;
errno_t           187 uspace/lib/ui/test/filelist.c 	errno_t rc;
errno_t           224 uspace/lib/ui/test/filelist.c 	errno_t rc;
errno_t           255 uspace/lib/ui/test/filelist.c 	errno_t rc;
errno_t           286 uspace/lib/ui/test/filelist.c 	errno_t rc;
errno_t           317 uspace/lib/ui/test/filelist.c 	errno_t rc;
errno_t           361 uspace/lib/ui/test/filelist.c 	errno_t rc;
errno_t           410 uspace/lib/ui/test/filelist.c 	errno_t rc;
errno_t           456 uspace/lib/ui/test/filelist.c 	errno_t rc;
errno_t           533 uspace/lib/ui/test/filelist.c 	errno_t rc;
errno_t           616 uspace/lib/ui/test/filelist.c 	errno_t rc;
errno_t           677 uspace/lib/ui/test/filelist.c 	errno_t rc;
errno_t           746 uspace/lib/ui/test/filelist.c 	errno_t rc;
errno_t           803 uspace/lib/ui/test/filelist.c 	errno_t rc;
errno_t           862 uspace/lib/ui/test/filelist.c 	errno_t rc;
errno_t           920 uspace/lib/ui/test/filelist.c 	errno_t rc;
errno_t           980 uspace/lib/ui/test/filelist.c 	errno_t rc;
errno_t          1051 uspace/lib/ui/test/filelist.c 	errno_t rc;
errno_t          1094 uspace/lib/ui/test/filelist.c 	errno_t rc;
errno_t          1130 uspace/lib/ui/test/filelist.c 	errno_t rc;
errno_t          1171 uspace/lib/ui/test/filelist.c 	errno_t rc;
errno_t            41 uspace/lib/ui/test/fixed.c static errno_t test_ctl_paint(void *);
errno_t            57 uspace/lib/ui/test/fixed.c 	errno_t rc;
errno_t            76 uspace/lib/ui/test/fixed.c 	errno_t rc;
errno_t            96 uspace/lib/ui/test/fixed.c 	errno_t rc;
errno_t           113 uspace/lib/ui/test/fixed.c 	errno_t rc;
errno_t           148 uspace/lib/ui/test/fixed.c 	errno_t rc;
errno_t           171 uspace/lib/ui/test/fixed.c 	errno_t rc;
errno_t           207 uspace/lib/ui/test/fixed.c 	errno_t rc;
errno_t           244 uspace/lib/ui/test/fixed.c 	errno_t rc;
errno_t           271 uspace/lib/ui/test/fixed.c static errno_t test_ctl_paint(void *arg)
errno_t            50 uspace/lib/ui/test/image.c 	errno_t rc;
errno_t            71 uspace/lib/ui/test/image.c 	errno_t rc;
errno_t            86 uspace/lib/ui/test/image.c 	errno_t rc;
errno_t           128 uspace/lib/ui/test/image.c 	errno_t rc;
errno_t           153 uspace/lib/ui/test/image.c 	errno_t rc;
errno_t           204 uspace/lib/ui/test/image.c 	errno_t rc;
errno_t            43 uspace/lib/ui/test/label.c static errno_t testgc_set_clip_rect(void *, gfx_rect_t *);
errno_t            44 uspace/lib/ui/test/label.c static errno_t testgc_set_color(void *, gfx_color_t *);
errno_t            45 uspace/lib/ui/test/label.c static errno_t testgc_fill_rect(void *, gfx_rect_t *);
errno_t            46 uspace/lib/ui/test/label.c static errno_t testgc_update(void *);
errno_t            47 uspace/lib/ui/test/label.c static errno_t testgc_bitmap_create(void *, gfx_bitmap_params_t *,
errno_t            49 uspace/lib/ui/test/label.c static errno_t testgc_bitmap_destroy(void *);
errno_t            50 uspace/lib/ui/test/label.c static errno_t testgc_bitmap_render(void *, gfx_rect_t *, gfx_coord2_t *);
errno_t            51 uspace/lib/ui/test/label.c static errno_t testgc_bitmap_get_alloc(void *, gfx_bitmap_alloc_t *);
errno_t            89 uspace/lib/ui/test/label.c 	errno_t rc;
errno_t           109 uspace/lib/ui/test/label.c 	errno_t rc;
errno_t           125 uspace/lib/ui/test/label.c 	errno_t rc;
errno_t           148 uspace/lib/ui/test/label.c 	errno_t rc;
errno_t           166 uspace/lib/ui/test/label.c 	errno_t rc;
errno_t           188 uspace/lib/ui/test/label.c 	errno_t rc;
errno_t           215 uspace/lib/ui/test/label.c static errno_t testgc_set_clip_rect(void *arg, gfx_rect_t *rect)
errno_t           222 uspace/lib/ui/test/label.c static errno_t testgc_set_color(void *arg, gfx_color_t *color)
errno_t           229 uspace/lib/ui/test/label.c static errno_t testgc_fill_rect(void *arg, gfx_rect_t *rect)
errno_t           236 uspace/lib/ui/test/label.c static errno_t testgc_update(void *arg)
errno_t           242 uspace/lib/ui/test/label.c static errno_t testgc_bitmap_create(void *arg, gfx_bitmap_params_t *params,
errno_t           276 uspace/lib/ui/test/label.c static errno_t testgc_bitmap_destroy(void *bm)
errno_t           286 uspace/lib/ui/test/label.c static errno_t testgc_bitmap_render(void *bm, gfx_rect_t *srect,
errno_t           296 uspace/lib/ui/test/label.c static errno_t testgc_bitmap_get_alloc(void *bm, gfx_bitmap_alloc_t *alloc)
errno_t            71 uspace/lib/ui/test/list.c 	errno_t rc;
errno_t            97 uspace/lib/ui/test/list.c 	errno_t rc;
errno_t           128 uspace/lib/ui/test/list.c 	errno_t rc;
errno_t           160 uspace/lib/ui/test/list.c 	errno_t rc;
errno_t           192 uspace/lib/ui/test/list.c 	errno_t rc;
errno_t           228 uspace/lib/ui/test/list.c 	errno_t rc;
errno_t           258 uspace/lib/ui/test/list.c 	errno_t rc;
errno_t           289 uspace/lib/ui/test/list.c 	errno_t rc;
errno_t           353 uspace/lib/ui/test/list.c 	errno_t rc;
errno_t           433 uspace/lib/ui/test/list.c 	errno_t rc;
errno_t           471 uspace/lib/ui/test/list.c 	errno_t rc;
errno_t           509 uspace/lib/ui/test/list.c 	errno_t rc;
errno_t           550 uspace/lib/ui/test/list.c 	errno_t rc;
errno_t           594 uspace/lib/ui/test/list.c 	errno_t rc;
errno_t           657 uspace/lib/ui/test/list.c 	errno_t rc;
errno_t           688 uspace/lib/ui/test/list.c 	errno_t rc;
errno_t           719 uspace/lib/ui/test/list.c 	errno_t rc;
errno_t           752 uspace/lib/ui/test/list.c 	errno_t rc;
errno_t           795 uspace/lib/ui/test/list.c 	errno_t rc;
errno_t           866 uspace/lib/ui/test/list.c 	errno_t rc;
errno_t           916 uspace/lib/ui/test/list.c 	errno_t rc;
errno_t           997 uspace/lib/ui/test/list.c 	errno_t rc;
errno_t          1077 uspace/lib/ui/test/list.c 	errno_t rc;
errno_t          1128 uspace/lib/ui/test/list.c 	errno_t rc;
errno_t          1170 uspace/lib/ui/test/list.c 	errno_t rc;
errno_t          1212 uspace/lib/ui/test/list.c 	errno_t rc;
errno_t          1254 uspace/lib/ui/test/list.c 	errno_t rc;
errno_t          1303 uspace/lib/ui/test/list.c 	errno_t rc;
errno_t          1367 uspace/lib/ui/test/list.c 	errno_t rc;
errno_t          1450 uspace/lib/ui/test/list.c 	errno_t rc;
errno_t          1494 uspace/lib/ui/test/list.c 	errno_t rc;
errno_t          1551 uspace/lib/ui/test/list.c 	errno_t rc;
errno_t          1610 uspace/lib/ui/test/list.c 	errno_t rc;
errno_t          1668 uspace/lib/ui/test/list.c 	errno_t rc;
errno_t          1728 uspace/lib/ui/test/list.c 	errno_t rc;
errno_t          1796 uspace/lib/ui/test/list.c 	errno_t rc;
errno_t          1888 uspace/lib/ui/test/list.c 	errno_t rc;
errno_t          1978 uspace/lib/ui/test/list.c 	errno_t rc;
errno_t          2071 uspace/lib/ui/test/list.c 	errno_t rc;
errno_t          2142 uspace/lib/ui/test/list.c 	errno_t rc;
errno_t          2214 uspace/lib/ui/test/list.c 	errno_t rc;
errno_t          2316 uspace/lib/ui/test/list.c 	errno_t rc;
errno_t          2420 uspace/lib/ui/test/list.c 	errno_t rc;
errno_t          2503 uspace/lib/ui/test/list.c 	errno_t rc;
errno_t          2586 uspace/lib/ui/test/list.c 	errno_t rc;
errno_t          2690 uspace/lib/ui/test/list.c 	errno_t rc;
errno_t          2794 uspace/lib/ui/test/list.c 	errno_t rc;
errno_t          2885 uspace/lib/ui/test/list.c 	errno_t rc;
errno_t          2923 uspace/lib/ui/test/list.c 	errno_t rc;
errno_t          2970 uspace/lib/ui/test/list.c 	errno_t rc;
errno_t          3030 uspace/lib/ui/test/list.c 	errno_t rc;
errno_t            77 uspace/lib/ui/test/menu.c 	errno_t rc;
errno_t            98 uspace/lib/ui/test/menu.c 	errno_t rc;
errno_t           120 uspace/lib/ui/test/menu.c 	errno_t rc;
errno_t           163 uspace/lib/ui/test/menu.c 	errno_t rc;
errno_t           205 uspace/lib/ui/test/menu.c 	errno_t rc;
errno_t           246 uspace/lib/ui/test/menu.c 	errno_t rc;
errno_t           295 uspace/lib/ui/test/menu.c 	errno_t rc;
errno_t           338 uspace/lib/ui/test/menu.c 	errno_t rc;
errno_t           381 uspace/lib/ui/test/menu.c 	errno_t rc;
errno_t           425 uspace/lib/ui/test/menu.c 	errno_t rc;
errno_t           461 uspace/lib/ui/test/menu.c 	errno_t rc;
errno_t           503 uspace/lib/ui/test/menu.c 	errno_t rc;
errno_t           565 uspace/lib/ui/test/menu.c 	errno_t rc;
errno_t           607 uspace/lib/ui/test/menu.c 	errno_t rc;
errno_t           665 uspace/lib/ui/test/menu.c 	errno_t rc;
errno_t           697 uspace/lib/ui/test/menu.c 	errno_t rc;
errno_t           724 uspace/lib/ui/test/menu.c 	errno_t rc;
errno_t           751 uspace/lib/ui/test/menu.c 	errno_t rc;
errno_t           775 uspace/lib/ui/test/menu.c 	errno_t rc;
errno_t            53 uspace/lib/ui/test/menubar.c 	errno_t rc;
errno_t            88 uspace/lib/ui/test/menubar.c 	errno_t rc;
errno_t           115 uspace/lib/ui/test/menubar.c 	errno_t rc;
errno_t           159 uspace/lib/ui/test/menubar.c 	errno_t rc;
errno_t           194 uspace/lib/ui/test/menubar.c 	errno_t rc;
errno_t           242 uspace/lib/ui/test/menubar.c 	errno_t rc;
errno_t           292 uspace/lib/ui/test/menubar.c 	errno_t rc;
errno_t           342 uspace/lib/ui/test/menubar.c 	errno_t rc;
errno_t           387 uspace/lib/ui/test/menubar.c 	errno_t rc;
errno_t           431 uspace/lib/ui/test/menubar.c 	errno_t rc;
errno_t           471 uspace/lib/ui/test/menubar.c 	errno_t rc;
errno_t            56 uspace/lib/ui/test/menudd.c 	errno_t rc;
errno_t           103 uspace/lib/ui/test/menudd.c 	errno_t rc;
errno_t           153 uspace/lib/ui/test/menudd.c 	errno_t rc;
errno_t           200 uspace/lib/ui/test/menudd.c 	errno_t rc;
errno_t           239 uspace/lib/ui/test/menudd.c 	errno_t rc;
errno_t           277 uspace/lib/ui/test/menudd.c 	errno_t rc;
errno_t           323 uspace/lib/ui/test/menudd.c 	errno_t rc;
errno_t            62 uspace/lib/ui/test/menuentry.c 	errno_t rc;
errno_t           103 uspace/lib/ui/test/menuentry.c 	errno_t rc;
errno_t           151 uspace/lib/ui/test/menuentry.c 	errno_t rc;
errno_t           197 uspace/lib/ui/test/menuentry.c 	errno_t rc;
errno_t           250 uspace/lib/ui/test/menuentry.c 	errno_t rc;
errno_t           305 uspace/lib/ui/test/menuentry.c 	errno_t rc;
errno_t           355 uspace/lib/ui/test/menuentry.c 	errno_t rc;
errno_t           406 uspace/lib/ui/test/menuentry.c 	errno_t rc;
errno_t           463 uspace/lib/ui/test/menuentry.c 	errno_t rc;
errno_t           526 uspace/lib/ui/test/menuentry.c 	errno_t rc;
errno_t           594 uspace/lib/ui/test/menuentry.c 	errno_t rc;
errno_t           666 uspace/lib/ui/test/menuentry.c 	errno_t rc;
errno_t           724 uspace/lib/ui/test/menuentry.c 	errno_t rc;
errno_t           784 uspace/lib/ui/test/menuentry.c 	errno_t rc;
errno_t           844 uspace/lib/ui/test/menuentry.c 	errno_t rc;
errno_t           907 uspace/lib/ui/test/menuentry.c 	errno_t rc;
errno_t            61 uspace/lib/ui/test/msgdialog.c 	errno_t rc;
errno_t            90 uspace/lib/ui/test/msgdialog.c 	errno_t rc;
errno_t           131 uspace/lib/ui/test/msgdialog.c 	errno_t rc;
errno_t            41 uspace/lib/ui/test/paint.c static errno_t testgc_set_clip_rect(void *, gfx_rect_t *);
errno_t            42 uspace/lib/ui/test/paint.c static errno_t testgc_set_color(void *, gfx_color_t *);
errno_t            43 uspace/lib/ui/test/paint.c static errno_t testgc_fill_rect(void *, gfx_rect_t *);
errno_t            44 uspace/lib/ui/test/paint.c static errno_t testgc_bitmap_create(void *, gfx_bitmap_params_t *,
errno_t            46 uspace/lib/ui/test/paint.c static errno_t testgc_bitmap_destroy(void *);
errno_t            47 uspace/lib/ui/test/paint.c static errno_t testgc_bitmap_render(void *, gfx_rect_t *, gfx_coord2_t *);
errno_t            48 uspace/lib/ui/test/paint.c static errno_t testgc_bitmap_get_alloc(void *, gfx_bitmap_alloc_t *);
errno_t            89 uspace/lib/ui/test/paint.c 	errno_t rc;
errno_t           129 uspace/lib/ui/test/paint.c 	errno_t rc;
errno_t           157 uspace/lib/ui/test/paint.c 	errno_t rc;
errno_t           193 uspace/lib/ui/test/paint.c 	errno_t rc;
errno_t           227 uspace/lib/ui/test/paint.c 	errno_t rc;
errno_t           258 uspace/lib/ui/test/paint.c 	errno_t rc;
errno_t           280 uspace/lib/ui/test/paint.c 	errno_t rc;
errno_t           302 uspace/lib/ui/test/paint.c 	errno_t rc;
errno_t           324 uspace/lib/ui/test/paint.c 	errno_t rc;
errno_t           346 uspace/lib/ui/test/paint.c 	errno_t rc;
errno_t           368 uspace/lib/ui/test/paint.c 	errno_t rc;
errno_t           396 uspace/lib/ui/test/paint.c 	errno_t rc;
errno_t           424 uspace/lib/ui/test/paint.c 	errno_t rc;
errno_t           452 uspace/lib/ui/test/paint.c 	errno_t rc;
errno_t           488 uspace/lib/ui/test/paint.c 	errno_t rc;
errno_t           524 uspace/lib/ui/test/paint.c 	errno_t rc;
errno_t           560 uspace/lib/ui/test/paint.c 	errno_t rc;
errno_t           593 uspace/lib/ui/test/paint.c static errno_t testgc_set_clip_rect(void *arg, gfx_rect_t *rect)
errno_t           600 uspace/lib/ui/test/paint.c static errno_t testgc_set_color(void *arg, gfx_color_t *color)
errno_t           607 uspace/lib/ui/test/paint.c static errno_t testgc_fill_rect(void *arg, gfx_rect_t *rect)
errno_t           614 uspace/lib/ui/test/paint.c static errno_t testgc_bitmap_create(void *arg, gfx_bitmap_params_t *params,
errno_t           648 uspace/lib/ui/test/paint.c static errno_t testgc_bitmap_destroy(void *bm)
errno_t           658 uspace/lib/ui/test/paint.c static errno_t testgc_bitmap_render(void *bm, gfx_rect_t *srect,
errno_t           668 uspace/lib/ui/test/paint.c static errno_t testgc_bitmap_get_alloc(void *bm, gfx_bitmap_alloc_t *alloc)
errno_t            43 uspace/lib/ui/test/pbutton.c static errno_t testgc_set_clip_rect(void *, gfx_rect_t *);
errno_t            44 uspace/lib/ui/test/pbutton.c static errno_t testgc_set_color(void *, gfx_color_t *);
errno_t            45 uspace/lib/ui/test/pbutton.c static errno_t testgc_fill_rect(void *, gfx_rect_t *);
errno_t            46 uspace/lib/ui/test/pbutton.c static errno_t testgc_update(void *);
errno_t            47 uspace/lib/ui/test/pbutton.c static errno_t testgc_bitmap_create(void *, gfx_bitmap_params_t *,
errno_t            49 uspace/lib/ui/test/pbutton.c static errno_t testgc_bitmap_destroy(void *);
errno_t            50 uspace/lib/ui/test/pbutton.c static errno_t testgc_bitmap_render(void *, gfx_rect_t *, gfx_coord2_t *);
errno_t            51 uspace/lib/ui/test/pbutton.c static errno_t testgc_bitmap_get_alloc(void *, gfx_bitmap_alloc_t *);
errno_t           104 uspace/lib/ui/test/pbutton.c 	errno_t rc;
errno_t           124 uspace/lib/ui/test/pbutton.c 	errno_t rc;
errno_t           139 uspace/lib/ui/test/pbutton.c 	errno_t rc;
errno_t           155 uspace/lib/ui/test/pbutton.c 	errno_t rc;
errno_t           178 uspace/lib/ui/test/pbutton.c 	errno_t rc;
errno_t           196 uspace/lib/ui/test/pbutton.c 	errno_t rc;
errno_t           214 uspace/lib/ui/test/pbutton.c 	errno_t rc;
errno_t           232 uspace/lib/ui/test/pbutton.c 	errno_t rc;
errno_t           250 uspace/lib/ui/test/pbutton.c 	errno_t rc;
errno_t           280 uspace/lib/ui/test/pbutton.c 	errno_t rc;
errno_t           306 uspace/lib/ui/test/pbutton.c 	errno_t rc;
errno_t           332 uspace/lib/ui/test/pbutton.c 	errno_t rc;
errno_t           358 uspace/lib/ui/test/pbutton.c 	errno_t rc;
errno_t           407 uspace/lib/ui/test/pbutton.c 	errno_t rc;
errno_t           456 uspace/lib/ui/test/pbutton.c 	errno_t rc;
errno_t           510 uspace/lib/ui/test/pbutton.c 	errno_t rc;
errno_t           572 uspace/lib/ui/test/pbutton.c 	errno_t rc;
errno_t           627 uspace/lib/ui/test/pbutton.c static errno_t testgc_set_clip_rect(void *arg, gfx_rect_t *rect)
errno_t           634 uspace/lib/ui/test/pbutton.c static errno_t testgc_set_color(void *arg, gfx_color_t *color)
errno_t           641 uspace/lib/ui/test/pbutton.c static errno_t testgc_fill_rect(void *arg, gfx_rect_t *rect)
errno_t           648 uspace/lib/ui/test/pbutton.c static errno_t testgc_update(void *arg)
errno_t           654 uspace/lib/ui/test/pbutton.c static errno_t testgc_bitmap_create(void *arg, gfx_bitmap_params_t *params,
errno_t           688 uspace/lib/ui/test/pbutton.c static errno_t testgc_bitmap_destroy(void *bm)
errno_t           698 uspace/lib/ui/test/pbutton.c static errno_t testgc_bitmap_render(void *bm, gfx_rect_t *srect,
errno_t           708 uspace/lib/ui/test/pbutton.c static errno_t testgc_bitmap_get_alloc(void *bm, gfx_bitmap_alloc_t *alloc)
errno_t            51 uspace/lib/ui/test/popup.c static errno_t test_popup_paint(ui_popup_t *, void *);
errno_t            64 uspace/lib/ui/test/popup.c static errno_t test_ctl_paint(void *);
errno_t            75 uspace/lib/ui/test/popup.c 	errno_t rc;
errno_t            87 uspace/lib/ui/test/popup.c 	errno_t rc;
errno_t            99 uspace/lib/ui/test/popup.c 	errno_t rc;
errno_t           136 uspace/lib/ui/test/popup.c 	errno_t rc;
errno_t           200 uspace/lib/ui/test/popup.c 	errno_t rc;
errno_t           239 uspace/lib/ui/test/popup.c 	errno_t rc;
errno_t           309 uspace/lib/ui/test/popup.c static errno_t test_popup_paint(ui_popup_t *popup, void *arg)
errno_t           326 uspace/lib/ui/test/popup.c static errno_t test_ctl_paint(void *arg)
errno_t            64 uspace/lib/ui/test/promptdialog.c 	errno_t rc;
errno_t            92 uspace/lib/ui/test/promptdialog.c 	errno_t rc;
errno_t           130 uspace/lib/ui/test/promptdialog.c 	errno_t rc;
errno_t            43 uspace/lib/ui/test/rbutton.c static errno_t testgc_set_clip_rect(void *, gfx_rect_t *);
errno_t            44 uspace/lib/ui/test/rbutton.c static errno_t testgc_set_color(void *, gfx_color_t *);
errno_t            45 uspace/lib/ui/test/rbutton.c static errno_t testgc_fill_rect(void *, gfx_rect_t *);
errno_t            46 uspace/lib/ui/test/rbutton.c static errno_t testgc_update(void *);
errno_t            47 uspace/lib/ui/test/rbutton.c static errno_t testgc_bitmap_create(void *, gfx_bitmap_params_t *,
errno_t            49 uspace/lib/ui/test/rbutton.c static errno_t testgc_bitmap_destroy(void *);
errno_t            50 uspace/lib/ui/test/rbutton.c static errno_t testgc_bitmap_render(void *, gfx_rect_t *, gfx_coord2_t *);
errno_t            51 uspace/lib/ui/test/rbutton.c static errno_t testgc_bitmap_get_alloc(void *, gfx_bitmap_alloc_t *);
errno_t            99 uspace/lib/ui/test/rbutton.c 	errno_t rc;
errno_t           124 uspace/lib/ui/test/rbutton.c 	errno_t rc;
errno_t           145 uspace/lib/ui/test/rbutton.c 	errno_t rc;
errno_t           171 uspace/lib/ui/test/rbutton.c 	errno_t rc;
errno_t           206 uspace/lib/ui/test/rbutton.c 	errno_t rc;
errno_t           241 uspace/lib/ui/test/rbutton.c 	errno_t rc;
errno_t           272 uspace/lib/ui/test/rbutton.c 	errno_t rc;
errno_t           331 uspace/lib/ui/test/rbutton.c 	errno_t rc;
errno_t           396 uspace/lib/ui/test/rbutton.c 	errno_t rc;
errno_t           467 uspace/lib/ui/test/rbutton.c 	errno_t rc;
errno_t           534 uspace/lib/ui/test/rbutton.c 	errno_t rc;
errno_t           594 uspace/lib/ui/test/rbutton.c static errno_t testgc_set_clip_rect(void *arg, gfx_rect_t *rect)
errno_t           601 uspace/lib/ui/test/rbutton.c static errno_t testgc_set_color(void *arg, gfx_color_t *color)
errno_t           608 uspace/lib/ui/test/rbutton.c static errno_t testgc_fill_rect(void *arg, gfx_rect_t *rect)
errno_t           615 uspace/lib/ui/test/rbutton.c static errno_t testgc_update(void *arg)
errno_t           621 uspace/lib/ui/test/rbutton.c static errno_t testgc_bitmap_create(void *arg, gfx_bitmap_params_t *params,
errno_t           655 uspace/lib/ui/test/rbutton.c static errno_t testgc_bitmap_destroy(void *bm)
errno_t           665 uspace/lib/ui/test/rbutton.c static errno_t testgc_bitmap_render(void *bm, gfx_rect_t *srect,
errno_t           675 uspace/lib/ui/test/rbutton.c static errno_t testgc_bitmap_get_alloc(void *bm, gfx_bitmap_alloc_t *alloc)
errno_t            40 uspace/lib/ui/test/resource.c static errno_t testgc_bitmap_create(void *, gfx_bitmap_params_t *,
errno_t            42 uspace/lib/ui/test/resource.c static errno_t testgc_bitmap_destroy(void *);
errno_t            43 uspace/lib/ui/test/resource.c static errno_t testgc_bitmap_render(void *, gfx_rect_t *, gfx_coord2_t *);
errno_t            44 uspace/lib/ui/test/resource.c static errno_t testgc_bitmap_get_alloc(void *, gfx_bitmap_alloc_t *);
errno_t            79 uspace/lib/ui/test/resource.c 	errno_t rc;
errno_t           110 uspace/lib/ui/test/resource.c 	errno_t rc;
errno_t           139 uspace/lib/ui/test/resource.c 	errno_t rc;
errno_t           165 uspace/lib/ui/test/resource.c 	errno_t rc;
errno_t           193 uspace/lib/ui/test/resource.c 	errno_t rc;
errno_t           219 uspace/lib/ui/test/resource.c 	errno_t rc;
errno_t           242 uspace/lib/ui/test/resource.c static errno_t testgc_bitmap_create(void *arg, gfx_bitmap_params_t *params,
errno_t           276 uspace/lib/ui/test/resource.c static errno_t testgc_bitmap_destroy(void *bm)
errno_t           286 uspace/lib/ui/test/resource.c static errno_t testgc_bitmap_render(void *bm, gfx_rect_t *srect,
errno_t           296 uspace/lib/ui/test/resource.c static errno_t testgc_bitmap_get_alloc(void *bm, gfx_bitmap_alloc_t *alloc)
errno_t            79 uspace/lib/ui/test/scrollbar.c 	errno_t rc;
errno_t           114 uspace/lib/ui/test/scrollbar.c 	errno_t rc;
errno_t           146 uspace/lib/ui/test/scrollbar.c 	errno_t rc;
errno_t           185 uspace/lib/ui/test/scrollbar.c 	errno_t rc;
errno_t           216 uspace/lib/ui/test/scrollbar.c 	errno_t rc;
errno_t           254 uspace/lib/ui/test/scrollbar.c 	errno_t rc;
errno_t           295 uspace/lib/ui/test/scrollbar.c 	errno_t rc;
errno_t           337 uspace/lib/ui/test/scrollbar.c 	errno_t rc;
errno_t           379 uspace/lib/ui/test/scrollbar.c 	errno_t rc;
errno_t           419 uspace/lib/ui/test/scrollbar.c 	errno_t rc;
errno_t           459 uspace/lib/ui/test/scrollbar.c 	errno_t rc;
errno_t           512 uspace/lib/ui/test/scrollbar.c 	errno_t rc;
errno_t           568 uspace/lib/ui/test/scrollbar.c 	errno_t rc;
errno_t           632 uspace/lib/ui/test/scrollbar.c 	errno_t rc;
errno_t           684 uspace/lib/ui/test/scrollbar.c 	errno_t rc;
errno_t           735 uspace/lib/ui/test/scrollbar.c 	errno_t rc;
errno_t           777 uspace/lib/ui/test/scrollbar.c 	errno_t rc;
errno_t           818 uspace/lib/ui/test/scrollbar.c 	errno_t rc;
errno_t           859 uspace/lib/ui/test/scrollbar.c 	errno_t rc;
errno_t           900 uspace/lib/ui/test/scrollbar.c 	errno_t rc;
errno_t           941 uspace/lib/ui/test/scrollbar.c 	errno_t rc;
errno_t           986 uspace/lib/ui/test/scrollbar.c 	errno_t rc;
errno_t          1048 uspace/lib/ui/test/scrollbar.c 	errno_t rc;
errno_t          1094 uspace/lib/ui/test/scrollbar.c 	errno_t rc;
errno_t          1151 uspace/lib/ui/test/scrollbar.c 	errno_t rc;
errno_t          1205 uspace/lib/ui/test/scrollbar.c 	errno_t rc;
errno_t            66 uspace/lib/ui/test/selectdialog.c 	errno_t rc;
errno_t            95 uspace/lib/ui/test/selectdialog.c 	errno_t rc;
errno_t           132 uspace/lib/ui/test/selectdialog.c 	errno_t rc;
errno_t           169 uspace/lib/ui/test/selectdialog.c 	errno_t rc;
errno_t           218 uspace/lib/ui/test/selectdialog.c 	errno_t rc;
errno_t           255 uspace/lib/ui/test/selectdialog.c 	errno_t rc;
errno_t           289 uspace/lib/ui/test/selectdialog.c 	errno_t rc;
errno_t           315 uspace/lib/ui/test/selectdialog.c 	errno_t rc;
errno_t            43 uspace/lib/ui/test/slider.c static errno_t testgc_set_clip_rect(void *, gfx_rect_t *);
errno_t            44 uspace/lib/ui/test/slider.c static errno_t testgc_set_color(void *, gfx_color_t *);
errno_t            45 uspace/lib/ui/test/slider.c static errno_t testgc_fill_rect(void *, gfx_rect_t *);
errno_t            46 uspace/lib/ui/test/slider.c static errno_t testgc_update(void *);
errno_t            47 uspace/lib/ui/test/slider.c static errno_t testgc_bitmap_create(void *, gfx_bitmap_params_t *,
errno_t            49 uspace/lib/ui/test/slider.c static errno_t testgc_bitmap_destroy(void *);
errno_t            50 uspace/lib/ui/test/slider.c static errno_t testgc_bitmap_render(void *, gfx_rect_t *, gfx_coord2_t *);
errno_t            51 uspace/lib/ui/test/slider.c static errno_t testgc_bitmap_get_alloc(void *, gfx_bitmap_alloc_t *);
errno_t            99 uspace/lib/ui/test/slider.c 	errno_t rc;
errno_t           119 uspace/lib/ui/test/slider.c 	errno_t rc;
errno_t           135 uspace/lib/ui/test/slider.c 	errno_t rc;
errno_t           157 uspace/lib/ui/test/slider.c 	errno_t rc;
errno_t           187 uspace/lib/ui/test/slider.c 	errno_t rc;
errno_t           217 uspace/lib/ui/test/slider.c 	errno_t rc;
errno_t           245 uspace/lib/ui/test/slider.c 	errno_t rc;
errno_t           301 uspace/lib/ui/test/slider.c 	errno_t rc;
errno_t           365 uspace/lib/ui/test/slider.c 	errno_t rc;
errno_t           427 uspace/lib/ui/test/slider.c 	errno_t rc;
errno_t           464 uspace/lib/ui/test/slider.c static errno_t testgc_set_clip_rect(void *arg, gfx_rect_t *rect)
errno_t           471 uspace/lib/ui/test/slider.c static errno_t testgc_set_color(void *arg, gfx_color_t *color)
errno_t           478 uspace/lib/ui/test/slider.c static errno_t testgc_fill_rect(void *arg, gfx_rect_t *rect)
errno_t           485 uspace/lib/ui/test/slider.c static errno_t testgc_update(void *arg)
errno_t           491 uspace/lib/ui/test/slider.c static errno_t testgc_bitmap_create(void *arg, gfx_bitmap_params_t *params,
errno_t           525 uspace/lib/ui/test/slider.c static errno_t testgc_bitmap_destroy(void *bm)
errno_t           535 uspace/lib/ui/test/slider.c static errno_t testgc_bitmap_render(void *bm, gfx_rect_t *srect,
errno_t           545 uspace/lib/ui/test/slider.c static errno_t testgc_bitmap_get_alloc(void *bm, gfx_bitmap_alloc_t *alloc)
errno_t            58 uspace/lib/ui/test/tab.c 	errno_t rc;
errno_t           100 uspace/lib/ui/test/tab.c 	errno_t rc;
errno_t           145 uspace/lib/ui/test/tab.c 	errno_t rc;
errno_t           196 uspace/lib/ui/test/tab.c 	errno_t rc;
errno_t           246 uspace/lib/ui/test/tab.c 	errno_t rc;
errno_t           300 uspace/lib/ui/test/tab.c 	errno_t rc;
errno_t           350 uspace/lib/ui/test/tab.c 	errno_t rc;
errno_t           402 uspace/lib/ui/test/tab.c 	errno_t rc;
errno_t           445 uspace/lib/ui/test/tab.c 	errno_t rc;
errno_t           516 uspace/lib/ui/test/tab.c 	errno_t rc;
errno_t           581 uspace/lib/ui/test/tab.c 	errno_t rc;
errno_t           625 uspace/lib/ui/test/tab.c 	errno_t rc;
errno_t           691 uspace/lib/ui/test/tab.c 	errno_t rc;
errno_t           737 uspace/lib/ui/test/tab.c 	errno_t rc;
errno_t           776 uspace/lib/ui/test/tab.c 	errno_t rc;
errno_t           815 uspace/lib/ui/test/tab.c 	errno_t rc;
errno_t            49 uspace/lib/ui/test/tabset.c 	errno_t rc;
errno_t            69 uspace/lib/ui/test/tabset.c 	errno_t rc;
errno_t            84 uspace/lib/ui/test/tabset.c 	errno_t rc;
errno_t           132 uspace/lib/ui/test/tabset.c 	errno_t rc;
errno_t           171 uspace/lib/ui/test/tabset.c 	errno_t rc;
errno_t           240 uspace/lib/ui/test/tabset.c 	errno_t rc;
errno_t           305 uspace/lib/ui/test/tabset.c 	errno_t rc;
errno_t            43 uspace/lib/ui/test/testctl.c 	errno_t rc;
errno_t            63 uspace/lib/ui/test/testctl.c 	errno_t rc;
errno_t            41 uspace/lib/ui/test/ui.c 	errno_t rc;
errno_t            55 uspace/lib/ui/test/ui.c 	errno_t rc;
errno_t            77 uspace/lib/ui/test/ui.c 	errno_t rc;
errno_t           102 uspace/lib/ui/test/ui.c 	errno_t rc;
errno_t           121 uspace/lib/ui/test/ui.c 	errno_t rc;
errno_t           138 uspace/lib/ui/test/ui.c 	errno_t rc;
errno_t           161 uspace/lib/ui/test/ui.c 	errno_t rc;
errno_t           185 uspace/lib/ui/test/ui.c 	errno_t rc;
errno_t           202 uspace/lib/ui/test/ui.c 	errno_t rc;
errno_t            44 uspace/lib/ui/test/wdecor.c static errno_t testgc_set_clip_rect(void *, gfx_rect_t *);
errno_t            45 uspace/lib/ui/test/wdecor.c static errno_t testgc_set_color(void *, gfx_color_t *);
errno_t            46 uspace/lib/ui/test/wdecor.c static errno_t testgc_fill_rect(void *, gfx_rect_t *);
errno_t            47 uspace/lib/ui/test/wdecor.c static errno_t testgc_update(void *);
errno_t            48 uspace/lib/ui/test/wdecor.c static errno_t testgc_bitmap_create(void *, gfx_bitmap_params_t *,
errno_t            50 uspace/lib/ui/test/wdecor.c static errno_t testgc_bitmap_destroy(void *);
errno_t            51 uspace/lib/ui/test/wdecor.c static errno_t testgc_bitmap_render(void *, gfx_rect_t *, gfx_coord2_t *);
errno_t            52 uspace/lib/ui/test/wdecor.c static errno_t testgc_bitmap_get_alloc(void *, gfx_bitmap_alloc_t *);
errno_t           137 uspace/lib/ui/test/wdecor.c 	errno_t rc;
errno_t           160 uspace/lib/ui/test/wdecor.c 	errno_t rc;
errno_t           195 uspace/lib/ui/test/wdecor.c 	errno_t rc;
errno_t           215 uspace/lib/ui/test/wdecor.c 	errno_t rc;
errno_t           234 uspace/lib/ui/test/wdecor.c 	errno_t rc;
errno_t           267 uspace/lib/ui/test/wdecor.c 	errno_t rc;
errno_t           299 uspace/lib/ui/test/wdecor.c 	errno_t rc;
errno_t           329 uspace/lib/ui/test/wdecor.c 	errno_t rc;
errno_t           357 uspace/lib/ui/test/wdecor.c 	errno_t rc;
errno_t           385 uspace/lib/ui/test/wdecor.c 	errno_t rc;
errno_t           413 uspace/lib/ui/test/wdecor.c 	errno_t rc;
errno_t           442 uspace/lib/ui/test/wdecor.c 	errno_t rc;
errno_t           468 uspace/lib/ui/test/wdecor.c 	errno_t rc;
errno_t           494 uspace/lib/ui/test/wdecor.c 	errno_t rc;
errno_t           520 uspace/lib/ui/test/wdecor.c 	errno_t rc;
errno_t           546 uspace/lib/ui/test/wdecor.c 	errno_t rc;
errno_t           584 uspace/lib/ui/test/wdecor.c 	errno_t rc;
errno_t           625 uspace/lib/ui/test/wdecor.c 	errno_t rc;
errno_t           662 uspace/lib/ui/test/wdecor.c 	errno_t rc;
errno_t           699 uspace/lib/ui/test/wdecor.c 	errno_t rc;
errno_t           755 uspace/lib/ui/test/wdecor.c 	errno_t rc;
errno_t           805 uspace/lib/ui/test/wdecor.c 	errno_t rc;
errno_t           857 uspace/lib/ui/test/wdecor.c 	errno_t rc;
errno_t           909 uspace/lib/ui/test/wdecor.c 	errno_t rc;
errno_t           961 uspace/lib/ui/test/wdecor.c 	errno_t rc;
errno_t          1021 uspace/lib/ui/test/wdecor.c 	errno_t rc;
errno_t          1098 uspace/lib/ui/test/wdecor.c 	errno_t rc;
errno_t          1175 uspace/lib/ui/test/wdecor.c 	errno_t rc;
errno_t          1253 uspace/lib/ui/test/wdecor.c 	errno_t rc;
errno_t          1325 uspace/lib/ui/test/wdecor.c 	errno_t rc;
errno_t          1372 uspace/lib/ui/test/wdecor.c 	errno_t rc;
errno_t          1517 uspace/lib/ui/test/wdecor.c 	errno_t rc;
errno_t          1569 uspace/lib/ui/test/wdecor.c static errno_t testgc_set_clip_rect(void *arg, gfx_rect_t *rect)
errno_t          1576 uspace/lib/ui/test/wdecor.c static errno_t testgc_set_color(void *arg, gfx_color_t *color)
errno_t          1583 uspace/lib/ui/test/wdecor.c static errno_t testgc_fill_rect(void *arg, gfx_rect_t *rect)
errno_t          1590 uspace/lib/ui/test/wdecor.c static errno_t testgc_update(void *arg)
errno_t          1596 uspace/lib/ui/test/wdecor.c static errno_t testgc_bitmap_create(void *arg, gfx_bitmap_params_t *params,
errno_t          1630 uspace/lib/ui/test/wdecor.c static errno_t testgc_bitmap_destroy(void *bm)
errno_t          1640 uspace/lib/ui/test/wdecor.c static errno_t testgc_bitmap_render(void *bm, gfx_rect_t *srect,
errno_t          1650 uspace/lib/ui/test/wdecor.c static errno_t testgc_bitmap_get_alloc(void *bm, gfx_bitmap_alloc_t *alloc)
errno_t            54 uspace/lib/ui/test/window.c static errno_t test_window_paint(ui_window_t *, void *);
errno_t            74 uspace/lib/ui/test/window.c static errno_t test_ctl_paint(void *);
errno_t            85 uspace/lib/ui/test/window.c 	errno_t rc;
errno_t           104 uspace/lib/ui/test/window.c 	errno_t rc;
errno_t           116 uspace/lib/ui/test/window.c 	errno_t rc;
errno_t           144 uspace/lib/ui/test/window.c 	errno_t rc;
errno_t           199 uspace/lib/ui/test/window.c 	errno_t rc;
errno_t           245 uspace/lib/ui/test/window.c 	errno_t rc;
errno_t           279 uspace/lib/ui/test/window.c 	errno_t rc;
errno_t           305 uspace/lib/ui/test/window.c 	errno_t rc;
errno_t           338 uspace/lib/ui/test/window.c 	errno_t rc;
errno_t           362 uspace/lib/ui/test/window.c 	errno_t rc;
errno_t           396 uspace/lib/ui/test/window.c 	errno_t rc;
errno_t           420 uspace/lib/ui/test/window.c 	errno_t rc;
errno_t           466 uspace/lib/ui/test/window.c 	errno_t rc;
errno_t           516 uspace/lib/ui/test/window.c 	errno_t rc;
errno_t           553 uspace/lib/ui/test/window.c 	errno_t rc;
errno_t           591 uspace/lib/ui/test/window.c 	errno_t rc;
errno_t           627 uspace/lib/ui/test/window.c 	errno_t rc;
errno_t           663 uspace/lib/ui/test/window.c 	errno_t rc;
errno_t           699 uspace/lib/ui/test/window.c 	errno_t rc;
errno_t           735 uspace/lib/ui/test/window.c 	errno_t rc;
errno_t           772 uspace/lib/ui/test/window.c 	errno_t rc;
errno_t           818 uspace/lib/ui/test/window.c 	errno_t rc;
errno_t           856 uspace/lib/ui/test/window.c 	errno_t rc;
errno_t           904 uspace/lib/ui/test/window.c 	errno_t rc;
errno_t           991 uspace/lib/ui/test/window.c static errno_t test_window_paint(ui_window_t *window, void *arg)
errno_t          1016 uspace/lib/ui/test/window.c static errno_t test_ctl_paint(void *arg)
errno_t            72 uspace/lib/untar/private/tar.h extern errno_t tar_header_parse(tar_header_t *, const tar_header_raw_t *);
errno_t            70 uspace/lib/untar/tar.c errno_t tar_header_parse(tar_header_t *parsed, const tar_header_raw_t *raw)
errno_t            77 uspace/lib/untar/tar.c 	errno_t rc = str_size_t(raw->size, NULL, 8, true, &size);
errno_t            73 uspace/lib/untar/untar.c static errno_t tar_skip_blocks(tar_file_t *tar, size_t valid_data_size)
errno_t            89 uspace/lib/untar/untar.c static errno_t tar_handle_normal_file(tar_file_t *tar,
errno_t           101 uspace/lib/untar/untar.c 	errno_t rc = EOK;
errno_t           135 uspace/lib/untar/untar.c static errno_t tar_handle_directory(tar_file_t *tar, const tar_header_t *header)
errno_t           137 uspace/lib/untar/untar.c 	errno_t rc = vfs_link_path(header->filename, KIND_DIRECTORY, NULL);
errno_t           164 uspace/lib/untar/untar.c 		errno_t rc = tar_header_parse(&header, &header_raw);
errno_t           150 uspace/lib/uri/uri.c errno_t uri_scheme_parse(const char *str, const char **endptr)
errno_t           182 uspace/lib/uri/uri.c errno_t uri_percent_parse(const char *str, const char **endptr,
errno_t           193 uspace/lib/uri/uri.c 		errno_t rc = str_uint8_t(str + 1, NULL, 16, true, decoded);
errno_t           202 uspace/lib/uri/uri.c errno_t uri_user_info_parse(const char *str, const char **endptr)
errno_t           209 uspace/lib/uri/uri.c 		errno_t rc = uri_percent_parse(str, &str, NULL);
errno_t           228 uspace/lib/uri/uri.c errno_t uri_port_parse(const char *str, const char **endptr)
errno_t            51 uspace/lib/uri/uri.h extern errno_t uri_scheme_parse(const char *, const char **);
errno_t            53 uspace/lib/uri/uri.h extern errno_t uri_percent_parse(const char *, const char **, uint8_t *);
errno_t            54 uspace/lib/uri/uri.h extern errno_t uri_user_info_parse(const char *, const char **);
errno_t            56 uspace/lib/uri/uri.h extern errno_t uri_port_parse(const char *, const char **);
errno_t            42 uspace/lib/usb/include/usb/dev.h extern errno_t usb_resolve_device_handle(const char *, devman_handle_t *);
errno_t            90 uspace/lib/usb/include/usb/dma_buffer.h extern errno_t dma_buffer_alloc(dma_buffer_t *db, size_t size);
errno_t            91 uspace/lib/usb/include/usb/dma_buffer.h extern errno_t dma_buffer_alloc_policy(dma_buffer_t *, size_t, dma_policy_t);
errno_t           101 uspace/lib/usb/include/usb/dma_buffer.h extern errno_t dma_buffer_lock(dma_buffer_t *, void *, size_t);
errno_t            55 uspace/lib/usb/src/dev.c errno_t usb_resolve_device_handle(const char *dev_path, devman_handle_t *dev_handle)
errno_t            62 uspace/lib/usb/src/dev.c 	errno_t rc = devman_fun_get_handle(dev_path, dev_handle, 0);
errno_t            88 uspace/lib/usb/src/dma_buffer.c errno_t dma_buffer_alloc_policy(dma_buffer_t *db, size_t size, dma_policy_t policy)
errno_t           125 uspace/lib/usb/src/dma_buffer.c errno_t dma_buffer_alloc(dma_buffer_t *db, size_t size)
errno_t           193 uspace/lib/usb/src/dma_buffer.c errno_t dma_buffer_lock(dma_buffer_t *db, void *virt, size_t size)
errno_t           199 uspace/lib/usb/src/dma_buffer.c 	const errno_t err = dmamem_map(virt, size, 0, 0, &phys);
errno_t            69 uspace/lib/usbdev/include/usb/dev/alternate_ifaces.h errno_t usb_alternate_interfaces_init(usb_alternate_interfaces_t *,
errno_t            61 uspace/lib/usbdev/include/usb/dev/device.h errno_t usb_device_create_ddf(ddf_dev_t *,
errno_t            80 uspace/lib/usbdev/include/usb/dev/device.h errno_t usb_device_select_interface(usb_device_t *, uint8_t,
errno_t            83 uspace/lib/usbdev/include/usb/dev/device.h errno_t usb_device_create_pipes(usb_device_t *usb_dev,
errno_t            45 uspace/lib/usbdev/include/usb/dev/driver.h 	errno_t (*device_add)(usb_device_t *);
errno_t            47 uspace/lib/usbdev/include/usb/dev/driver.h 	errno_t (*device_remove)(usb_device_t *);
errno_t            49 uspace/lib/usbdev/include/usb/dev/driver.h 	errno_t (*device_gone)(usb_device_t *);
errno_t            51 uspace/lib/usbdev/include/usb/dev/driver.h 	errno_t (*function_online)(ddf_fun_t *);
errno_t            53 uspace/lib/usbdev/include/usb/dev/driver.h 	errno_t (*function_offline)(ddf_fun_t *);
errno_t           102 uspace/lib/usbdev/include/usb/dev/pipes.h errno_t usb_pipe_initialize(usb_pipe_t *, usb_dev_session_t *);
errno_t           103 uspace/lib/usbdev/include/usb/dev/pipes.h errno_t usb_pipe_initialize_default_control(usb_pipe_t *, usb_dev_session_t *);
errno_t           105 uspace/lib/usbdev/include/usb/dev/pipes.h errno_t usb_pipe_initialize_from_configuration(usb_endpoint_mapping_t *,
errno_t           108 uspace/lib/usbdev/include/usb/dev/pipes.h errno_t usb_pipe_register(usb_pipe_t *,
errno_t           111 uspace/lib/usbdev/include/usb/dev/pipes.h errno_t usb_pipe_unregister(usb_pipe_t *);
errno_t           113 uspace/lib/usbdev/include/usb/dev/pipes.h errno_t usb_pipe_read(usb_pipe_t *, void *, size_t, size_t *);
errno_t           114 uspace/lib/usbdev/include/usb/dev/pipes.h errno_t usb_pipe_write(usb_pipe_t *, const void *, size_t);
errno_t           116 uspace/lib/usbdev/include/usb/dev/pipes.h errno_t usb_pipe_read_dma(usb_pipe_t *, void *, void *, size_t, size_t *);
errno_t           117 uspace/lib/usbdev/include/usb/dev/pipes.h errno_t usb_pipe_write_dma(usb_pipe_t *, void *, void *, size_t);
errno_t           119 uspace/lib/usbdev/include/usb/dev/pipes.h errno_t usb_pipe_control_read(usb_pipe_t *, const void *, size_t,
errno_t           121 uspace/lib/usbdev/include/usb/dev/pipes.h errno_t usb_pipe_control_write(usb_pipe_t *, const void *, size_t,
errno_t           125 uspace/lib/usbdev/include/usb/dev/poll.h 	bool (*on_error)(usb_device_t *dev, errno_t err_code, void *arg);
errno_t           147 uspace/lib/usbdev/include/usb/dev/poll.h errno_t usb_polling_init(usb_polling_t *);
errno_t           150 uspace/lib/usbdev/include/usb/dev/poll.h errno_t usb_polling_start(usb_polling_t *);
errno_t           151 uspace/lib/usbdev/include/usb/dev/poll.h errno_t usb_polling_join(usb_polling_t *);
errno_t            44 uspace/lib/usbdev/include/usb/dev/recognise.h extern errno_t usb_device_create_match_ids_from_device_descriptor(
errno_t            47 uspace/lib/usbdev/include/usb/dev/recognise.h extern errno_t usb_device_create_match_ids_from_interface(
errno_t            51 uspace/lib/usbdev/include/usb/dev/recognise.h extern errno_t usb_device_create_match_ids(usb_pipe_t *, match_id_list_t *);
errno_t            46 uspace/lib/usbdev/include/usb/dev/request.h errno_t usb_control_request_set(usb_pipe_t *,
errno_t            50 uspace/lib/usbdev/include/usb/dev/request.h errno_t usb_control_request_get(usb_pipe_t *,
errno_t            54 uspace/lib/usbdev/include/usb/dev/request.h errno_t usb_request_get_status(usb_pipe_t *, usb_request_recipient_t,
errno_t            56 uspace/lib/usbdev/include/usb/dev/request.h errno_t usb_request_clear_feature(usb_pipe_t *, usb_request_type_t,
errno_t            58 uspace/lib/usbdev/include/usb/dev/request.h errno_t usb_request_set_feature(usb_pipe_t *, usb_request_type_t,
errno_t            60 uspace/lib/usbdev/include/usb/dev/request.h errno_t usb_request_get_descriptor(usb_pipe_t *, usb_request_type_t,
errno_t            63 uspace/lib/usbdev/include/usb/dev/request.h errno_t usb_request_get_descriptor_alloc(usb_pipe_t *, usb_request_type_t,
errno_t            65 uspace/lib/usbdev/include/usb/dev/request.h errno_t usb_request_get_device_descriptor(usb_pipe_t *,
errno_t            67 uspace/lib/usbdev/include/usb/dev/request.h errno_t usb_request_get_bare_configuration_descriptor(usb_pipe_t *, int,
errno_t            69 uspace/lib/usbdev/include/usb/dev/request.h errno_t usb_request_get_full_configuration_descriptor(usb_pipe_t *, int,
errno_t            71 uspace/lib/usbdev/include/usb/dev/request.h errno_t usb_request_get_full_configuration_descriptor_alloc(usb_pipe_t *,
errno_t            73 uspace/lib/usbdev/include/usb/dev/request.h errno_t usb_request_set_descriptor(usb_pipe_t *, usb_request_type_t,
errno_t            76 uspace/lib/usbdev/include/usb/dev/request.h errno_t usb_request_get_configuration(usb_pipe_t *, uint8_t *);
errno_t            77 uspace/lib/usbdev/include/usb/dev/request.h errno_t usb_request_set_configuration(usb_pipe_t *, uint8_t);
errno_t            79 uspace/lib/usbdev/include/usb/dev/request.h errno_t usb_request_get_interface(usb_pipe_t *, uint8_t, uint8_t *);
errno_t            80 uspace/lib/usbdev/include/usb/dev/request.h errno_t usb_request_set_interface(usb_pipe_t *, uint8_t, uint8_t);
errno_t            82 uspace/lib/usbdev/include/usb/dev/request.h errno_t usb_request_get_supported_languages(usb_pipe_t *,
errno_t            84 uspace/lib/usbdev/include/usb/dev/request.h errno_t usb_request_get_string(usb_pipe_t *, size_t, l18_win_locales_t,
errno_t            87 uspace/lib/usbdev/include/usb/dev/request.h errno_t usb_pipe_clear_halt(usb_pipe_t *, usb_pipe_t *);
errno_t            88 uspace/lib/usbdev/include/usb/dev/request.h errno_t usb_request_get_endpoint_status(usb_pipe_t *, usb_pipe_t *, uint16_t *);
errno_t            90 uspace/lib/usbdev/src/altiface.c errno_t usb_alternate_interfaces_init(usb_alternate_interfaces_t *alternates,
errno_t           145 uspace/lib/usbdev/src/devdrv.c errno_t usb_device_select_interface(usb_device_t *usb_dev,
errno_t           155 uspace/lib/usbdev/src/devdrv.c 	errno_t rc = usb_request_set_interface(&usb_dev->ctrl_pipe,
errno_t           179 uspace/lib/usbdev/src/devdrv.c static errno_t usb_device_retrieve_descriptors(usb_device_t *usb_dev)
errno_t           185 uspace/lib/usbdev/src/devdrv.c 	errno_t rc = usb_request_get_device_descriptor(&usb_dev->ctrl_pipe,
errno_t           230 uspace/lib/usbdev/src/devdrv.c errno_t usb_device_create_pipes(usb_device_t *usb_dev,
errno_t           258 uspace/lib/usbdev/src/devdrv.c 	errno_t rc = usb_pipe_initialize_from_configuration(pipes, pipe_count,
errno_t           432 uspace/lib/usbdev/src/devdrv.c static errno_t usb_device_init(usb_device_t *usb_dev, ddf_dev_t *ddf_dev,
errno_t           458 uspace/lib/usbdev/src/devdrv.c 	errno_t rc = usb_pipe_initialize_default_control(&usb_dev->ctrl_pipe, usb_dev->bus_session);
errno_t           496 uspace/lib/usbdev/src/devdrv.c static errno_t usb_device_get_info(async_sess_t *sess, usb_device_t *dev)
errno_t           505 uspace/lib/usbdev/src/devdrv.c 	const errno_t ret = usb_get_my_description(exch, &dev_desc);
errno_t           519 uspace/lib/usbdev/src/devdrv.c errno_t usb_device_create_ddf(ddf_dev_t *ddf_dev,
errno_t           536 uspace/lib/usbdev/src/devdrv.c 	const errno_t ret = usb_device_get_info(sess, usb_dev);
errno_t           559 uspace/lib/usbdev/src/devdrv.c 	errno_t ret = usb_device_get_info(sess, usb_dev);
errno_t           102 uspace/lib/usbdev/src/devpoll.c static errno_t polling_fibril(void *arg)
errno_t           129 uspace/lib/usbdev/src/devpoll.c 		const errno_t rc = usb_pipe_read(pipe, polling->buffer,
errno_t           231 uspace/lib/usbdev/src/devpoll.c errno_t usb_polling_start(usb_polling_t *polling)
errno_t           270 uspace/lib/usbdev/src/devpoll.c errno_t usb_polling_join(usb_polling_t *polling)
errno_t           272 uspace/lib/usbdev/src/devpoll.c 	errno_t rc;
errno_t            55 uspace/lib/usbdev/src/driver.c static errno_t generic_device_add(ddf_dev_t *gen_dev)
errno_t            63 uspace/lib/usbdev/src/driver.c 	errno_t rc = usb_device_create_ddf(gen_dev, driver->endpoints, &err_msg);
errno_t            84 uspace/lib/usbdev/src/driver.c static errno_t generic_device_remove(ddf_dev_t *gen_dev)
errno_t            93 uspace/lib/usbdev/src/driver.c 	const errno_t ret = driver->ops->device_remove(usb_dev);
errno_t           108 uspace/lib/usbdev/src/driver.c static errno_t generic_device_gone(ddf_dev_t *gen_dev)
errno_t           115 uspace/lib/usbdev/src/driver.c 	const errno_t ret = driver->ops->device_gone(usb_dev);
errno_t            80 uspace/lib/usbdev/src/pipes.c static errno_t transfer_common(transfer_t *t)
errno_t           109 uspace/lib/usbdev/src/pipes.c 	const errno_t rc = usbhc_transfer(exch, &t->req, &t->transferred_size);
errno_t           136 uspace/lib/usbdev/src/pipes.c static errno_t transfer_wrap_dma(transfer_t *t, void *buf, size_t size)
errno_t           149 uspace/lib/usbdev/src/pipes.c 	const errno_t err = transfer_common(t);
errno_t           158 uspace/lib/usbdev/src/pipes.c static errno_t prepare_control(transfer_t *t, const void *setup, size_t setup_size)
errno_t           180 uspace/lib/usbdev/src/pipes.c errno_t usb_pipe_control_read(usb_pipe_t *pipe,
errno_t           184 uspace/lib/usbdev/src/pipes.c 	errno_t err;
errno_t           214 uspace/lib/usbdev/src/pipes.c errno_t usb_pipe_control_write(usb_pipe_t *pipe,
errno_t           219 uspace/lib/usbdev/src/pipes.c 	errno_t err;
errno_t           263 uspace/lib/usbdev/src/pipes.c errno_t usb_pipe_read(usb_pipe_t *pipe,
errno_t           267 uspace/lib/usbdev/src/pipes.c 	errno_t err;
errno_t           289 uspace/lib/usbdev/src/pipes.c errno_t usb_pipe_write(usb_pipe_t *pipe, const void *buffer, size_t size)
errno_t           310 uspace/lib/usbdev/src/pipes.c errno_t usb_pipe_read_dma(usb_pipe_t *pipe, void *base, void *ptr, size_t size,
errno_t           314 uspace/lib/usbdev/src/pipes.c 	errno_t err;
errno_t           340 uspace/lib/usbdev/src/pipes.c errno_t usb_pipe_write_dma(usb_pipe_t *pipe, void *base, void *ptr, size_t size)
errno_t           359 uspace/lib/usbdev/src/pipes.c errno_t usb_pipe_initialize(usb_pipe_t *pipe, usb_dev_session_t *bus_session)
errno_t           386 uspace/lib/usbdev/src/pipes.c errno_t usb_pipe_initialize_default_control(usb_pipe_t *pipe,
errno_t           389 uspace/lib/usbdev/src/pipes.c 	const errno_t ret = usb_pipe_initialize(pipe, bus_session);
errno_t           406 uspace/lib/usbdev/src/pipes.c errno_t usb_pipe_register(usb_pipe_t *pipe,
errno_t           435 uspace/lib/usbdev/src/pipes.c 	const errno_t ret = usbhc_register_endpoint(exch,
errno_t           446 uspace/lib/usbdev/src/pipes.c errno_t usb_pipe_unregister(usb_pipe_t *pipe)
errno_t           454 uspace/lib/usbdev/src/pipes.c 	const errno_t ret = usbhc_unregister_endpoint(exch, &pipe->desc);
errno_t           170 uspace/lib/usbdev/src/pipesinit.c static errno_t process_endpoint(
errno_t           205 uspace/lib/usbdev/src/pipesinit.c 	errno_t err = usb_pipe_initialize(&ep_mapping->pipe, bus_session);
errno_t           226 uspace/lib/usbdev/src/pipesinit.c static errno_t process_interface(
errno_t           296 uspace/lib/usbdev/src/pipesinit.c errno_t usb_pipe_initialize_from_configuration(
errno_t            62 uspace/lib/usbdev/src/recognise.c static errno_t usb_add_match_id(match_id_list_t *matches, int score,
errno_t            91 uspace/lib/usbdev/src/recognise.c 			errno_t __rc = usb_add_match_id((match_ids), (score), str); \
errno_t           110 uspace/lib/usbdev/src/recognise.c errno_t usb_device_create_match_ids_from_interface(
errno_t           222 uspace/lib/usbdev/src/recognise.c errno_t usb_device_create_match_ids_from_device_descriptor(
errno_t           265 uspace/lib/usbdev/src/recognise.c errno_t usb_device_create_match_ids(usb_pipe_t *ctrl_pipe,
errno_t           269 uspace/lib/usbdev/src/recognise.c 	errno_t rc;
errno_t            71 uspace/lib/usbdev/src/request.c errno_t usb_control_request_set(usb_pipe_t *pipe,
errno_t           130 uspace/lib/usbdev/src/request.c errno_t usb_control_request_get(usb_pipe_t *pipe,
errno_t           173 uspace/lib/usbdev/src/request.c errno_t usb_request_get_status(usb_pipe_t *pipe,
errno_t           187 uspace/lib/usbdev/src/request.c 	errno_t rc = usb_control_request_get(pipe, USB_REQUEST_TYPE_STANDARD,
errno_t           211 uspace/lib/usbdev/src/request.c errno_t usb_request_clear_feature(usb_pipe_t *pipe,
errno_t           235 uspace/lib/usbdev/src/request.c errno_t usb_request_set_feature(usb_pipe_t *pipe,
errno_t           263 uspace/lib/usbdev/src/request.c errno_t usb_request_get_descriptor(usb_pipe_t *pipe,
errno_t           301 uspace/lib/usbdev/src/request.c errno_t usb_request_get_descriptor_alloc(usb_pipe_t *pipe,
errno_t           311 uspace/lib/usbdev/src/request.c 	errno_t rc;
errno_t           367 uspace/lib/usbdev/src/request.c errno_t usb_request_get_device_descriptor(usb_pipe_t *pipe,
errno_t           376 uspace/lib/usbdev/src/request.c 	errno_t rc = usb_request_get_descriptor(pipe,
errno_t           407 uspace/lib/usbdev/src/request.c errno_t usb_request_get_bare_configuration_descriptor(usb_pipe_t *pipe,
errno_t           420 uspace/lib/usbdev/src/request.c 	const errno_t rc = usb_request_get_descriptor(pipe,
errno_t           451 uspace/lib/usbdev/src/request.c errno_t usb_request_get_full_configuration_descriptor(usb_pipe_t *pipe,
errno_t           476 uspace/lib/usbdev/src/request.c errno_t usb_request_get_full_configuration_descriptor_alloc(
errno_t           480 uspace/lib/usbdev/src/request.c 	errno_t rc;
errno_t           542 uspace/lib/usbdev/src/request.c errno_t usb_request_set_descriptor(usb_pipe_t *pipe,
errno_t           568 uspace/lib/usbdev/src/request.c errno_t usb_request_get_configuration(usb_pipe_t *pipe,
errno_t           574 uspace/lib/usbdev/src/request.c 	const errno_t rc = usb_control_request_get(pipe,
errno_t           598 uspace/lib/usbdev/src/request.c errno_t usb_request_set_configuration(usb_pipe_t *pipe,
errno_t           617 uspace/lib/usbdev/src/request.c errno_t usb_request_get_interface(usb_pipe_t *pipe,
errno_t           623 uspace/lib/usbdev/src/request.c 	const errno_t rc = usb_control_request_get(pipe,
errno_t           650 uspace/lib/usbdev/src/request.c errno_t usb_request_set_interface(usb_pipe_t *pipe,
errno_t           669 uspace/lib/usbdev/src/request.c errno_t usb_request_get_supported_languages(usb_pipe_t *pipe,
errno_t           678 uspace/lib/usbdev/src/request.c 	const errno_t rc = usb_request_get_descriptor_alloc(pipe,
errno_t           736 uspace/lib/usbdev/src/request.c errno_t usb_request_get_string(usb_pipe_t *pipe,
errno_t           754 uspace/lib/usbdev/src/request.c 	errno_t rc;
errno_t           826 uspace/lib/usbdev/src/request.c static errno_t usb_request_clear_endpoint_halt(usb_pipe_t *pipe, uint16_t ep_index)
errno_t           840 uspace/lib/usbdev/src/request.c errno_t usb_pipe_clear_halt(usb_pipe_t *ctrl_pipe, usb_pipe_t *target_pipe)
errno_t           858 uspace/lib/usbdev/src/request.c errno_t usb_request_get_endpoint_status(usb_pipe_t *ctrl_pipe, usb_pipe_t *pipe,
errno_t           863 uspace/lib/usbdev/src/request.c 	errno_t rc = usb_request_get_status(ctrl_pipe,
errno_t            45 uspace/lib/usbhid/include/usb/hid/hiddescriptor.h errno_t usb_hid_parse_report_descriptor(usb_hid_report_t *report,
errno_t            50 uspace/lib/usbhid/include/usb/hid/hiddescriptor.h errno_t usb_hid_report_init(usb_hid_report_t *report);
errno_t            54 uspace/lib/usbhid/include/usb/hid/hiddescriptor.h errno_t usb_hid_report_append_fields(usb_hid_report_t *report,
errno_t            48 uspace/lib/usbhid/include/usb/hid/hidparser.h errno_t usb_hid_parse_report(const usb_hid_report_t *report, const uint8_t *data,
errno_t            65 uspace/lib/usbhid/include/usb/hid/hidparser.h errno_t usb_hid_report_output_translate(usb_hid_report_t *report,
errno_t           114 uspace/lib/usbhid/include/usb/hid/hidpath.h errno_t usb_hid_report_path_set_report_id(usb_hid_report_path_t *usage_path,
errno_t           117 uspace/lib/usbhid/include/usb/hid/hidpath.h errno_t usb_hid_report_path_append_item(usb_hid_report_path_t *usage_path,
errno_t            60 uspace/lib/usbhid/include/usb/hid/hidreport.h errno_t usb_hid_process_report_descriptor(usb_device_t *dev,
errno_t            44 uspace/lib/usbhid/include/usb/hid/request.h errno_t usbhid_req_set_report(usb_pipe_t *ctrl_pipe, int iface_no,
errno_t            47 uspace/lib/usbhid/include/usb/hid/request.h errno_t usbhid_req_set_protocol(usb_pipe_t *ctrl_pipe, int iface_no,
errno_t            50 uspace/lib/usbhid/include/usb/hid/request.h errno_t usbhid_req_set_idle(usb_pipe_t *ctrl_pipe, int iface_no, uint8_t duration);
errno_t            52 uspace/lib/usbhid/include/usb/hid/request.h errno_t usbhid_req_get_report(usb_pipe_t *ctrl_pipe, int iface_no,
errno_t            56 uspace/lib/usbhid/include/usb/hid/request.h errno_t usbhid_req_get_protocol(usb_pipe_t *ctrl_pipe, int iface_no,
errno_t            59 uspace/lib/usbhid/include/usb/hid/request.h errno_t usbhid_req_get_idle(usb_pipe_t *ctrl_pipe, int iface_no, uint8_t *duration);
errno_t           131 uspace/lib/usbhid/src/hiddescriptor.c errno_t usb_hid_report_init(usb_hid_report_t *report)
errno_t           157 uspace/lib/usbhid/src/hiddescriptor.c errno_t usb_hid_report_append_fields(usb_hid_report_t *report,
errno_t           333 uspace/lib/usbhid/src/hiddescriptor.c errno_t usb_hid_parse_report_descriptor(usb_hid_report_t *report,
errno_t           127 uspace/lib/usbhid/src/hidparser.c errno_t usb_hid_parse_report(const usb_hid_report_t *report, const uint8_t *data,
errno_t           316 uspace/lib/usbhid/src/hidparser.c errno_t usb_hid_report_output_translate(usb_hid_report_t *report,
errno_t            73 uspace/lib/usbhid/src/hidpath.c errno_t usb_hid_report_path_append_item(usb_hid_report_path_t *usage_path,
errno_t           415 uspace/lib/usbhid/src/hidpath.c errno_t usb_hid_report_path_set_report_id(usb_hid_report_path_t *path,
errno_t            52 uspace/lib/usbhid/src/hidreport.c static errno_t usb_hid_get_report_descriptor(usb_device_t *dev,
errno_t           137 uspace/lib/usbhid/src/hidreport.c 	errno_t rc = usb_request_get_descriptor(usb_device_get_default_pipe(dev),
errno_t           163 uspace/lib/usbhid/src/hidreport.c errno_t usb_hid_process_report_descriptor(usb_device_t *dev,
errno_t           172 uspace/lib/usbhid/src/hidreport.c 	errno_t rc = usb_hid_get_report_descriptor(dev, report_desc, report_size);
errno_t            59 uspace/lib/usbhid/src/hidreq.c errno_t usbhid_req_set_report(usb_pipe_t *ctrl_pipe, int iface_no,
errno_t            78 uspace/lib/usbhid/src/hidreq.c 	errno_t rc;
errno_t           108 uspace/lib/usbhid/src/hidreq.c errno_t usbhid_req_set_protocol(usb_pipe_t *ctrl_pipe, int iface_no,
errno_t           127 uspace/lib/usbhid/src/hidreq.c 	errno_t rc;
errno_t           156 uspace/lib/usbhid/src/hidreq.c errno_t usbhid_req_set_idle(usb_pipe_t *ctrl_pipe, int iface_no, uint8_t duration)
errno_t           174 uspace/lib/usbhid/src/hidreq.c 	errno_t rc;
errno_t           208 uspace/lib/usbhid/src/hidreq.c errno_t usbhid_req_get_report(usb_pipe_t *ctrl_pipe, int iface_no,
errno_t           228 uspace/lib/usbhid/src/hidreq.c 	errno_t rc;
errno_t           259 uspace/lib/usbhid/src/hidreq.c errno_t usbhid_req_get_protocol(usb_pipe_t *ctrl_pipe, int iface_no,
errno_t           278 uspace/lib/usbhid/src/hidreq.c 	errno_t rc;
errno_t           320 uspace/lib/usbhid/src/hidreq.c errno_t usbhid_req_get_idle(usb_pipe_t *ctrl_pipe, int iface_no,
errno_t           339 uspace/lib/usbhid/src/hidreq.c 	errno_t rc;
errno_t           177 uspace/lib/usbhost/include/usb/host/bus.h errno_t bus_device_send_batch_sync(device_t *, usb_target_t,
errno_t            47 uspace/lib/usbhost/include/usb/host/ddf_helpers.h extern errno_t hcd_ddf_setup_hc(ddf_dev_t *, size_t);
errno_t            53 uspace/lib/usbhost/include/usb/host/ddf_helpers.h extern errno_t hcd_ddf_setup_match_ids(device_t *,
errno_t            56 uspace/lib/usbhost/include/usb/host/ddf_helpers.h extern errno_t hcd_ddf_enable_interrupt(hc_device_t *, int);
errno_t            57 uspace/lib/usbhost/include/usb/host/ddf_helpers.h extern errno_t hcd_ddf_get_registers(hc_device_t *, hw_res_list_parsed_t *);
errno_t           116 uspace/lib/usbhost/include/usb/host/hcd.h extern errno_t hc_driver_main(const hc_driver_t *);
errno_t            86 uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h 	errno_t error;
errno_t           120 uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h errno_t usb_transfer_batch_bounce(usb_transfer_batch_t *);
errno_t            65 uspace/lib/usbhost/include/usb/host/utility.h errno_t joinable_fibril_recreate(joinable_fibril_t *);
errno_t            62 uspace/lib/usbhost/include/usb/host/utils/malloc32.h 	errno_t ret = as_get_physical_mapping(addr, &result);
errno_t            81 uspace/lib/usbhost/include/usb/host/utils/malloc32.h 	const errno_t ret = dmamem_map_anonymous(real_size,
errno_t           642 uspace/lib/usbhost/src/bus.c errno_t bus_device_send_batch_sync(device_t *device, usb_target_t target,
errno_t            67 uspace/lib/usbhost/src/ddf_helpers.c static errno_t register_endpoint(ddf_fun_t *fun, usb_pipe_desc_t *pipe_desc,
errno_t           102 uspace/lib/usbhost/src/ddf_helpers.c static errno_t unregister_endpoint(ddf_fun_t *fun, const usb_pipe_desc_t *pipe_desc)
errno_t           115 uspace/lib/usbhost/src/ddf_helpers.c 	const errno_t err = bus_endpoint_remove(ep);
errno_t           126 uspace/lib/usbhost/src/ddf_helpers.c static errno_t default_address_reservation(ddf_fun_t *fun, bool reserve)
errno_t           150 uspace/lib/usbhost/src/ddf_helpers.c static errno_t device_enumerate(ddf_fun_t *fun, unsigned port, usb_speed_t speed)
errno_t           160 uspace/lib/usbhost/src/ddf_helpers.c 	errno_t err;
errno_t           204 uspace/lib/usbhost/src/ddf_helpers.c static errno_t device_remove(ddf_fun_t *fun, unsigned port)
errno_t           244 uspace/lib/usbhost/src/ddf_helpers.c static errno_t get_device_description(ddf_fun_t *fun, usb_device_desc_t *desc)
errno_t           276 uspace/lib/usbhost/src/ddf_helpers.c static errno_t transfer(ddf_fun_t *fun,
errno_t           365 uspace/lib/usbhost/src/ddf_helpers.c static errno_t create_match_ids(match_id_list_t *l,
errno_t           422 uspace/lib/usbhost/src/ddf_helpers.c errno_t hcd_ddf_setup_match_ids(device_t *device, usb_standard_device_descriptor_t *desc)
errno_t           424 uspace/lib/usbhost/src/ddf_helpers.c 	errno_t err;
errno_t           452 uspace/lib/usbhost/src/ddf_helpers.c errno_t hcd_ddf_setup_hc(ddf_dev_t *device, size_t size)
errno_t           463 uspace/lib/usbhost/src/ddf_helpers.c 	errno_t ret = ENOMEM;
errno_t           505 uspace/lib/usbhost/src/ddf_helpers.c errno_t hcd_ddf_enable_interrupt(hc_device_t *hcd, int inum)
errno_t           514 uspace/lib/usbhost/src/ddf_helpers.c errno_t hcd_ddf_get_registers(hc_device_t *hcd, hw_res_list_parsed_t *hw_res)
errno_t           521 uspace/lib/usbhost/src/ddf_helpers.c 	const errno_t ret = hw_res_get_list_parsed(parent_sess, hw_res, 0);
errno_t           209 uspace/lib/usbhost/src/endpoint.c errno_t endpoint_send_batch(endpoint_t *ep, const transfer_request_t *req)
errno_t           110 uspace/lib/usbhost/src/hcd.c static errno_t interrupt_polling(void *arg)
errno_t           159 uspace/lib/usbhost/src/hcd.c static errno_t hcd_ddf_setup_interrupts(hc_device_t *hcd,
errno_t           169 uspace/lib/usbhost/src/hcd.c 	errno_t ret;
errno_t           214 uspace/lib/usbhost/src/hcd.c errno_t hc_dev_add(ddf_dev_t *device)
errno_t           216 uspace/lib/usbhost/src/hcd.c 	errno_t ret = EOK;
errno_t           252 uspace/lib/usbhost/src/hcd.c 	errno_t irqerr = hcd_ddf_setup_interrupts(hcd, &hw_res,
errno_t           323 uspace/lib/usbhost/src/hcd.c errno_t hc_dev_remove(ddf_dev_t *dev)
errno_t           325 uspace/lib/usbhost/src/hcd.c 	errno_t err;
errno_t           345 uspace/lib/usbhost/src/hcd.c errno_t hc_dev_gone(ddf_dev_t *dev)
errno_t           347 uspace/lib/usbhost/src/hcd.c 	errno_t err = ENOTSUP;
errno_t           358 uspace/lib/usbhost/src/hcd.c errno_t hc_fun_online(ddf_fun_t *fun)
errno_t           135 uspace/lib/usbhost/src/usb_transfer_batch.c errno_t usb_transfer_batch_bounce(usb_transfer_batch_t *batch)
errno_t           147 uspace/lib/usbhost/src/usb_transfer_batch.c 	const errno_t err = dma_buffer_alloc_policy(&batch->dma_buffer,
errno_t            99 uspace/lib/usbhost/src/utility.c 	const errno_t err = bus_device_send_batch_sync(dev, control_ep,
errno_t           141 uspace/lib/usbhost/src/utility.c 	errno_t err = bus_device_send_batch_sync(device, control_ep,
errno_t           176 uspace/lib/usbhost/src/utility.c 	errno_t err = bus_device_send_batch_sync(device, control_ep,
errno_t           372 uspace/lib/usbhost/src/utility.c errno_t joinable_fibril_recreate(joinable_fibril_t *jf)
errno_t            58 uspace/lib/usbvirt/include/usbvirt/device.h typedef errno_t (*usbvirt_on_data_to_device_t)(usbvirt_device_t *dev,
errno_t            72 uspace/lib/usbvirt/include/usbvirt/device.h typedef errno_t (*usbvirt_on_data_from_device_t)(usbvirt_device_t *dev,
errno_t            87 uspace/lib/usbvirt/include/usbvirt/device.h typedef errno_t (*usbvirt_on_control_t)(usbvirt_device_t *dev,
errno_t           241 uspace/lib/usbvirt/include/usbvirt/device.h extern errno_t req_nop(usbvirt_device_t *device,
errno_t           245 uspace/lib/usbvirt/include/usbvirt/device.h extern errno_t usbvirt_device_plug(usbvirt_device_t *, const char *);
errno_t           252 uspace/lib/usbvirt/include/usbvirt/device.h extern errno_t usbvirt_control_write(usbvirt_device_t *, const void *, size_t,
errno_t           254 uspace/lib/usbvirt/include/usbvirt/device.h extern errno_t usbvirt_control_read(usbvirt_device_t *, const void *, size_t,
errno_t           256 uspace/lib/usbvirt/include/usbvirt/device.h extern errno_t usbvirt_data_out(usbvirt_device_t *, usb_transfer_type_t,
errno_t           258 uspace/lib/usbvirt/include/usbvirt/device.h extern errno_t usbvirt_data_in(usbvirt_device_t *, usb_transfer_type_t,
errno_t            56 uspace/lib/usbvirt/include/usbvirt/ipc.h extern errno_t usbvirt_ipc_send_control_read(async_sess_t *, void *, size_t,
errno_t            58 uspace/lib/usbvirt/include/usbvirt/ipc.h extern errno_t usbvirt_ipc_send_control_write(async_sess_t *, void *, size_t,
errno_t            60 uspace/lib/usbvirt/include/usbvirt/ipc.h extern errno_t usbvirt_ipc_send_data_in(async_sess_t *, usb_endpoint_t,
errno_t            62 uspace/lib/usbvirt/include/usbvirt/ipc.h extern errno_t usbvirt_ipc_send_data_out(async_sess_t *, usb_endpoint_t,
errno_t            58 uspace/lib/usbvirt/include/usbvirt/virthub_base.h errno_t virthub_base_init(virthub_base_t *instance,
errno_t            65 uspace/lib/usbvirt/include/usbvirt/virthub_base.h errno_t virthub_base_request(virthub_base_t *instance, usb_target_t target,
errno_t            69 uspace/lib/usbvirt/include/usbvirt/virthub_base.h errno_t virthub_base_get_hub_descriptor(usbvirt_device_t *dev,
errno_t            72 uspace/lib/usbvirt/include/usbvirt/virthub_base.h errno_t virthub_base_get_null_status(usbvirt_device_t *dev,
errno_t            51 uspace/lib/usbvirt/src/ctrltransfer.c errno_t process_control_transfer(usbvirt_device_t *dev,
errno_t            72 uspace/lib/usbvirt/src/ctrltransfer.c 		errno_t rc = handler->callback(dev, setup, data, data_sent_size);
errno_t            83 uspace/lib/usbvirt/src/device.c errno_t usbvirt_device_plug(usbvirt_device_t *dev, const char *vhc_path)
errno_t            89 uspace/lib/usbvirt/src/device.c 	errno_t rc = devman_fun_get_handle(vhc_path, &handle, 0);
errno_t            83 uspace/lib/usbvirt/src/ipc_dev.c 	errno_t rc;
errno_t           140 uspace/lib/usbvirt/src/ipc_dev.c 	errno_t rc;
errno_t           185 uspace/lib/usbvirt/src/ipc_dev.c 	errno_t rc;
errno_t           233 uspace/lib/usbvirt/src/ipc_dev.c 	errno_t rc = async_data_write_accept(&data_buffer, false,
errno_t            57 uspace/lib/usbvirt/src/ipc_hc.c errno_t usbvirt_ipc_send_control_read(async_sess_t *sess, void *setup_buffer,
errno_t            79 uspace/lib/usbvirt/src/ipc_hc.c 	errno_t rc = async_data_write_start(exch, setup_buffer,
errno_t            98 uspace/lib/usbvirt/src/ipc_hc.c 	errno_t data_request_rc;
errno_t            99 uspace/lib/usbvirt/src/ipc_hc.c 	errno_t opening_request_rc;
errno_t           106 uspace/lib/usbvirt/src/ipc_hc.c 			return (errno_t) opening_request_rc;
errno_t           108 uspace/lib/usbvirt/src/ipc_hc.c 			return (errno_t) data_request_rc;
errno_t           112 uspace/lib/usbvirt/src/ipc_hc.c 		return (errno_t) opening_request_rc;
errno_t           132 uspace/lib/usbvirt/src/ipc_hc.c errno_t usbvirt_ipc_send_control_write(async_sess_t *sess, void *setup_buffer,
errno_t           153 uspace/lib/usbvirt/src/ipc_hc.c 	errno_t rc = async_data_write_start(exch, setup_buffer,
errno_t           173 uspace/lib/usbvirt/src/ipc_hc.c 	errno_t opening_request_rc;
errno_t           176 uspace/lib/usbvirt/src/ipc_hc.c 	return (errno_t) opening_request_rc;
errno_t           191 uspace/lib/usbvirt/src/ipc_hc.c errno_t usbvirt_ipc_send_data_in(async_sess_t *sess, usb_endpoint_t ep,
errno_t           235 uspace/lib/usbvirt/src/ipc_hc.c 	errno_t data_request_rc;
errno_t           236 uspace/lib/usbvirt/src/ipc_hc.c 	errno_t opening_request_rc;
errno_t           243 uspace/lib/usbvirt/src/ipc_hc.c 			return (errno_t) opening_request_rc;
errno_t           245 uspace/lib/usbvirt/src/ipc_hc.c 			return (errno_t) data_request_rc;
errno_t           249 uspace/lib/usbvirt/src/ipc_hc.c 		return (errno_t) opening_request_rc;
errno_t           268 uspace/lib/usbvirt/src/ipc_hc.c errno_t usbvirt_ipc_send_data_out(async_sess_t *sess, usb_endpoint_t ep,
errno_t           301 uspace/lib/usbvirt/src/ipc_hc.c 	errno_t rc = async_data_write_start(exch, data, data_size);
errno_t           310 uspace/lib/usbvirt/src/ipc_hc.c 	errno_t opening_request_rc;
errno_t           313 uspace/lib/usbvirt/src/ipc_hc.c 	return (errno_t) opening_request_rc;
errno_t            40 uspace/lib/usbvirt/src/private.h errno_t process_control_transfer(usbvirt_device_t *,
errno_t            68 uspace/lib/usbvirt/src/stdreq.c errno_t req_nop(usbvirt_device_t *device,
errno_t            76 uspace/lib/usbvirt/src/stdreq.c static errno_t req_get_descriptor(usbvirt_device_t *device,
errno_t           137 uspace/lib/usbvirt/src/stdreq.c static errno_t req_set_address(usbvirt_device_t *device,
errno_t           157 uspace/lib/usbvirt/src/stdreq.c static errno_t req_set_configuration(usbvirt_device_t *device,
errno_t           199 uspace/lib/usbvirt/src/stdreq.c static errno_t req_get_dev_status(usbvirt_device_t *device,
errno_t           209 uspace/lib/usbvirt/src/stdreq.c static errno_t req_get_iface_ep_status(usbvirt_device_t *device,
errno_t            52 uspace/lib/usbvirt/src/transfer.c static errno_t usbvirt_control_transfer(usbvirt_device_t *dev,
errno_t            67 uspace/lib/usbvirt/src/transfer.c 	errno_t rc;
errno_t           102 uspace/lib/usbvirt/src/transfer.c errno_t usbvirt_control_write(usbvirt_device_t *dev, const void *setup,
errno_t           121 uspace/lib/usbvirt/src/transfer.c errno_t usbvirt_control_read(usbvirt_device_t *dev,
errno_t           138 uspace/lib/usbvirt/src/transfer.c errno_t usbvirt_data_out(usbvirt_device_t *dev, usb_transfer_type_t transf_type,
errno_t           148 uspace/lib/usbvirt/src/transfer.c 	errno_t rc = dev->ops->data_out[endpoint](dev, endpoint, transf_type,
errno_t           164 uspace/lib/usbvirt/src/transfer.c errno_t usbvirt_data_in(usbvirt_device_t *dev, usb_transfer_type_t transf_type,
errno_t           175 uspace/lib/usbvirt/src/transfer.c 	errno_t rc = dev->ops->data_in[endpoint](dev, endpoint, transf_type,
errno_t            56 uspace/lib/usbvirt/src/virthub_base.c errno_t virthub_base_init(virthub_base_t *instance, const char *name,
errno_t           111 uspace/lib/usbvirt/src/virthub_base.c errno_t virthub_base_request(virthub_base_t *instance, usb_target_t target,
errno_t           145 uspace/lib/usbvirt/src/virthub_base.c errno_t virthub_base_get_hub_descriptor(usbvirt_device_t *dev,
errno_t           161 uspace/lib/usbvirt/src/virthub_base.c errno_t virthub_base_get_null_status(usbvirt_device_t *dev,
errno_t           122 uspace/lib/virtio/virtio-pci.c static errno_t enable_resources(async_sess_t *pci_sess, virtio_dev_t *vdev)
errno_t           125 uspace/lib/virtio/virtio-pci.c 	errno_t rc = pio_window_get(pci_sess, &pio_window);
errno_t           165 uspace/lib/virtio/virtio-pci.c static errno_t disable_resources(virtio_dev_t *vdev)
errno_t           169 uspace/lib/virtio/virtio-pci.c 			errno_t rc = pio_disable(vdev->bar[i].mapped_base,
errno_t           180 uspace/lib/virtio/virtio-pci.c errno_t virtio_pci_dev_initialize(ddf_dev_t *dev, virtio_dev_t *vdev)
errno_t           188 uspace/lib/virtio/virtio-pci.c 	errno_t rc = enable_resources(pci_sess, vdev);
errno_t           282 uspace/lib/virtio/virtio-pci.c errno_t virtio_pci_dev_cleanup(virtio_dev_t *vdev)
errno_t           186 uspace/lib/virtio/virtio-pci.h extern errno_t virtio_setup_dma_bufs(unsigned int, size_t, bool, void *[],
errno_t           204 uspace/lib/virtio/virtio-pci.h extern errno_t virtio_virtq_setup(virtio_dev_t *, uint16_t, uint16_t);
errno_t           207 uspace/lib/virtio/virtio-pci.h extern errno_t virtio_device_setup_start(virtio_dev_t *, uint32_t);
errno_t           211 uspace/lib/virtio/virtio-pci.h extern errno_t virtio_pci_dev_initialize(ddf_dev_t *, virtio_dev_t *);
errno_t           212 uspace/lib/virtio/virtio-pci.h extern errno_t virtio_pci_dev_cleanup(virtio_dev_t *);
errno_t            57 uspace/lib/virtio/virtio.c errno_t virtio_setup_dma_bufs(unsigned int buffers, size_t size,
errno_t            65 uspace/lib/virtio/virtio.c 	errno_t rc = dmamem_map_anonymous(buffers * size, 0,
errno_t           209 uspace/lib/virtio/virtio.c errno_t virtio_virtq_setup(virtio_dev_t *vdev, uint16_t num, uint16_t size)
errno_t           246 uspace/lib/virtio/virtio.c 	errno_t rc = dmamem_map_anonymous(mem_size, 0,
errno_t           303 uspace/lib/virtio/virtio.c errno_t virtio_device_setup_start(virtio_dev_t *vdev, uint32_t features)
errno_t            42 uspace/lib/wndmgt/include/wndmgt.h extern errno_t wndmgt_open(const char *, wndmgt_cb_t *, void *, wndmgt_t **);
errno_t            44 uspace/lib/wndmgt/include/wndmgt.h extern errno_t wndmgt_get_window_list(wndmgt_t *, wndmgt_window_list_t **);
errno_t            46 uspace/lib/wndmgt/include/wndmgt.h extern errno_t wndmgt_get_window_info(wndmgt_t *, sysarg_t,
errno_t            49 uspace/lib/wndmgt/include/wndmgt.h extern errno_t wndmgt_activate_window(wndmgt_t *, sysarg_t, sysarg_t);
errno_t            50 uspace/lib/wndmgt/include/wndmgt.h extern errno_t wndmgt_close_window(wndmgt_t *, sysarg_t);
errno_t            52 uspace/lib/wndmgt/include/wndmgt_srv.h 	errno_t (*get_window_list)(void *, wndmgt_window_list_t **);
errno_t            53 uspace/lib/wndmgt/include/wndmgt_srv.h 	errno_t (*get_window_info)(void *, sysarg_t, wndmgt_window_info_t **);
errno_t            54 uspace/lib/wndmgt/include/wndmgt_srv.h 	errno_t (*activate_window)(void *, sysarg_t, sysarg_t);
errno_t            55 uspace/lib/wndmgt/include/wndmgt_srv.h 	errno_t (*close_window)(void *, sysarg_t);
errno_t            56 uspace/lib/wndmgt/include/wndmgt_srv.h 	errno_t (*get_event)(void *, wndmgt_ev_t *);
errno_t            48 uspace/lib/wndmgt/src/wndmgt.c static errno_t wndmgt_callback_create(wndmgt_t *);
errno_t            59 uspace/lib/wndmgt/src/wndmgt.c errno_t wndmgt_open(const char *wmname, wndmgt_cb_t *cb, void *cb_arg,
errno_t            64 uspace/lib/wndmgt/src/wndmgt.c 	errno_t rc;
errno_t           108 uspace/lib/wndmgt/src/wndmgt.c static errno_t wndmgt_callback_create(wndmgt_t *wndmgt)
errno_t           115 uspace/lib/wndmgt/src/wndmgt.c 	errno_t rc = async_create_callback_port(exch, INTERFACE_WNDMGT_CB, 0, 0,
errno_t           123 uspace/lib/wndmgt/src/wndmgt.c 	errno_t retval;
errno_t           154 uspace/lib/wndmgt/src/wndmgt.c errno_t wndmgt_get_window_list(wndmgt_t *wndmgt, wndmgt_window_list_t **rlist)
errno_t           162 uspace/lib/wndmgt/src/wndmgt.c 	errno_t rc;
errno_t           222 uspace/lib/wndmgt/src/wndmgt.c errno_t wndmgt_get_window_info(wndmgt_t *wndmgt, sysarg_t wnd_id,
errno_t           231 uspace/lib/wndmgt/src/wndmgt.c 	errno_t rc;
errno_t           296 uspace/lib/wndmgt/src/wndmgt.c errno_t wndmgt_activate_window(wndmgt_t *wndmgt, sysarg_t dev_id,
errno_t           300 uspace/lib/wndmgt/src/wndmgt.c 	errno_t rc;
errno_t           316 uspace/lib/wndmgt/src/wndmgt.c errno_t wndmgt_close_window(wndmgt_t *wndmgt, sysarg_t wnd_id)
errno_t           319 uspace/lib/wndmgt/src/wndmgt.c 	errno_t rc;
errno_t           334 uspace/lib/wndmgt/src/wndmgt.c static errno_t wndmgt_get_event(wndmgt_t *wndmgt, wndmgt_ev_t *event)
errno_t           339 uspace/lib/wndmgt/src/wndmgt.c 	errno_t rc;
errno_t           364 uspace/lib/wndmgt/src/wndmgt.c 	errno_t rc;
errno_t            65 uspace/lib/wndmgt/src/wndmgt_srv.c 	errno_t rc;
errno_t           137 uspace/lib/wndmgt/src/wndmgt_srv.c 	errno_t rc;
errno_t           210 uspace/lib/wndmgt/src/wndmgt_srv.c 	errno_t rc;
errno_t           227 uspace/lib/wndmgt/src/wndmgt_srv.c 	errno_t rc;
errno_t           245 uspace/lib/wndmgt/src/wndmgt_srv.c 	errno_t rc;
errno_t            48 uspace/lib/wndmgt/test/wndmgt.c static errno_t test_get_window_list(void *, wndmgt_window_list_t **);
errno_t            49 uspace/lib/wndmgt/test/wndmgt.c static errno_t test_get_window_info(void *, sysarg_t, wndmgt_window_info_t **);
errno_t            50 uspace/lib/wndmgt/test/wndmgt.c static errno_t test_activate_window(void *, sysarg_t, sysarg_t);
errno_t            51 uspace/lib/wndmgt/test/wndmgt.c static errno_t test_close_window(void *, sysarg_t);
errno_t            52 uspace/lib/wndmgt/test/wndmgt.c static errno_t test_get_event(void *, wndmgt_ev_t *);
errno_t            76 uspace/lib/wndmgt/test/wndmgt.c 	errno_t rc;
errno_t           115 uspace/lib/wndmgt/test/wndmgt.c 	errno_t rc;
errno_t           143 uspace/lib/wndmgt/test/wndmgt.c 	errno_t rc;
errno_t           179 uspace/lib/wndmgt/test/wndmgt.c 	errno_t rc;
errno_t           227 uspace/lib/wndmgt/test/wndmgt.c 	errno_t rc;
errno_t           266 uspace/lib/wndmgt/test/wndmgt.c 	errno_t rc;
errno_t           316 uspace/lib/wndmgt/test/wndmgt.c 	errno_t rc;
errno_t           357 uspace/lib/wndmgt/test/wndmgt.c 	errno_t rc;
errno_t           398 uspace/lib/wndmgt/test/wndmgt.c 	errno_t rc;
errno_t           436 uspace/lib/wndmgt/test/wndmgt.c 	errno_t rc;
errno_t           474 uspace/lib/wndmgt/test/wndmgt.c 	errno_t rc;
errno_t           523 uspace/lib/wndmgt/test/wndmgt.c 	errno_t rc;
errno_t           572 uspace/lib/wndmgt/test/wndmgt.c 	errno_t rc;
errno_t           675 uspace/lib/wndmgt/test/wndmgt.c static errno_t test_get_window_list(void *arg, wndmgt_window_list_t **rlist)
errno_t           688 uspace/lib/wndmgt/test/wndmgt.c static errno_t test_get_window_info(void *arg, sysarg_t wnd_id,
errno_t           703 uspace/lib/wndmgt/test/wndmgt.c static errno_t test_activate_window(void *arg, sysarg_t seat_id,
errno_t           714 uspace/lib/wndmgt/test/wndmgt.c static errno_t test_close_window(void *arg, sysarg_t wnd_id)
errno_t           723 uspace/lib/wndmgt/test/wndmgt.c static errno_t test_get_event(void *arg, wndmgt_ev_t *event)
errno_t           210 uspace/srv/audio/hound/audio_data.c errno_t audio_pipe_push(audio_pipe_t *pipe, audio_data_t *data)
errno_t            77 uspace/srv/audio/hound/audio_data.h errno_t audio_pipe_push(audio_pipe_t *pipe, audio_data_t *data);
errno_t           115 uspace/srv/audio/hound/audio_data.h static inline errno_t audio_pipe_push_data(audio_pipe_t *pipe,
errno_t           120 uspace/srv/audio/hound/audio_data.h 		const errno_t ret = audio_pipe_push(pipe, adata);
errno_t            53 uspace/srv/audio/hound/audio_device.c static errno_t device_sink_connection_callback(audio_sink_t *sink, bool new);
errno_t            54 uspace/srv/audio/hound/audio_device.c static errno_t device_source_connection_callback(audio_source_t *source, bool new);
errno_t            56 uspace/srv/audio/hound/audio_device.c static errno_t device_check_format(audio_sink_t *sink);
errno_t            57 uspace/srv/audio/hound/audio_device.c static errno_t get_buffer(audio_device_t *dev);
errno_t            58 uspace/srv/audio/hound/audio_device.c static errno_t release_buffer(audio_device_t *dev);
errno_t            74 uspace/srv/audio/hound/audio_device.c errno_t audio_device_init(audio_device_t *dev, service_id_t id, const char *name)
errno_t           124 uspace/srv/audio/hound/audio_device.c 	errno_t rc = audio_pcm_query_cap(dev->sess, AUDIO_CAP_CAPTURE, &val);
errno_t           140 uspace/srv/audio/hound/audio_device.c 	errno_t rc = audio_pcm_query_cap(dev->sess, AUDIO_CAP_PLAYBACK, &val);
errno_t           155 uspace/srv/audio/hound/audio_device.c static errno_t device_sink_connection_callback(audio_sink_t *sink, bool new)
errno_t           162 uspace/srv/audio/hound/audio_device.c 		errno_t ret = get_buffer(dev);
errno_t           200 uspace/srv/audio/hound/audio_device.c 		errno_t ret = audio_pcm_stop_playback(dev->sess);
errno_t           219 uspace/srv/audio/hound/audio_device.c static errno_t device_source_connection_callback(audio_source_t *source, bool new)
errno_t           224 uspace/srv/audio/hound/audio_device.c 		errno_t ret = get_buffer(dev);
errno_t           248 uspace/srv/audio/hound/audio_device.c 		errno_t ret = audio_pcm_stop_capture_immediate(dev->sess);
errno_t           268 uspace/srv/audio/hound/audio_device.c 	errno_t ret;
errno_t           329 uspace/srv/audio/hound/audio_device.c static errno_t device_check_format(audio_sink_t *sink)
errno_t           347 uspace/srv/audio/hound/audio_device.c static errno_t get_buffer(audio_device_t *dev)
errno_t           362 uspace/srv/audio/hound/audio_device.c 	const errno_t ret = audio_pcm_get_buffer(dev->sess, &dev->buffer.base,
errno_t           378 uspace/srv/audio/hound/audio_device.c static errno_t release_buffer(audio_device_t *dev)
errno_t           383 uspace/srv/audio/hound/audio_device.c 	const errno_t ret = audio_pcm_release_buffer(dev->sess);
errno_t            78 uspace/srv/audio/hound/audio_device.h errno_t audio_device_init(audio_device_t *dev, service_id_t id, const char *name);
errno_t            82 uspace/srv/audio/hound/audio_device.h errno_t audio_device_recorded_data(audio_device_t *dev, void **base, size_t *size);
errno_t            83 uspace/srv/audio/hound/audio_device.h errno_t audio_device_available_buffer(audio_device_t *dev, void **base, size_t *size);
errno_t            58 uspace/srv/audio/hound/audio_sink.c errno_t audio_sink_init(audio_sink_t *sink, const char *name, void *private_data,
errno_t            59 uspace/srv/audio/hound/audio_sink.c     errno_t (*connection_change)(audio_sink_t *, bool),
errno_t            60 uspace/srv/audio/hound/audio_sink.c     errno_t (*check_format)(audio_sink_t *), errno_t (*data_available)(audio_sink_t *),
errno_t           100 uspace/srv/audio/hound/audio_sink.c errno_t audio_sink_set_format(audio_sink_t *sink, const pcm_format_t *format)
errno_t           117 uspace/srv/audio/hound/audio_sink.c 		const errno_t ret = sink->check_format(sink);
errno_t           145 uspace/srv/audio/hound/audio_sink.c 		const errno_t ret = connection_add_source_data(
errno_t            65 uspace/srv/audio/hound/audio_sink.h 	errno_t (*connection_change)(audio_sink_t *, bool);
errno_t            67 uspace/srv/audio/hound/audio_sink.h 	errno_t (*check_format)(audio_sink_t *);
errno_t            69 uspace/srv/audio/hound/audio_sink.h 	errno_t (*data_available)(audio_sink_t *);
errno_t            82 uspace/srv/audio/hound/audio_sink.h errno_t audio_sink_init(audio_sink_t *sink, const char *name, void *private_data,
errno_t            83 uspace/srv/audio/hound/audio_sink.h     errno_t (*connection_change)(audio_sink_t *, bool),
errno_t            84 uspace/srv/audio/hound/audio_sink.h     errno_t (*check_format)(audio_sink_t *), errno_t (*data_available)(audio_sink_t *),
errno_t            88 uspace/srv/audio/hound/audio_sink.h errno_t audio_sink_set_format(audio_sink_t *sink, const pcm_format_t *format);
errno_t            58 uspace/srv/audio/hound/audio_source.c errno_t audio_source_init(audio_source_t *source, const char *name, void *data,
errno_t            59 uspace/srv/audio/hound/audio_source.c     errno_t (*connection_change)(audio_source_t *, bool new),
errno_t            60 uspace/srv/audio/hound/audio_source.c     errno_t (*update_available_data)(audio_source_t *, size_t),
errno_t            98 uspace/srv/audio/hound/audio_source.c errno_t audio_source_push_data(audio_source_t *source, void *data,
errno_t           109 uspace/srv/audio/hound/audio_source.c 		const errno_t ret = connection_push_data(conn, adata);
errno_t            57 uspace/srv/audio/hound/audio_source.h 	errno_t (*connection_change)(audio_source_t *source, bool added);
errno_t            59 uspace/srv/audio/hound/audio_source.h 	errno_t (*update_available_data)(audio_source_t *source, size_t size);
errno_t            72 uspace/srv/audio/hound/audio_source.h errno_t audio_source_init(audio_source_t *source, const char *name, void *data,
errno_t            73 uspace/srv/audio/hound/audio_source.h     errno_t (*connection_change)(audio_source_t *, bool),
errno_t            74 uspace/srv/audio/hound/audio_source.h     errno_t (*update_available_data)(audio_source_t *, size_t),
errno_t            77 uspace/srv/audio/hound/audio_source.h errno_t audio_source_push_data(audio_source_t *source, void *data,
errno_t           107 uspace/srv/audio/hound/connection.c errno_t connection_add_source_data(connection_t *connection, void *data,
errno_t           135 uspace/srv/audio/hound/connection.c errno_t connection_push_data(connection_t *connection,
errno_t           140 uspace/srv/audio/hound/connection.c 	const errno_t ret = audio_pipe_push(&connection->fifo, adata);
errno_t            86 uspace/srv/audio/hound/connection.h errno_t connection_add_source_data(connection_t *connection, void *data,
errno_t            89 uspace/srv/audio/hound/connection.h errno_t connection_push_data(connection_t *connection, audio_data_t *adata);
errno_t           113 uspace/srv/audio/hound/hound.c static errno_t hound_disconnect_internal(hound_t *hound, const char *source_name, const char *sink_name);
errno_t           168 uspace/srv/audio/hound/hound.c errno_t hound_init(hound_t *hound)
errno_t           186 uspace/srv/audio/hound/hound.c errno_t hound_add_ctx(hound_t *hound, hound_ctx_t *ctx)
errno_t           195 uspace/srv/audio/hound/hound.c 	errno_t ret = EOK;
errno_t           214 uspace/srv/audio/hound/hound.c errno_t hound_remove_ctx(hound_t *hound, hound_ctx_t *ctx)
errno_t           260 uspace/srv/audio/hound/hound.c errno_t hound_add_device(hound_t *hound, service_id_t id, const char *name)
errno_t           289 uspace/srv/audio/hound/hound.c 	const errno_t ret = audio_device_init(dev, id, name);
errno_t           302 uspace/srv/audio/hound/hound.c 		const errno_t ret = hound_add_source(hound, source);
errno_t           314 uspace/srv/audio/hound/hound.c 		const errno_t ret = hound_add_sink(hound, sink);
errno_t           336 uspace/srv/audio/hound/hound.c errno_t hound_add_source(hound_t *hound, audio_source_t *source)
errno_t           360 uspace/srv/audio/hound/hound.c errno_t hound_add_sink(hound_t *hound, audio_sink_t *sink)
errno_t           384 uspace/srv/audio/hound/hound.c errno_t hound_remove_source(hound_t *hound, audio_source_t *source)
errno_t           401 uspace/srv/audio/hound/hound.c errno_t hound_remove_sink(hound_t *hound, audio_sink_t *sink)
errno_t           419 uspace/srv/audio/hound/hound.c errno_t hound_list_sources(hound_t *hound, char ***list, size_t *size)
errno_t           434 uspace/srv/audio/hound/hound.c 	errno_t ret = names ? EOK : ENOMEM;
errno_t           461 uspace/srv/audio/hound/hound.c errno_t hound_list_sinks(hound_t *hound, char ***list, size_t *size)
errno_t           476 uspace/srv/audio/hound/hound.c 	errno_t ret = names ? EOK : ENOMEM;
errno_t           507 uspace/srv/audio/hound/hound.c errno_t hound_list_connections(hound_t *hound, const char ***sources,
errno_t           522 uspace/srv/audio/hound/hound.c errno_t hound_connect(hound_t *hound, const char *source_name, const char *sink_name)
errno_t           561 uspace/srv/audio/hound/hound.c errno_t hound_disconnect(hound_t *hound, const char *source_name, const char *sink_name)
errno_t           565 uspace/srv/audio/hound/hound.c 	const errno_t ret = hound_disconnect_internal(hound, source_name, sink_name);
errno_t           579 uspace/srv/audio/hound/hound.c static errno_t hound_disconnect_internal(hound_t *hound, const char *source_name,
errno_t            67 uspace/srv/audio/hound/hound.h errno_t hound_init(hound_t *hound);
errno_t            68 uspace/srv/audio/hound/hound.h errno_t hound_add_ctx(hound_t *hound, hound_ctx_t *ctx);
errno_t            69 uspace/srv/audio/hound/hound.h errno_t hound_remove_ctx(hound_t *hound, hound_ctx_t *ctx);
errno_t            72 uspace/srv/audio/hound/hound.h errno_t hound_add_device(hound_t *hound, service_id_t id, const char *name);
errno_t            73 uspace/srv/audio/hound/hound.h errno_t hound_add_source(hound_t *hound, audio_source_t *source);
errno_t            74 uspace/srv/audio/hound/hound.h errno_t hound_add_sink(hound_t *hound, audio_sink_t *sink);
errno_t            75 uspace/srv/audio/hound/hound.h errno_t hound_list_sources(hound_t *hound, char ***list, size_t *size);
errno_t            76 uspace/srv/audio/hound/hound.h errno_t hound_list_sinks(hound_t *hound, char ***list, size_t *size);
errno_t            77 uspace/srv/audio/hound/hound.h errno_t hound_list_connections(hound_t *hound, const char ***sources,
errno_t            79 uspace/srv/audio/hound/hound.h errno_t hound_remove_source(hound_t *hound, audio_source_t *source);
errno_t            80 uspace/srv/audio/hound/hound.h errno_t hound_remove_sink(hound_t *hound, audio_sink_t *sink);
errno_t            81 uspace/srv/audio/hound/hound.h errno_t hound_connect(hound_t *hound, const char *source_name, const char *sink_name);
errno_t            82 uspace/srv/audio/hound/hound.h errno_t hound_disconnect(hound_t *hound, const char *source_name, const char *sink_name);
errno_t            47 uspace/srv/audio/hound/hound_ctx.c static errno_t update_data(audio_source_t *source, size_t size);
errno_t            48 uspace/srv/audio/hound/hound_ctx.c static errno_t new_data(audio_sink_t *sink);
errno_t            70 uspace/srv/audio/hound/hound_ctx.c 		const errno_t ret = audio_sink_init(ctx->sink, name, ctx, NULL,
errno_t           101 uspace/srv/audio/hound/hound_ctx.c 		const errno_t ret = audio_source_init(ctx->source, name, ctx, NULL,
errno_t           200 uspace/srv/audio/hound/hound_ctx.c static errno_t stream_push_data(hound_ctx_stream_t *stream, audio_data_t *adata)
errno_t           217 uspace/srv/audio/hound/hound_ctx.c 	const errno_t ret = audio_pipe_push(&stream->fifo, adata);
errno_t           298 uspace/srv/audio/hound/hound_ctx.c errno_t hound_ctx_stream_write(hound_ctx_stream_t *stream, void *data,
errno_t           313 uspace/srv/audio/hound/hound_ctx.c 	const errno_t ret =
errno_t           328 uspace/srv/audio/hound/hound_ctx.c errno_t hound_ctx_stream_read(hound_ctx_stream_t *stream, void *data, size_t size)
errno_t           392 uspace/srv/audio/hound/hound_ctx.c errno_t update_data(audio_source_t *source, size_t size)
errno_t           426 uspace/srv/audio/hound/hound_ctx.c errno_t new_data(audio_sink_t *sink)
errno_t           464 uspace/srv/audio/hound/hound_ctx.c 		const errno_t ret = stream_push_data(stream, adata);
errno_t            73 uspace/srv/audio/hound/hound_ctx.h errno_t hound_ctx_stream_write(hound_ctx_stream_t *stream, void *buffer,
errno_t            75 uspace/srv/audio/hound/hound_ctx.h errno_t hound_ctx_stream_read(hound_ctx_stream_t *stream, void *buffer, size_t size);
errno_t            45 uspace/srv/audio/hound/iface.c static errno_t iface_add_context(void *server, hound_context_id_t *id,
errno_t            57 uspace/srv/audio/hound/iface.c 	const errno_t ret = hound_add_ctx(server, ctx);
errno_t            65 uspace/srv/audio/hound/iface.c static errno_t iface_rem_context(void *server, hound_context_id_t id)
errno_t            71 uspace/srv/audio/hound/iface.c 	const errno_t ret = hound_remove_ctx(server, ctx);
errno_t            88 uspace/srv/audio/hound/iface.c static errno_t iface_get_list(void *server, char ***list, size_t *size,
errno_t           100 uspace/srv/audio/hound/iface.c static errno_t iface_connect(void *server, const char *source, const char *sink)
errno_t           106 uspace/srv/audio/hound/iface.c static errno_t iface_disconnect(void *server, const char *source, const char *sink)
errno_t           112 uspace/srv/audio/hound/iface.c static errno_t iface_add_stream(void *server, hound_context_id_t id, int flags,
errno_t           132 uspace/srv/audio/hound/iface.c static errno_t iface_rem_stream(void *server, void *stream)
errno_t           138 uspace/srv/audio/hound/iface.c static errno_t iface_drain_stream(void *stream)
errno_t           144 uspace/srv/audio/hound/iface.c static errno_t iface_stream_data_read(void *stream, void *buffer, size_t size)
errno_t           149 uspace/srv/audio/hound/iface.c static errno_t iface_stream_data_write(void *stream, void *buffer, size_t size)
errno_t            59 uspace/srv/audio/hound/main.c static errno_t device_callback(service_id_t id, const char *name)
errno_t            78 uspace/srv/audio/hound/main.c 	errno_t ret = hound_init(&hound);
errno_t            70 uspace/srv/bd/file_bd/file_bd.c static errno_t file_bd_init(const char *fname);
errno_t            73 uspace/srv/bd/file_bd/file_bd.c static errno_t file_bd_open(bd_srvs_t *, bd_srv_t *);
errno_t            74 uspace/srv/bd/file_bd/file_bd.c static errno_t file_bd_close(bd_srv_t *);
errno_t            75 uspace/srv/bd/file_bd/file_bd.c static errno_t file_bd_read_blocks(bd_srv_t *, aoff64_t, size_t, void *, size_t);
errno_t            76 uspace/srv/bd/file_bd/file_bd.c static errno_t file_bd_write_blocks(bd_srv_t *, aoff64_t, size_t, const void *, size_t);
errno_t            77 uspace/srv/bd/file_bd/file_bd.c static errno_t file_bd_get_block_size(bd_srv_t *, size_t *);
errno_t            78 uspace/srv/bd/file_bd/file_bd.c static errno_t file_bd_get_num_blocks(bd_srv_t *, aoff64_t *);
errno_t            91 uspace/srv/bd/file_bd/file_bd.c 	errno_t rc;
errno_t           173 uspace/srv/bd/file_bd/file_bd.c static errno_t file_bd_init(const char *fname)
errno_t           179 uspace/srv/bd/file_bd/file_bd.c 	errno_t rc = loc_server_register(NAME, &srv);
errno_t           227 uspace/srv/bd/file_bd/file_bd.c static errno_t file_bd_open(bd_srvs_t *bds, bd_srv_t *bd)
errno_t           233 uspace/srv/bd/file_bd/file_bd.c static errno_t file_bd_close(bd_srv_t *bd)
errno_t           239 uspace/srv/bd/file_bd/file_bd.c static errno_t file_bd_read_blocks(bd_srv_t *bd, uint64_t ba, size_t cnt, void *buf,
errno_t           279 uspace/srv/bd/file_bd/file_bd.c static errno_t file_bd_write_blocks(bd_srv_t *bd, uint64_t ba, size_t cnt,
errno_t           321 uspace/srv/bd/file_bd/file_bd.c static errno_t file_bd_get_block_size(bd_srv_t *bd, size_t *rsize)
errno_t           328 uspace/srv/bd/file_bd/file_bd.c static errno_t file_bd_get_num_blocks(bd_srv_t *bd, aoff64_t *rnb)
errno_t            70 uspace/srv/bd/rd/rd.c static errno_t rd_open(bd_srvs_t *, bd_srv_t *);
errno_t            71 uspace/srv/bd/rd/rd.c static errno_t rd_close(bd_srv_t *);
errno_t            72 uspace/srv/bd/rd/rd.c static errno_t rd_read_blocks(bd_srv_t *, aoff64_t, size_t, void *, size_t);
errno_t            73 uspace/srv/bd/rd/rd.c static errno_t rd_write_blocks(bd_srv_t *, aoff64_t, size_t, const void *, size_t);
errno_t            74 uspace/srv/bd/rd/rd.c static errno_t rd_get_block_size(bd_srv_t *, size_t *);
errno_t            75 uspace/srv/bd/rd/rd.c static errno_t rd_get_num_blocks(bd_srv_t *, aoff64_t *);
errno_t           104 uspace/srv/bd/rd/rd.c static errno_t rd_open(bd_srvs_t *bds, bd_srv_t *bd)
errno_t           110 uspace/srv/bd/rd/rd.c static errno_t rd_close(bd_srv_t *bd)
errno_t           116 uspace/srv/bd/rd/rd.c static errno_t rd_read_blocks(bd_srv_t *bd, aoff64_t ba, size_t cnt, void *buf,
errno_t           132 uspace/srv/bd/rd/rd.c static errno_t rd_write_blocks(bd_srv_t *bd, aoff64_t ba, size_t cnt,
errno_t           151 uspace/srv/bd/rd/rd.c 	errno_t ret = sysinfo_get_value("rd.size", &size);
errno_t           201 uspace/srv/bd/rd/rd.c static errno_t rd_get_block_size(bd_srv_t *bd, size_t *rsize)
errno_t           208 uspace/srv/bd/rd/rd.c static errno_t rd_get_num_blocks(bd_srv_t *bd, aoff64_t *rnb)
errno_t            64 uspace/srv/bd/sata_bd/sata_bd.c static errno_t sata_bd_open(bd_srvs_t *, bd_srv_t *);
errno_t            65 uspace/srv/bd/sata_bd/sata_bd.c static errno_t sata_bd_close(bd_srv_t *);
errno_t            66 uspace/srv/bd/sata_bd/sata_bd.c static errno_t sata_bd_read_blocks(bd_srv_t *, aoff64_t, size_t, void *, size_t);
errno_t            67 uspace/srv/bd/sata_bd/sata_bd.c static errno_t sata_bd_write_blocks(bd_srv_t *, aoff64_t, size_t, const void *, size_t);
errno_t            68 uspace/srv/bd/sata_bd/sata_bd.c static errno_t sata_bd_get_block_size(bd_srv_t *, size_t *);
errno_t            69 uspace/srv/bd/sata_bd/sata_bd.c static errno_t sata_bd_get_num_blocks(bd_srv_t *, aoff64_t *);
errno_t            92 uspace/srv/bd/sata_bd/sata_bd.c static errno_t scan_device_tree(devman_handle_t funh)
errno_t            97 uspace/srv/bd/sata_bd/sata_bd.c 	errno_t rc;
errno_t           152 uspace/srv/bd/sata_bd/sata_bd.c static errno_t get_sata_disks(void)
errno_t           155 uspace/srv/bd/sata_bd/sata_bd.c 	errno_t rc;
errno_t           194 uspace/srv/bd/sata_bd/sata_bd.c static errno_t sata_bd_open(bd_srvs_t *bds, bd_srv_t *bd)
errno_t           200 uspace/srv/bd/sata_bd/sata_bd.c static errno_t sata_bd_close(bd_srv_t *bd)
errno_t           206 uspace/srv/bd/sata_bd/sata_bd.c static errno_t sata_bd_read_blocks(bd_srv_t *bd, aoff64_t ba, size_t cnt, void *buf,
errno_t           218 uspace/srv/bd/sata_bd/sata_bd.c static errno_t sata_bd_write_blocks(bd_srv_t *bd, aoff64_t ba, size_t cnt,
errno_t           230 uspace/srv/bd/sata_bd/sata_bd.c static errno_t sata_bd_get_block_size(bd_srv_t *bd, size_t *rsize)
errno_t           239 uspace/srv/bd/sata_bd/sata_bd.c static errno_t sata_bd_get_num_blocks(bd_srv_t *bd, aoff64_t *rnb)
errno_t           249 uspace/srv/bd/sata_bd/sata_bd.c 	errno_t rc;
errno_t            62 uspace/srv/bd/vbd/disk.c static errno_t vbds_disk_parts_add(vbds_disk_t *, label_t *);
errno_t            63 uspace/srv/bd/vbd/disk.c static errno_t vbds_disk_parts_remove(vbds_disk_t *, vbds_rem_flag_t);
errno_t            65 uspace/srv/bd/vbd/disk.c static errno_t vbds_bd_open(bd_srvs_t *, bd_srv_t *);
errno_t            66 uspace/srv/bd/vbd/disk.c static errno_t vbds_bd_close(bd_srv_t *);
errno_t            67 uspace/srv/bd/vbd/disk.c static errno_t vbds_bd_read_blocks(bd_srv_t *, aoff64_t, size_t, void *, size_t);
errno_t            68 uspace/srv/bd/vbd/disk.c static errno_t vbds_bd_sync_cache(bd_srv_t *, aoff64_t, size_t);
errno_t            69 uspace/srv/bd/vbd/disk.c static errno_t vbds_bd_write_blocks(bd_srv_t *, aoff64_t, size_t, const void *,
errno_t            71 uspace/srv/bd/vbd/disk.c static errno_t vbds_bd_get_block_size(bd_srv_t *, size_t *);
errno_t            72 uspace/srv/bd/vbd/disk.c static errno_t vbds_bd_get_num_blocks(bd_srv_t *, aoff64_t *);
errno_t            74 uspace/srv/bd/vbd/disk.c static errno_t vbds_bsa_translate(vbds_part_t *, aoff64_t, size_t, aoff64_t *);
errno_t            76 uspace/srv/bd/vbd/disk.c static errno_t vbds_part_svc_register(vbds_part_t *);
errno_t            77 uspace/srv/bd/vbd/disk.c static errno_t vbds_part_svc_unregister(vbds_part_t *);
errno_t            78 uspace/srv/bd/vbd/disk.c static errno_t vbds_part_indices_update(vbds_disk_t *);
errno_t            82 uspace/srv/bd/vbd/disk.c static errno_t vbds_label_get_bsize(void *, size_t *);
errno_t            83 uspace/srv/bd/vbd/disk.c static errno_t vbds_label_get_nblocks(void *, aoff64_t *);
errno_t            84 uspace/srv/bd/vbd/disk.c static errno_t vbds_label_read(void *, aoff64_t, size_t, void *);
errno_t            85 uspace/srv/bd/vbd/disk.c static errno_t vbds_label_write(void *, aoff64_t, size_t, const void *);
errno_t           136 uspace/srv/bd/vbd/disk.c errno_t vbds_disks_init(void)
errno_t           138 uspace/srv/bd/vbd/disk.c 	errno_t rc;
errno_t           156 uspace/srv/bd/vbd/disk.c static errno_t vbds_disks_check_new(void)
errno_t           163 uspace/srv/bd/vbd/disk.c 	errno_t rc;
errno_t           232 uspace/srv/bd/vbd/disk.c static errno_t vbds_disk_by_svcid(service_id_t sid, vbds_disk_t **rdisk)
errno_t           259 uspace/srv/bd/vbd/disk.c static errno_t vbds_part_by_pid(vbds_part_id_t partid, vbds_part_t **rpart)
errno_t           281 uspace/srv/bd/vbd/disk.c static errno_t vbds_part_by_svcid(service_id_t svcid, vbds_part_t **rpart)
errno_t           304 uspace/srv/bd/vbd/disk.c static errno_t vbds_part_add(vbds_disk_t *disk, label_part_t *lpart,
errno_t           310 uspace/srv/bd/vbd/disk.c 	errno_t rc;
errno_t           365 uspace/srv/bd/vbd/disk.c static errno_t vbds_part_remove(vbds_part_t *part, vbds_rem_flag_t flag,
errno_t           369 uspace/srv/bd/vbd/disk.c 	errno_t rc;
errno_t           408 uspace/srv/bd/vbd/disk.c static errno_t vbds_disk_parts_add(vbds_disk_t *disk, label_t *label)
errno_t           411 uspace/srv/bd/vbd/disk.c 	errno_t rc;
errno_t           431 uspace/srv/bd/vbd/disk.c static errno_t vbds_disk_parts_remove(vbds_disk_t *disk, vbds_rem_flag_t flag)
errno_t           435 uspace/srv/bd/vbd/disk.c 	errno_t rc;
errno_t           455 uspace/srv/bd/vbd/disk.c errno_t vbds_disk_discovery_start(void)
errno_t           457 uspace/srv/bd/vbd/disk.c 	errno_t rc;
errno_t           469 uspace/srv/bd/vbd/disk.c errno_t vbds_disk_add(service_id_t sid)
errno_t           477 uspace/srv/bd/vbd/disk.c 	errno_t rc;
errno_t           562 uspace/srv/bd/vbd/disk.c errno_t vbds_disk_remove(service_id_t sid)
errno_t           565 uspace/srv/bd/vbd/disk.c 	errno_t rc;
errno_t           588 uspace/srv/bd/vbd/disk.c errno_t vbds_disk_get_ids(service_id_t *id_buf, size_t buf_size, size_t *act_size)
errno_t           616 uspace/srv/bd/vbd/disk.c errno_t vbds_disk_info(service_id_t sid, vbd_disk_info_t *info)
errno_t           620 uspace/srv/bd/vbd/disk.c 	errno_t rc;
errno_t           643 uspace/srv/bd/vbd/disk.c errno_t vbds_get_parts(service_id_t sid, service_id_t *id_buf, size_t buf_size,
errno_t           649 uspace/srv/bd/vbd/disk.c 	errno_t rc;
errno_t           673 uspace/srv/bd/vbd/disk.c errno_t vbds_label_create(service_id_t sid, label_type_t ltype)
errno_t           679 uspace/srv/bd/vbd/disk.c 	errno_t rc, rc2;
errno_t           744 uspace/srv/bd/vbd/disk.c errno_t vbds_label_delete(service_id_t sid)
errno_t           749 uspace/srv/bd/vbd/disk.c 	errno_t rc;
errno_t           786 uspace/srv/bd/vbd/disk.c errno_t vbds_part_get_info(vbds_part_id_t partid, vbd_part_info_t *pinfo)
errno_t           790 uspace/srv/bd/vbd/disk.c 	errno_t rc;
errno_t           815 uspace/srv/bd/vbd/disk.c errno_t vbds_part_create(service_id_t sid, vbd_part_spec_t *pspec,
errno_t           822 uspace/srv/bd/vbd/disk.c 	errno_t rc;
errno_t           884 uspace/srv/bd/vbd/disk.c errno_t vbds_part_delete(vbds_part_id_t partid)
errno_t           889 uspace/srv/bd/vbd/disk.c 	errno_t rc;
errno_t           923 uspace/srv/bd/vbd/disk.c errno_t vbds_suggest_ptype(service_id_t sid, label_pcnt_t pcnt,
errno_t           927 uspace/srv/bd/vbd/disk.c 	errno_t rc;
errno_t           947 uspace/srv/bd/vbd/disk.c static errno_t vbds_bd_open(bd_srvs_t *bds, bd_srv_t *bd)
errno_t           958 uspace/srv/bd/vbd/disk.c static errno_t vbds_bd_close(bd_srv_t *bd)
errno_t           972 uspace/srv/bd/vbd/disk.c static errno_t vbds_bd_read_blocks(bd_srv_t *bd, aoff64_t ba, size_t cnt,
errno_t           977 uspace/srv/bd/vbd/disk.c 	errno_t rc;
errno_t           998 uspace/srv/bd/vbd/disk.c static errno_t vbds_bd_sync_cache(bd_srv_t *bd, aoff64_t ba, size_t cnt)
errno_t          1002 uspace/srv/bd/vbd/disk.c 	errno_t rc;
errno_t          1022 uspace/srv/bd/vbd/disk.c static errno_t vbds_bd_write_blocks(bd_srv_t *bd, aoff64_t ba, size_t cnt,
errno_t          1027 uspace/srv/bd/vbd/disk.c 	errno_t rc;
errno_t          1047 uspace/srv/bd/vbd/disk.c static errno_t vbds_bd_get_block_size(bd_srv_t *bd, size_t *rsize)
errno_t          1060 uspace/srv/bd/vbd/disk.c static errno_t vbds_bd_get_num_blocks(bd_srv_t *bd, aoff64_t *rnb)
errno_t          1076 uspace/srv/bd/vbd/disk.c 	errno_t rc;
errno_t          1099 uspace/srv/bd/vbd/disk.c static errno_t vbds_bsa_translate(vbds_part_t *part, aoff64_t ba, size_t cnt,
errno_t          1110 uspace/srv/bd/vbd/disk.c static errno_t vbds_part_svc_register(vbds_part_t *part)
errno_t          1115 uspace/srv/bd/vbd/disk.c 	errno_t rc;
errno_t          1157 uspace/srv/bd/vbd/disk.c static errno_t vbds_part_svc_unregister(vbds_part_t *part)
errno_t          1159 uspace/srv/bd/vbd/disk.c 	errno_t rc;
errno_t          1174 uspace/srv/bd/vbd/disk.c static errno_t vbds_part_indices_update(vbds_disk_t *disk)
errno_t          1177 uspace/srv/bd/vbd/disk.c 	errno_t rc;
errno_t          1224 uspace/srv/bd/vbd/disk.c static errno_t vbds_label_get_bsize(void *arg, size_t *bsize)
errno_t          1231 uspace/srv/bd/vbd/disk.c static errno_t vbds_label_get_nblocks(void *arg, aoff64_t *nblocks)
errno_t          1238 uspace/srv/bd/vbd/disk.c static errno_t vbds_label_read(void *arg, aoff64_t ba, size_t cnt, void *buf)
errno_t          1245 uspace/srv/bd/vbd/disk.c static errno_t vbds_label_write(void *arg, aoff64_t ba, size_t cnt, const void *data)
errno_t            44 uspace/srv/bd/vbd/disk.h extern errno_t vbds_disks_init(void);
errno_t            45 uspace/srv/bd/vbd/disk.h extern errno_t vbds_disk_discovery_start(void);
errno_t            46 uspace/srv/bd/vbd/disk.h extern errno_t vbds_disk_add(service_id_t);
errno_t            47 uspace/srv/bd/vbd/disk.h extern errno_t vbds_disk_remove(service_id_t);
errno_t            48 uspace/srv/bd/vbd/disk.h extern errno_t vbds_disk_get_ids(service_id_t *, size_t, size_t *);
errno_t            49 uspace/srv/bd/vbd/disk.h extern errno_t vbds_disk_info(service_id_t, vbd_disk_info_t *);
errno_t            50 uspace/srv/bd/vbd/disk.h extern errno_t vbds_get_parts(service_id_t, service_id_t *, size_t, size_t *);
errno_t            51 uspace/srv/bd/vbd/disk.h extern errno_t vbds_label_create(service_id_t, label_type_t);
errno_t            52 uspace/srv/bd/vbd/disk.h extern errno_t vbds_label_delete(service_id_t);
errno_t            53 uspace/srv/bd/vbd/disk.h extern errno_t vbds_part_get_info(vbds_part_id_t, vbd_part_info_t *);
errno_t            54 uspace/srv/bd/vbd/disk.h extern errno_t vbds_part_create(service_id_t, vbd_part_spec_t *, vbds_part_id_t *);
errno_t            55 uspace/srv/bd/vbd/disk.h extern errno_t vbds_part_delete(vbds_part_id_t);
errno_t            56 uspace/srv/bd/vbd/disk.h extern errno_t vbds_suggest_ptype(service_id_t, label_pcnt_t, label_ptype_t *);
errno_t            59 uspace/srv/bd/vbd/vbd.c static errno_t vbds_init(void)
errno_t            61 uspace/srv/bd/vbd/vbd.c 	errno_t rc;
errno_t            94 uspace/srv/bd/vbd/vbd.c 	errno_t rc;
errno_t           117 uspace/srv/bd/vbd/vbd.c 	errno_t retval = async_data_read_finalize(&call, id_buf, size);
errno_t           127 uspace/srv/bd/vbd/vbd.c 	errno_t rc;
errno_t           167 uspace/srv/bd/vbd/vbd.c 	errno_t rc;
errno_t           180 uspace/srv/bd/vbd/vbd.c 	errno_t rc;
errno_t           195 uspace/srv/bd/vbd/vbd.c 	errno_t rc;
errno_t           221 uspace/srv/bd/vbd/vbd.c 	errno_t retval = async_data_read_finalize(&call, id_buf, size);
errno_t           231 uspace/srv/bd/vbd/vbd.c 	errno_t rc;
errno_t           272 uspace/srv/bd/vbd/vbd.c 	errno_t rc;
errno_t           311 uspace/srv/bd/vbd/vbd.c 	errno_t rc;
errno_t           325 uspace/srv/bd/vbd/vbd.c 	errno_t rc;
errno_t           430 uspace/srv/bd/vbd/vbd.c 	errno_t rc;
errno_t            53 uspace/srv/clipboard/clipboard.c 	errno_t rc;
errno_t           124 uspace/srv/clipboard/clipboard.c 		errno_t retval = async_data_read_finalize(&call, clip_data, size);
errno_t           187 uspace/srv/clipboard/clipboard.c 	errno_t rc;
errno_t            68 uspace/srv/devman/client_conn.c 	errno_t rc = async_data_write_accept((void **) &pathname, true, 0, 0, 0, 0);
errno_t           365 uspace/srv/devman/client_conn.c 	errno_t rc;
errno_t           402 uspace/srv/devman/client_conn.c 	errno_t retval = async_data_read_finalize(&call, hdl_buf, size);
errno_t           442 uspace/srv/devman/client_conn.c 	errno_t rc;
errno_t           467 uspace/srv/devman/client_conn.c 	errno_t rc;
errno_t           513 uspace/srv/devman/client_conn.c 	errno_t rc;
errno_t           534 uspace/srv/devman/client_conn.c 	errno_t retval = async_data_read_finalize(&call, hdl_buf, size);
errno_t           545 uspace/srv/devman/client_conn.c 	errno_t rc;
errno_t           574 uspace/srv/devman/client_conn.c 	errno_t retval = async_data_read_finalize(&call, hdl_buf, size);
errno_t           585 uspace/srv/devman/client_conn.c 	errno_t rc = async_data_write_accept((void **) &drvname, true, 0, 0, 0, 0);
errno_t           712 uspace/srv/devman/client_conn.c 	errno_t rc;
errno_t           731 uspace/srv/devman/client_conn.c 	errno_t rc;
errno_t           129 uspace/srv/devman/dev.c errno_t dev_get_functions(dev_tree_t *tree, dev_node_t *dev,
errno_t            47 uspace/srv/devman/dev.h extern errno_t dev_get_functions(dev_tree_t *tree, dev_node_t *, devman_handle_t *,
errno_t            50 uspace/srv/devman/driver.c static errno_t driver_reassign_fibril(void *);
errno_t           326 uspace/srv/devman/driver.c 	errno_t rc;
errno_t           349 uspace/srv/devman/driver.c errno_t stop_driver(driver_t *drv)
errno_t           352 uspace/srv/devman/driver.c 	errno_t retval;
errno_t           655 uspace/srv/devman/driver.c 	errno_t rc = async_data_write_start(exch, dev->pfun->name,
errno_t           682 uspace/srv/devman/driver.c errno_t driver_dev_remove(dev_tree_t *tree, dev_node_t *dev)
errno_t           685 uspace/srv/devman/driver.c 	errno_t retval;
errno_t           705 uspace/srv/devman/driver.c errno_t driver_dev_gone(dev_tree_t *tree, dev_node_t *dev)
errno_t           708 uspace/srv/devman/driver.c 	errno_t retval;
errno_t           728 uspace/srv/devman/driver.c errno_t driver_fun_online(dev_tree_t *tree, fun_node_t *fun)
errno_t           731 uspace/srv/devman/driver.c 	errno_t retval;
errno_t           756 uspace/srv/devman/driver.c errno_t driver_fun_offline(dev_tree_t *tree, fun_node_t *fun)
errno_t           759 uspace/srv/devman/driver.c 	errno_t retval;
errno_t           785 uspace/srv/devman/driver.c errno_t driver_get_list(driver_list_t *driver_list, devman_handle_t *hdl_buf,
errno_t           817 uspace/srv/devman/driver.c errno_t driver_get_devices(driver_t *driver, devman_handle_t *hdl_buf,
errno_t           852 uspace/srv/devman/driver.c static errno_t driver_reassign_fibril(void *arg)
errno_t            52 uspace/srv/devman/driver.h extern errno_t stop_driver(driver_t *);
errno_t            54 uspace/srv/devman/driver.h extern errno_t driver_dev_remove(dev_tree_t *, dev_node_t *);
errno_t            55 uspace/srv/devman/driver.h extern errno_t driver_dev_gone(dev_tree_t *, dev_node_t *);
errno_t            56 uspace/srv/devman/driver.h extern errno_t driver_fun_online(dev_tree_t *, fun_node_t *);
errno_t            57 uspace/srv/devman/driver.h extern errno_t driver_fun_offline(dev_tree_t *, fun_node_t *);
errno_t            66 uspace/srv/devman/driver.h extern errno_t driver_get_list(driver_list_t *, devman_handle_t *, size_t, size_t *);
errno_t            67 uspace/srv/devman/driver.h extern errno_t driver_get_devices(driver_t *, devman_handle_t *, size_t, size_t *);
errno_t            63 uspace/srv/devman/drv_conn.c static errno_t init_running_drv(void *drv);
errno_t            74 uspace/srv/devman/drv_conn.c 	errno_t rc = async_data_write_accept((void **) &drv_name, true, 0, 0, 0, 0);
errno_t           165 uspace/srv/devman/drv_conn.c static errno_t devman_receive_match_id(match_id_list_t *match_ids)
errno_t           169 uspace/srv/devman/drv_conn.c 	errno_t rc = 0;
errno_t           214 uspace/srv/devman/drv_conn.c static errno_t devman_receive_match_ids(sysarg_t match_count,
errno_t           217 uspace/srv/devman/drv_conn.c 	errno_t ret = EOK;
errno_t           256 uspace/srv/devman/drv_conn.c 	errno_t rc = async_data_write_accept((void **) &fun_name, true, 0, 0, 0, 0);
errno_t           335 uspace/srv/devman/drv_conn.c 	errno_t rc;
errno_t           384 uspace/srv/devman/drv_conn.c 	errno_t rc;
errno_t           426 uspace/srv/devman/drv_conn.c 	errno_t rc;
errno_t           463 uspace/srv/devman/drv_conn.c 	errno_t rc;
errno_t           491 uspace/srv/devman/drv_conn.c 			errno_t gone_rc;
errno_t           576 uspace/srv/devman/drv_conn.c static errno_t init_running_drv(void *drv)
errno_t           288 uspace/srv/devman/fun.c static errno_t assign_driver_fibril(void *arg)
errno_t           298 uspace/srv/devman/fun.c errno_t fun_online(fun_node_t *fun)
errno_t           355 uspace/srv/devman/fun.c errno_t fun_offline(fun_node_t *fun)
errno_t           357 uspace/srv/devman/fun.c 	errno_t rc;
errno_t            51 uspace/srv/devman/fun.h extern errno_t fun_online(fun_node_t *);
errno_t            52 uspace/srv/devman/fun.h extern errno_t fun_offline(fun_node_t *);
errno_t            71 uspace/srv/devman/loc.c errno_t loc_unregister_tree_function(fun_node_t *fun, dev_tree_t *tree)
errno_t            73 uspace/srv/devman/loc.c 	errno_t rc = loc_service_unregister(devman_srv, fun->service_id);
errno_t            41 uspace/srv/devman/loc.h extern errno_t loc_unregister_tree_function(fun_node_t *, dev_tree_t *);
errno_t           284 uspace/srv/devman/main.c 	errno_t rc;
errno_t           324 uspace/srv/devman/main.c 	errno_t rc = log_init(NAME);
errno_t           204 uspace/srv/devman/match.c 	errno_t rc = vfs_lookup_open(conf_path, WALK_REGULAR, MODE_READ, &fd);
errno_t            77 uspace/srv/fs/cdfs/cdfs.c 	errno_t rc;
errno_t           334 uspace/srv/fs/cdfs/cdfs_ops.c static errno_t cdfs_node_get(fs_node_t **rfn, service_id_t service_id,
errno_t           354 uspace/srv/fs/cdfs/cdfs_ops.c static errno_t cdfs_root_get(fs_node_t **rfn, service_id_t service_id)
errno_t           374 uspace/srv/fs/cdfs/cdfs_ops.c static errno_t create_node(fs_node_t **rfn, cdfs_t *fs, int lflag,
errno_t           395 uspace/srv/fs/cdfs/cdfs_ops.c 	errno_t rc = cdfs_root_get(&rootfn, fs->service_id);
errno_t           420 uspace/srv/fs/cdfs/cdfs_ops.c static errno_t link_node(fs_node_t *pfn, fs_node_t *fn, const char *name)
errno_t           463 uspace/srv/fs/cdfs/cdfs_ops.c 	errno_t rc;
errno_t           569 uspace/srv/fs/cdfs/cdfs_ops.c static errno_t cdfs_readdir(cdfs_t *fs, fs_node_t *fs_node)
errno_t           583 uspace/srv/fs/cdfs/cdfs_ops.c 		errno_t rc = block_get(&block, fs->service_id, node->lba + i, BLOCK_FLAGS_NONE);
errno_t           617 uspace/srv/fs/cdfs/cdfs_ops.c 			errno_t rc = create_node(&fn, fs, dentry_type,
errno_t           655 uspace/srv/fs/cdfs/cdfs_ops.c 	errno_t rc = block_get(&block, fs->service_id, lba, BLOCK_FLAGS_NONE);
errno_t           701 uspace/srv/fs/cdfs/cdfs_ops.c static errno_t cdfs_match(fs_node_t **fn, fs_node_t *pfn, const char *component)
errno_t           706 uspace/srv/fs/cdfs/cdfs_ops.c 		errno_t rc = cdfs_readdir(parent->fs, pfn);
errno_t           722 uspace/srv/fs/cdfs/cdfs_ops.c static errno_t cdfs_node_open(fs_node_t *fn)
errno_t           733 uspace/srv/fs/cdfs/cdfs_ops.c static errno_t cdfs_node_put(fs_node_t *fn)
errno_t           739 uspace/srv/fs/cdfs/cdfs_ops.c static errno_t cdfs_create_node(fs_node_t **fn, service_id_t service_id, int lflag)
errno_t           745 uspace/srv/fs/cdfs/cdfs_ops.c static errno_t cdfs_destroy_node(fs_node_t *fn)
errno_t           751 uspace/srv/fs/cdfs/cdfs_ops.c static errno_t cdfs_link_node(fs_node_t *pfn, fs_node_t *cfn, const char *name)
errno_t           757 uspace/srv/fs/cdfs/cdfs_ops.c static errno_t cdfs_unlink_node(fs_node_t *pfn, fs_node_t *cfn, const char *name)
errno_t           763 uspace/srv/fs/cdfs/cdfs_ops.c static errno_t cdfs_has_children(bool *has_children, fs_node_t *fn)
errno_t           809 uspace/srv/fs/cdfs/cdfs_ops.c static errno_t cdfs_size_block(service_id_t service_id, uint32_t *size)
errno_t           816 uspace/srv/fs/cdfs/cdfs_ops.c static errno_t cdfs_total_block_count(service_id_t service_id, uint64_t *count)
errno_t           823 uspace/srv/fs/cdfs/cdfs_ops.c static errno_t cdfs_free_block_count(service_id_t service_id, uint64_t *count)
errno_t           855 uspace/srv/fs/cdfs/cdfs_ops.c static errno_t cdfs_verify_joliet_esc_seq(uint8_t *seq)
errno_t           899 uspace/srv/fs/cdfs/cdfs_ops.c static errno_t cdfs_find_joliet_svd(service_id_t sid, cdfs_lba_t altroot,
errno_t           906 uspace/srv/fs/cdfs/cdfs_ops.c 		errno_t rc = block_get(&block, sid, bi, BLOCK_FLAGS_NONE);
errno_t           967 uspace/srv/fs/cdfs/cdfs_ops.c static errno_t iso_read_vol_desc(service_id_t sid, cdfs_lba_t altroot,
errno_t           972 uspace/srv/fs/cdfs/cdfs_ops.c 	errno_t rc = block_get(&block, sid, altroot + 16, BLOCK_FLAGS_NONE);
errno_t          1040 uspace/srv/fs/cdfs/cdfs_ops.c static errno_t iso_readfs(cdfs_t *fs, fs_node_t *rfn,
errno_t          1045 uspace/srv/fs/cdfs/cdfs_ops.c 	errno_t rc = iso_read_vol_desc(fs->service_id, altroot, &node->lba,
errno_t          1069 uspace/srv/fs/cdfs/cdfs_ops.c 	errno_t rc = create_node(&rfn, fs, L_DIRECTORY, cdfs_index++);
errno_t          1091 uspace/srv/fs/cdfs/cdfs_ops.c static errno_t cdfs_fsprobe(service_id_t service_id, vfs_fs_probe_info_t *info)
errno_t          1096 uspace/srv/fs/cdfs/cdfs_ops.c 	errno_t rc = block_init(service_id);
errno_t          1149 uspace/srv/fs/cdfs/cdfs_ops.c static errno_t cdfs_mounted(service_id_t service_id, const char *opts,
errno_t          1153 uspace/srv/fs/cdfs/cdfs_ops.c 	errno_t rc = block_init(service_id);
errno_t          1243 uspace/srv/fs/cdfs/cdfs_ops.c static errno_t cdfs_unmounted(service_id_t service_id)
errno_t          1255 uspace/srv/fs/cdfs/cdfs_ops.c static errno_t cdfs_read(service_id_t service_id, fs_index_t index, aoff64_t pos,
errno_t          1271 uspace/srv/fs/cdfs/cdfs_ops.c 		errno_t rc = cdfs_readdir(node->fs, FS_NODE(node));
errno_t          1295 uspace/srv/fs/cdfs/cdfs_ops.c 			errno_t rc = block_get(&block, service_id, node->lba + lba,
errno_t          1326 uspace/srv/fs/cdfs/cdfs_ops.c static errno_t cdfs_write(service_id_t service_id, fs_index_t index, aoff64_t pos,
errno_t          1337 uspace/srv/fs/cdfs/cdfs_ops.c static errno_t cdfs_truncate(service_id_t service_id, fs_index_t index,
errno_t          1378 uspace/srv/fs/cdfs/cdfs_ops.c static errno_t cdfs_close(service_id_t service_id, fs_index_t index)
errno_t          1404 uspace/srv/fs/cdfs/cdfs_ops.c static errno_t cdfs_destroy(service_id_t service_id, fs_index_t index)
errno_t          1414 uspace/srv/fs/cdfs/cdfs_ops.c static errno_t cdfs_sync(service_id_t service_id, fs_index_t index)
errno_t            74 uspace/srv/fs/exfat/exfat.c 	errno_t rc = exfat_idx_init();
errno_t           169 uspace/srv/fs/exfat/exfat.h extern errno_t exfat_idx_get_new(exfat_idx_t **, service_id_t);
errno_t           176 uspace/srv/fs/exfat/exfat.h extern errno_t exfat_idx_init(void);
errno_t           178 uspace/srv/fs/exfat/exfat.h extern errno_t exfat_idx_init_by_service_id(service_id_t);
errno_t           181 uspace/srv/fs/exfat/exfat.h extern errno_t exfat_node_expand(service_id_t, exfat_node_t *, exfat_cluster_t);
errno_t           182 uspace/srv/fs/exfat/exfat.h extern errno_t exfat_node_put(fs_node_t *);
errno_t           183 uspace/srv/fs/exfat/exfat.h extern errno_t exfat_bitmap_get(fs_node_t **, service_id_t);
errno_t           184 uspace/srv/fs/exfat/exfat.h extern errno_t exfat_uctable_get(fs_node_t **, service_id_t);
errno_t            49 uspace/srv/fs/exfat/exfat_bitmap.c errno_t exfat_bitmap_is_free(exfat_bs_t *bs, service_id_t service_id,
errno_t            56 uspace/srv/fs/exfat/exfat_bitmap.c 	errno_t rc;
errno_t            90 uspace/srv/fs/exfat/exfat_bitmap.c errno_t exfat_bitmap_set_cluster(exfat_bs_t *bs, service_id_t service_id,
errno_t            97 uspace/srv/fs/exfat/exfat_bitmap.c 	errno_t rc;
errno_t           125 uspace/srv/fs/exfat/exfat_bitmap.c errno_t exfat_bitmap_clear_cluster(exfat_bs_t *bs, service_id_t service_id,
errno_t           132 uspace/srv/fs/exfat/exfat_bitmap.c 	errno_t rc;
errno_t           161 uspace/srv/fs/exfat/exfat_bitmap.c errno_t exfat_bitmap_set_clusters(exfat_bs_t *bs, service_id_t service_id,
errno_t           164 uspace/srv/fs/exfat/exfat_bitmap.c 	errno_t rc;
errno_t           181 uspace/srv/fs/exfat/exfat_bitmap.c errno_t exfat_bitmap_clear_clusters(exfat_bs_t *bs, service_id_t service_id,
errno_t           184 uspace/srv/fs/exfat/exfat_bitmap.c 	errno_t rc;
errno_t           197 uspace/srv/fs/exfat/exfat_bitmap.c errno_t exfat_bitmap_alloc_clusters(exfat_bs_t *bs, service_id_t service_id,
errno_t           217 uspace/srv/fs/exfat/exfat_bitmap.c errno_t exfat_bitmap_append_clusters(exfat_bs_t *bs, exfat_node_t *nodep,
errno_t           239 uspace/srv/fs/exfat/exfat_bitmap.c errno_t exfat_bitmap_free_clusters(exfat_bs_t *bs, exfat_node_t *nodep,
errno_t           249 uspace/srv/fs/exfat/exfat_bitmap.c errno_t exfat_bitmap_replicate_clusters(exfat_bs_t *bs, exfat_node_t *nodep)
errno_t           251 uspace/srv/fs/exfat/exfat_bitmap.c 	errno_t rc;
errno_t            44 uspace/srv/fs/exfat/exfat_bitmap.h extern errno_t exfat_bitmap_alloc_clusters(struct exfat_bs *, service_id_t,
errno_t            46 uspace/srv/fs/exfat/exfat_bitmap.h extern errno_t exfat_bitmap_append_clusters(struct exfat_bs *, struct exfat_node *,
errno_t            48 uspace/srv/fs/exfat/exfat_bitmap.h extern errno_t exfat_bitmap_free_clusters(struct exfat_bs *, struct exfat_node *,
errno_t            50 uspace/srv/fs/exfat/exfat_bitmap.h extern errno_t exfat_bitmap_replicate_clusters(struct exfat_bs *, struct exfat_node *);
errno_t            52 uspace/srv/fs/exfat/exfat_bitmap.h extern errno_t exfat_bitmap_is_free(struct exfat_bs *, service_id_t, exfat_cluster_t);
errno_t            53 uspace/srv/fs/exfat/exfat_bitmap.h extern errno_t exfat_bitmap_set_cluster(struct exfat_bs *, service_id_t, exfat_cluster_t);
errno_t            54 uspace/srv/fs/exfat/exfat_bitmap.h extern errno_t exfat_bitmap_clear_cluster(struct exfat_bs *, service_id_t,
errno_t            57 uspace/srv/fs/exfat/exfat_bitmap.h extern errno_t exfat_bitmap_set_clusters(struct exfat_bs *, service_id_t,
errno_t            59 uspace/srv/fs/exfat/exfat_bitmap.h extern errno_t exfat_bitmap_clear_clusters(struct exfat_bs *, service_id_t,
errno_t            62 uspace/srv/fs/exfat/exfat_directory.c errno_t exfat_directory_open(exfat_node_t *nodep, exfat_directory_t *di)
errno_t            77 uspace/srv/fs/exfat/exfat_directory.c errno_t exfat_directory_open_parent(exfat_directory_t *di,
errno_t            89 uspace/srv/fs/exfat/exfat_directory.c errno_t exfat_directory_close(exfat_directory_t *di)
errno_t            91 uspace/srv/fs/exfat/exfat_directory.c 	errno_t rc = EOK;
errno_t           101 uspace/srv/fs/exfat/exfat_directory.c static errno_t exfat_directory_block_load(exfat_directory_t *di)
errno_t           104 uspace/srv/fs/exfat/exfat_directory.c 	errno_t rc = EOK;
errno_t           134 uspace/srv/fs/exfat/exfat_directory.c errno_t exfat_directory_next(exfat_directory_t *di)
errno_t           136 uspace/srv/fs/exfat/exfat_directory.c 	errno_t rc;
errno_t           146 uspace/srv/fs/exfat/exfat_directory.c errno_t exfat_directory_prev(exfat_directory_t *di)
errno_t           148 uspace/srv/fs/exfat/exfat_directory.c 	errno_t rc = EOK;
errno_t           162 uspace/srv/fs/exfat/exfat_directory.c errno_t exfat_directory_seek(exfat_directory_t *di, aoff64_t pos)
errno_t           165 uspace/srv/fs/exfat/exfat_directory.c 	errno_t rc;
errno_t           175 uspace/srv/fs/exfat/exfat_directory.c errno_t exfat_directory_get(exfat_directory_t *di, exfat_dentry_t **d)
errno_t           177 uspace/srv/fs/exfat/exfat_directory.c 	errno_t rc;
errno_t           188 uspace/srv/fs/exfat/exfat_directory.c errno_t exfat_directory_find(exfat_directory_t *di, exfat_dentry_clsf_t type,
errno_t           202 uspace/srv/fs/exfat/exfat_directory.c errno_t
errno_t           206 uspace/srv/fs/exfat/exfat_directory.c 	errno_t rc;
errno_t           213 uspace/srv/fs/exfat/exfat_directory.c errno_t exfat_directory_read_file(exfat_directory_t *di, char *name, size_t size,
errno_t           218 uspace/srv/fs/exfat/exfat_directory.c 	errno_t rc;
errno_t           261 uspace/srv/fs/exfat/exfat_directory.c errno_t exfat_directory_read_vollabel(exfat_directory_t *di, char *label,
errno_t           266 uspace/srv/fs/exfat/exfat_directory.c 	errno_t rc;
errno_t           303 uspace/srv/fs/exfat/exfat_directory.c errno_t exfat_directory_sync_file(exfat_directory_t *di, exfat_file_dentry_t *df,
errno_t           306 uspace/srv/fs/exfat/exfat_directory.c 	errno_t rc;
errno_t           367 uspace/srv/fs/exfat/exfat_directory.c errno_t exfat_directory_write_file(exfat_directory_t *di, const char *name)
errno_t           374 uspace/srv/fs/exfat/exfat_directory.c 	errno_t rc;
errno_t           474 uspace/srv/fs/exfat/exfat_directory.c errno_t exfat_directory_erase_file(exfat_directory_t *di, aoff64_t pos)
errno_t           476 uspace/srv/fs/exfat/exfat_directory.c 	errno_t rc;
errno_t           502 uspace/srv/fs/exfat/exfat_directory.c errno_t exfat_directory_expand(exfat_directory_t *di)
errno_t           504 uspace/srv/fs/exfat/exfat_directory.c 	errno_t rc;
errno_t           521 uspace/srv/fs/exfat/exfat_directory.c errno_t exfat_directory_lookup_free(exfat_directory_t *di, size_t count)
errno_t           523 uspace/srv/fs/exfat/exfat_directory.c 	errno_t rc;
errno_t            56 uspace/srv/fs/exfat/exfat_directory.h extern errno_t exfat_directory_open(exfat_node_t *, exfat_directory_t *);
errno_t            57 uspace/srv/fs/exfat/exfat_directory.h extern errno_t exfat_directory_open_parent(exfat_directory_t *, service_id_t,
errno_t            59 uspace/srv/fs/exfat/exfat_directory.h extern errno_t exfat_directory_close(exfat_directory_t *);
errno_t            61 uspace/srv/fs/exfat/exfat_directory.h extern errno_t exfat_directory_next(exfat_directory_t *);
errno_t            62 uspace/srv/fs/exfat/exfat_directory.h extern errno_t exfat_directory_prev(exfat_directory_t *);
errno_t            63 uspace/srv/fs/exfat/exfat_directory.h extern errno_t exfat_directory_seek(exfat_directory_t *, aoff64_t);
errno_t            64 uspace/srv/fs/exfat/exfat_directory.h extern errno_t exfat_directory_get(exfat_directory_t *, exfat_dentry_t **);
errno_t            65 uspace/srv/fs/exfat/exfat_directory.h extern errno_t exfat_directory_find(exfat_directory_t *, exfat_dentry_clsf_t,
errno_t            67 uspace/srv/fs/exfat/exfat_directory.h extern errno_t exfat_directory_find_continue(exfat_directory_t *,
errno_t            70 uspace/srv/fs/exfat/exfat_directory.h extern errno_t exfat_directory_read_file(exfat_directory_t *, char *, size_t,
errno_t            72 uspace/srv/fs/exfat/exfat_directory.h extern errno_t exfat_directory_read_vollabel(exfat_directory_t *, char *, size_t);
errno_t            73 uspace/srv/fs/exfat/exfat_directory.h extern errno_t exfat_directory_sync_file(exfat_directory_t *, exfat_file_dentry_t *,
errno_t            75 uspace/srv/fs/exfat/exfat_directory.h extern errno_t exfat_directory_write_file(exfat_directory_t *, const char *);
errno_t            76 uspace/srv/fs/exfat/exfat_directory.h extern errno_t exfat_directory_erase_file(exfat_directory_t *, aoff64_t);
errno_t            78 uspace/srv/fs/exfat/exfat_directory.h extern errno_t exfat_directory_expand(exfat_directory_t *);
errno_t            79 uspace/srv/fs/exfat/exfat_directory.h extern errno_t exfat_directory_lookup_free(exfat_directory_t *, size_t);
errno_t            80 uspace/srv/fs/exfat/exfat_directory.h extern errno_t exfat_directory_print(exfat_directory_t *);
errno_t            74 uspace/srv/fs/exfat/exfat_fat.c errno_t
errno_t            81 uspace/srv/fs/exfat/exfat_fat.c 	errno_t rc;
errno_t           123 uspace/srv/fs/exfat/exfat_fat.c errno_t
errno_t           130 uspace/srv/fs/exfat/exfat_fat.c 	errno_t rc;
errno_t           187 uspace/srv/fs/exfat/exfat_fat.c errno_t
errno_t           195 uspace/srv/fs/exfat/exfat_fat.c 	errno_t rc;
errno_t           229 uspace/srv/fs/exfat/exfat_fat.c errno_t
errno_t           235 uspace/srv/fs/exfat/exfat_fat.c 	errno_t rc;
errno_t           259 uspace/srv/fs/exfat/exfat_fat.c errno_t
errno_t           265 uspace/srv/fs/exfat/exfat_fat.c 	errno_t rc;
errno_t           297 uspace/srv/fs/exfat/exfat_fat.c errno_t
errno_t           304 uspace/srv/fs/exfat/exfat_fat.c 	errno_t rc = EOK;
errno_t           363 uspace/srv/fs/exfat/exfat_fat.c errno_t
errno_t           367 uspace/srv/fs/exfat/exfat_fat.c 	errno_t rc;
errno_t           396 uspace/srv/fs/exfat/exfat_fat.c errno_t
errno_t           402 uspace/srv/fs/exfat/exfat_fat.c 	errno_t rc;
errno_t           440 uspace/srv/fs/exfat/exfat_fat.c errno_t exfat_chop_clusters(exfat_bs_t *bs, exfat_node_t *nodep, exfat_cluster_t lcl)
errno_t           442 uspace/srv/fs/exfat/exfat_fat.c 	errno_t rc;
errno_t           486 uspace/srv/fs/exfat/exfat_fat.c errno_t
errno_t           491 uspace/srv/fs/exfat/exfat_fat.c 	errno_t rc;
errno_t           508 uspace/srv/fs/exfat/exfat_fat.c errno_t
errno_t           513 uspace/srv/fs/exfat/exfat_fat.c 	errno_t rc;
errno_t           539 uspace/srv/fs/exfat/exfat_fat.c errno_t exfat_sanity_check(exfat_bs_t *bs)
errno_t            63 uspace/srv/fs/exfat/exfat_fat.h extern errno_t exfat_cluster_walk(struct exfat_bs *, service_id_t,
errno_t            65 uspace/srv/fs/exfat/exfat_fat.h extern errno_t exfat_block_get(block_t **, struct exfat_bs *, struct exfat_node *,
errno_t            67 uspace/srv/fs/exfat/exfat_fat.h extern errno_t exfat_block_get_by_clst(block_t **, struct exfat_bs *, service_id_t,
errno_t            70 uspace/srv/fs/exfat/exfat_fat.h extern errno_t exfat_get_cluster(struct exfat_bs *, service_id_t, exfat_cluster_t,
errno_t            72 uspace/srv/fs/exfat/exfat_fat.h extern errno_t exfat_set_cluster(struct exfat_bs *, service_id_t, exfat_cluster_t,
errno_t            74 uspace/srv/fs/exfat/exfat_fat.h extern errno_t exfat_sanity_check(struct exfat_bs *);
errno_t            76 uspace/srv/fs/exfat/exfat_fat.h extern errno_t exfat_append_clusters(struct exfat_bs *, struct exfat_node *,
errno_t            78 uspace/srv/fs/exfat/exfat_fat.h extern errno_t exfat_chop_clusters(struct exfat_bs *, struct exfat_node *,
errno_t            80 uspace/srv/fs/exfat/exfat_fat.h extern errno_t exfat_alloc_clusters(struct exfat_bs *, service_id_t, unsigned,
errno_t            82 uspace/srv/fs/exfat/exfat_fat.h extern errno_t exfat_free_clusters(struct exfat_bs *, service_id_t, exfat_cluster_t);
errno_t            83 uspace/srv/fs/exfat/exfat_fat.h extern errno_t exfat_zero_cluster(struct exfat_bs *, service_id_t, exfat_cluster_t);
errno_t            85 uspace/srv/fs/exfat/exfat_fat.h extern errno_t exfat_read_uctable(struct exfat_bs *, struct exfat_node *,
errno_t           330 uspace/srv/fs/exfat/exfat_idx.c static errno_t exfat_idx_create(exfat_idx_t **fidxp, service_id_t service_id)
errno_t           352 uspace/srv/fs/exfat/exfat_idx.c errno_t exfat_idx_get_new(exfat_idx_t **fidxp, service_id_t service_id)
errno_t           355 uspace/srv/fs/exfat/exfat_idx.c 	errno_t rc;
errno_t           388 uspace/srv/fs/exfat/exfat_idx.c 		errno_t rc;
errno_t           470 uspace/srv/fs/exfat/exfat_idx.c errno_t exfat_idx_init(void)
errno_t           489 uspace/srv/fs/exfat/exfat_idx.c errno_t exfat_idx_init_by_service_id(service_id_t service_id)
errno_t           492 uspace/srv/fs/exfat/exfat_idx.c 	errno_t rc = EOK;
errno_t            76 uspace/srv/fs/exfat/exfat_ops.c static errno_t exfat_root_get(fs_node_t **, service_id_t);
errno_t            77 uspace/srv/fs/exfat/exfat_ops.c static errno_t exfat_match(fs_node_t **, fs_node_t *, const char *);
errno_t            78 uspace/srv/fs/exfat/exfat_ops.c static errno_t exfat_node_get(fs_node_t **, service_id_t, fs_index_t);
errno_t            79 uspace/srv/fs/exfat/exfat_ops.c static errno_t exfat_node_open(fs_node_t *);
errno_t            81 uspace/srv/fs/exfat/exfat_ops.c static errno_t exfat_create_node(fs_node_t **, service_id_t, int);
errno_t            82 uspace/srv/fs/exfat/exfat_ops.c static errno_t exfat_destroy_node(fs_node_t *);
errno_t            83 uspace/srv/fs/exfat/exfat_ops.c static errno_t exfat_link(fs_node_t *, fs_node_t *, const char *);
errno_t            84 uspace/srv/fs/exfat/exfat_ops.c static errno_t exfat_unlink(fs_node_t *, fs_node_t *, const char *);
errno_t            85 uspace/srv/fs/exfat/exfat_ops.c static errno_t exfat_has_children(bool *, fs_node_t *);
errno_t            92 uspace/srv/fs/exfat/exfat_ops.c static errno_t exfat_size_block(service_id_t, uint32_t *);
errno_t            93 uspace/srv/fs/exfat/exfat_ops.c static errno_t exfat_total_block_count(service_id_t, uint64_t *);
errno_t            94 uspace/srv/fs/exfat/exfat_ops.c static errno_t exfat_free_block_count(service_id_t, uint64_t *);
errno_t           118 uspace/srv/fs/exfat/exfat_ops.c static errno_t exfat_node_sync(exfat_node_t *node)
errno_t           120 uspace/srv/fs/exfat/exfat_ops.c 	errno_t rc;
errno_t           159 uspace/srv/fs/exfat/exfat_ops.c static errno_t exfat_node_fini_by_service_id(service_id_t service_id)
errno_t           161 uspace/srv/fs/exfat/exfat_ops.c 	errno_t rc;
errno_t           215 uspace/srv/fs/exfat/exfat_ops.c static errno_t exfat_node_get_new(exfat_node_t **nodepp)
errno_t           219 uspace/srv/fs/exfat/exfat_ops.c 	errno_t rc;
errno_t           273 uspace/srv/fs/exfat/exfat_ops.c static errno_t exfat_node_get_new_by_pos(exfat_node_t **nodepp,
errno_t           290 uspace/srv/fs/exfat/exfat_ops.c static errno_t exfat_node_get_core(exfat_node_t **nodepp, exfat_idx_t *idxp)
errno_t           295 uspace/srv/fs/exfat/exfat_ops.c 	errno_t rc;
errno_t           401 uspace/srv/fs/exfat/exfat_ops.c errno_t exfat_node_expand(service_id_t service_id, exfat_node_t *nodep,
errno_t           405 uspace/srv/fs/exfat/exfat_ops.c 	errno_t rc;
errno_t           446 uspace/srv/fs/exfat/exfat_ops.c static errno_t exfat_node_shrink(service_id_t service_id, exfat_node_t *nodep,
errno_t           450 uspace/srv/fs/exfat/exfat_ops.c 	errno_t rc;
errno_t           493 uspace/srv/fs/exfat/exfat_ops.c errno_t exfat_root_get(fs_node_t **rfn, service_id_t service_id)
errno_t           498 uspace/srv/fs/exfat/exfat_ops.c errno_t exfat_bitmap_get(fs_node_t **rfn, service_id_t service_id)
errno_t           503 uspace/srv/fs/exfat/exfat_ops.c errno_t exfat_uctable_get(fs_node_t **rfn, service_id_t service_id)
errno_t           508 uspace/srv/fs/exfat/exfat_ops.c errno_t exfat_match(fs_node_t **rfn, fs_node_t *pfn, const char *component)
errno_t           515 uspace/srv/fs/exfat/exfat_ops.c 	errno_t rc;
errno_t           566 uspace/srv/fs/exfat/exfat_ops.c errno_t exfat_node_get(fs_node_t **rfn, service_id_t service_id, fs_index_t index)
errno_t           570 uspace/srv/fs/exfat/exfat_ops.c 	errno_t rc;
errno_t           585 uspace/srv/fs/exfat/exfat_ops.c errno_t exfat_node_open(fs_node_t *fn)
errno_t           594 uspace/srv/fs/exfat/exfat_ops.c errno_t exfat_node_put(fs_node_t *fn)
errno_t           626 uspace/srv/fs/exfat/exfat_ops.c errno_t exfat_create_node(fs_node_t **rfn, service_id_t service_id, int flags)
errno_t           631 uspace/srv/fs/exfat/exfat_ops.c 	errno_t rc;
errno_t           678 uspace/srv/fs/exfat/exfat_ops.c errno_t exfat_destroy_node(fs_node_t *fn)
errno_t           683 uspace/srv/fs/exfat/exfat_ops.c 	errno_t rc;
errno_t           719 uspace/srv/fs/exfat/exfat_ops.c errno_t exfat_link(fs_node_t *pfn, fs_node_t *cfn, const char *name)
errno_t           724 uspace/srv/fs/exfat/exfat_ops.c 	errno_t rc;
errno_t           784 uspace/srv/fs/exfat/exfat_ops.c errno_t exfat_unlink(fs_node_t *pfn, fs_node_t *cfn, const char *nm)
errno_t           789 uspace/srv/fs/exfat/exfat_ops.c 	errno_t rc;
errno_t           839 uspace/srv/fs/exfat/exfat_ops.c errno_t exfat_has_children(bool *has_children, fs_node_t *fn)
errno_t           844 uspace/srv/fs/exfat/exfat_ops.c 	errno_t rc;
errno_t           915 uspace/srv/fs/exfat/exfat_ops.c errno_t exfat_size_block(service_id_t service_id, uint32_t *size)
errno_t           924 uspace/srv/fs/exfat/exfat_ops.c errno_t exfat_total_block_count(service_id_t service_id, uint64_t *count)
errno_t           933 uspace/srv/fs/exfat/exfat_ops.c errno_t exfat_free_block_count(service_id_t service_id, uint64_t *count)
errno_t           941 uspace/srv/fs/exfat/exfat_ops.c 	errno_t rc;
errno_t          1015 uspace/srv/fs/exfat/exfat_ops.c static errno_t exfat_fs_open(service_id_t service_id, enum cache_mode cmode,
errno_t          1018 uspace/srv/fs/exfat/exfat_ops.c 	errno_t rc;
errno_t          1269 uspace/srv/fs/exfat/exfat_ops.c static errno_t exfat_fsprobe(service_id_t service_id, vfs_fs_probe_info_t *info)
errno_t          1271 uspace/srv/fs/exfat/exfat_ops.c 	errno_t rc;
errno_t          1283 uspace/srv/fs/exfat/exfat_ops.c static errno_t
errno_t          1287 uspace/srv/fs/exfat/exfat_ops.c 	errno_t rc;
errno_t          1308 uspace/srv/fs/exfat/exfat_ops.c static errno_t exfat_unmounted(service_id_t service_id)
errno_t          1311 uspace/srv/fs/exfat/exfat_ops.c 	errno_t rc;
errno_t          1321 uspace/srv/fs/exfat/exfat_ops.c static errno_t
errno_t          1330 uspace/srv/fs/exfat/exfat_ops.c 	errno_t rc;
errno_t          1440 uspace/srv/fs/exfat/exfat_ops.c static errno_t exfat_close(service_id_t service_id, fs_index_t index)
errno_t          1445 uspace/srv/fs/exfat/exfat_ops.c static errno_t exfat_sync(service_id_t service_id, fs_index_t index)
errno_t          1448 uspace/srv/fs/exfat/exfat_ops.c 	errno_t rc = exfat_node_get(&fn, service_id, index);
errno_t          1463 uspace/srv/fs/exfat/exfat_ops.c static errno_t
errno_t          1474 uspace/srv/fs/exfat/exfat_ops.c 	errno_t rc;
errno_t          1550 uspace/srv/fs/exfat/exfat_ops.c static errno_t
errno_t          1556 uspace/srv/fs/exfat/exfat_ops.c 	errno_t rc;
errno_t          1586 uspace/srv/fs/exfat/exfat_ops.c 	errno_t rc2 = exfat_node_put(fn);
errno_t          1593 uspace/srv/fs/exfat/exfat_ops.c static errno_t exfat_destroy(service_id_t service_id, fs_index_t index)
errno_t          1597 uspace/srv/fs/exfat/exfat_ops.c 	errno_t rc;
errno_t            69 uspace/srv/fs/ext4fs/ext4fs.c 	errno_t rc;
errno_t            74 uspace/srv/fs/fat/fat.c 	errno_t rc = fat_idx_init();
errno_t           265 uspace/srv/fs/fat/fat.h extern errno_t fat_idx_get_new(fat_idx_t **, service_id_t);
errno_t           272 uspace/srv/fs/fat/fat.h extern errno_t fat_idx_init(void);
errno_t           274 uspace/srv/fs/fat/fat.h extern errno_t fat_idx_init_by_service_id(service_id_t);
errno_t            48 uspace/srv/fs/fat/fat_directory.c errno_t fat_directory_open(fat_node_t *nodep, fat_directory_t *di)
errno_t            64 uspace/srv/fs/fat/fat_directory.c errno_t fat_directory_close(fat_directory_t *di)
errno_t            66 uspace/srv/fs/fat/fat_directory.c 	errno_t rc = EOK;
errno_t            74 uspace/srv/fs/fat/fat_directory.c static errno_t fat_directory_block_load(fat_directory_t *di)
errno_t            77 uspace/srv/fs/fat/fat_directory.c 	errno_t rc;
errno_t           100 uspace/srv/fs/fat/fat_directory.c errno_t fat_directory_next(fat_directory_t *di)
errno_t           102 uspace/srv/fs/fat/fat_directory.c 	errno_t rc;
errno_t           112 uspace/srv/fs/fat/fat_directory.c errno_t fat_directory_prev(fat_directory_t *di)
errno_t           114 uspace/srv/fs/fat/fat_directory.c 	errno_t rc = EOK;
errno_t           128 uspace/srv/fs/fat/fat_directory.c errno_t fat_directory_seek(fat_directory_t *di, aoff64_t pos)
errno_t           131 uspace/srv/fs/fat/fat_directory.c 	errno_t rc;
errno_t           141 uspace/srv/fs/fat/fat_directory.c errno_t fat_directory_get(fat_directory_t *di, fat_dentry_t **d)
errno_t           143 uspace/srv/fs/fat/fat_directory.c 	errno_t rc;
errno_t           154 uspace/srv/fs/fat/fat_directory.c errno_t fat_directory_read(fat_directory_t *di, char *name, fat_dentry_t **de)
errno_t           162 uspace/srv/fs/fat/fat_directory.c 	errno_t rc;
errno_t           238 uspace/srv/fs/fat/fat_directory.c errno_t fat_directory_erase(fat_directory_t *di)
errno_t           240 uspace/srv/fs/fat/fat_directory.c 	errno_t rc;
errno_t           269 uspace/srv/fs/fat/fat_directory.c errno_t fat_directory_write(fat_directory_t *di, const char *name, fat_dentry_t *de)
errno_t           271 uspace/srv/fs/fat/fat_directory.c 	errno_t rc;
errno_t           350 uspace/srv/fs/fat/fat_directory.c errno_t fat_directory_create_sfn(fat_directory_t *di, fat_dentry_t *de,
errno_t           400 uspace/srv/fs/fat/fat_directory.c errno_t fat_directory_write_dentry(fat_directory_t *di, fat_dentry_t *de)
errno_t           403 uspace/srv/fs/fat/fat_directory.c 	errno_t rc;
errno_t           414 uspace/srv/fs/fat/fat_directory.c errno_t fat_directory_expand(fat_directory_t *di)
errno_t           416 uspace/srv/fs/fat/fat_directory.c 	errno_t rc;
errno_t           446 uspace/srv/fs/fat/fat_directory.c errno_t fat_directory_lookup_free(fat_directory_t *di, size_t count)
errno_t           451 uspace/srv/fs/fat/fat_directory.c 	errno_t rc;
errno_t           487 uspace/srv/fs/fat/fat_directory.c errno_t fat_directory_lookup_name(fat_directory_t *di, const char *name,
errno_t           508 uspace/srv/fs/fat/fat_directory.c 	errno_t rc;
errno_t           540 uspace/srv/fs/fat/fat_directory.c errno_t fat_directory_vollabel_get(fat_directory_t *di, char *label)
errno_t           543 uspace/srv/fs/fat/fat_directory.c 	errno_t rc;
errno_t            53 uspace/srv/fs/fat/fat_directory.h extern errno_t fat_directory_open(fat_node_t *, fat_directory_t *);
errno_t            54 uspace/srv/fs/fat/fat_directory.h extern errno_t fat_directory_close(fat_directory_t *);
errno_t            56 uspace/srv/fs/fat/fat_directory.h extern errno_t fat_directory_next(fat_directory_t *);
errno_t            57 uspace/srv/fs/fat/fat_directory.h extern errno_t fat_directory_prev(fat_directory_t *);
errno_t            58 uspace/srv/fs/fat/fat_directory.h extern errno_t fat_directory_seek(fat_directory_t *, aoff64_t);
errno_t            59 uspace/srv/fs/fat/fat_directory.h extern errno_t fat_directory_get(fat_directory_t *, fat_dentry_t **);
errno_t            61 uspace/srv/fs/fat/fat_directory.h extern errno_t fat_directory_read(fat_directory_t *, char *, fat_dentry_t **);
errno_t            62 uspace/srv/fs/fat/fat_directory.h extern errno_t fat_directory_write(fat_directory_t *, const char *, fat_dentry_t *);
errno_t            63 uspace/srv/fs/fat/fat_directory.h extern errno_t fat_directory_erase(fat_directory_t *);
errno_t            64 uspace/srv/fs/fat/fat_directory.h extern errno_t fat_directory_lookup_name(fat_directory_t *, const char *,
errno_t            68 uspace/srv/fs/fat/fat_directory.h extern errno_t fat_directory_lookup_free(fat_directory_t *, size_t);
errno_t            69 uspace/srv/fs/fat/fat_directory.h extern errno_t fat_directory_write_dentry(fat_directory_t *, fat_dentry_t *);
errno_t            70 uspace/srv/fs/fat/fat_directory.h extern errno_t fat_directory_create_sfn(fat_directory_t *, fat_dentry_t *,
errno_t            72 uspace/srv/fs/fat/fat_directory.h extern errno_t fat_directory_expand(fat_directory_t *);
errno_t            73 uspace/srv/fs/fat/fat_directory.h extern errno_t fat_directory_vollabel_get(fat_directory_t *, char *);
errno_t            75 uspace/srv/fs/fat/fat_fat.c errno_t
errno_t            82 uspace/srv/fs/fat/fat_fat.c 	errno_t rc;
errno_t           125 uspace/srv/fs/fat/fat_fat.c errno_t
errno_t           132 uspace/srv/fs/fat/fat_fat.c 	errno_t rc;
errno_t           190 uspace/srv/fs/fat/fat_fat.c errno_t
errno_t           197 uspace/srv/fs/fat/fat_fat.c 	errno_t rc;
errno_t           239 uspace/srv/fs/fat/fat_fat.c errno_t
errno_t           244 uspace/srv/fs/fat/fat_fat.c 	errno_t rc;
errno_t           291 uspace/srv/fs/fat/fat_fat.c static errno_t
errno_t           298 uspace/srv/fs/fat/fat_fat.c 	errno_t rc;
errno_t           361 uspace/srv/fs/fat/fat_fat.c static errno_t
errno_t           367 uspace/srv/fs/fat/fat_fat.c 	errno_t rc;
errno_t           392 uspace/srv/fs/fat/fat_fat.c static errno_t
errno_t           398 uspace/srv/fs/fat/fat_fat.c 	errno_t rc;
errno_t           424 uspace/srv/fs/fat/fat_fat.c errno_t
errno_t           428 uspace/srv/fs/fat/fat_fat.c 	errno_t rc;
errno_t           452 uspace/srv/fs/fat/fat_fat.c static errno_t
errno_t           459 uspace/srv/fs/fat/fat_fat.c 	errno_t rc;
errno_t           540 uspace/srv/fs/fat/fat_fat.c static errno_t
errno_t           546 uspace/srv/fs/fat/fat_fat.c 	errno_t rc;
errno_t           573 uspace/srv/fs/fat/fat_fat.c static errno_t
errno_t           579 uspace/srv/fs/fat/fat_fat.c 	errno_t rc;
errno_t           610 uspace/srv/fs/fat/fat_fat.c errno_t
errno_t           614 uspace/srv/fs/fat/fat_fat.c 	errno_t rc;
errno_t           637 uspace/srv/fs/fat/fat_fat.c errno_t fat_alloc_shadow_clusters(fat_bs_t *bs, service_id_t service_id,
errno_t           643 uspace/srv/fs/fat/fat_fat.c 	errno_t rc;
errno_t           674 uspace/srv/fs/fat/fat_fat.c errno_t
errno_t           683 uspace/srv/fs/fat/fat_fat.c 	errno_t rc = EOK;
errno_t           745 uspace/srv/fs/fat/fat_fat.c errno_t
errno_t           751 uspace/srv/fs/fat/fat_fat.c 	errno_t rc;
errno_t           783 uspace/srv/fs/fat/fat_fat.c errno_t fat_append_clusters(fat_bs_t *bs, fat_node_t *nodep, fat_cluster_t mcl,
errno_t           789 uspace/srv/fs/fat/fat_fat.c 	errno_t rc;
errno_t           830 uspace/srv/fs/fat/fat_fat.c errno_t fat_chop_clusters(fat_bs_t *bs, fat_node_t *nodep, fat_cluster_t lcl)
errno_t           833 uspace/srv/fs/fat/fat_fat.c 	errno_t rc;
errno_t           881 uspace/srv/fs/fat/fat_fat.c errno_t
errno_t           886 uspace/srv/fs/fat/fat_fat.c 	errno_t rc;
errno_t           909 uspace/srv/fs/fat/fat_fat.c errno_t fat_sanity_check(fat_bs_t *bs, service_id_t service_id)
errno_t           914 uspace/srv/fs/fat/fat_fat.c 	errno_t rc;
errno_t           110 uspace/srv/fs/fat/fat_fat.h extern errno_t fat_cluster_walk(struct fat_bs *, service_id_t, fat_cluster_t,
errno_t           113 uspace/srv/fs/fat/fat_fat.h extern errno_t fat_block_get(block_t **, struct fat_bs *, struct fat_node *,
errno_t           115 uspace/srv/fs/fat/fat_fat.h extern errno_t _fat_block_get(block_t **, struct fat_bs *, service_id_t,
errno_t           118 uspace/srv/fs/fat/fat_fat.h extern errno_t fat_append_clusters(struct fat_bs *, struct fat_node *,
errno_t           120 uspace/srv/fs/fat/fat_fat.h extern errno_t fat_chop_clusters(struct fat_bs *, struct fat_node *,
errno_t           122 uspace/srv/fs/fat/fat_fat.h extern errno_t fat_alloc_clusters(struct fat_bs *, service_id_t, unsigned,
errno_t           124 uspace/srv/fs/fat/fat_fat.h extern errno_t fat_free_clusters(struct fat_bs *, service_id_t, fat_cluster_t);
errno_t           125 uspace/srv/fs/fat/fat_fat.h extern errno_t fat_alloc_shadow_clusters(struct fat_bs *, service_id_t,
errno_t           127 uspace/srv/fs/fat/fat_fat.h extern errno_t fat_get_cluster(struct fat_bs *, service_id_t, unsigned,
errno_t           129 uspace/srv/fs/fat/fat_fat.h extern errno_t fat_set_cluster(struct fat_bs *, service_id_t, unsigned,
errno_t           131 uspace/srv/fs/fat/fat_fat.h extern errno_t fat_fill_gap(struct fat_bs *, struct fat_node *, fat_cluster_t,
errno_t           133 uspace/srv/fs/fat/fat_fat.h extern errno_t fat_zero_cluster(struct fat_bs *, service_id_t, fat_cluster_t);
errno_t           134 uspace/srv/fs/fat/fat_fat.h extern errno_t fat_sanity_check(struct fat_bs *, service_id_t);
errno_t           330 uspace/srv/fs/fat/fat_idx.c static errno_t fat_idx_create(fat_idx_t **fidxp, service_id_t service_id)
errno_t           352 uspace/srv/fs/fat/fat_idx.c errno_t fat_idx_get_new(fat_idx_t **fidxp, service_id_t service_id)
errno_t           355 uspace/srv/fs/fat/fat_idx.c 	errno_t rc;
errno_t           388 uspace/srv/fs/fat/fat_idx.c 		errno_t rc;
errno_t           469 uspace/srv/fs/fat/fat_idx.c errno_t fat_idx_init(void)
errno_t           488 uspace/srv/fs/fat/fat_idx.c errno_t fat_idx_init_by_service_id(service_id_t service_id)
errno_t           491 uspace/srv/fs/fat/fat_idx.c 	errno_t rc = EOK;
errno_t            76 uspace/srv/fs/fat/fat_ops.c static errno_t fat_root_get(fs_node_t **, service_id_t);
errno_t            77 uspace/srv/fs/fat/fat_ops.c static errno_t fat_match(fs_node_t **, fs_node_t *, const char *);
errno_t            78 uspace/srv/fs/fat/fat_ops.c static errno_t fat_node_get(fs_node_t **, service_id_t, fs_index_t);
errno_t            79 uspace/srv/fs/fat/fat_ops.c static errno_t fat_node_open(fs_node_t *);
errno_t            80 uspace/srv/fs/fat/fat_ops.c static errno_t fat_node_put(fs_node_t *);
errno_t            81 uspace/srv/fs/fat/fat_ops.c static errno_t fat_create_node(fs_node_t **, service_id_t, int);
errno_t            82 uspace/srv/fs/fat/fat_ops.c static errno_t fat_destroy_node(fs_node_t *);
errno_t            83 uspace/srv/fs/fat/fat_ops.c static errno_t fat_link(fs_node_t *, fs_node_t *, const char *);
errno_t            84 uspace/srv/fs/fat/fat_ops.c static errno_t fat_unlink(fs_node_t *, fs_node_t *, const char *);
errno_t            85 uspace/srv/fs/fat/fat_ops.c static errno_t fat_has_children(bool *, fs_node_t *);
errno_t            92 uspace/srv/fs/fat/fat_ops.c static errno_t fat_size_block(service_id_t, uint32_t *);
errno_t            93 uspace/srv/fs/fat/fat_ops.c static errno_t fat_total_block_count(service_id_t, uint64_t *);
errno_t            94 uspace/srv/fs/fat/fat_ops.c static errno_t fat_free_block_count(service_id_t, uint64_t *);
errno_t           117 uspace/srv/fs/fat/fat_ops.c static errno_t fat_node_sync(fat_node_t *node)
errno_t           122 uspace/srv/fs/fat/fat_ops.c 	errno_t rc;
errno_t           151 uspace/srv/fs/fat/fat_ops.c static errno_t fat_node_fini_by_service_id(service_id_t service_id)
errno_t           153 uspace/srv/fs/fat/fat_ops.c 	errno_t rc;
errno_t           207 uspace/srv/fs/fat/fat_ops.c static errno_t fat_node_get_new(fat_node_t **nodepp)
errno_t           211 uspace/srv/fs/fat/fat_ops.c 	errno_t rc;
errno_t           269 uspace/srv/fs/fat/fat_ops.c static errno_t fat_node_get_core(fat_node_t **nodepp, fat_idx_t *idxp)
errno_t           275 uspace/srv/fs/fat/fat_ops.c 	errno_t rc;
errno_t           368 uspace/srv/fs/fat/fat_ops.c errno_t fat_root_get(fs_node_t **rfn, service_id_t service_id)
errno_t           373 uspace/srv/fs/fat/fat_ops.c errno_t fat_match(fs_node_t **rfn, fs_node_t *pfn, const char *component)
errno_t           379 uspace/srv/fs/fat/fat_ops.c 	errno_t rc;
errno_t           429 uspace/srv/fs/fat/fat_ops.c errno_t fat_node_get(fs_node_t **rfn, service_id_t service_id, fs_index_t index)
errno_t           433 uspace/srv/fs/fat/fat_ops.c 	errno_t rc;
errno_t           448 uspace/srv/fs/fat/fat_ops.c errno_t fat_node_open(fs_node_t *fn)
errno_t           457 uspace/srv/fs/fat/fat_ops.c errno_t fat_node_put(fs_node_t *fn)
errno_t           486 uspace/srv/fs/fat/fat_ops.c errno_t fat_create_node(fs_node_t **rfn, service_id_t service_id, int flags)
errno_t           492 uspace/srv/fs/fat/fat_ops.c 	errno_t rc;
errno_t           541 uspace/srv/fs/fat/fat_ops.c errno_t fat_destroy_node(fs_node_t *fn)
errno_t           546 uspace/srv/fs/fat/fat_ops.c 	errno_t rc;
errno_t           578 uspace/srv/fs/fat/fat_ops.c errno_t fat_link(fs_node_t *pfn, fs_node_t *cfn, const char *name)
errno_t           587 uspace/srv/fs/fat/fat_ops.c 	errno_t rc;
errno_t           699 uspace/srv/fs/fat/fat_ops.c errno_t fat_unlink(fs_node_t *pfn, fs_node_t *cfn, const char *nm)
errno_t           704 uspace/srv/fs/fat/fat_ops.c 	errno_t rc;
errno_t           756 uspace/srv/fs/fat/fat_ops.c errno_t fat_has_children(bool *has_children, fs_node_t *fn)
errno_t           763 uspace/srv/fs/fat/fat_ops.c 	errno_t rc;
errno_t           845 uspace/srv/fs/fat/fat_ops.c errno_t fat_size_block(service_id_t service_id, uint32_t *size)
errno_t           855 uspace/srv/fs/fat/fat_ops.c errno_t fat_total_block_count(service_id_t service_id, uint64_t *count)
errno_t           865 uspace/srv/fs/fat/fat_ops.c errno_t fat_free_block_count(service_id_t service_id, uint64_t *count)
errno_t           870 uspace/srv/fs/fat/fat_ops.c 	errno_t rc;
errno_t           912 uspace/srv/fs/fat/fat_ops.c static errno_t fat_fs_open(service_id_t service_id, enum cache_mode cmode,
errno_t           916 uspace/srv/fs/fat/fat_ops.c 	errno_t rc;
errno_t          1039 uspace/srv/fs/fat/fat_ops.c static errno_t fat_fsprobe(service_id_t service_id, vfs_fs_probe_info_t *info)
errno_t          1046 uspace/srv/fs/fat/fat_ops.c 	errno_t rc;
errno_t          1078 uspace/srv/fs/fat/fat_ops.c static errno_t
errno_t          1086 uspace/srv/fs/fat/fat_ops.c 	errno_t rc;
errno_t          1127 uspace/srv/fs/fat/fat_ops.c static errno_t fat_update_fat32_fsinfo(service_id_t service_id)
errno_t          1132 uspace/srv/fs/fat/fat_ops.c 	errno_t rc;
errno_t          1158 uspace/srv/fs/fat/fat_ops.c static errno_t fat_unmounted(service_id_t service_id)
errno_t          1163 uspace/srv/fs/fat/fat_ops.c 	errno_t rc;
errno_t          1210 uspace/srv/fs/fat/fat_ops.c static errno_t
errno_t          1219 uspace/srv/fs/fat/fat_ops.c 	errno_t rc;
errno_t          1320 uspace/srv/fs/fat/fat_ops.c static errno_t
errno_t          1331 uspace/srv/fs/fat/fat_ops.c 	errno_t rc;
errno_t          1457 uspace/srv/fs/fat/fat_ops.c static errno_t
errno_t          1463 uspace/srv/fs/fat/fat_ops.c 	errno_t rc;
errno_t          1516 uspace/srv/fs/fat/fat_ops.c static errno_t fat_close(service_id_t service_id, fs_index_t index)
errno_t          1521 uspace/srv/fs/fat/fat_ops.c static errno_t fat_destroy(service_id_t service_id, fs_index_t index)
errno_t          1525 uspace/srv/fs/fat/fat_ops.c 	errno_t rc;
errno_t          1544 uspace/srv/fs/fat/fat_ops.c static errno_t fat_sync(service_id_t service_id, fs_index_t index)
errno_t          1547 uspace/srv/fs/fat/fat_ops.c 	errno_t rc = fat_node_get(&fn, service_id, index);
errno_t            80 uspace/srv/fs/locfs/locfs.c 	errno_t rc;
errno_t           105 uspace/srv/fs/locfs/locfs_ops.c static errno_t locfs_node_get_internal(fs_node_t **rfn, loc_object_type_t type,
errno_t           129 uspace/srv/fs/locfs/locfs_ops.c static errno_t locfs_root_get(fs_node_t **rfn, service_id_t service_id)
errno_t           134 uspace/srv/fs/locfs/locfs_ops.c static errno_t locfs_match(fs_node_t **rfn, fs_node_t *pfn, const char *component)
errno_t           137 uspace/srv/fs/locfs/locfs_ops.c 	errno_t ret;
errno_t           212 uspace/srv/fs/locfs/locfs_ops.c static errno_t locfs_node_get(fs_node_t **rfn, service_id_t service_id, fs_index_t index)
errno_t           217 uspace/srv/fs/locfs/locfs_ops.c static errno_t locfs_node_open(fs_node_t *fn)
errno_t           316 uspace/srv/fs/locfs/locfs_ops.c static errno_t locfs_node_put(fs_node_t *fn)
errno_t           323 uspace/srv/fs/locfs/locfs_ops.c static errno_t locfs_create_node(fs_node_t **rfn, service_id_t service_id, int lflag)
errno_t           331 uspace/srv/fs/locfs/locfs_ops.c static errno_t locfs_destroy_node(fs_node_t *fn)
errno_t           336 uspace/srv/fs/locfs/locfs_ops.c static errno_t locfs_link_node(fs_node_t *pfn, fs_node_t *cfn, const char *nm)
errno_t           341 uspace/srv/fs/locfs/locfs_ops.c static errno_t locfs_unlink_node(fs_node_t *pfn, fs_node_t *cfn, const char *nm)
errno_t           346 uspace/srv/fs/locfs/locfs_ops.c static errno_t locfs_has_children(bool *has_children, fs_node_t *fn)
errno_t           459 uspace/srv/fs/locfs/locfs_ops.c static errno_t locfs_fsprobe(service_id_t service_id, vfs_fs_probe_info_t *info)
errno_t           464 uspace/srv/fs/locfs/locfs_ops.c static errno_t locfs_mounted(service_id_t service_id, const char *opts,
errno_t           472 uspace/srv/fs/locfs/locfs_ops.c static errno_t locfs_unmounted(service_id_t service_id)
errno_t           477 uspace/srv/fs/locfs/locfs_ops.c static errno_t
errno_t           594 uspace/srv/fs/locfs/locfs_ops.c 		errno_t rc;
errno_t           598 uspace/srv/fs/locfs/locfs_ops.c 		if ((errno_t) rc == EHANGUP)
errno_t           608 uspace/srv/fs/locfs/locfs_ops.c static errno_t
errno_t           658 uspace/srv/fs/locfs/locfs_ops.c 		errno_t rc;
errno_t           662 uspace/srv/fs/locfs/locfs_ops.c 		if ((errno_t) rc == EHANGUP)
errno_t           673 uspace/srv/fs/locfs/locfs_ops.c static errno_t
errno_t           679 uspace/srv/fs/locfs/locfs_ops.c static errno_t locfs_close(service_id_t service_id, fs_index_t index)
errno_t           719 uspace/srv/fs/locfs/locfs_ops.c static errno_t locfs_sync(service_id_t service_id, fs_index_t index)
errno_t           756 uspace/srv/fs/locfs/locfs_ops.c 		errno_t rc;
errno_t           765 uspace/srv/fs/locfs/locfs_ops.c static errno_t locfs_destroy(service_id_t service_id, fs_index_t index)
errno_t            61 uspace/srv/fs/mfs/mfs.c 	errno_t rc;
errno_t           173 uspace/srv/fs/mfs/mfs.h extern errno_t
errno_t           177 uspace/srv/fs/mfs/mfs.h extern errno_t
errno_t           181 uspace/srv/fs/mfs/mfs.h extern errno_t
errno_t           184 uspace/srv/fs/mfs/mfs.h extern errno_t
errno_t           188 uspace/srv/fs/mfs/mfs.h extern errno_t
errno_t           191 uspace/srv/fs/mfs/mfs.h extern errno_t
errno_t           195 uspace/srv/fs/mfs/mfs.h extern errno_t
errno_t           199 uspace/srv/fs/mfs/mfs.h extern errno_t
errno_t           203 uspace/srv/fs/mfs/mfs.h extern errno_t
errno_t           206 uspace/srv/fs/mfs/mfs.h extern errno_t
errno_t           209 uspace/srv/fs/mfs/mfs.h extern errno_t
errno_t           213 uspace/srv/fs/mfs/mfs.h extern errno_t
errno_t           216 uspace/srv/fs/mfs/mfs.h extern errno_t
errno_t           219 uspace/srv/fs/mfs/mfs.h extern errno_t
errno_t           222 uspace/srv/fs/mfs/mfs.h extern errno_t
errno_t           225 uspace/srv/fs/mfs/mfs.h extern errno_t
errno_t           228 uspace/srv/fs/mfs/mfs.h extern errno_t
errno_t            40 uspace/srv/fs/mfs/mfs_balloc.c static errno_t
errno_t            43 uspace/srv/fs/mfs/mfs_balloc.c static errno_t
errno_t            46 uspace/srv/fs/mfs/mfs_balloc.c static errno_t
errno_t            57 uspace/srv/fs/mfs/mfs_balloc.c errno_t
errno_t            60 uspace/srv/fs/mfs/mfs_balloc.c 	errno_t r = mfs_alloc_bit(inst, inum, BMAP_INODE);
errno_t            71 uspace/srv/fs/mfs/mfs_balloc.c errno_t
errno_t            85 uspace/srv/fs/mfs/mfs_balloc.c errno_t
errno_t            88 uspace/srv/fs/mfs/mfs_balloc.c 	errno_t r = mfs_alloc_bit(inst, zone, BMAP_ZONE);
errno_t           108 uspace/srv/fs/mfs/mfs_balloc.c errno_t
errno_t           111 uspace/srv/fs/mfs/mfs_balloc.c 	errno_t r;
errno_t           135 uspace/srv/fs/mfs/mfs_balloc.c errno_t
errno_t           150 uspace/srv/fs/mfs/mfs_balloc.c errno_t
errno_t           165 uspace/srv/fs/mfs/mfs_balloc.c static errno_t
errno_t           168 uspace/srv/fs/mfs/mfs_balloc.c 	errno_t r;
errno_t           230 uspace/srv/fs/mfs/mfs_balloc.c static errno_t
errno_t           234 uspace/srv/fs/mfs/mfs_balloc.c 	errno_t r;
errno_t           297 uspace/srv/fs/mfs/mfs_balloc.c static errno_t
errno_t           305 uspace/srv/fs/mfs/mfs_balloc.c 	errno_t r;
errno_t            45 uspace/srv/fs/mfs/mfs_dentry.c errno_t
errno_t            55 uspace/srv/fs/mfs/mfs_dentry.c 	errno_t r = mfs_read_map(&block, mnode, index * sbi->dirsize);
errno_t           108 uspace/srv/fs/mfs/mfs_dentry.c errno_t
errno_t           117 uspace/srv/fs/mfs/mfs_dentry.c 	errno_t r;
errno_t           159 uspace/srv/fs/mfs/mfs_dentry.c errno_t
errno_t           164 uspace/srv/fs/mfs/mfs_dentry.c 	errno_t r;
errno_t           200 uspace/srv/fs/mfs/mfs_dentry.c errno_t
errno_t           204 uspace/srv/fs/mfs/mfs_dentry.c 	errno_t r;
errno_t            36 uspace/srv/fs/mfs/mfs_inode.c static errno_t
errno_t            39 uspace/srv/fs/mfs/mfs_inode.c static errno_t
errno_t            42 uspace/srv/fs/mfs/mfs_inode.c static errno_t
errno_t            46 uspace/srv/fs/mfs/mfs_inode.c static errno_t
errno_t            59 uspace/srv/fs/mfs/mfs_inode.c errno_t
errno_t            64 uspace/srv/fs/mfs/mfs_inode.c 	errno_t r;
errno_t            77 uspace/srv/fs/mfs/mfs_inode.c static errno_t
errno_t            86 uspace/srv/fs/mfs/mfs_inode.c 	errno_t r;
errno_t           137 uspace/srv/fs/mfs/mfs_inode.c static errno_t
errno_t           146 uspace/srv/fs/mfs/mfs_inode.c 	errno_t r;
errno_t           205 uspace/srv/fs/mfs/mfs_inode.c errno_t
errno_t           208 uspace/srv/fs/mfs/mfs_inode.c 	errno_t rc = EOK;
errno_t           225 uspace/srv/fs/mfs/mfs_inode.c static errno_t
errno_t           229 uspace/srv/fs/mfs/mfs_inode.c 	errno_t r;
errno_t           269 uspace/srv/fs/mfs/mfs_inode.c static errno_t
errno_t           276 uspace/srv/fs/mfs/mfs_inode.c 	errno_t r;
errno_t           323 uspace/srv/fs/mfs/mfs_inode.c errno_t
errno_t           329 uspace/srv/fs/mfs/mfs_inode.c 	errno_t r;
errno_t            44 uspace/srv/fs/mfs/mfs_ops.c static errno_t mfs_node_core_get(fs_node_t **rfn, struct mfs_instance *inst,
errno_t            46 uspace/srv/fs/mfs/mfs_ops.c static errno_t mfs_node_put(fs_node_t *fsnode);
errno_t            47 uspace/srv/fs/mfs/mfs_ops.c static errno_t mfs_node_open(fs_node_t *fsnode);
errno_t            52 uspace/srv/fs/mfs/mfs_ops.c static errno_t mfs_has_children(bool *has_children, fs_node_t *fsnode);
errno_t            53 uspace/srv/fs/mfs/mfs_ops.c static errno_t mfs_root_get(fs_node_t **rfn, service_id_t service_id);
errno_t            56 uspace/srv/fs/mfs/mfs_ops.c static errno_t mfs_match(fs_node_t **rfn, fs_node_t *pfn, const char *component);
errno_t            57 uspace/srv/fs/mfs/mfs_ops.c static errno_t mfs_create_node(fs_node_t **rfn, service_id_t service_id, int flags);
errno_t            58 uspace/srv/fs/mfs/mfs_ops.c static errno_t mfs_link(fs_node_t *pfn, fs_node_t *cfn, const char *name);
errno_t            59 uspace/srv/fs/mfs/mfs_ops.c static errno_t mfs_unlink(fs_node_t *, fs_node_t *, const char *name);
errno_t            60 uspace/srv/fs/mfs/mfs_ops.c static errno_t mfs_destroy_node(fs_node_t *fn);
errno_t            61 uspace/srv/fs/mfs/mfs_ops.c static errno_t mfs_node_get(fs_node_t **rfn, service_id_t service_id,
errno_t            63 uspace/srv/fs/mfs/mfs_ops.c static errno_t mfs_instance_get(service_id_t service_id,
errno_t            65 uspace/srv/fs/mfs/mfs_ops.c static errno_t mfs_check_sanity(struct mfs_sb_info *sbi);
errno_t            67 uspace/srv/fs/mfs/mfs_ops.c static errno_t mfs_size_block(service_id_t service_id, uint32_t *size);
errno_t            68 uspace/srv/fs/mfs/mfs_ops.c static errno_t mfs_total_block_count(service_id_t service_id, uint64_t *count);
errno_t            69 uspace/srv/fs/mfs/mfs_ops.c static errno_t mfs_free_block_count(service_id_t service_id, uint64_t *count);
errno_t           134 uspace/srv/fs/mfs/mfs_ops.c errno_t
errno_t           145 uspace/srv/fs/mfs/mfs_ops.c static errno_t mfs_read_sb(service_id_t service_id, struct mfs_sb_info **rsbi)
errno_t           154 uspace/srv/fs/mfs/mfs_ops.c 	errno_t rc;
errno_t           280 uspace/srv/fs/mfs/mfs_ops.c static errno_t mfs_fsprobe(service_id_t service_id, vfs_fs_probe_info_t *info)
errno_t           283 uspace/srv/fs/mfs/mfs_ops.c 	errno_t rc;
errno_t           297 uspace/srv/fs/mfs/mfs_ops.c static errno_t
errno_t           304 uspace/srv/fs/mfs/mfs_ops.c 	errno_t rc;
errno_t           368 uspace/srv/fs/mfs/mfs_ops.c static errno_t
errno_t           375 uspace/srv/fs/mfs/mfs_ops.c 	errno_t r = mfs_instance_get(service_id, &inst);
errno_t           398 uspace/srv/fs/mfs/mfs_ops.c static errno_t
errno_t           401 uspace/srv/fs/mfs/mfs_ops.c 	errno_t r;
errno_t           485 uspace/srv/fs/mfs/mfs_ops.c static errno_t
errno_t           491 uspace/srv/fs/mfs/mfs_ops.c 	errno_t r;
errno_t           532 uspace/srv/fs/mfs/mfs_ops.c static errno_t
errno_t           536 uspace/srv/fs/mfs/mfs_ops.c 	errno_t rc;
errno_t           546 uspace/srv/fs/mfs/mfs_ops.c static errno_t
errno_t           549 uspace/srv/fs/mfs/mfs_ops.c 	errno_t rc = EOK;
errno_t           570 uspace/srv/fs/mfs/mfs_ops.c static errno_t
errno_t           603 uspace/srv/fs/mfs/mfs_ops.c static errno_t
errno_t           609 uspace/srv/fs/mfs/mfs_ops.c 	errno_t rc;
errno_t           690 uspace/srv/fs/mfs/mfs_ops.c static errno_t
errno_t           693 uspace/srv/fs/mfs/mfs_ops.c 	errno_t rc = mfs_node_get(rfn, service_id, MFS_ROOT_INO);
errno_t           697 uspace/srv/fs/mfs/mfs_ops.c static errno_t
errno_t           708 uspace/srv/fs/mfs/mfs_ops.c 	errno_t r = mfs_insert_dentry(parent, name, child->ino_i->index);
errno_t           738 uspace/srv/fs/mfs/mfs_ops.c 		errno_t r2 = mfs_remove_dentry(parent, name);
errno_t           748 uspace/srv/fs/mfs/mfs_ops.c static errno_t
errno_t           754 uspace/srv/fs/mfs/mfs_ops.c 	errno_t r;
errno_t           790 uspace/srv/fs/mfs/mfs_ops.c static errno_t
errno_t           795 uspace/srv/fs/mfs/mfs_ops.c 	errno_t r;
errno_t           822 uspace/srv/fs/mfs/mfs_ops.c static errno_t
errno_t           826 uspace/srv/fs/mfs/mfs_ops.c 	errno_t rc;
errno_t           827 uspace/srv/fs/mfs/mfs_ops.c 	errno_t tmp;
errno_t           934 uspace/srv/fs/mfs/mfs_ops.c static errno_t
errno_t           939 uspace/srv/fs/mfs/mfs_ops.c 	errno_t r;
errno_t          1018 uspace/srv/fs/mfs/mfs_ops.c static errno_t
errno_t          1022 uspace/srv/fs/mfs/mfs_ops.c 	errno_t r;
errno_t          1034 uspace/srv/fs/mfs/mfs_ops.c static errno_t
errno_t          1039 uspace/srv/fs/mfs/mfs_ops.c 	errno_t r;
errno_t          1062 uspace/srv/fs/mfs/mfs_ops.c static errno_t
errno_t          1066 uspace/srv/fs/mfs/mfs_ops.c 	errno_t r;
errno_t          1086 uspace/srv/fs/mfs/mfs_ops.c static errno_t
errno_t          1090 uspace/srv/fs/mfs/mfs_ops.c 	errno_t rc;
errno_t          1138 uspace/srv/fs/mfs/mfs_ops.c static errno_t
errno_t          1155 uspace/srv/fs/mfs/mfs_ops.c static errno_t
errno_t          1161 uspace/srv/fs/mfs/mfs_ops.c static errno_t
errno_t          1165 uspace/srv/fs/mfs/mfs_ops.c 	errno_t rc = mfs_node_get(&fn, service_id, index);
errno_t          1192 uspace/srv/fs/mfs/mfs_ops.c static errno_t
errno_t          1196 uspace/srv/fs/mfs/mfs_ops.c 	errno_t rc;
errno_t          1210 uspace/srv/fs/mfs/mfs_ops.c static errno_t
errno_t          1214 uspace/srv/fs/mfs/mfs_ops.c 	errno_t rc;
errno_t          1228 uspace/srv/fs/mfs/mfs_ops.c static errno_t
errno_t          1234 uspace/srv/fs/mfs/mfs_ops.c 	errno_t rc = mfs_instance_get(service_id, &inst);
errno_t            36 uspace/srv/fs/mfs/mfs_rw.c static errno_t
errno_t            40 uspace/srv/fs/mfs/mfs_rw.c static errno_t
errno_t            43 uspace/srv/fs/mfs/mfs_rw.c static errno_t
errno_t            46 uspace/srv/fs/mfs/mfs_rw.c static errno_t
errno_t            49 uspace/srv/fs/mfs/mfs_rw.c static errno_t
errno_t            62 uspace/srv/fs/mfs/mfs_rw.c errno_t
errno_t            65 uspace/srv/fs/mfs/mfs_rw.c 	errno_t r;
errno_t            84 uspace/srv/fs/mfs/mfs_rw.c errno_t
errno_t           101 uspace/srv/fs/mfs/mfs_rw.c static errno_t
errno_t           108 uspace/srv/fs/mfs/mfs_rw.c 	errno_t r = EOK;
errno_t           239 uspace/srv/fs/mfs/mfs_rw.c errno_t
errno_t           246 uspace/srv/fs/mfs/mfs_rw.c 	errno_t r;
errno_t           313 uspace/srv/fs/mfs/mfs_rw.c static errno_t
errno_t           317 uspace/srv/fs/mfs/mfs_rw.c 	errno_t r;
errno_t           329 uspace/srv/fs/mfs/mfs_rw.c static errno_t
errno_t           332 uspace/srv/fs/mfs/mfs_rw.c 	errno_t r;
errno_t           342 uspace/srv/fs/mfs/mfs_rw.c static errno_t
errno_t           346 uspace/srv/fs/mfs/mfs_rw.c 	errno_t r;
errno_t           377 uspace/srv/fs/mfs/mfs_rw.c static errno_t
errno_t           381 uspace/srv/fs/mfs/mfs_rw.c 	errno_t r;
errno_t            82 uspace/srv/fs/tmpfs/tmpfs.c 	errno_t rc;
errno_t            66 uspace/srv/fs/tmpfs/tmpfs_ops.c static errno_t tmpfs_match(fs_node_t **, fs_node_t *, const char *);
errno_t            67 uspace/srv/fs/tmpfs/tmpfs_ops.c static errno_t tmpfs_node_get(fs_node_t **, service_id_t, fs_index_t);
errno_t            68 uspace/srv/fs/tmpfs/tmpfs_ops.c static errno_t tmpfs_node_open(fs_node_t *);
errno_t            69 uspace/srv/fs/tmpfs/tmpfs_ops.c static errno_t tmpfs_node_put(fs_node_t *);
errno_t            70 uspace/srv/fs/tmpfs/tmpfs_ops.c static errno_t tmpfs_create_node(fs_node_t **, service_id_t, int);
errno_t            71 uspace/srv/fs/tmpfs/tmpfs_ops.c static errno_t tmpfs_destroy_node(fs_node_t *);
errno_t            72 uspace/srv/fs/tmpfs/tmpfs_ops.c static errno_t tmpfs_link_node(fs_node_t *, fs_node_t *, const char *);
errno_t            73 uspace/srv/fs/tmpfs/tmpfs_ops.c static errno_t tmpfs_unlink_node(fs_node_t *, fs_node_t *, const char *);
errno_t            76 uspace/srv/fs/tmpfs/tmpfs_ops.c static errno_t tmpfs_root_get(fs_node_t **rfn, service_id_t service_id)
errno_t            81 uspace/srv/fs/tmpfs/tmpfs_ops.c static errno_t tmpfs_has_children(bool *has_children, fs_node_t *fn)
errno_t           229 uspace/srv/fs/tmpfs/tmpfs_ops.c 	errno_t rc;
errno_t           254 uspace/srv/fs/tmpfs/tmpfs_ops.c errno_t tmpfs_match(fs_node_t **rfn, fs_node_t *pfn, const char *component)
errno_t           269 uspace/srv/fs/tmpfs/tmpfs_ops.c errno_t tmpfs_node_get(fs_node_t **rfn, service_id_t service_id, fs_index_t index)
errno_t           288 uspace/srv/fs/tmpfs/tmpfs_ops.c errno_t tmpfs_node_open(fs_node_t *fn)
errno_t           294 uspace/srv/fs/tmpfs/tmpfs_ops.c errno_t tmpfs_node_put(fs_node_t *fn)
errno_t           300 uspace/srv/fs/tmpfs/tmpfs_ops.c errno_t tmpfs_create_node(fs_node_t **rfn, service_id_t service_id, int lflag)
errno_t           303 uspace/srv/fs/tmpfs/tmpfs_ops.c 	errno_t rc;
errno_t           340 uspace/srv/fs/tmpfs/tmpfs_ops.c errno_t tmpfs_destroy_node(fs_node_t *fn)
errno_t           356 uspace/srv/fs/tmpfs/tmpfs_ops.c errno_t tmpfs_link_node(fs_node_t *pfn, fs_node_t *cfn, const char *nm)
errno_t           391 uspace/srv/fs/tmpfs/tmpfs_ops.c errno_t tmpfs_unlink_node(fs_node_t *pfn, fs_node_t *cfn, const char *nm)
errno_t           426 uspace/srv/fs/tmpfs/tmpfs_ops.c static errno_t tmpfs_fsprobe(service_id_t service_id, vfs_fs_probe_info_t *info)
errno_t           431 uspace/srv/fs/tmpfs/tmpfs_ops.c static errno_t
errno_t           436 uspace/srv/fs/tmpfs/tmpfs_ops.c 	errno_t rc;
errno_t           459 uspace/srv/fs/tmpfs/tmpfs_ops.c static errno_t tmpfs_unmounted(service_id_t service_id)
errno_t           465 uspace/srv/fs/tmpfs/tmpfs_ops.c static errno_t tmpfs_read(service_id_t service_id, fs_index_t index, aoff64_t pos,
errno_t           526 uspace/srv/fs/tmpfs/tmpfs_ops.c static errno_t
errno_t           590 uspace/srv/fs/tmpfs/tmpfs_ops.c static errno_t tmpfs_truncate(service_id_t service_id, fs_index_t index,
errno_t           626 uspace/srv/fs/tmpfs/tmpfs_ops.c static errno_t tmpfs_close(service_id_t service_id, fs_index_t index)
errno_t           631 uspace/srv/fs/tmpfs/tmpfs_ops.c static errno_t tmpfs_destroy(service_id_t service_id, fs_index_t index)
errno_t           646 uspace/srv/fs/tmpfs/tmpfs_ops.c static errno_t tmpfs_sync(service_id_t service_id, fs_index_t index)
errno_t            75 uspace/srv/fs/udf/udf.c 	errno_t rc;
errno_t            59 uspace/srv/fs/udf/udf_file.c static errno_t udf_read_extended_allocator(udf_node_t *node, uint16_t icb_flag,
errno_t            63 uspace/srv/fs/udf/udf_file.c 	errno_t rc = block_get(&block, node->instance->service_id, pos,
errno_t            95 uspace/srv/fs/udf/udf_file.c errno_t udf_read_allocation_sequence(udf_node_t *node, uint8_t *af,
errno_t           235 uspace/srv/fs/udf/udf_file.c errno_t udf_read_icb(udf_node_t *node)
errno_t           241 uspace/srv/fs/udf/udf_file.c 		errno_t rc = block_get(&block, node->instance->service_id, pos,
errno_t           305 uspace/srv/fs/udf/udf_file.c errno_t udf_node_get_core(udf_node_t *node)
errno_t           320 uspace/srv/fs/udf/udf_file.c static errno_t udf_get_fid_in_data(udf_file_identifier_descriptor_t **fid,
errno_t           371 uspace/srv/fs/udf/udf_file.c errno_t udf_get_fid(udf_file_identifier_descriptor_t **fid, block_t **block,
errno_t           390 uspace/srv/fs/udf/udf_file.c errno_t udf_get_fid_in_allocator(udf_file_identifier_descriptor_t **fid,
errno_t           404 uspace/srv/fs/udf/udf_file.c 			errno_t rc = block_get(block, node->instance->service_id,
errno_t           471 uspace/srv/fs/udf/udf_file.c errno_t udf_get_fid_in_sector(udf_file_identifier_descriptor_t **fid,
errno_t           578 uspace/srv/fs/udf/udf_file.c errno_t udf_read_file(size_t *read_len, ipc_call_t *call, udf_node_t *node,
errno_t           596 uspace/srv/fs/udf/udf_file.c 	errno_t rc = block_get(&block, node->instance->service_id,
errno_t           196 uspace/srv/fs/udf/udf_file.h extern errno_t udf_node_get_core(udf_node_t *);
errno_t           197 uspace/srv/fs/udf/udf_file.h extern errno_t udf_read_icb(udf_node_t *);
errno_t           198 uspace/srv/fs/udf/udf_file.h extern errno_t udf_read_allocation_sequence(udf_node_t *, uint8_t *, uint16_t,
errno_t           200 uspace/srv/fs/udf/udf_file.h extern errno_t udf_read_file(size_t *, ipc_call_t *, udf_node_t *, aoff64_t,
errno_t           202 uspace/srv/fs/udf/udf_file.h extern errno_t udf_get_fid(udf_file_identifier_descriptor_t **, block_t **,
errno_t           204 uspace/srv/fs/udf/udf_file.h extern errno_t udf_get_fid_in_allocator(udf_file_identifier_descriptor_t **,
errno_t           206 uspace/srv/fs/udf/udf_file.h extern errno_t udf_get_fid_in_sector(udf_file_identifier_descriptor_t **,
errno_t            93 uspace/srv/fs/udf/udf_idx.c errno_t udf_idx_init(void)
errno_t           106 uspace/srv/fs/udf/udf_idx.c errno_t udf_idx_fini(void)
errno_t           121 uspace/srv/fs/udf/udf_idx.c errno_t udf_idx_get(udf_node_t **udfn, udf_instance_t *instance, fs_index_t index)
errno_t           155 uspace/srv/fs/udf/udf_idx.c errno_t udf_idx_add(udf_node_t **udfn, udf_instance_t *instance, fs_index_t index)
errno_t           201 uspace/srv/fs/udf/udf_idx.c errno_t udf_idx_del(udf_node_t *node)
errno_t            38 uspace/srv/fs/udf/udf_idx.h extern errno_t udf_idx_init(void);
errno_t            39 uspace/srv/fs/udf/udf_idx.h extern errno_t udf_idx_fini(void);
errno_t            40 uspace/srv/fs/udf/udf_idx.h extern errno_t udf_idx_get(udf_node_t **, udf_instance_t *, fs_index_t);
errno_t            41 uspace/srv/fs/udf/udf_idx.h extern errno_t udf_idx_add(udf_node_t **, udf_instance_t *, fs_index_t);
errno_t            42 uspace/srv/fs/udf/udf_idx.h extern errno_t udf_idx_del(udf_node_t *);
errno_t            68 uspace/srv/fs/udf/udf_ops.c static errno_t udf_node_get(fs_node_t **rfn, service_id_t service_id,
errno_t            72 uspace/srv/fs/udf/udf_ops.c 	errno_t rc = fs_instance_get(service_id, (void **) &instance);
errno_t            94 uspace/srv/fs/udf/udf_ops.c static errno_t udf_root_get(fs_node_t **rfn, service_id_t service_id)
errno_t            97 uspace/srv/fs/udf/udf_ops.c 	errno_t rc = fs_instance_get(service_id, (void **) &instance);
errno_t           110 uspace/srv/fs/udf/udf_ops.c static errno_t udf_match(fs_node_t **rfn, fs_node_t *pfn, const char *component)
errno_t           128 uspace/srv/fs/udf/udf_ops.c 			errno_t rc = udf_node_get(rfn, udf_service_get(pfn),
errno_t           139 uspace/srv/fs/udf/udf_ops.c 			errno_t rc = block_put(block);
errno_t           151 uspace/srv/fs/udf/udf_ops.c static errno_t udf_node_open(fs_node_t *fn)
errno_t           156 uspace/srv/fs/udf/udf_ops.c static errno_t udf_node_put(fs_node_t *fn)
errno_t           173 uspace/srv/fs/udf/udf_ops.c static errno_t udf_create_node(fs_node_t **rfn, service_id_t service_id, int flags)
errno_t           178 uspace/srv/fs/udf/udf_ops.c static errno_t udf_destroy_node(fs_node_t *fn)
errno_t           183 uspace/srv/fs/udf/udf_ops.c static errno_t udf_link(fs_node_t *pfn, fs_node_t *cfn, const char *name)
errno_t           188 uspace/srv/fs/udf/udf_ops.c static errno_t udf_unlink(fs_node_t *pfn, fs_node_t *cfn, const char *nm)
errno_t           193 uspace/srv/fs/udf/udf_ops.c static errno_t udf_has_children(bool *has_children, fs_node_t *fn)
errno_t           244 uspace/srv/fs/udf/udf_ops.c static errno_t udf_size_block(service_id_t service_id, uint32_t *size)
errno_t           247 uspace/srv/fs/udf/udf_ops.c 	errno_t rc = fs_instance_get(service_id, (void **) &instance);
errno_t           259 uspace/srv/fs/udf/udf_ops.c static errno_t udf_total_block_count(service_id_t service_id, uint64_t *count)
errno_t           266 uspace/srv/fs/udf/udf_ops.c static errno_t udf_free_block_count(service_id_t service_id, uint64_t *count)
errno_t           295 uspace/srv/fs/udf/udf_ops.c static errno_t udf_fsprobe(service_id_t service_id, vfs_fs_probe_info_t *info)
errno_t           300 uspace/srv/fs/udf/udf_ops.c static errno_t udf_mounted(service_id_t service_id, const char *opts,
errno_t           326 uspace/srv/fs/udf/udf_ops.c 	errno_t rc = block_init(service_id);
errno_t           413 uspace/srv/fs/udf/udf_ops.c static errno_t udf_unmounted(service_id_t service_id)
errno_t           416 uspace/srv/fs/udf/udf_ops.c 	errno_t rc = udf_root_get(&fn, service_id);
errno_t           447 uspace/srv/fs/udf/udf_ops.c static errno_t udf_read(service_id_t service_id, fs_index_t index, aoff64_t pos,
errno_t           451 uspace/srv/fs/udf/udf_ops.c 	errno_t rc = fs_instance_get(service_id, (void **) &instance);
errno_t           521 uspace/srv/fs/udf/udf_ops.c static errno_t udf_close(service_id_t service_id, fs_index_t index)
errno_t           526 uspace/srv/fs/udf/udf_ops.c static errno_t udf_sync(service_id_t service_id, fs_index_t index)
errno_t           531 uspace/srv/fs/udf/udf_ops.c static errno_t udf_write(service_id_t service_id, fs_index_t index, aoff64_t pos,
errno_t           537 uspace/srv/fs/udf/udf_ops.c static errno_t udf_truncate(service_id_t service_id, fs_index_t index,
errno_t           543 uspace/srv/fs/udf/udf_ops.c static errno_t udf_destroy(service_id_t service_id, fs_index_t index)
errno_t            86 uspace/srv/fs/udf/udf_volume.c static errno_t udf_volume_recongnition_structure_test(service_id_t service_id,
errno_t           102 uspace/srv/fs/udf/udf_volume.c errno_t udf_volume_recongnition(service_id_t service_id)
errno_t           111 uspace/srv/fs/udf/udf_volume.c 	errno_t rc = udf_volume_recongnition_structure_test(service_id, addr, vd);
errno_t           172 uspace/srv/fs/udf/udf_volume.c static errno_t udf_get_anchor_volume_descriptor_by_ssize(service_id_t service_id,
errno_t           175 uspace/srv/fs/udf/udf_volume.c 	errno_t rc = block_read_bytes_direct(service_id,
errno_t           209 uspace/srv/fs/udf/udf_volume.c errno_t udf_get_anchor_volume_descriptor(service_id_t service_id,
errno_t           215 uspace/srv/fs/udf/udf_volume.c 	errno_t rc = fs_instance_get(service_id, (void **) &instance);
errno_t           362 uspace/srv/fs/udf/udf_volume.c static errno_t udf_read_virtual_partition(udf_instance_t *instance, uint32_t pos,
errno_t           366 uspace/srv/fs/udf/udf_volume.c 	errno_t rc = block_get(&block, instance->service_id, pos,
errno_t           443 uspace/srv/fs/udf/udf_volume.c static errno_t udf_fill_volume_info(udf_logical_volume_descriptor_t *lvd,
errno_t           555 uspace/srv/fs/udf/udf_volume.c 				errno_t rc = udf_read_virtual_partition(instance,
errno_t           603 uspace/srv/fs/udf/udf_volume.c errno_t udf_read_volume_descriptor_sequence(service_id_t service_id,
errno_t           607 uspace/srv/fs/udf/udf_volume.c 	errno_t rc = fs_instance_get(service_id, (void **) &instance);
errno_t           213 uspace/srv/fs/udf/udf_volume.h extern errno_t udf_volume_recongnition(service_id_t);
errno_t           214 uspace/srv/fs/udf/udf_volume.h extern errno_t udf_get_anchor_volume_descriptor(service_id_t,
errno_t           216 uspace/srv/fs/udf/udf_volume.h extern errno_t udf_read_volume_descriptor_sequence(service_id_t, udf_extent_t);
errno_t           123 uspace/srv/hid/console/console.c static errno_t input_ev_active(input_t *);
errno_t           124 uspace/srv/hid/console/console.c static errno_t input_ev_deactive(input_t *);
errno_t           125 uspace/srv/hid/console/console.c static errno_t input_ev_key(input_t *, unsigned, kbd_event_type_t, keycode_t,
errno_t           127 uspace/srv/hid/console/console.c static errno_t input_ev_move(input_t *, unsigned, int, int);
errno_t           128 uspace/srv/hid/console/console.c static errno_t input_ev_abs_move(input_t *, unsigned, unsigned, unsigned,
errno_t           130 uspace/srv/hid/console/console.c static errno_t input_ev_button(input_t *, unsigned, int, int);
errno_t           131 uspace/srv/hid/console/console.c static errno_t input_ev_dclick(input_t *, unsigned, int);
errno_t           143 uspace/srv/hid/console/console.c static errno_t cons_open(con_srvs_t *, con_srv_t *);
errno_t           144 uspace/srv/hid/console/console.c static errno_t cons_close(con_srv_t *);
errno_t           145 uspace/srv/hid/console/console.c static errno_t cons_read(con_srv_t *, void *, size_t, size_t *);
errno_t           146 uspace/srv/hid/console/console.c static errno_t cons_write(con_srv_t *, void *, size_t, size_t *);
errno_t           150 uspace/srv/hid/console/console.c static errno_t cons_get_pos(con_srv_t *, sysarg_t *, sysarg_t *);
errno_t           151 uspace/srv/hid/console/console.c static errno_t cons_get_size(con_srv_t *, sysarg_t *, sysarg_t *);
errno_t           152 uspace/srv/hid/console/console.c static errno_t cons_get_color_cap(con_srv_t *, console_caps_t *);
errno_t           158 uspace/srv/hid/console/console.c static errno_t cons_set_caption(con_srv_t *, const char *);
errno_t           159 uspace/srv/hid/console/console.c static errno_t cons_get_event(con_srv_t *, cons_event_t *);
errno_t           160 uspace/srv/hid/console/console.c static errno_t cons_map(con_srv_t *, sysarg_t, sysarg_t, charfield_t **);
errno_t           347 uspace/srv/hid/console/console.c static errno_t input_ev_active(input_t *input)
errno_t           356 uspace/srv/hid/console/console.c static errno_t input_ev_deactive(input_t *input)
errno_t           364 uspace/srv/hid/console/console.c static errno_t input_ev_key(input_t *input, unsigned kbd_id,
errno_t           425 uspace/srv/hid/console/console.c static errno_t input_ev_move(input_t *input, unsigned pos_id, int dx, int dy)
errno_t           432 uspace/srv/hid/console/console.c static errno_t input_ev_abs_move(input_t *input, unsigned pos_id, unsigned x,
errno_t           440 uspace/srv/hid/console/console.c static errno_t input_ev_button(input_t *input, unsigned pos_id, int bnum,
errno_t           457 uspace/srv/hid/console/console.c static errno_t input_ev_dclick(input_t *input, unsigned pos_id, int bnum)
errno_t           515 uspace/srv/hid/console/console.c static errno_t cons_open(con_srvs_t *srvs, con_srv_t *srv)
errno_t           520 uspace/srv/hid/console/console.c static errno_t cons_close(con_srv_t *srv)
errno_t           525 uspace/srv/hid/console/console.c static errno_t cons_read(con_srv_t *srv, void *buf, size_t size, size_t *nread)
errno_t           571 uspace/srv/hid/console/console.c static errno_t cons_write(con_srv_t *srv, void *data, size_t size, size_t *nwritten)
errno_t           616 uspace/srv/hid/console/console.c static errno_t cons_get_pos(con_srv_t *srv, sysarg_t *col, sysarg_t *row)
errno_t           627 uspace/srv/hid/console/console.c static errno_t cons_get_size(con_srv_t *srv, sysarg_t *cols, sysarg_t *rows)
errno_t           639 uspace/srv/hid/console/console.c static errno_t cons_get_color_cap(con_srv_t *srv, console_caps_t *ccaps)
errno_t           686 uspace/srv/hid/console/console.c static errno_t cons_set_caption(con_srv_t *srv, const char *caption)
errno_t           695 uspace/srv/hid/console/console.c static errno_t cons_get_event(con_srv_t *srv, cons_event_t *event)
errno_t           715 uspace/srv/hid/console/console.c static errno_t cons_map(con_srv_t *srv, sysarg_t cols, sysarg_t rows,
errno_t           845 uspace/srv/hid/console/console.c static errno_t input_connect(const char *svc)
errno_t           850 uspace/srv/hid/console/console.c 	errno_t rc = loc_service_get_id(svc, &dsid, 0);
errno_t           879 uspace/srv/hid/console/console.c 	errno_t rc = loc_service_get_id(svc, &dsid, 0);
errno_t           896 uspace/srv/hid/console/console.c 	errno_t rc = input_connect(input_svc);
errno_t            52 uspace/srv/hid/display/cfgclient.c errno_t ds_cfgclient_create(ds_display_t *display, ds_cfgclient_cb_t *cb,
errno_t            88 uspace/srv/hid/display/cfgclient.c errno_t ds_cfgclient_get_event(ds_cfgclient_t *cfgclient, dispcfg_ev_t *event)
errno_t           133 uspace/srv/hid/display/cfgclient.c errno_t ds_cfgclient_post_seat_added_event(ds_cfgclient_t *cfgclient,
errno_t           165 uspace/srv/hid/display/cfgclient.c errno_t ds_cfgclient_post_seat_removed_event(ds_cfgclient_t *cfgclient,
errno_t            44 uspace/srv/hid/display/cfgclient.h extern errno_t ds_cfgclient_create(ds_display_t *, ds_cfgclient_cb_t *, void *,
errno_t            47 uspace/srv/hid/display/cfgclient.h extern errno_t ds_cfgclient_get_event(ds_cfgclient_t *, dispcfg_ev_t *);
errno_t            48 uspace/srv/hid/display/cfgclient.h extern errno_t ds_cfgclient_post_seat_added_event(ds_cfgclient_t *, sysarg_t);
errno_t            49 uspace/srv/hid/display/cfgclient.h extern errno_t ds_cfgclient_post_seat_removed_event(ds_cfgclient_t *, sysarg_t);
errno_t            46 uspace/srv/hid/display/cfgops.c static errno_t dispc_get_seat_list(void *, dispcfg_seat_list_t **);
errno_t            47 uspace/srv/hid/display/cfgops.c static errno_t dispc_get_seat_info(void *, sysarg_t, dispcfg_seat_info_t **);
errno_t            48 uspace/srv/hid/display/cfgops.c static errno_t dispc_seat_create(void *, const char *, sysarg_t *);
errno_t            49 uspace/srv/hid/display/cfgops.c static errno_t dispc_seat_delete(void *, sysarg_t);
errno_t            50 uspace/srv/hid/display/cfgops.c static errno_t dispc_dev_assign(void *, sysarg_t, sysarg_t);
errno_t            51 uspace/srv/hid/display/cfgops.c static errno_t dispc_dev_unassign(void *, sysarg_t);
errno_t            52 uspace/srv/hid/display/cfgops.c static errno_t dispc_get_asgn_dev_list(void *, sysarg_t, dispcfg_dev_list_t **);
errno_t            53 uspace/srv/hid/display/cfgops.c static errno_t dispc_get_event(void *, dispcfg_ev_t *);
errno_t            72 uspace/srv/hid/display/cfgops.c static errno_t dispc_get_seat_list(void *arg, dispcfg_seat_list_t **rlist)
errno_t           123 uspace/srv/hid/display/cfgops.c static errno_t dispc_get_seat_info(void *arg, sysarg_t seat_id,
errno_t           165 uspace/srv/hid/display/cfgops.c static errno_t dispc_seat_create(void *arg, const char *name,
errno_t           170 uspace/srv/hid/display/cfgops.c 	errno_t rc;
errno_t           195 uspace/srv/hid/display/cfgops.c static errno_t dispc_seat_delete(void *arg, sysarg_t seat_id)
errno_t           231 uspace/srv/hid/display/cfgops.c static errno_t dispc_dev_assign(void *arg, sysarg_t svc_id, sysarg_t seat_id)
errno_t           236 uspace/srv/hid/display/cfgops.c 	errno_t rc;
errno_t           266 uspace/srv/hid/display/cfgops.c static errno_t dispc_dev_unassign(void *arg, sysarg_t svc_id)
errno_t           300 uspace/srv/hid/display/cfgops.c static errno_t dispc_get_asgn_dev_list(void *arg, sysarg_t seat_id,
errno_t           359 uspace/srv/hid/display/cfgops.c static errno_t dispc_get_event(void *arg, dispcfg_ev_t *ev)
errno_t           362 uspace/srv/hid/display/cfgops.c 	errno_t rc;
errno_t            52 uspace/srv/hid/display/client.c errno_t ds_client_create(ds_display_t *display, ds_client_cb_t *cb,
errno_t           185 uspace/srv/hid/display/client.c errno_t ds_client_get_event(ds_client_t *client, ds_window_t **ewindow,
errno_t           235 uspace/srv/hid/display/client.c errno_t ds_client_post_close_event(ds_client_t *client, ds_window_t *ewindow)
errno_t           263 uspace/srv/hid/display/client.c errno_t ds_client_post_focus_event(ds_client_t *client, ds_window_t *ewindow,
errno_t           293 uspace/srv/hid/display/client.c errno_t ds_client_post_kbd_event(ds_client_t *client, ds_window_t *ewindow,
errno_t           322 uspace/srv/hid/display/client.c errno_t ds_client_post_pos_event(ds_client_t *client, ds_window_t *ewindow,
errno_t           352 uspace/srv/hid/display/client.c errno_t ds_client_post_resize_event(ds_client_t *client, ds_window_t *ewindow,
errno_t           382 uspace/srv/hid/display/client.c errno_t ds_client_post_unfocus_event(ds_client_t *client, ds_window_t *ewindow,
errno_t            45 uspace/srv/hid/display/client.h extern errno_t ds_client_create(ds_display_t *, ds_client_cb_t *, void *,
errno_t            53 uspace/srv/hid/display/client.h extern errno_t ds_client_get_event(ds_client_t *, ds_window_t **,
errno_t            56 uspace/srv/hid/display/client.h extern errno_t ds_client_post_close_event(ds_client_t *, ds_window_t *);
errno_t            57 uspace/srv/hid/display/client.h extern errno_t ds_client_post_focus_event(ds_client_t *, ds_window_t *,
errno_t            59 uspace/srv/hid/display/client.h extern errno_t ds_client_post_kbd_event(ds_client_t *, ds_window_t *,
errno_t            61 uspace/srv/hid/display/client.h extern errno_t ds_client_post_pos_event(ds_client_t *, ds_window_t *,
errno_t            63 uspace/srv/hid/display/client.h extern errno_t ds_client_post_resize_event(ds_client_t *, ds_window_t *,
errno_t            65 uspace/srv/hid/display/client.h extern errno_t ds_client_post_unfocus_event(ds_client_t *, ds_window_t *,
errno_t            46 uspace/srv/hid/display/clonegc.c static errno_t ds_clonegc_set_clip_rect(void *, gfx_rect_t *);
errno_t            47 uspace/srv/hid/display/clonegc.c static errno_t ds_clonegc_set_color(void *, gfx_color_t *);
errno_t            48 uspace/srv/hid/display/clonegc.c static errno_t ds_clonegc_fill_rect(void *, gfx_rect_t *);
errno_t            49 uspace/srv/hid/display/clonegc.c static errno_t ds_clonegc_bitmap_create(void *, gfx_bitmap_params_t *,
errno_t            51 uspace/srv/hid/display/clonegc.c static errno_t ds_clonegc_bitmap_destroy(void *);
errno_t            52 uspace/srv/hid/display/clonegc.c static errno_t ds_clonegc_bitmap_render(void *, gfx_rect_t *, gfx_coord2_t *);
errno_t            53 uspace/srv/hid/display/clonegc.c static errno_t ds_clonegc_bitmap_get_alloc(void *, gfx_bitmap_alloc_t *);
errno_t            61 uspace/srv/hid/display/clonegc.c static errno_t ds_clonegc_outbitmap_create(ds_clonegc_output_t *,
errno_t            63 uspace/srv/hid/display/clonegc.c static errno_t ds_clonegc_outbitmap_destroy(ds_clonegc_outbitmap_t *);
errno_t            64 uspace/srv/hid/display/clonegc.c static errno_t ds_clonegc_bitmap_add_output(ds_clonegc_bitmap_t *,
errno_t            84 uspace/srv/hid/display/clonegc.c static errno_t ds_clonegc_set_clip_rect(void *arg, gfx_rect_t *rect)
errno_t            88 uspace/srv/hid/display/clonegc.c 	errno_t rc;
errno_t           111 uspace/srv/hid/display/clonegc.c static errno_t ds_clonegc_set_color(void *arg, gfx_color_t *color)
errno_t           115 uspace/srv/hid/display/clonegc.c 	errno_t rc;
errno_t           136 uspace/srv/hid/display/clonegc.c static errno_t ds_clonegc_fill_rect(void *arg, gfx_rect_t *rect)
errno_t           140 uspace/srv/hid/display/clonegc.c 	errno_t rc;
errno_t           163 uspace/srv/hid/display/clonegc.c errno_t ds_clonegc_create(gfx_context_t *outgc, ds_clonegc_t **rgc)
errno_t           167 uspace/srv/hid/display/clonegc.c 	errno_t rc;
errno_t           203 uspace/srv/hid/display/clonegc.c errno_t ds_clonegc_delete(ds_clonegc_t *cgc)
errno_t           205 uspace/srv/hid/display/clonegc.c 	errno_t rc;
errno_t           221 uspace/srv/hid/display/clonegc.c errno_t ds_clonegc_add_output(ds_clonegc_t *cgc, gfx_context_t *outgc)
errno_t           225 uspace/srv/hid/display/clonegc.c 	errno_t rc;
errno_t           271 uspace/srv/hid/display/clonegc.c errno_t ds_clonegc_bitmap_create(void *arg, gfx_bitmap_params_t *params,
errno_t           278 uspace/srv/hid/display/clonegc.c 	errno_t rc;
errno_t           333 uspace/srv/hid/display/clonegc.c static errno_t ds_clonegc_bitmap_destroy(void *bm)
errno_t           337 uspace/srv/hid/display/clonegc.c 	errno_t rc;
errno_t           360 uspace/srv/hid/display/clonegc.c static errno_t ds_clonegc_bitmap_render(void *bm, gfx_rect_t *srect0,
errno_t           365 uspace/srv/hid/display/clonegc.c 	errno_t rc;
errno_t           385 uspace/srv/hid/display/clonegc.c static errno_t ds_clonegc_bitmap_get_alloc(void *bm, gfx_bitmap_alloc_t *alloc)
errno_t           497 uspace/srv/hid/display/clonegc.c static errno_t ds_clonegc_outbitmap_create(ds_clonegc_output_t *output,
errno_t           520 uspace/srv/hid/display/clonegc.c static errno_t ds_clonegc_outbitmap_destroy(ds_clonegc_outbitmap_t *outbm)
errno_t           522 uspace/srv/hid/display/clonegc.c 	errno_t rc;
errno_t           539 uspace/srv/hid/display/clonegc.c static errno_t ds_clonegc_bitmap_add_output(ds_clonegc_bitmap_t *cbm,
errno_t           543 uspace/srv/hid/display/clonegc.c 	errno_t rc;
errno_t            45 uspace/srv/hid/display/clonegc.h extern errno_t ds_clonegc_create(gfx_context_t *, ds_clonegc_t **);
errno_t            46 uspace/srv/hid/display/clonegc.h extern errno_t ds_clonegc_delete(ds_clonegc_t *);
errno_t            47 uspace/srv/hid/display/clonegc.h extern errno_t ds_clonegc_add_output(ds_clonegc_t *, gfx_context_t *);
errno_t            51 uspace/srv/hid/display/cursor.c errno_t ds_cursor_create(ds_display_t *disp, gfx_rect_t *rect,
errno_t            55 uspace/srv/hid/display/cursor.c 	errno_t rc;
errno_t            94 uspace/srv/hid/display/cursor.c errno_t ds_cursor_paint(ds_cursor_t *cursor, gfx_coord2_t *pos,
errno_t           107 uspace/srv/hid/display/cursor.c 	errno_t rc;
errno_t            45 uspace/srv/hid/display/cursor.h extern errno_t ds_cursor_create(ds_display_t *, gfx_rect_t *, const uint8_t *,
errno_t            48 uspace/srv/hid/display/cursor.h extern errno_t ds_cursor_paint(ds_cursor_t *, gfx_coord2_t *, gfx_rect_t *);
errno_t            55 uspace/srv/hid/display/ddev.c errno_t ds_ddev_create(ds_display_t *display, ddev_t *dd,
errno_t            60 uspace/srv/hid/display/ddev.c 	errno_t rc;
errno_t            89 uspace/srv/hid/display/ddev.c errno_t ds_ddev_open(ds_display_t *display, service_id_t svc_id,
errno_t            97 uspace/srv/hid/display/ddev.c 	errno_t rc;
errno_t            44 uspace/srv/hid/display/ddev.h extern errno_t ds_ddev_create(ds_display_t *, ddev_t *, ddev_info_t *,
errno_t            46 uspace/srv/hid/display/ddev.h extern errno_t ds_ddev_open(ds_display_t *, service_id_t, ds_ddev_t **);
errno_t            68 uspace/srv/hid/display/display.c errno_t ds_display_create(gfx_context_t *gc, ds_display_flags_t flags,
errno_t            74 uspace/srv/hid/display/display.c 	errno_t rc;
errno_t           515 uspace/srv/hid/display/display.c errno_t ds_display_post_kbd_event(ds_display_t *display, kbd_event_t *event)
errno_t           532 uspace/srv/hid/display/display.c errno_t ds_display_post_ptd_event(ds_display_t *display, ptd_event_t *event)
errno_t           662 uspace/srv/hid/display/display.c static errno_t ds_display_alloc_backbuf(ds_display_t *disp)
errno_t           667 uspace/srv/hid/display/display.c 	errno_t rc;
errno_t           715 uspace/srv/hid/display/display.c errno_t ds_display_add_ddev(ds_display_t *disp, ds_ddev_t *ddev)
errno_t           717 uspace/srv/hid/display/display.c 	errno_t rc;
errno_t           983 uspace/srv/hid/display/display.c errno_t ds_display_paint_bg(ds_display_t *disp, gfx_rect_t *rect)
errno_t           987 uspace/srv/hid/display/display.c 	errno_t rc;
errno_t          1012 uspace/srv/hid/display/display.c static errno_t ds_display_update(ds_display_t *disp)
errno_t          1014 uspace/srv/hid/display/display.c 	errno_t rc;
errno_t          1038 uspace/srv/hid/display/display.c errno_t ds_display_paint(ds_display_t *disp, gfx_rect_t *rect)
errno_t          1040 uspace/srv/hid/display/display.c 	errno_t rc;
errno_t            55 uspace/srv/hid/display/display.h extern errno_t ds_display_create(gfx_context_t *, ds_display_flags_t,
errno_t            81 uspace/srv/hid/display/display.h extern errno_t ds_display_post_kbd_event(ds_display_t *, kbd_event_t *);
errno_t            82 uspace/srv/hid/display/display.h extern errno_t ds_display_post_ptd_event(ds_display_t *, ptd_event_t *);
errno_t            90 uspace/srv/hid/display/display.h extern errno_t ds_display_add_ddev(ds_display_t *, ds_ddev_t *);
errno_t           103 uspace/srv/hid/display/display.h extern errno_t ds_display_paint_bg(ds_display_t *, gfx_rect_t *);
errno_t           104 uspace/srv/hid/display/display.h extern errno_t ds_display_paint(ds_display_t *, gfx_rect_t *);
errno_t            46 uspace/srv/hid/display/dsops.c static errno_t disp_window_create(void *, display_wnd_params_t *, sysarg_t *);
errno_t            47 uspace/srv/hid/display/dsops.c static errno_t disp_window_destroy(void *, sysarg_t);
errno_t            48 uspace/srv/hid/display/dsops.c static errno_t disp_window_move_req(void *, sysarg_t, gfx_coord2_t *,
errno_t            50 uspace/srv/hid/display/dsops.c static errno_t disp_window_move(void *, sysarg_t, gfx_coord2_t *);
errno_t            51 uspace/srv/hid/display/dsops.c static errno_t disp_window_get_pos(void *, sysarg_t, gfx_coord2_t *);
errno_t            52 uspace/srv/hid/display/dsops.c static errno_t disp_window_get_max_rect(void *, sysarg_t, gfx_rect_t *);
errno_t            53 uspace/srv/hid/display/dsops.c static errno_t disp_window_resize_req(void *, sysarg_t,
errno_t            55 uspace/srv/hid/display/dsops.c static errno_t disp_window_resize(void *, sysarg_t, gfx_coord2_t *,
errno_t            57 uspace/srv/hid/display/dsops.c static errno_t disp_window_minimize(void *, sysarg_t);
errno_t            58 uspace/srv/hid/display/dsops.c static errno_t disp_window_maximize(void *, sysarg_t);
errno_t            59 uspace/srv/hid/display/dsops.c static errno_t disp_window_unmaximize(void *, sysarg_t);
errno_t            60 uspace/srv/hid/display/dsops.c static errno_t disp_window_set_cursor(void *, sysarg_t, display_stock_cursor_t);
errno_t            61 uspace/srv/hid/display/dsops.c static errno_t disp_window_set_caption(void *, sysarg_t, const char *);
errno_t            62 uspace/srv/hid/display/dsops.c static errno_t disp_get_event(void *, sysarg_t *, display_wnd_ev_t *);
errno_t            63 uspace/srv/hid/display/dsops.c static errno_t disp_get_info(void *, display_info_t *);
errno_t            83 uspace/srv/hid/display/dsops.c static errno_t disp_window_create(void *arg, display_wnd_params_t *params,
errno_t            86 uspace/srv/hid/display/dsops.c 	errno_t rc;
errno_t           110 uspace/srv/hid/display/dsops.c static errno_t disp_window_destroy(void *arg, sysarg_t wnd_id)
errno_t           129 uspace/srv/hid/display/dsops.c static errno_t disp_window_move_req(void *arg, sysarg_t wnd_id,
errno_t           149 uspace/srv/hid/display/dsops.c static errno_t disp_window_move(void *arg, sysarg_t wnd_id, gfx_coord2_t *pos)
errno_t           168 uspace/srv/hid/display/dsops.c static errno_t disp_window_get_pos(void *arg, sysarg_t wnd_id,
errno_t           188 uspace/srv/hid/display/dsops.c static errno_t disp_window_get_max_rect(void *arg, sysarg_t wnd_id,
errno_t           208 uspace/srv/hid/display/dsops.c static errno_t disp_window_resize_req(void *arg, sysarg_t wnd_id,
errno_t           231 uspace/srv/hid/display/dsops.c static errno_t disp_window_resize(void *arg, sysarg_t wnd_id,
errno_t           236 uspace/srv/hid/display/dsops.c 	errno_t rc;
errno_t           252 uspace/srv/hid/display/dsops.c static errno_t disp_window_minimize(void *arg, sysarg_t wnd_id)
errno_t           256 uspace/srv/hid/display/dsops.c 	errno_t rc;
errno_t           272 uspace/srv/hid/display/dsops.c static errno_t disp_window_maximize(void *arg, sysarg_t wnd_id)
errno_t           276 uspace/srv/hid/display/dsops.c 	errno_t rc;
errno_t           292 uspace/srv/hid/display/dsops.c static errno_t disp_window_unmaximize(void *arg, sysarg_t wnd_id)
errno_t           296 uspace/srv/hid/display/dsops.c 	errno_t rc;
errno_t           312 uspace/srv/hid/display/dsops.c static errno_t disp_window_set_cursor(void *arg, sysarg_t wnd_id,
errno_t           317 uspace/srv/hid/display/dsops.c 	errno_t rc;
errno_t           333 uspace/srv/hid/display/dsops.c static errno_t disp_window_set_caption(void *arg, sysarg_t wnd_id,
errno_t           338 uspace/srv/hid/display/dsops.c 	errno_t rc;
errno_t           354 uspace/srv/hid/display/dsops.c static errno_t disp_get_event(void *arg, sysarg_t *wnd_id,
errno_t           359 uspace/srv/hid/display/dsops.c 	errno_t rc;
errno_t           376 uspace/srv/hid/display/dsops.c static errno_t disp_get_info(void *arg, display_info_t *info)
errno_t            54 uspace/srv/hid/display/idevcfg.c errno_t ds_idevcfg_create(ds_display_t *display, service_id_t svc_id,
errno_t            45 uspace/srv/hid/display/idevcfg.h extern errno_t ds_idevcfg_create(ds_display_t *, service_id_t, ds_seat_t *,
errno_t            45 uspace/srv/hid/display/input.c static errno_t ds_input_ev_active(input_t *);
errno_t            46 uspace/srv/hid/display/input.c static errno_t ds_input_ev_deactive(input_t *);
errno_t            47 uspace/srv/hid/display/input.c static errno_t ds_input_ev_key(input_t *, unsigned, kbd_event_type_t, keycode_t,
errno_t            49 uspace/srv/hid/display/input.c static errno_t ds_input_ev_move(input_t *, unsigned, int, int);
errno_t            50 uspace/srv/hid/display/input.c static errno_t ds_input_ev_abs_move(input_t *, unsigned, unsigned, unsigned,
errno_t            52 uspace/srv/hid/display/input.c static errno_t ds_input_ev_button(input_t *, unsigned, int, int);
errno_t            53 uspace/srv/hid/display/input.c static errno_t ds_input_ev_dclick(input_t *, unsigned, int);
errno_t            65 uspace/srv/hid/display/input.c static errno_t ds_input_ev_active(input_t *input)
errno_t            70 uspace/srv/hid/display/input.c static errno_t ds_input_ev_deactive(input_t *input)
errno_t            75 uspace/srv/hid/display/input.c static errno_t ds_input_ev_key(input_t *input, unsigned kbd_id,
errno_t            80 uspace/srv/hid/display/input.c 	errno_t rc;
errno_t            94 uspace/srv/hid/display/input.c static errno_t ds_input_ev_move(input_t *input, unsigned pos_id, int dx, int dy)
errno_t            98 uspace/srv/hid/display/input.c 	errno_t rc;
errno_t           111 uspace/srv/hid/display/input.c static errno_t ds_input_ev_abs_move(input_t *input, unsigned pos_id, unsigned x,
errno_t           116 uspace/srv/hid/display/input.c 	errno_t rc;
errno_t           133 uspace/srv/hid/display/input.c static errno_t ds_input_ev_button(input_t *input, unsigned pos_id, int bnum,
errno_t           138 uspace/srv/hid/display/input.c 	errno_t rc;
errno_t           152 uspace/srv/hid/display/input.c static errno_t ds_input_ev_dclick(input_t *input, unsigned pos_id, int bnum)
errno_t           156 uspace/srv/hid/display/input.c 	errno_t rc;
errno_t           175 uspace/srv/hid/display/input.c errno_t ds_input_open(ds_display_t *display)
errno_t           181 uspace/srv/hid/display/input.c 	errno_t rc = loc_service_get_id(svc, &dsid, 0);
errno_t            43 uspace/srv/hid/display/input.h extern errno_t ds_input_open(ds_display_t *);
errno_t           119 uspace/srv/hid/display/main.c static errno_t display_srv_init(ds_output_t **routput)
errno_t           131 uspace/srv/hid/display/main.c 	errno_t rc;
errno_t           222 uspace/srv/hid/display/main.c 	errno_t rc;
errno_t           288 uspace/srv/hid/display/main.c 	errno_t rc;
errno_t           318 uspace/srv/hid/display/main.c 	errno_t rc;
errno_t           346 uspace/srv/hid/display/main.c 	errno_t rc;
errno_t            51 uspace/srv/hid/display/output.c static errno_t ds_output_check_new_devs(ds_output_t *output)
errno_t            58 uspace/srv/hid/display/output.c 	errno_t rc;
errno_t           130 uspace/srv/hid/display/output.c errno_t ds_output_create(ds_output_t **routput)
errno_t           150 uspace/srv/hid/display/output.c errno_t ds_output_start_discovery(ds_output_t *output)
errno_t           152 uspace/srv/hid/display/output.c 	errno_t rc;
errno_t            44 uspace/srv/hid/display/output.h extern errno_t ds_output_create(ds_output_t **);
errno_t            45 uspace/srv/hid/display/output.h extern errno_t ds_output_start_discovery(ds_output_t *);
errno_t            50 uspace/srv/hid/display/seat.c static errno_t ds_seat_repaint_pointer(ds_seat_t *, gfx_rect_t *);
errno_t            59 uspace/srv/hid/display/seat.c errno_t ds_seat_create(ds_display_t *display, const char *name,
errno_t           128 uspace/srv/hid/display/seat.c 	errno_t rc;
errno_t           246 uspace/srv/hid/display/seat.c errno_t ds_seat_post_kbd_event(ds_seat_t *seat, kbd_event_t *event)
errno_t           367 uspace/srv/hid/display/seat.c static errno_t ds_seat_repaint_pointer(ds_seat_t *seat, gfx_rect_t *old_rect)
errno_t           371 uspace/srv/hid/display/seat.c 	errno_t rc;
errno_t           408 uspace/srv/hid/display/seat.c errno_t ds_seat_post_ptd_event(ds_seat_t *seat, ptd_event_t *event)
errno_t           415 uspace/srv/hid/display/seat.c 	errno_t rc;
errno_t           510 uspace/srv/hid/display/seat.c errno_t ds_seat_post_pos_event(ds_seat_t *seat, pos_event_t *event)
errno_t           513 uspace/srv/hid/display/seat.c 	errno_t rc;
errno_t           566 uspace/srv/hid/display/seat.c errno_t ds_seat_paint_pointer(ds_seat_t *seat, gfx_rect_t *rect)
errno_t            48 uspace/srv/hid/display/seat.h extern errno_t ds_seat_create(ds_display_t *, const char *, ds_seat_t **);
errno_t            55 uspace/srv/hid/display/seat.h extern errno_t ds_seat_post_kbd_event(ds_seat_t *, kbd_event_t *);
errno_t            56 uspace/srv/hid/display/seat.h extern errno_t ds_seat_post_ptd_event(ds_seat_t *, ptd_event_t *);
errno_t            57 uspace/srv/hid/display/seat.h extern errno_t ds_seat_post_pos_event(ds_seat_t *, pos_event_t *);
errno_t            59 uspace/srv/hid/display/seat.h extern errno_t ds_seat_paint_pointer(ds_seat_t *, gfx_rect_t *);
errno_t            58 uspace/srv/hid/display/test/cfgclient.c 	errno_t rc;
errno_t            78 uspace/srv/hid/display/test/cfgclient.c 	errno_t rc;
errno_t           117 uspace/srv/hid/display/test/cfgclient.c 	errno_t rc;
errno_t           156 uspace/srv/hid/display/test/cfgclient.c 	errno_t rc;
errno_t            60 uspace/srv/hid/display/test/client.c 	errno_t rc;
errno_t            87 uspace/srv/hid/display/test/client.c 	errno_t rc;
errno_t           138 uspace/srv/hid/display/test/client.c 	errno_t rc;
errno_t           186 uspace/srv/hid/display/test/client.c 	errno_t rc;
errno_t           245 uspace/srv/hid/display/test/client.c 	errno_t rc;
errno_t           307 uspace/srv/hid/display/test/client.c 	errno_t rc;
errno_t           375 uspace/srv/hid/display/test/client.c 	errno_t rc;
errno_t           443 uspace/srv/hid/display/test/client.c 	errno_t rc;
errno_t           513 uspace/srv/hid/display/test/client.c 	errno_t rc;
errno_t           574 uspace/srv/hid/display/test/client.c 	errno_t rc;
errno_t           620 uspace/srv/hid/display/test/client.c 	errno_t rc;
errno_t            41 uspace/srv/hid/display/test/clonegc.c static errno_t testgc_set_clip_rect(void *, gfx_rect_t *);
errno_t            42 uspace/srv/hid/display/test/clonegc.c static errno_t testgc_set_color(void *, gfx_color_t *);
errno_t            43 uspace/srv/hid/display/test/clonegc.c static errno_t testgc_fill_rect(void *, gfx_rect_t *);
errno_t            44 uspace/srv/hid/display/test/clonegc.c static errno_t testgc_bitmap_create(void *, gfx_bitmap_params_t *,
errno_t            46 uspace/srv/hid/display/test/clonegc.c static errno_t testgc_bitmap_destroy(void *);
errno_t            47 uspace/srv/hid/display/test/clonegc.c static errno_t testgc_bitmap_render(void *, gfx_rect_t *, gfx_coord2_t *);
errno_t            48 uspace/srv/hid/display/test/clonegc.c static errno_t testgc_bitmap_get_alloc(void *, gfx_bitmap_alloc_t *);
errno_t            62 uspace/srv/hid/display/test/clonegc.c 	errno_t rc;
errno_t            98 uspace/srv/hid/display/test/clonegc.c 	errno_t rc;
errno_t           117 uspace/srv/hid/display/test/clonegc.c 	errno_t rc;
errno_t           187 uspace/srv/hid/display/test/clonegc.c 	errno_t rc;
errno_t           257 uspace/srv/hid/display/test/clonegc.c 	errno_t rc;
errno_t           331 uspace/srv/hid/display/test/clonegc.c 	errno_t rc;
errno_t           427 uspace/srv/hid/display/test/clonegc.c 	errno_t rc;
errno_t           530 uspace/srv/hid/display/test/clonegc.c 	errno_t rc;
errno_t           620 uspace/srv/hid/display/test/clonegc.c 	errno_t rc;
errno_t           705 uspace/srv/hid/display/test/clonegc.c static errno_t testgc_set_clip_rect(void *arg, gfx_rect_t *rect)
errno_t           715 uspace/srv/hid/display/test/clonegc.c static errno_t testgc_set_color(void *arg, gfx_color_t *color)
errno_t           725 uspace/srv/hid/display/test/clonegc.c static errno_t testgc_fill_rect(void *arg, gfx_rect_t *rect)
errno_t           735 uspace/srv/hid/display/test/clonegc.c static errno_t testgc_bitmap_create(void *arg, gfx_bitmap_params_t *params,
errno_t           766 uspace/srv/hid/display/test/clonegc.c static errno_t testgc_bitmap_destroy(void *bm)
errno_t           776 uspace/srv/hid/display/test/clonegc.c static errno_t testgc_bitmap_render(void *bm, gfx_rect_t *srect,
errno_t           786 uspace/srv/hid/display/test/clonegc.c static errno_t testgc_bitmap_get_alloc(void *bm, gfx_bitmap_alloc_t *alloc)
errno_t            44 uspace/srv/hid/display/test/cursor.c static errno_t dummy_bitmap_create(void *, gfx_bitmap_params_t *,
errno_t            46 uspace/srv/hid/display/test/cursor.c static errno_t dummy_bitmap_destroy(void *);
errno_t            47 uspace/srv/hid/display/test/cursor.c static errno_t dummy_bitmap_render(void *, gfx_rect_t *, gfx_coord2_t *);
errno_t            48 uspace/srv/hid/display/test/cursor.c static errno_t dummy_bitmap_get_alloc(void *, gfx_bitmap_alloc_t *);
errno_t            71 uspace/srv/hid/display/test/cursor.c 	errno_t rc;
errno_t            94 uspace/srv/hid/display/test/cursor.c 	errno_t rc;
errno_t           135 uspace/srv/hid/display/test/cursor.c 	errno_t rc;
errno_t           182 uspace/srv/hid/display/test/cursor.c 	errno_t rc;
errno_t           212 uspace/srv/hid/display/test/cursor.c static errno_t dummy_bitmap_create(void *arg, gfx_bitmap_params_t *params,
errno_t           238 uspace/srv/hid/display/test/cursor.c static errno_t dummy_bitmap_destroy(void *arg)
errno_t           246 uspace/srv/hid/display/test/cursor.c static errno_t dummy_bitmap_render(void *arg, gfx_rect_t *rect,
errno_t           255 uspace/srv/hid/display/test/cursor.c static errno_t dummy_bitmap_get_alloc(void *arg, gfx_bitmap_alloc_t *alloc)
errno_t            86 uspace/srv/hid/display/test/display.c 	errno_t rc;
errno_t           100 uspace/srv/hid/display/test/display.c 	errno_t rc;
errno_t           124 uspace/srv/hid/display/test/display.c 	errno_t rc;
errno_t           147 uspace/srv/hid/display/test/display.c 	errno_t rc;
errno_t           170 uspace/srv/hid/display/test/display.c 	errno_t rc;
errno_t           241 uspace/srv/hid/display/test/display.c 	errno_t rc;
errno_t           312 uspace/srv/hid/display/test/display.c 	errno_t rc;
errno_t           356 uspace/srv/hid/display/test/display.c 	errno_t rc;
errno_t           406 uspace/srv/hid/display/test/display.c 	errno_t rc;
errno_t           429 uspace/srv/hid/display/test/display.c 	errno_t rc;
errno_t           467 uspace/srv/hid/display/test/display.c 	errno_t rc;
errno_t           515 uspace/srv/hid/display/test/display.c 	errno_t rc;
errno_t           583 uspace/srv/hid/display/test/display.c 	errno_t rc;
errno_t           668 uspace/srv/hid/display/test/display.c 	errno_t rc;
errno_t            64 uspace/srv/hid/display/test/seat.c 	errno_t rc;
errno_t           104 uspace/srv/hid/display/test/seat.c 	errno_t rc;
errno_t           149 uspace/srv/hid/display/test/seat.c 	errno_t rc;
errno_t           190 uspace/srv/hid/display/test/seat.c 	errno_t rc;
errno_t           241 uspace/srv/hid/display/test/seat.c 	errno_t rc;
errno_t           291 uspace/srv/hid/display/test/seat.c 	errno_t rc;
errno_t           337 uspace/srv/hid/display/test/seat.c 	errno_t rc;
errno_t           378 uspace/srv/hid/display/test/seat.c 	errno_t rc;
errno_t           427 uspace/srv/hid/display/test/seat.c 	errno_t rc;
errno_t           471 uspace/srv/hid/display/test/seat.c 	errno_t rc;
errno_t           524 uspace/srv/hid/display/test/seat.c 	errno_t rc;
errno_t           591 uspace/srv/hid/display/test/seat.c 	errno_t rc;
errno_t           684 uspace/srv/hid/display/test/seat.c 	errno_t rc;
errno_t            46 uspace/srv/hid/display/test/window.c static errno_t dummy_set_color(void *, gfx_color_t *);
errno_t            47 uspace/srv/hid/display/test/window.c static errno_t dummy_fill_rect(void *, gfx_rect_t *);
errno_t            62 uspace/srv/hid/display/test/window.c 	errno_t rc;
errno_t            95 uspace/srv/hid/display/test/window.c 	errno_t rc;
errno_t           142 uspace/srv/hid/display/test/window.c 	errno_t rc;
errno_t           189 uspace/srv/hid/display/test/window.c 	errno_t rc;
errno_t           230 uspace/srv/hid/display/test/window.c 	errno_t rc;
errno_t           272 uspace/srv/hid/display/test/window.c 	errno_t rc;
errno_t           309 uspace/srv/hid/display/test/window.c 	errno_t rc;
errno_t           347 uspace/srv/hid/display/test/window.c 	errno_t rc;
errno_t           387 uspace/srv/hid/display/test/window.c 	errno_t rc;
errno_t           431 uspace/srv/hid/display/test/window.c 	errno_t rc;
errno_t           466 uspace/srv/hid/display/test/window.c 	errno_t rc;
errno_t           508 uspace/srv/hid/display/test/window.c 	errno_t rc;
errno_t           563 uspace/srv/hid/display/test/window.c 	errno_t rc;
errno_t           635 uspace/srv/hid/display/test/window.c 	errno_t rc;
errno_t           674 uspace/srv/hid/display/test/window.c 	errno_t rc;
errno_t           715 uspace/srv/hid/display/test/window.c 	errno_t rc;
errno_t           765 uspace/srv/hid/display/test/window.c 	errno_t rc;
errno_t           817 uspace/srv/hid/display/test/window.c 	errno_t rc;
errno_t          1084 uspace/srv/hid/display/test/window.c 	errno_t rc;
errno_t          1145 uspace/srv/hid/display/test/window.c 	errno_t rc;
errno_t          1190 uspace/srv/hid/display/test/window.c 	errno_t rc;
errno_t          1248 uspace/srv/hid/display/test/window.c 	errno_t rc;
errno_t          1304 uspace/srv/hid/display/test/window.c 	errno_t rc;
errno_t          1355 uspace/srv/hid/display/test/window.c 	errno_t rc;
errno_t          1403 uspace/srv/hid/display/test/window.c static errno_t dummy_set_color(void *arg, gfx_color_t *color)
errno_t          1408 uspace/srv/hid/display/test/window.c static errno_t dummy_fill_rect(void *arg, gfx_rect_t *rect)
errno_t            58 uspace/srv/hid/display/test/wmclient.c 	errno_t rc;
errno_t            78 uspace/srv/hid/display/test/wmclient.c 	errno_t rc;
errno_t           117 uspace/srv/hid/display/test/wmclient.c 	errno_t rc;
errno_t           156 uspace/srv/hid/display/test/wmclient.c 	errno_t rc;
errno_t           195 uspace/srv/hid/display/test/wmclient.c 	errno_t rc;
errno_t            73 uspace/srv/hid/display/window.c errno_t ds_window_create(ds_client_t *client, display_wnd_params_t *params,
errno_t            82 uspace/srv/hid/display/window.c 	errno_t rc;
errno_t           249 uspace/srv/hid/display/window.c errno_t ds_window_paint(ds_window_t *wnd, gfx_rect_t *rect)
errno_t           317 uspace/srv/hid/display/window.c errno_t ds_window_paint_preview(ds_window_t *wnd, gfx_rect_t *rect)
errno_t           319 uspace/srv/hid/display/window.c 	errno_t rc;
errno_t           396 uspace/srv/hid/display/window.c static errno_t ds_window_repaint_preview(ds_window_t *wnd, gfx_rect_t *old_rect)
errno_t           398 uspace/srv/hid/display/window.c 	errno_t rc;
errno_t           620 uspace/srv/hid/display/window.c errno_t ds_window_post_kbd_event(ds_window_t *wnd, kbd_event_t *event)
errno_t           642 uspace/srv/hid/display/window.c errno_t ds_window_post_pos_event(ds_window_t *wnd, pos_event_t *event)
errno_t           709 uspace/srv/hid/display/window.c errno_t ds_window_post_focus_event(ds_window_t *wnd)
errno_t           712 uspace/srv/hid/display/window.c 	errno_t rc;
errno_t           740 uspace/srv/hid/display/window.c errno_t ds_window_post_unfocus_event(ds_window_t *wnd)
errno_t           743 uspace/srv/hid/display/window.c 	errno_t rc;
errno_t           839 uspace/srv/hid/display/window.c errno_t ds_window_resize(ds_window_t *wnd, gfx_coord2_t *offs,
errno_t           849 uspace/srv/hid/display/window.c 	errno_t rc;
errno_t           900 uspace/srv/hid/display/window.c errno_t ds_window_minimize(ds_window_t *wnd)
errno_t           918 uspace/srv/hid/display/window.c errno_t ds_window_unminimize(ds_window_t *wnd)
errno_t           934 uspace/srv/hid/display/window.c errno_t ds_window_maximize(ds_window_t *wnd)
errno_t           941 uspace/srv/hid/display/window.c 	errno_t rc;
errno_t           977 uspace/srv/hid/display/window.c errno_t ds_window_unmaximize(ds_window_t *wnd)
errno_t           980 uspace/srv/hid/display/window.c 	errno_t rc;
errno_t          1045 uspace/srv/hid/display/window.c errno_t ds_window_set_cursor(ds_window_t *wnd, display_stock_cursor_t cursor)
errno_t          1063 uspace/srv/hid/display/window.c errno_t ds_window_set_caption(ds_window_t *wnd, const char *caption)
errno_t            53 uspace/srv/hid/display/window.h extern errno_t ds_window_create(ds_client_t *, display_wnd_params_t *,
errno_t            59 uspace/srv/hid/display/window.h extern errno_t ds_window_paint(ds_window_t *, gfx_rect_t *);
errno_t            60 uspace/srv/hid/display/window.h errno_t ds_window_paint_preview(ds_window_t *, gfx_rect_t *);
errno_t            61 uspace/srv/hid/display/window.h extern errno_t ds_window_post_kbd_event(ds_window_t *, kbd_event_t *);
errno_t            62 uspace/srv/hid/display/window.h extern errno_t ds_window_post_pos_event(ds_window_t *, pos_event_t *);
errno_t            63 uspace/srv/hid/display/window.h extern errno_t ds_window_post_focus_event(ds_window_t *);
errno_t            64 uspace/srv/hid/display/window.h extern errno_t ds_window_post_unfocus_event(ds_window_t *);
errno_t            71 uspace/srv/hid/display/window.h extern errno_t ds_window_resize(ds_window_t *, gfx_coord2_t *, gfx_rect_t *);
errno_t            72 uspace/srv/hid/display/window.h extern errno_t ds_window_minimize(ds_window_t *);
errno_t            73 uspace/srv/hid/display/window.h extern errno_t ds_window_unminimize(ds_window_t *);
errno_t            74 uspace/srv/hid/display/window.h extern errno_t ds_window_maximize(ds_window_t *);
errno_t            75 uspace/srv/hid/display/window.h extern errno_t ds_window_unmaximize(ds_window_t *);
errno_t            78 uspace/srv/hid/display/window.h extern errno_t ds_window_set_cursor(ds_window_t *, display_stock_cursor_t);
errno_t            79 uspace/srv/hid/display/window.h extern errno_t ds_window_set_caption(ds_window_t *, const char *);
errno_t            52 uspace/srv/hid/display/wmclient.c errno_t ds_wmclient_create(ds_display_t *display, ds_wmclient_cb_t *cb,
errno_t            88 uspace/srv/hid/display/wmclient.c errno_t ds_wmclient_get_event(ds_wmclient_t *wmclient, wndmgt_ev_t *event)
errno_t           133 uspace/srv/hid/display/wmclient.c errno_t ds_wmclient_post_wnd_added_event(ds_wmclient_t *wmclient,
errno_t           165 uspace/srv/hid/display/wmclient.c errno_t ds_wmclient_post_wnd_removed_event(ds_wmclient_t *wmclient,
errno_t           197 uspace/srv/hid/display/wmclient.c errno_t ds_wmclient_post_wnd_changed_event(ds_wmclient_t *wmclient,
errno_t            44 uspace/srv/hid/display/wmclient.h extern errno_t ds_wmclient_create(ds_display_t *, ds_wmclient_cb_t *, void *,
errno_t            47 uspace/srv/hid/display/wmclient.h extern errno_t ds_wmclient_get_event(ds_wmclient_t *,  wndmgt_ev_t *);
errno_t            48 uspace/srv/hid/display/wmclient.h extern errno_t ds_wmclient_post_wnd_added_event(ds_wmclient_t *, sysarg_t);
errno_t            49 uspace/srv/hid/display/wmclient.h extern errno_t ds_wmclient_post_wnd_removed_event(ds_wmclient_t *, sysarg_t);
errno_t            50 uspace/srv/hid/display/wmclient.h extern errno_t ds_wmclient_post_wnd_changed_event(ds_wmclient_t *, sysarg_t);
errno_t            46 uspace/srv/hid/display/wmops.c static errno_t dispwm_get_window_list(void *, wndmgt_window_list_t **);
errno_t            47 uspace/srv/hid/display/wmops.c static errno_t dispwm_get_window_info(void *, sysarg_t, wndmgt_window_info_t **);
errno_t            48 uspace/srv/hid/display/wmops.c static errno_t dispwm_activate_window(void *, sysarg_t, sysarg_t);
errno_t            49 uspace/srv/hid/display/wmops.c static errno_t dispwm_close_window(void *, sysarg_t);
errno_t            50 uspace/srv/hid/display/wmops.c static errno_t dispwm_get_event(void *, wndmgt_ev_t *);
errno_t            66 uspace/srv/hid/display/wmops.c static errno_t dispwm_get_window_list(void *arg, wndmgt_window_list_t **rlist)
errno_t           117 uspace/srv/hid/display/wmops.c static errno_t dispwm_get_window_info(void *arg, sysarg_t wnd_id,
errno_t           161 uspace/srv/hid/display/wmops.c static errno_t dispwm_activate_window(void *arg, sysarg_t dev_id,
errno_t           197 uspace/srv/hid/display/wmops.c static errno_t dispwm_close_window(void *arg, sysarg_t wnd_id)
errno_t           211 uspace/srv/hid/display/wmops.c static errno_t dispwm_get_event(void *arg, wndmgt_ev_t *ev)
errno_t           214 uspace/srv/hid/display/wmops.c 	errno_t rc;
errno_t            53 uspace/srv/hid/input/ctl/kbdev.c static errno_t kbdev_ctl_init(kbd_dev_t *);
errno_t            92 uspace/srv/hid/input/ctl/kbdev.c static errno_t kbdev_ctl_init(kbd_dev_t *kdev)
errno_t           121 uspace/srv/hid/input/ctl/kbdev.c 	errno_t rc = async_create_callback_port(exch, INTERFACE_KBD_CB, 0, 0,
errno_t           152 uspace/srv/hid/input/ctl/kbdev.c 	errno_t retval;
errno_t            49 uspace/srv/hid/input/ctl/stty.c static errno_t stty_ctl_init(kbd_dev_t *);
errno_t           325 uspace/srv/hid/input/ctl/stty.c static errno_t stty_ctl_init(kbd_dev_t *kdev)
errno_t            46 uspace/srv/hid/input/ctl/sun.c static errno_t sun_ctl_init(kbd_dev_t *);
errno_t            62 uspace/srv/hid/input/ctl/sun.c static errno_t sun_ctl_init(kbd_dev_t *kdev)
errno_t           504 uspace/srv/hid/input/input.c 	errno_t rc = loc_service_get_name(service_id, &kdev->svc_name);
errno_t           541 uspace/srv/hid/input/input.c 	errno_t rc = loc_service_get_name(service_id, &mdev->svc_name);
errno_t           561 uspace/srv/hid/input/input.c static errno_t serial_consumer(void *arg)
errno_t           586 uspace/srv/hid/input/input.c 	errno_t rc;
errno_t           670 uspace/srv/hid/input/input.c static errno_t dev_check_new_kbdevs(void)
errno_t           676 uspace/srv/hid/input/input.c 	errno_t rc;
errno_t           721 uspace/srv/hid/input/input.c static errno_t dev_check_new_mousedevs(void)
errno_t           727 uspace/srv/hid/input/input.c 	errno_t rc;
errno_t           772 uspace/srv/hid/input/input.c static errno_t dev_check_new_serialdevs(void)
errno_t           778 uspace/srv/hid/input/input.c 	errno_t rc;
errno_t           823 uspace/srv/hid/input/input.c static errno_t dev_check_new(void)
errno_t           825 uspace/srv/hid/input/input.c 	errno_t rc;
errno_t           860 uspace/srv/hid/input/input.c static errno_t input_start_dev_discovery(void)
errno_t           862 uspace/srv/hid/input/input.c 	errno_t rc = loc_register_cat_change_cb(cat_change_cb, NULL);
errno_t           879 uspace/srv/hid/input/input.c 	errno_t rc;
errno_t            46 uspace/srv/hid/input/kbd_ctl.h 	errno_t (*init)(struct kbd_dev *);
errno_t            45 uspace/srv/hid/input/kbd_port.h 	errno_t (*init)(struct kbd_dev *);
errno_t            53 uspace/srv/hid/input/layout.h 	errno_t (*create)(layout_t *);
errno_t            44 uspace/srv/hid/input/layout/ar.c static errno_t ar_create(layout_t *);
errno_t           205 uspace/srv/hid/input/layout/ar.c static errno_t ar_create(layout_t *state)
errno_t            45 uspace/srv/hid/input/layout/cz.c static errno_t cz_create(layout_t *);
errno_t           386 uspace/srv/hid/input/layout/cz.c static errno_t cz_create(layout_t *state)
errno_t            43 uspace/srv/hid/input/layout/fr_azerty.c static errno_t fr_azerty_create (layout_t *);
errno_t           213 uspace/srv/hid/input/layout/fr_azerty.c static errno_t fr_azerty_create (layout_t *s)
errno_t            43 uspace/srv/hid/input/layout/us_dvorak.c static errno_t us_dvorak_create(layout_t *);
errno_t           214 uspace/srv/hid/input/layout/us_dvorak.c static errno_t us_dvorak_create(layout_t *state)
errno_t            43 uspace/srv/hid/input/layout/us_qwerty.c static errno_t us_qwerty_create(layout_t *);
errno_t           208 uspace/srv/hid/input/layout/us_qwerty.c static errno_t us_qwerty_create(layout_t *state)
errno_t            45 uspace/srv/hid/input/mouse_port.h 	errno_t (*init)(struct mouse_dev *);
errno_t            46 uspace/srv/hid/input/mouse_proto.h 	errno_t (*init)(struct mouse_dev *);
errno_t            47 uspace/srv/hid/input/port/chardev.c static errno_t kbd_port_fibril(void *);
errno_t            49 uspace/srv/hid/input/port/chardev.c static errno_t chardev_port_init(kbd_dev_t *);
errno_t            73 uspace/srv/hid/input/port/chardev.c static errno_t chardev_port_init(kbd_dev_t *kdev)
errno_t            78 uspace/srv/hid/input/port/chardev.c 	errno_t rc;
errno_t           125 uspace/srv/hid/input/port/chardev.c 	errno_t rc;
errno_t           135 uspace/srv/hid/input/port/chardev.c static errno_t kbd_port_fibril(void *arg)
errno_t           137 uspace/srv/hid/input/port/chardev.c 	errno_t rc;
errno_t           123 uspace/srv/hid/input/proto/mousedev.c 		errno_t retval;
errno_t           154 uspace/srv/hid/input/proto/mousedev.c static errno_t mousedev_proto_init(mouse_dev_t *mdev)
errno_t           181 uspace/srv/hid/input/proto/mousedev.c 	errno_t rc = async_create_callback_port(exch, INTERFACE_MOUSE_CB, 0, 0,
errno_t           287 uspace/srv/hid/isdv4_tablet/isdv4.c static errno_t read_packets(isdv4_state_t *state, packet_consumer_fn consumer)
errno_t           292 uspace/srv/hid/isdv4_tablet/isdv4.c 		errno_t rc;
errno_t           355 uspace/srv/hid/isdv4_tablet/isdv4.c 	errno_t rc;
errno_t           362 uspace/srv/hid/isdv4_tablet/isdv4.c errno_t isdv4_init(isdv4_state_t *state, async_sess_t *sess,
errno_t           366 uspace/srv/hid/isdv4_tablet/isdv4.c 	errno_t rc;
errno_t           388 uspace/srv/hid/isdv4_tablet/isdv4.c errno_t isdv4_init_tablet(isdv4_state_t *state)
errno_t           399 uspace/srv/hid/isdv4_tablet/isdv4.c 	errno_t rc = read_packets(state, parse_response_stylus);
errno_t           416 uspace/srv/hid/isdv4_tablet/isdv4.c errno_t isdv4_read_events(isdv4_state_t *state)
errno_t            99 uspace/srv/hid/isdv4_tablet/isdv4.h extern errno_t isdv4_init(isdv4_state_t *, async_sess_t *, isdv4_event_fn);
errno_t           100 uspace/srv/hid/isdv4_tablet/isdv4.h extern errno_t isdv4_init_tablet(isdv4_state_t *);
errno_t           101 uspace/srv/hid/isdv4_tablet/isdv4.h extern errno_t isdv4_read_events(isdv4_state_t *state);
errno_t            54 uspace/srv/hid/isdv4_tablet/main.c static errno_t read_fibril(void *unused)
errno_t            56 uspace/srv/hid/isdv4_tablet/main.c 	errno_t rc = isdv4_read_events(&state);
errno_t           190 uspace/srv/hid/isdv4_tablet/main.c 	errno_t rc;
errno_t            62 uspace/srv/hid/output/ctl/serial.c static errno_t serial_yield(outdev_t *dev)
errno_t            69 uspace/srv/hid/output/ctl/serial.c static errno_t serial_claim(outdev_t *dev)
errno_t           124 uspace/srv/hid/output/ctl/serial.c errno_t serial_init(vt100_putuchar_t putuchar_fn,
errno_t            39 uspace/srv/hid/output/ctl/serial.h extern errno_t serial_init(vt100_putuchar_t, vt100_control_puts_t, vt100_flush_t);
errno_t            85 uspace/srv/hid/output/output.c 	errno_t ret = EOK;
errno_t            90 uspace/srv/hid/output/output.c 		errno_t rc = dev->ops.yield(dev);
errno_t           100 uspace/srv/hid/output/output.c 	errno_t ret = EOK;
errno_t           105 uspace/srv/hid/output/output.c 		errno_t rc = dev->ops.claim(dev);
errno_t           183 uspace/srv/hid/output/output.c 	errno_t rc = async_share_out_finalize(&call, &frontbuf->data);
errno_t           482 uspace/srv/hid/output/output.c 	errno_t rc = loc_server_register(NAME, &srv);
errno_t            48 uspace/srv/hid/output/output.h 	errno_t (*yield)(struct outdev *dev);
errno_t            49 uspace/srv/hid/output/output.h 	errno_t (*claim)(struct outdev *dev);
errno_t            92 uspace/srv/hid/output/port/chardev.c 	errno_t rc;
errno_t           116 uspace/srv/hid/output/port/chardev.c 	errno_t rc;
errno_t           174 uspace/srv/hid/output/port/chardev.c 	errno_t rc;
errno_t           222 uspace/srv/hid/output/port/chardev.c errno_t chardev_init(void)
errno_t           245 uspace/srv/hid/output/port/chardev.c 	errno_t rc = loc_category_get_id("serial", &serial_cat_id, IPC_FLAG_BLOCKING);
errno_t            36 uspace/srv/hid/output/port/chardev.h extern errno_t chardev_init(void);
errno_t           180 uspace/srv/hid/output/port/ddev.c static errno_t output_ddev_yield(outdev_t *dev)
errno_t           185 uspace/srv/hid/output/port/ddev.c static errno_t output_ddev_claim(outdev_t *dev)
errno_t           248 uspace/srv/hid/output/port/ddev.c errno_t output_ddev_init(void)
errno_t           258 uspace/srv/hid/output/port/ddev.c 	errno_t rc;
errno_t            36 uspace/srv/hid/output/port/ddev.h extern errno_t output_ddev_init(void);
errno_t           115 uspace/srv/hid/output/port/ega.c 	errno_t rc;
errno_t           127 uspace/srv/hid/output/port/ega.c static errno_t ega_yield(outdev_t *dev)
errno_t           132 uspace/srv/hid/output/port/ega.c static errno_t ega_claim(outdev_t *dev)
errno_t           193 uspace/srv/hid/output/port/ega.c errno_t ega_init(void)
errno_t           196 uspace/srv/hid/output/port/ega.c 	errno_t rc = sysinfo_get_value("fb", &present);
errno_t            36 uspace/srv/hid/output/port/ega.h extern errno_t ega_init(void);
errno_t           194 uspace/srv/hid/output/proto/vt100.c errno_t vt100_yield(vt100_state_t *state)
errno_t           199 uspace/srv/hid/output/proto/vt100.c errno_t vt100_claim(vt100_state_t *state)
errno_t            59 uspace/srv/hid/output/proto/vt100.h extern errno_t vt100_yield(vt100_state_t *);
errno_t            60 uspace/srv/hid/output/proto/vt100.h extern errno_t vt100_claim(vt100_state_t *);
errno_t            74 uspace/srv/hid/remcons/remcons.c static errno_t remcons_open(con_srvs_t *, con_srv_t *);
errno_t            75 uspace/srv/hid/remcons/remcons.c static errno_t remcons_close(con_srv_t *);
errno_t            76 uspace/srv/hid/remcons/remcons.c static errno_t remcons_write(con_srv_t *, void *, size_t, size_t *);
errno_t            80 uspace/srv/hid/remcons/remcons.c static errno_t remcons_get_pos(con_srv_t *, sysarg_t *, sysarg_t *);
errno_t            81 uspace/srv/hid/remcons/remcons.c static errno_t remcons_get_size(con_srv_t *, sysarg_t *, sysarg_t *);
errno_t            82 uspace/srv/hid/remcons/remcons.c static errno_t remcons_get_color_cap(con_srv_t *, console_caps_t *);
errno_t            83 uspace/srv/hid/remcons/remcons.c static errno_t remcons_get_event(con_srv_t *, cons_event_t *);
errno_t           120 uspace/srv/hid/remcons/remcons.c static errno_t remcons_open(con_srvs_t *srvs, con_srv_t *srv)
errno_t           133 uspace/srv/hid/remcons/remcons.c static errno_t remcons_close(con_srv_t *srv)
errno_t           143 uspace/srv/hid/remcons/remcons.c static errno_t remcons_write(con_srv_t *srv, void *data, size_t size, size_t *nwritten)
errno_t           146 uspace/srv/hid/remcons/remcons.c 	errno_t rc;
errno_t           173 uspace/srv/hid/remcons/remcons.c static errno_t remcons_get_pos(con_srv_t *srv, sysarg_t *col, sysarg_t *row)
errno_t           183 uspace/srv/hid/remcons/remcons.c static errno_t remcons_get_size(con_srv_t *srv, sysarg_t *cols, sysarg_t *rows)
errno_t           193 uspace/srv/hid/remcons/remcons.c static errno_t remcons_get_color_cap(con_srv_t *srv, console_caps_t *ccaps)
errno_t           201 uspace/srv/hid/remcons/remcons.c static errno_t remcons_get_event(con_srv_t *srv, cons_event_t *event)
errno_t           205 uspace/srv/hid/remcons/remcons.c 	errno_t rc;
errno_t           238 uspace/srv/hid/remcons/remcons.c static errno_t spawn_task_fibril(void *arg)
errno_t           244 uspace/srv/hid/remcons/remcons.c 	errno_t rc = task_spawnl(&task, &wait, APP_GETTERM, APP_GETTERM, user->service_name,
errno_t           306 uspace/srv/hid/remcons/remcons.c 	errno_t rc = loc_service_register(remcons_srv, user->service_name,
errno_t           351 uspace/srv/hid/remcons/remcons.c 	errno_t rc;
errno_t           188 uspace/srv/hid/remcons/user.c static errno_t telnet_user_recv_next_byte_no_lock(telnet_user_t *user, char *byte)
errno_t           192 uspace/srv/hid/remcons/user.c 		errno_t rc;
errno_t           274 uspace/srv/hid/remcons/user.c errno_t telnet_user_get_next_keyboard_event(telnet_user_t *user, kbd_event_t *event)
errno_t           285 uspace/srv/hid/remcons/user.c 			errno_t rc = telnet_user_recv_next_byte_no_lock(user, &next_byte);
errno_t           341 uspace/srv/hid/remcons/user.c static errno_t telnet_user_send_data_no_lock(telnet_user_t *user, uint8_t *data, size_t size)
errno_t           363 uspace/srv/hid/remcons/user.c 	errno_t rc = tcp_conn_send(user->conn, converted, converted_size);
errno_t           375 uspace/srv/hid/remcons/user.c errno_t telnet_user_send_data(telnet_user_t *user, uint8_t *data, size_t size)
errno_t           379 uspace/srv/hid/remcons/user.c 	errno_t rc = telnet_user_send_data_no_lock(user, data, size);
errno_t            89 uspace/srv/hid/remcons/user.h extern errno_t telnet_user_get_next_keyboard_event(telnet_user_t *, kbd_event_t *);
errno_t            90 uspace/srv/hid/remcons/user.h extern errno_t telnet_user_send_data(telnet_user_t *, uint8_t *, size_t);
errno_t            50 uspace/srv/hid/rfb/main.c static errno_t rfb_ddev_get_gc(void *, sysarg_t *, sysarg_t *);
errno_t            51 uspace/srv/hid/rfb/main.c static errno_t rfb_ddev_get_info(void *, ddev_info_t *);
errno_t            53 uspace/srv/hid/rfb/main.c static errno_t rfb_gc_set_clip_rect(void *, gfx_rect_t *);
errno_t            54 uspace/srv/hid/rfb/main.c static errno_t rfb_gc_set_color(void *, gfx_color_t *);
errno_t            55 uspace/srv/hid/rfb/main.c static errno_t rfb_gc_fill_rect(void *, gfx_rect_t *);
errno_t            56 uspace/srv/hid/rfb/main.c static errno_t rfb_gc_bitmap_create(void *, gfx_bitmap_params_t *,
errno_t            58 uspace/srv/hid/rfb/main.c static errno_t rfb_gc_bitmap_destroy(void *);
errno_t            59 uspace/srv/hid/rfb/main.c static errno_t rfb_gc_bitmap_render(void *, gfx_rect_t *, gfx_coord2_t *);
errno_t            60 uspace/srv/hid/rfb/main.c static errno_t rfb_gc_bitmap_get_alloc(void *, gfx_bitmap_alloc_t *);
errno_t           120 uspace/srv/hid/rfb/main.c static errno_t rfb_ddev_get_gc(void *arg, sysarg_t *arg2, sysarg_t *arg3)
errno_t           127 uspace/srv/hid/rfb/main.c static errno_t rfb_ddev_get_info(void *arg, ddev_info_t *info)
errno_t           146 uspace/srv/hid/rfb/main.c static errno_t rgb_gc_create(rfb_gc_t **rrfb)
errno_t           174 uspace/srv/hid/rfb/main.c static errno_t rfb_gc_set_clip_rect(void *arg, gfx_rect_t *rect)
errno_t           195 uspace/srv/hid/rfb/main.c static errno_t rfb_gc_set_color(void *arg, gfx_color_t *color)
errno_t           212 uspace/srv/hid/rfb/main.c static errno_t rfb_gc_fill_rect(void *arg, gfx_rect_t *rect)
errno_t           240 uspace/srv/hid/rfb/main.c errno_t rfb_gc_bitmap_create(void *arg, gfx_bitmap_params_t *params,
errno_t           246 uspace/srv/hid/rfb/main.c 	errno_t rc;
errno_t           289 uspace/srv/hid/rfb/main.c static errno_t rfb_gc_bitmap_destroy(void *bm)
errno_t           305 uspace/srv/hid/rfb/main.c static errno_t rfb_gc_bitmap_render(void *bm, gfx_rect_t *srect0,
errno_t           386 uspace/srv/hid/rfb/main.c static errno_t rfb_gc_bitmap_get_alloc(void *bm, gfx_bitmap_alloc_t *alloc)
errno_t           405 uspace/srv/hid/rfb/main.c 	errno_t rc;
errno_t           485 uspace/srv/hid/rfb/main.c 	errno_t rc = loc_server_register(NAME, &srv);
errno_t            63 uspace/srv/hid/rfb/rfb.c static errno_t recv_char(tcp_conn_t *conn, char *c)
errno_t            66 uspace/srv/hid/rfb/rfb.c 	errno_t rc;
errno_t            84 uspace/srv/hid/rfb/rfb.c static errno_t __attribute__((warn_unused_result))
errno_t            88 uspace/srv/hid/rfb/rfb.c 		errno_t rc = recv_char(conn, c);
errno_t            96 uspace/srv/hid/rfb/rfb.c static errno_t recv_skip_chars(tcp_conn_t *conn, size_t count)
errno_t           100 uspace/srv/hid/rfb/rfb.c 		errno_t rc = recv_char(conn, &c);
errno_t           175 uspace/srv/hid/rfb/rfb.c errno_t rfb_init(rfb_t *rfb, uint16_t width, uint16_t height, const char *name)
errno_t           198 uspace/srv/hid/rfb/rfb.c errno_t rfb_set_size(rfb_t *rfb, uint16_t width, uint16_t height)
errno_t           218 uspace/srv/hid/rfb/rfb.c static errno_t __attribute__((warn_unused_result))
errno_t           432 uspace/srv/hid/rfb/rfb.c static errno_t rfb_tile_encode_solid(rfb_t *rfb, cpixel_ctx_t *cpixel,
errno_t           473 uspace/srv/hid/rfb/rfb.c 			errno_t rc = rfb_tile_encode_solid(rfb, &cpixel, &tile, buf,
errno_t           489 uspace/srv/hid/rfb/rfb.c static errno_t rfb_send_framebuffer_update(rfb_t *rfb, tcp_conn_t *conn,
errno_t           550 uspace/srv/hid/rfb/rfb.c 		errno_t rc = tcp_conn_send(conn, send_palette, send_palette_size);
errno_t           557 uspace/srv/hid/rfb/rfb.c 	errno_t rc = tcp_conn_send(conn, buf, buf_size);
errno_t           563 uspace/srv/hid/rfb/rfb.c static errno_t rfb_set_pixel_format(rfb_t *rfb, rfb_pixel_format_t *pixel_format)
errno_t           592 uspace/srv/hid/rfb/rfb.c 	errno_t rc = tcp_conn_send(conn, "RFB 003.008\n", 12);
errno_t           790 uspace/srv/hid/rfb/rfb.c errno_t rfb_listen(rfb_t *rfb, uint16_t port)
errno_t           795 uspace/srv/hid/rfb/rfb.c 	errno_t rc;
errno_t           165 uspace/srv/hid/rfb/rfb.h extern errno_t rfb_init(rfb_t *, uint16_t, uint16_t, const char *);
errno_t           166 uspace/srv/hid/rfb/rfb.h extern errno_t rfb_set_size(rfb_t *, uint16_t, uint16_t);
errno_t           167 uspace/srv/hid/rfb/rfb.h extern errno_t rfb_listen(rfb_t *, uint16_t);
errno_t            87 uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c 	errno_t rc = loc_server_register(NAME, &srv);
errno_t            71 uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c static errno_t s3c24xx_uart_read(chardev_srv_t *, void *, size_t, size_t *,
errno_t            73 uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c static errno_t s3c24xx_uart_write(chardev_srv_t *, const void *, size_t, size_t *);
errno_t            87 uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c 	errno_t rc = loc_server_register(NAME, &srv);
errno_t           135 uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c 	errno_t rc;
errno_t           211 uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c static errno_t s3c24xx_uart_read(chardev_srv_t *srv, void *buf, size_t size,
errno_t           217 uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c 	errno_t rc;
errno_t           239 uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c static errno_t s3c24xx_uart_write(chardev_srv_t *srv, const void *data, size_t size,
errno_t           102 uspace/srv/klog/klog.c 	errno_t rc = klog_read(buffer, BUFFER_SIZE, &len);
errno_t           147 uspace/srv/klog/klog.c static errno_t consumer(void *data)
errno_t           211 uspace/srv/klog/klog.c 	errno_t rc = log_init(NAME);
errno_t           123 uspace/srv/loader/main.c 	errno_t rc = async_data_write_accept((void **) &buf, true, 0, 0, 0, NULL);
errno_t           151 uspace/srv/loader/main.c 	errno_t rc = async_data_write_finalize(&call, name, namesize);
errno_t           178 uspace/srv/loader/main.c 	errno_t rc = async_data_write_accept((void **) &buf, true, 0, 0, 0, &buf_size);
errno_t           255 uspace/srv/loader/main.c 	errno_t rc = async_data_write_finalize(&call, name, namesize);
errno_t           292 uspace/srv/loader/main.c 	errno_t rc = elf_load(program_fd, &prog_info);
errno_t           390 uspace/srv/loader/main.c 		errno_t retval;
errno_t           436 uspace/srv/loader/main.c 	errno_t rc = ns_intro(id);
errno_t            58 uspace/srv/locsrv/category.c errno_t categ_dir_get_categories(categ_dir_t *cdir, category_id_t *id_buf,
errno_t           108 uspace/srv/locsrv/category.c errno_t category_add_service(category_t *cat, loc_service_t *svc)
errno_t           172 uspace/srv/locsrv/category.c errno_t category_get_services(category_t *cat, service_id_t *id_buf,
errno_t            84 uspace/srv/locsrv/category.h extern errno_t categ_dir_get_categories(categ_dir_t *, service_id_t *, size_t,
errno_t            87 uspace/srv/locsrv/category.h extern errno_t category_add_service(category_t *, loc_service_t *);
errno_t            91 uspace/srv/locsrv/category.h extern errno_t category_get_services(category_t *, service_id_t *, size_t,
errno_t           359 uspace/srv/locsrv/locsrv.c 	errno_t rc = async_data_write_accept((void **) &server->name, true, 0,
errno_t           414 uspace/srv/locsrv/locsrv.c static errno_t loc_server_unregister(loc_server_t *server)
errno_t           474 uspace/srv/locsrv/locsrv.c 	errno_t rc = async_data_write_accept((void **) &fqsn, true, 0,
errno_t           601 uspace/srv/locsrv/locsrv.c 	errno_t retval = async_data_read_finalize(&call, cat->name,
errno_t           649 uspace/srv/locsrv/locsrv.c 	errno_t retval = async_data_read_finalize(&call, fqn,
errno_t           696 uspace/srv/locsrv/locsrv.c 	errno_t retval = async_data_read_finalize(&call, svc->server->name,
errno_t           745 uspace/srv/locsrv/locsrv.c 	errno_t rc = async_data_write_accept((void **) &fqsn, true, 0,
errno_t           808 uspace/srv/locsrv/locsrv.c 	errno_t rc = async_data_write_accept((void **) &name, true, 0,
errno_t           907 uspace/srv/locsrv/locsrv.c 	errno_t rc = async_data_write_accept((void **) &name, true, 0,
errno_t           974 uspace/srv/locsrv/locsrv.c 	errno_t rc;
errno_t          1002 uspace/srv/locsrv/locsrv.c 	errno_t retval = async_data_read_finalize(&call, id_buf, size);
errno_t          1049 uspace/srv/locsrv/locsrv.c 	errno_t retval = async_data_read_finalize(&call, desc, size);
errno_t          1114 uspace/srv/locsrv/locsrv.c 	errno_t retval = async_data_read_finalize(&call, desc, size);
errno_t          1127 uspace/srv/locsrv/locsrv.c 	errno_t rc;
errno_t          1167 uspace/srv/locsrv/locsrv.c 	errno_t retval = async_data_read_finalize(&call, id_buf, size);
errno_t          1281 uspace/srv/locsrv/locsrv.c 	errno_t retval;
errno_t          1550 uspace/srv/locsrv/locsrv.c 	errno_t rc = service_register(SERVICE_LOC, INTERFACE_LOC_SUPPLIER,
errno_t            45 uspace/srv/logger/ctl.c static errno_t handle_log_level_change(sysarg_t new_level)
errno_t            48 uspace/srv/logger/ctl.c 	errno_t rc = async_data_write_accept(&full_name, true, 0, 0, 0, NULL);
errno_t            67 uspace/srv/logger/ctl.c 	errno_t rc;
errno_t            52 uspace/srv/logger/initlvl.c 		errno_t rc = log_level_from_str(key, &level);
errno_t            60 uspace/srv/logger/initlvl.c 	errno_t rc = log_level_from_str(value, &level);
errno_t            51 uspace/srv/logger/level.c errno_t set_default_logging_level(log_level_t new_level)
errno_t            97 uspace/srv/logger/logger.h errno_t set_default_logging_level(log_level_t);
errno_t            52 uspace/srv/logger/logs.c static errno_t create_dest(const char *name, logger_dest_t **dest)
errno_t            86 uspace/srv/logger/logs.c 		errno_t rc = create_dest(name, &result->dest);
errno_t            68 uspace/srv/logger/main.c 	errno_t rc = service_register(SERVICE_LOGGER, INTERFACE_LOGGER_CONTROL,
errno_t            53 uspace/srv/logger/writer.c 	errno_t rc = async_data_write_accept(&name, true, 1, 0, 0, NULL);
errno_t            64 uspace/srv/logger/writer.c static errno_t handle_receive_message(sysarg_t log_id, sysarg_t level)
errno_t            71 uspace/srv/logger/writer.c 	errno_t rc = async_data_write_accept(&message, true, 1, 0, 0, NULL);
errno_t            97 uspace/srv/logger/writer.c 	errno_t rc;
errno_t           126 uspace/srv/net/dhcp/dhcp.c static errno_t subnet_mask_decode(uint32_t mask, int *bits)
errno_t           157 uspace/srv/net/dhcp/dhcp.c static errno_t dhcp_send_discover(dhcp_link_t *dlink)
errno_t           162 uspace/srv/net/dhcp/dhcp.c 	errno_t rc;
errno_t           196 uspace/srv/net/dhcp/dhcp.c static errno_t dhcp_send_request(dhcp_link_t *dlink, dhcp_offer_t *offer)
errno_t           236 uspace/srv/net/dhcp/dhcp.c static errno_t dhcp_parse_reply(void *msg, size_t size, dhcp_offer_t *offer)
errno_t           249 uspace/srv/net/dhcp/dhcp.c 	errno_t rc;
errno_t           385 uspace/srv/net/dhcp/dhcp.c static errno_t dhcp_cfg_create(service_id_t iplink, dhcp_offer_t *offer)
errno_t           387 uspace/srv/net/dhcp/dhcp.c 	errno_t rc;
errno_t           445 uspace/srv/net/dhcp/dhcp.c static errno_t dhcp_discover_proc(dhcp_link_t *dlink)
errno_t           449 uspace/srv/net/dhcp/dhcp.c 	errno_t rc = dhcp_send_discover(dlink);
errno_t           463 uspace/srv/net/dhcp/dhcp.c errno_t dhcpsrv_link_add(service_id_t link_id)
errno_t           466 uspace/srv/net/dhcp/dhcp.c 	errno_t rc;
errno_t           529 uspace/srv/net/dhcp/dhcp.c errno_t dhcpsrv_link_remove(service_id_t link_id)
errno_t           534 uspace/srv/net/dhcp/dhcp.c errno_t dhcpsrv_discover(service_id_t link_id)
errno_t           551 uspace/srv/net/dhcp/dhcp.c 	errno_t rc;
errno_t           577 uspace/srv/net/dhcp/dhcp.c 	errno_t rc;
errno_t           603 uspace/srv/net/dhcp/dhcp.c 	errno_t rc;
errno_t           631 uspace/srv/net/dhcp/dhcp.c 	errno_t rc;
errno_t           659 uspace/srv/net/dhcp/dhcp.c 	errno_t rc;
errno_t            43 uspace/srv/net/dhcp/dhcp.h extern errno_t dhcpsrv_link_add(service_id_t);
errno_t            44 uspace/srv/net/dhcp/dhcp.h extern errno_t dhcpsrv_link_remove(service_id_t);
errno_t            45 uspace/srv/net/dhcp/dhcp.h extern errno_t dhcpsrv_discover(service_id_t);
errno_t            54 uspace/srv/net/dhcp/main.c static errno_t dhcp_init(void)
errno_t            57 uspace/srv/net/dhcp/main.c 	errno_t rc;
errno_t            91 uspace/srv/net/dhcp/main.c 	errno_t rc;
errno_t           104 uspace/srv/net/dhcp/main.c 	errno_t rc;
errno_t           117 uspace/srv/net/dhcp/main.c 	errno_t rc;
errno_t           163 uspace/srv/net/dhcp/main.c 	errno_t rc;
errno_t            77 uspace/srv/net/dhcp/transport.c errno_t dhcp_send(dhcp_transport_t *dt, void *msg, size_t size)
errno_t            80 uspace/srv/net/dhcp/transport.c 	errno_t rc;
errno_t            99 uspace/srv/net/dhcp/transport.c 	errno_t rc;
errno_t           128 uspace/srv/net/dhcp/transport.c errno_t dhcp_transport_init(dhcp_transport_t *dt, service_id_t link_id,
errno_t           134 uspace/srv/net/dhcp/transport.c 	errno_t rc;
errno_t            60 uspace/srv/net/dhcp/transport.h extern errno_t dhcp_transport_init(dhcp_transport_t *, service_id_t,
errno_t            63 uspace/srv/net/dhcp/transport.h extern errno_t dhcp_send(dhcp_transport_t *dt, void *msg, size_t size);
errno_t            58 uspace/srv/net/dnsrsrv/dns_msg.c static errno_t dns_dstr_ext(char **dstr, const char *suff)
errno_t            95 uspace/srv/net/dnsrsrv/dns_msg.c static errno_t dns_name_encode(char *name, uint8_t *buf, size_t buf_size,
errno_t           160 uspace/srv/net/dnsrsrv/dns_msg.c errno_t dns_name_decode(dns_pdu_t *pdu, size_t boff, char **rname,
errno_t           171 uspace/srv/net/dnsrsrv/dns_msg.c 	errno_t rc;
errno_t           327 uspace/srv/net/dnsrsrv/dns_msg.c static errno_t dns_question_encode(dns_question_t *question, uint8_t *buf,
errno_t           332 uspace/srv/net/dnsrsrv/dns_msg.c 	errno_t rc;
errno_t           360 uspace/srv/net/dnsrsrv/dns_msg.c static errno_t dns_question_decode(dns_pdu_t *pdu, size_t boff,
errno_t           365 uspace/srv/net/dnsrsrv/dns_msg.c 	errno_t rc;
errno_t           400 uspace/srv/net/dnsrsrv/dns_msg.c static errno_t dns_rr_decode(dns_pdu_t *pdu, size_t boff, dns_rr_t **retrr,
errno_t           408 uspace/srv/net/dnsrsrv/dns_msg.c 	errno_t rc;
errno_t           494 uspace/srv/net/dnsrsrv/dns_msg.c errno_t dns_message_encode(dns_message_t *msg, void **rdata, size_t *rsize)
errno_t           501 uspace/srv/net/dnsrsrv/dns_msg.c 	errno_t rc;
errno_t           565 uspace/srv/net/dnsrsrv/dns_msg.c errno_t dns_message_decode(void *data, size_t size, dns_message_t **rmsg)
errno_t           576 uspace/srv/net/dnsrsrv/dns_msg.c 	errno_t rc;
errno_t            46 uspace/srv/net/dnsrsrv/dns_msg.h extern errno_t dns_message_encode(dns_message_t *, void **, size_t *);
errno_t            47 uspace/srv/net/dnsrsrv/dns_msg.h extern errno_t dns_message_decode(void *, size_t, dns_message_t **);
errno_t            50 uspace/srv/net/dnsrsrv/dns_msg.h extern errno_t dns_name_decode(dns_pdu_t *, size_t, char **, size_t *);
errno_t            57 uspace/srv/net/dnsrsrv/dnsrsrv.c static errno_t dnsr_init(void)
errno_t            60 uspace/srv/net/dnsrsrv/dnsrsrv.c 	errno_t rc;
errno_t            97 uspace/srv/net/dnsrsrv/dnsrsrv.c 	errno_t rc = async_data_write_accept((void **) &name, true, 0,
errno_t           174 uspace/srv/net/dnsrsrv/dnsrsrv.c 	errno_t rc = async_data_read_finalize(&call, &dns_server_addr, size);
errno_t           201 uspace/srv/net/dnsrsrv/dnsrsrv.c 	errno_t rc = async_data_write_finalize(&call, &dns_server_addr, size);
errno_t           249 uspace/srv/net/dnsrsrv/dnsrsrv.c 	errno_t rc;
errno_t            49 uspace/srv/net/dnsrsrv/query.c static errno_t dns_name_query(const char *name, dns_qtype_t qtype,
errno_t            94 uspace/srv/net/dnsrsrv/query.c 	errno_t rc = dns_request(msg, &amsg);
errno_t           192 uspace/srv/net/dnsrsrv/query.c errno_t dns_name2host(const char *name, dns_host_info_t **rinfo, ip_ver_t ver)
errno_t           198 uspace/srv/net/dnsrsrv/query.c 	errno_t rc;
errno_t            42 uspace/srv/net/dnsrsrv/query.h extern errno_t dns_name2host(const char *, dns_host_info_t **, ip_ver_t);
errno_t            71 uspace/srv/net/dnsrsrv/transport.c 	errno_t status;
errno_t            92 uspace/srv/net/dnsrsrv/transport.c errno_t transport_init(void)
errno_t            95 uspace/srv/net/dnsrsrv/transport.c 	errno_t rc;
errno_t           179 uspace/srv/net/dnsrsrv/transport.c errno_t dns_request(dns_message_t *req, dns_message_t **rresp)
errno_t           187 uspace/srv/net/dnsrsrv/transport.c 	errno_t rc = dns_message_encode(req, &req_data, &req_size);
errno_t           257 uspace/srv/net/dnsrsrv/transport.c 	errno_t rc;
errno_t            44 uspace/srv/net/dnsrsrv/transport.h extern errno_t transport_init(void);
errno_t            46 uspace/srv/net/dnsrsrv/transport.h extern errno_t dns_request(dns_message_t *, dns_message_t **);
errno_t            53 uspace/srv/net/ethip/arp.c static errno_t arp_send_packet(ethip_nic_t *nic, arp_eth_packet_t *packet);
errno_t            60 uspace/srv/net/ethip/arp.c 	errno_t rc = arp_pdu_decode(frame->data, frame->size, &packet);
errno_t            97 uspace/srv/net/ethip/arp.c errno_t arp_translate(ethip_nic_t *nic, addr32_t src_addr, addr32_t ip_addr,
errno_t           106 uspace/srv/net/ethip/arp.c 	errno_t rc = atrans_lookup(ip_addr, mac_addr);
errno_t           125 uspace/srv/net/ethip/arp.c static errno_t arp_send_packet(ethip_nic_t *nic, arp_eth_packet_t *packet)
errno_t           127 uspace/srv/net/ethip/arp.c 	errno_t rc;
errno_t            46 uspace/srv/net/ethip/arp.h extern errno_t arp_translate(ethip_nic_t *, addr32_t, addr32_t, eth_addr_t *);
errno_t            62 uspace/srv/net/ethip/atrans.c errno_t atrans_add(addr32_t ip_addr, eth_addr_t *mac_addr)
errno_t            88 uspace/srv/net/ethip/atrans.c errno_t atrans_remove(addr32_t ip_addr)
errno_t           106 uspace/srv/net/ethip/atrans.c static errno_t atrans_lookup_locked(addr32_t ip_addr, eth_addr_t *mac_addr)
errno_t           116 uspace/srv/net/ethip/atrans.c errno_t atrans_lookup(addr32_t ip_addr, eth_addr_t *mac_addr)
errno_t           118 uspace/srv/net/ethip/atrans.c 	errno_t rc;
errno_t           137 uspace/srv/net/ethip/atrans.c errno_t atrans_lookup_timeout(addr32_t ip_addr, usec_t timeout,
errno_t           142 uspace/srv/net/ethip/atrans.c 	errno_t rc;
errno_t            45 uspace/srv/net/ethip/atrans.h extern errno_t atrans_add(addr32_t, eth_addr_t *);
errno_t            46 uspace/srv/net/ethip/atrans.h extern errno_t atrans_remove(addr32_t);
errno_t            47 uspace/srv/net/ethip/atrans.h extern errno_t atrans_lookup(addr32_t, eth_addr_t *);
errno_t            48 uspace/srv/net/ethip/atrans.h extern errno_t atrans_lookup_timeout(addr32_t, usec_t, eth_addr_t *);
errno_t            56 uspace/srv/net/ethip/ethip.c static errno_t ethip_open(iplink_srv_t *srv);
errno_t            57 uspace/srv/net/ethip/ethip.c static errno_t ethip_close(iplink_srv_t *srv);
errno_t            58 uspace/srv/net/ethip/ethip.c static errno_t ethip_send(iplink_srv_t *srv, iplink_sdu_t *sdu);
errno_t            59 uspace/srv/net/ethip/ethip.c static errno_t ethip_send6(iplink_srv_t *srv, iplink_sdu6_t *sdu);
errno_t            60 uspace/srv/net/ethip/ethip.c static errno_t ethip_get_mtu(iplink_srv_t *srv, size_t *mtu);
errno_t            61 uspace/srv/net/ethip/ethip.c static errno_t ethip_get_mac48(iplink_srv_t *srv, eth_addr_t *mac);
errno_t            62 uspace/srv/net/ethip/ethip.c static errno_t ethip_set_mac48(iplink_srv_t *srv, eth_addr_t *mac);
errno_t            63 uspace/srv/net/ethip/ethip.c static errno_t ethip_addr_add(iplink_srv_t *srv, inet_addr_t *addr);
errno_t            64 uspace/srv/net/ethip/ethip.c static errno_t ethip_addr_remove(iplink_srv_t *srv, inet_addr_t *addr);
errno_t            82 uspace/srv/net/ethip/ethip.c static errno_t ethip_init(void)
errno_t            86 uspace/srv/net/ethip/ethip.c 	errno_t rc = loc_server_register(NAME, &ethip_srv);
errno_t            99 uspace/srv/net/ethip/ethip.c errno_t ethip_iplink_init(ethip_nic_t *nic)
errno_t           101 uspace/srv/net/ethip/ethip.c 	errno_t rc;
errno_t           163 uspace/srv/net/ethip/ethip.c static errno_t ethip_open(iplink_srv_t *srv)
errno_t           169 uspace/srv/net/ethip/ethip.c static errno_t ethip_close(iplink_srv_t *srv)
errno_t           175 uspace/srv/net/ethip/ethip.c static errno_t ethip_send(iplink_srv_t *srv, iplink_sdu_t *sdu)
errno_t           182 uspace/srv/net/ethip/ethip.c 	errno_t rc = arp_translate(nic, sdu->src, sdu->dest, &frame.dest);
errno_t           206 uspace/srv/net/ethip/ethip.c static errno_t ethip_send6(iplink_srv_t *srv, iplink_sdu6_t *sdu)
errno_t           221 uspace/srv/net/ethip/ethip.c 	errno_t rc = eth_pdu_encode(&frame, &data, &size);
errno_t           231 uspace/srv/net/ethip/ethip.c errno_t ethip_received(iplink_srv_t *srv, void *data, size_t size)
errno_t           239 uspace/srv/net/ethip/ethip.c 	errno_t rc = eth_pdu_decode(data, size, &frame);
errno_t           274 uspace/srv/net/ethip/ethip.c static errno_t ethip_get_mtu(iplink_srv_t *srv, size_t *mtu)
errno_t           281 uspace/srv/net/ethip/ethip.c static errno_t ethip_get_mac48(iplink_srv_t *srv, eth_addr_t *mac)
errno_t           291 uspace/srv/net/ethip/ethip.c static errno_t ethip_set_mac48(iplink_srv_t *srv, eth_addr_t *mac)
errno_t           301 uspace/srv/net/ethip/ethip.c static errno_t ethip_addr_add(iplink_srv_t *srv, inet_addr_t *addr)
errno_t           308 uspace/srv/net/ethip/ethip.c static errno_t ethip_addr_remove(iplink_srv_t *srv, inet_addr_t *addr)
errno_t           317 uspace/srv/net/ethip/ethip.c 	errno_t rc;
errno_t           119 uspace/srv/net/ethip/ethip.h extern errno_t ethip_iplink_init(ethip_nic_t *);
errno_t           120 uspace/srv/net/ethip/ethip.h extern errno_t ethip_received(iplink_srv_t *, void *, size_t);
errno_t            54 uspace/srv/net/ethip/ethip_nic.c static errno_t ethip_nic_open(service_id_t sid);
errno_t            60 uspace/srv/net/ethip/ethip_nic.c static errno_t ethip_nic_check_new(void)
errno_t            66 uspace/srv/net/ethip/ethip_nic.c 	errno_t rc;
errno_t           150 uspace/srv/net/ethip/ethip_nic.c static errno_t ethip_nic_open(service_id_t sid)
errno_t           160 uspace/srv/net/ethip/ethip_nic.c 	errno_t rc = loc_service_get_name(sid, &nic->svc_name);
errno_t           236 uspace/srv/net/ethip/ethip_nic.c 	errno_t rc;
errno_t           262 uspace/srv/net/ethip/ethip_nic.c 	errno_t rc;
errno_t           324 uspace/srv/net/ethip/ethip_nic.c errno_t ethip_nic_discovery_start(void)
errno_t           326 uspace/srv/net/ethip/ethip_nic.c 	errno_t rc = loc_register_cat_change_cb(ethip_nic_cat_change_cb, NULL);
errno_t           353 uspace/srv/net/ethip/ethip_nic.c errno_t ethip_nic_send(ethip_nic_t *nic, void *data, size_t size)
errno_t           355 uspace/srv/net/ethip/ethip_nic.c 	errno_t rc;
errno_t           368 uspace/srv/net/ethip/ethip_nic.c static errno_t ethip_nic_setup_multicast(ethip_nic_t *nic)
errno_t           428 uspace/srv/net/ethip/ethip_nic.c 	errno_t rc = nic_multicast_set_mode(nic->sess, NIC_MULTICAST_LIST,
errno_t           435 uspace/srv/net/ethip/ethip_nic.c errno_t ethip_nic_addr_add(ethip_nic_t *nic, inet_addr_t *addr)
errno_t           448 uspace/srv/net/ethip/ethip_nic.c errno_t ethip_nic_addr_remove(ethip_nic_t *nic, inet_addr_t *addr)
errno_t            44 uspace/srv/net/ethip/ethip_nic.h extern errno_t ethip_nic_discovery_start(void);
errno_t            46 uspace/srv/net/ethip/ethip_nic.h extern errno_t ethip_nic_send(ethip_nic_t *, void *, size_t);
errno_t            47 uspace/srv/net/ethip/ethip_nic.h extern errno_t ethip_nic_addr_add(ethip_nic_t *, inet_addr_t *);
errno_t            48 uspace/srv/net/ethip/ethip_nic.h extern errno_t ethip_nic_addr_remove(ethip_nic_t *, inet_addr_t *);
errno_t            49 uspace/srv/net/ethip/pdu.c errno_t eth_pdu_encode(eth_frame_t *frame, void **rdata, size_t *rsize)
errno_t            77 uspace/srv/net/ethip/pdu.c errno_t eth_pdu_decode(void *data, size_t size, eth_frame_t *frame)
errno_t           108 uspace/srv/net/ethip/pdu.c errno_t arp_pdu_encode(arp_eth_packet_t *packet, void **rdata, size_t *rsize)
errno_t           155 uspace/srv/net/ethip/pdu.c errno_t arp_pdu_decode(void *data, size_t size, arp_eth_packet_t *packet)
errno_t            42 uspace/srv/net/ethip/pdu.h extern errno_t eth_pdu_encode(eth_frame_t *, void **, size_t *);
errno_t            43 uspace/srv/net/ethip/pdu.h extern errno_t eth_pdu_decode(void *, size_t, eth_frame_t *);
errno_t            44 uspace/srv/net/ethip/pdu.h extern errno_t arp_pdu_encode(arp_eth_packet_t *, void **, size_t *);
errno_t            45 uspace/srv/net/ethip/pdu.h extern errno_t arp_pdu_decode(void *, size_t, arp_eth_packet_t *);
errno_t            81 uspace/srv/net/inetsrv/addrobj.c errno_t inet_addrobj_add(inet_addrobj_t *addr)
errno_t           214 uspace/srv/net/inetsrv/addrobj.c errno_t inet_addrobj_send_dgram(inet_addrobj_t *addr, inet_addr_t *ldest,
errno_t           231 uspace/srv/net/inetsrv/addrobj.c 	errno_t rc;
errno_t           257 uspace/srv/net/inetsrv/addrobj.c errno_t inet_addrobj_get_id_list(sysarg_t **rid_list, size_t *rcount)
errno_t            53 uspace/srv/net/inetsrv/addrobj.h extern errno_t inet_addrobj_add(inet_addrobj_t *);
errno_t            58 uspace/srv/net/inetsrv/addrobj.h extern errno_t inet_addrobj_send_dgram(inet_addrobj_t *, inet_addr_t *,
errno_t            60 uspace/srv/net/inetsrv/addrobj.h extern errno_t inet_addrobj_get_id_list(sysarg_t **, size_t *);
errno_t            52 uspace/srv/net/inetsrv/icmp.c static errno_t icmp_recv_echo_request(inet_dgram_t *);
errno_t            53 uspace/srv/net/inetsrv/icmp.c static errno_t icmp_recv_echo_reply(inet_dgram_t *);
errno_t            55 uspace/srv/net/inetsrv/icmp.c errno_t icmp_recv(inet_dgram_t *dgram)
errno_t            78 uspace/srv/net/inetsrv/icmp.c static errno_t icmp_recv_echo_request(inet_dgram_t *dgram)
errno_t            84 uspace/srv/net/inetsrv/icmp.c 	errno_t rc;
errno_t           121 uspace/srv/net/inetsrv/icmp.c static errno_t icmp_recv_echo_reply(inet_dgram_t *dgram)
errno_t           143 uspace/srv/net/inetsrv/icmp.c errno_t icmp_ping_send(uint16_t ident, inetping_sdu_t *sdu)
errno_t           172 uspace/srv/net/inetsrv/icmp.c 	errno_t rc = inet_route_packet(&dgram, IP_PROTO_ICMP, INET_TTL_MAX, 0);
errno_t            43 uspace/srv/net/inetsrv/icmp.h extern errno_t icmp_recv(inet_dgram_t *);
errno_t            44 uspace/srv/net/inetsrv/icmp.h extern errno_t icmp_ping_send(uint16_t, inetping_sdu_t *);
errno_t            49 uspace/srv/net/inetsrv/icmpv6.c static errno_t icmpv6_recv_echo_request(inet_dgram_t *dgram)
errno_t           103 uspace/srv/net/inetsrv/icmpv6.c 	errno_t rc = inet_route_packet(&rdgram, IP_PROTO_ICMPV6,
errno_t           111 uspace/srv/net/inetsrv/icmpv6.c static errno_t icmpv6_recv_echo_reply(inet_dgram_t *dgram)
errno_t           134 uspace/srv/net/inetsrv/icmpv6.c errno_t icmpv6_recv(inet_dgram_t *dgram)
errno_t           159 uspace/srv/net/inetsrv/icmpv6.c errno_t icmpv6_ping_send(uint16_t ident, inetping_sdu_t *sdu)
errno_t           204 uspace/srv/net/inetsrv/icmpv6.c 	errno_t rc = inet_route_packet(&dgram, IP_PROTO_ICMPV6,
errno_t            43 uspace/srv/net/inetsrv/icmpv6.h extern errno_t icmpv6_recv(inet_dgram_t *);
errno_t            44 uspace/srv/net/inetsrv/icmpv6.h extern errno_t icmpv6_ping_send(uint16_t, inetping_sdu_t *);
errno_t            58 uspace/srv/net/inetsrv/inet_link.c static errno_t inet_iplink_recv(iplink_t *, iplink_recv_sdu_t *, ip_ver_t);
errno_t            59 uspace/srv/net/inetsrv/inet_link.c static errno_t inet_iplink_change_addr(iplink_t *, eth_addr_t *);
errno_t            89 uspace/srv/net/inetsrv/inet_link.c static errno_t inet_iplink_recv(iplink_t *iplink, iplink_recv_sdu_t *sdu, ip_ver_t ver)
errno_t            93 uspace/srv/net/inetsrv/inet_link.c 	errno_t rc;
errno_t           127 uspace/srv/net/inetsrv/inet_link.c static errno_t inet_iplink_change_addr(iplink_t *iplink, eth_addr_t *mac)
errno_t           166 uspace/srv/net/inetsrv/inet_link.c errno_t inet_link_open(service_id_t sid)
errno_t           170 uspace/srv/net/inetsrv/inet_link.c 	errno_t rc;
errno_t           320 uspace/srv/net/inetsrv/inet_link.c errno_t inet_link_send_dgram(inet_link_t *ilink, addr32_t lsrc, addr32_t ldest,
errno_t           360 uspace/srv/net/inetsrv/inet_link.c 	errno_t rc;
errno_t           395 uspace/srv/net/inetsrv/inet_link.c errno_t inet_link_send_dgram6(inet_link_t *ilink, eth_addr_t *ldest,
errno_t           433 uspace/srv/net/inetsrv/inet_link.c 	errno_t rc;
errno_t           479 uspace/srv/net/inetsrv/inet_link.c errno_t inet_link_get_id_list(sysarg_t **rid_list, size_t *rcount)
errno_t            45 uspace/srv/net/inetsrv/inet_link.h extern errno_t inet_link_open(service_id_t);
errno_t            46 uspace/srv/net/inetsrv/inet_link.h extern errno_t inet_link_send_dgram(inet_link_t *, addr32_t,
errno_t            48 uspace/srv/net/inetsrv/inet_link.h extern errno_t inet_link_send_dgram6(inet_link_t *, eth_addr_t *, inet_dgram_t *,
errno_t            51 uspace/srv/net/inetsrv/inet_link.h extern errno_t inet_link_get_id_list(sysarg_t **, size_t *);
errno_t            54 uspace/srv/net/inetsrv/inetcfg.c static errno_t inetcfg_addr_create_static(char *name, inet_naddr_t *naddr,
errno_t            60 uspace/srv/net/inetsrv/inetcfg.c 	errno_t rc;
errno_t            97 uspace/srv/net/inetsrv/inetcfg.c static errno_t inetcfg_addr_delete(sysarg_t addr_id)
errno_t           111 uspace/srv/net/inetsrv/inetcfg.c static errno_t inetcfg_addr_get(sysarg_t addr_id, inet_addr_info_t *ainfo)
errno_t           126 uspace/srv/net/inetsrv/inetcfg.c static errno_t inetcfg_addr_get_id(char *name, sysarg_t link_id, sysarg_t *addr_id)
errno_t           147 uspace/srv/net/inetsrv/inetcfg.c static errno_t inetcfg_get_addr_list(sysarg_t **addrs, size_t *count)
errno_t           152 uspace/srv/net/inetsrv/inetcfg.c static errno_t inetcfg_get_link_list(sysarg_t **addrs, size_t *count)
errno_t           157 uspace/srv/net/inetsrv/inetcfg.c static errno_t inetcfg_get_sroute_list(sysarg_t **sroutes, size_t *count)
errno_t           162 uspace/srv/net/inetsrv/inetcfg.c static errno_t inetcfg_link_add(sysarg_t link_id)
errno_t           167 uspace/srv/net/inetsrv/inetcfg.c static errno_t inetcfg_link_get(sysarg_t link_id, inet_link_info_t *linfo)
errno_t           187 uspace/srv/net/inetsrv/inetcfg.c static errno_t inetcfg_link_remove(sysarg_t link_id)
errno_t           192 uspace/srv/net/inetsrv/inetcfg.c static errno_t inetcfg_sroute_create(char *name, inet_naddr_t *dest,
errno_t           212 uspace/srv/net/inetsrv/inetcfg.c static errno_t inetcfg_sroute_delete(sysarg_t sroute_id)
errno_t           226 uspace/srv/net/inetsrv/inetcfg.c static errno_t inetcfg_sroute_get(sysarg_t sroute_id, inet_sroute_info_t *srinfo)
errno_t           241 uspace/srv/net/inetsrv/inetcfg.c static errno_t inetcfg_sroute_get_id(char *name, sysarg_t *sroute_id)
errno_t           276 uspace/srv/net/inetsrv/inetcfg.c 	errno_t rc = async_data_write_finalize(&call, &naddr, size);
errno_t           300 uspace/srv/net/inetsrv/inetcfg.c 	errno_t rc;
errno_t           322 uspace/srv/net/inetsrv/inetcfg.c 	errno_t rc = inetcfg_addr_get(addr_id, &ainfo);
errno_t           373 uspace/srv/net/inetsrv/inetcfg.c 	errno_t rc;
errno_t           400 uspace/srv/net/inetsrv/inetcfg.c 	errno_t rc;
errno_t           420 uspace/srv/net/inetsrv/inetcfg.c 	errno_t retval = async_data_read_finalize(&rcall, id_buf, size);
errno_t           434 uspace/srv/net/inetsrv/inetcfg.c 	errno_t rc;
errno_t           454 uspace/srv/net/inetsrv/inetcfg.c 	errno_t retval = async_data_read_finalize(&rcall, id_buf, size);
errno_t           468 uspace/srv/net/inetsrv/inetcfg.c 	errno_t rc;
errno_t           488 uspace/srv/net/inetsrv/inetcfg.c 	errno_t retval = async_data_read_finalize(&rcall, id_buf, size);
errno_t           497 uspace/srv/net/inetsrv/inetcfg.c 	errno_t rc;
errno_t           516 uspace/srv/net/inetsrv/inetcfg.c 	errno_t rc;
errno_t           544 uspace/srv/net/inetsrv/inetcfg.c 	errno_t retval = async_data_read_finalize(&name, linfo.name,
errno_t           564 uspace/srv/net/inetsrv/inetcfg.c 	errno_t rc;
errno_t           593 uspace/srv/net/inetsrv/inetcfg.c 	errno_t rc = async_data_write_finalize(&call, &dest, size);
errno_t           637 uspace/srv/net/inetsrv/inetcfg.c 	errno_t rc;
errno_t           659 uspace/srv/net/inetsrv/inetcfg.c 	errno_t rc = inetcfg_sroute_get(sroute_id, &srinfo);
errno_t           722 uspace/srv/net/inetsrv/inetcfg.c 	errno_t rc;
errno_t            60 uspace/srv/net/inetsrv/inetping.c static errno_t inetping_send(inetping_client_t *client, inetping_sdu_t *sdu)
errno_t            75 uspace/srv/net/inetsrv/inetping.c static errno_t inetping_get_srcaddr(inetping_client_t *client,
errno_t            96 uspace/srv/net/inetsrv/inetping.c errno_t inetping_recv(uint16_t ident, inetping_sdu_t *sdu)
errno_t           109 uspace/srv/net/inetsrv/inetping.c 	errno_t rc = async_data_write_start(exch, &sdu->src, sizeof(sdu->src));
errno_t           132 uspace/srv/net/inetsrv/inetping.c 	errno_t retval;
errno_t           143 uspace/srv/net/inetsrv/inetping.c 	errno_t rc;
errno_t           222 uspace/srv/net/inetsrv/inetping.c 	errno_t rc = async_data_write_finalize(&call, &remote, size);
errno_t           254 uspace/srv/net/inetsrv/inetping.c static errno_t inetping_client_init(inetping_client_t *client)
errno_t           289 uspace/srv/net/inetsrv/inetping.c 	errno_t rc = inetping_client_init(&client);
errno_t            44 uspace/srv/net/inetsrv/inetping.h extern errno_t inetping_recv(uint16_t, inetping_sdu_t *);
errno_t            86 uspace/srv/net/inetsrv/inetsrv.c static errno_t inet_init(void)
errno_t            93 uspace/srv/net/inetsrv/inetsrv.c 	errno_t rc = async_create_port(INTERFACE_INET,
errno_t           139 uspace/srv/net/inetsrv/inetsrv.c static errno_t inet_find_dir(inet_addr_t *src, inet_addr_t *dest, uint8_t tos,
errno_t           169 uspace/srv/net/inetsrv/inetsrv.c errno_t inet_route_packet(inet_dgram_t *dgram, uint8_t proto, uint8_t ttl,
errno_t           174 uspace/srv/net/inetsrv/inetsrv.c 	errno_t rc;
errno_t           205 uspace/srv/net/inetsrv/inetsrv.c static errno_t inet_send(inet_client_t *client, inet_dgram_t *dgram,
errno_t           211 uspace/srv/net/inetsrv/inetsrv.c errno_t inet_get_srcaddr(inet_addr_t *remote, uint8_t tos, inet_addr_t *local)
errno_t           214 uspace/srv/net/inetsrv/inetsrv.c 	errno_t rc;
errno_t           255 uspace/srv/net/inetsrv/inetsrv.c 	errno_t rc = async_data_write_finalize(&call, &remote, size);
errno_t           316 uspace/srv/net/inetsrv/inetsrv.c 	errno_t rc = async_data_write_finalize(&call, &dgram.src, size);
errno_t           446 uspace/srv/net/inetsrv/inetsrv.c errno_t inet_ev_recv(inet_client_t *client, inet_dgram_t *dgram)
errno_t           458 uspace/srv/net/inetsrv/inetsrv.c 	errno_t rc = async_data_write_start(exch, &dgram->src, sizeof(inet_addr_t));
errno_t           481 uspace/srv/net/inetsrv/inetsrv.c 	errno_t retval;
errno_t           487 uspace/srv/net/inetsrv/inetsrv.c errno_t inet_recv_dgram_local(inet_dgram_t *dgram, uint8_t proto)
errno_t           510 uspace/srv/net/inetsrv/inetsrv.c errno_t inet_recv_packet(inet_packet_t *packet)
errno_t           544 uspace/srv/net/inetsrv/inetsrv.c 	errno_t rc;
errno_t           154 uspace/srv/net/inetsrv/inetsrv.h extern errno_t inet_ev_recv(inet_client_t *, inet_dgram_t *);
errno_t           155 uspace/srv/net/inetsrv/inetsrv.h extern errno_t inet_recv_packet(inet_packet_t *);
errno_t           156 uspace/srv/net/inetsrv/inetsrv.h extern errno_t inet_route_packet(inet_dgram_t *, uint8_t, uint8_t, int);
errno_t           157 uspace/srv/net/inetsrv/inetsrv.h extern errno_t inet_get_srcaddr(inet_addr_t *, uint8_t, inet_addr_t *);
errno_t           158 uspace/srv/net/inetsrv/inetsrv.h extern errno_t inet_recv_dgram_local(inet_dgram_t *, uint8_t);
errno_t            68 uspace/srv/net/inetsrv/ndp.c static errno_t ndp_send_packet(inet_link_t *link, ndp_packet_t *packet)
errno_t            81 uspace/srv/net/inetsrv/ndp.c static errno_t ndp_router_advertisement(inet_dgram_t *dgram, inet_addr_t *router)
errno_t            87 uspace/srv/net/inetsrv/ndp.c errno_t ndp_received(inet_dgram_t *dgram)
errno_t            92 uspace/srv/net/inetsrv/ndp.c 	errno_t rc = ndp_pdu_decode(dgram, &packet);
errno_t           155 uspace/srv/net/inetsrv/ndp.c errno_t ndp_translate(addr128_t src_addr, addr128_t ip_addr, eth_addr_t *mac_addr,
errno_t           164 uspace/srv/net/inetsrv/ndp.c 	errno_t rc = ntrans_lookup(ip_addr, mac_addr);
errno_t            67 uspace/srv/net/inetsrv/ndp.h extern errno_t ndp_received(inet_dgram_t *);
errno_t            68 uspace/srv/net/inetsrv/ndp.h extern errno_t ndp_translate(addr128_t, addr128_t, eth_addr_t *, inet_link_t *);
errno_t            77 uspace/srv/net/inetsrv/ntrans.c errno_t ntrans_add(addr128_t ip_addr, eth_addr_t *mac_addr)
errno_t           111 uspace/srv/net/inetsrv/ntrans.c errno_t ntrans_remove(addr128_t ip_addr)
errno_t           138 uspace/srv/net/inetsrv/ntrans.c errno_t ntrans_lookup(addr128_t ip_addr, eth_addr_t *mac_addr)
errno_t           160 uspace/srv/net/inetsrv/ntrans.c errno_t ntrans_wait_timeout(usec_t timeout)
errno_t           163 uspace/srv/net/inetsrv/ntrans.c 	errno_t rc = fibril_condvar_wait_timeout(&ntrans_cv, &ntrans_list_lock,
errno_t            52 uspace/srv/net/inetsrv/ntrans.h extern errno_t ntrans_add(addr128_t, eth_addr_t *);
errno_t            53 uspace/srv/net/inetsrv/ntrans.h extern errno_t ntrans_remove(addr128_t);
errno_t            54 uspace/srv/net/inetsrv/ntrans.h extern errno_t ntrans_lookup(addr128_t, eth_addr_t *);
errno_t            55 uspace/srv/net/inetsrv/ntrans.h extern errno_t ntrans_wait_timeout(usec_t);
errno_t           105 uspace/srv/net/inetsrv/pdu.c errno_t inet_pdu_encode(inet_packet_t *packet, addr32_t src, addr32_t dest,
errno_t           197 uspace/srv/net/inetsrv/pdu.c errno_t inet_pdu_encode6(inet_packet_t *packet, addr128_t src, addr128_t dest,
errno_t           311 uspace/srv/net/inetsrv/pdu.c errno_t inet_pdu_decode(void *data, size_t size, service_id_t link_id,
errno_t           388 uspace/srv/net/inetsrv/pdu.c errno_t inet_pdu_decode6(void *data, size_t size, service_id_t link_id,
errno_t           477 uspace/srv/net/inetsrv/pdu.c errno_t ndp_pdu_encode(ndp_packet_t *ndp, inet_dgram_t *dgram)
errno_t           538 uspace/srv/net/inetsrv/pdu.c errno_t ndp_pdu_decode(inet_dgram_t *dgram, ndp_packet_t *ndp)
errno_t            50 uspace/srv/net/inetsrv/pdu.h extern errno_t inet_pdu_encode(inet_packet_t *, addr32_t, addr32_t, size_t, size_t,
errno_t            52 uspace/srv/net/inetsrv/pdu.h extern errno_t inet_pdu_encode6(inet_packet_t *, addr128_t, addr128_t, size_t,
errno_t            54 uspace/srv/net/inetsrv/pdu.h extern errno_t inet_pdu_decode(void *, size_t, service_id_t, inet_packet_t *);
errno_t            55 uspace/srv/net/inetsrv/pdu.h extern errno_t inet_pdu_decode6(void *, size_t, service_id_t, inet_packet_t *);
errno_t            57 uspace/srv/net/inetsrv/pdu.h extern errno_t ndp_pdu_decode(inet_dgram_t *, ndp_packet_t *);
errno_t            58 uspace/srv/net/inetsrv/pdu.h extern errno_t ndp_pdu_encode(ndp_packet_t *, inet_dgram_t *);
errno_t            72 uspace/srv/net/inetsrv/reass.c static errno_t reass_dgram_insert_frag(reass_dgram_t *, inet_packet_t *);
errno_t            75 uspace/srv/net/inetsrv/reass.c static errno_t reass_dgram_deliver(reass_dgram_t *);
errno_t            83 uspace/srv/net/inetsrv/reass.c errno_t inet_reass_queue_packet(inet_packet_t *packet)
errno_t            86 uspace/srv/net/inetsrv/reass.c 	errno_t rc;
errno_t           182 uspace/srv/net/inetsrv/reass.c static errno_t reass_dgram_insert_frag(reass_dgram_t *rdg, inet_packet_t *packet)
errno_t           292 uspace/srv/net/inetsrv/reass.c static errno_t reass_dgram_deliver(reass_dgram_t *rdg)
errno_t           299 uspace/srv/net/inetsrv/reass.c 	errno_t rc;
errno_t            42 uspace/srv/net/inetsrv/reass.h extern errno_t inet_reass_queue_packet(inet_packet_t *);
errno_t           185 uspace/srv/net/inetsrv/sroute.c errno_t inet_sroute_get_id_list(sysarg_t **rid_list, size_t *rcount)
errno_t            51 uspace/srv/net/inetsrv/sroute.h extern errno_t inet_sroute_send_dgram(inet_sroute_t *, inet_addr_t *,
errno_t            53 uspace/srv/net/inetsrv/sroute.h extern errno_t inet_sroute_get_id_list(sysarg_t **, size_t *);
errno_t            53 uspace/srv/net/loopip/loopip.c static errno_t loopip_open(iplink_srv_t *srv);
errno_t            54 uspace/srv/net/loopip/loopip.c static errno_t loopip_close(iplink_srv_t *srv);
errno_t            55 uspace/srv/net/loopip/loopip.c static errno_t loopip_send(iplink_srv_t *srv, iplink_sdu_t *sdu);
errno_t            56 uspace/srv/net/loopip/loopip.c static errno_t loopip_send6(iplink_srv_t *srv, iplink_sdu6_t *sdu);
errno_t            57 uspace/srv/net/loopip/loopip.c static errno_t loopip_get_mtu(iplink_srv_t *srv, size_t *mtu);
errno_t            58 uspace/srv/net/loopip/loopip.c static errno_t loopip_get_mac48(iplink_srv_t *srv, eth_addr_t *mac);
errno_t            59 uspace/srv/net/loopip/loopip.c static errno_t loopip_addr_add(iplink_srv_t *srv, inet_addr_t *addr);
errno_t            60 uspace/srv/net/loopip/loopip.c static errno_t loopip_addr_remove(iplink_srv_t *srv, inet_addr_t *addr);
errno_t            86 uspace/srv/net/loopip/loopip.c static errno_t loopip_recv_fibril(void *arg)
errno_t           103 uspace/srv/net/loopip/loopip.c static errno_t loopip_init(void)
errno_t           109 uspace/srv/net/loopip/loopip.c 	errno_t rc = loc_server_register(NAME, &srv);
errno_t           167 uspace/srv/net/loopip/loopip.c static errno_t loopip_open(iplink_srv_t *srv)
errno_t           173 uspace/srv/net/loopip/loopip.c static errno_t loopip_close(iplink_srv_t *srv)
errno_t           179 uspace/srv/net/loopip/loopip.c static errno_t loopip_send(iplink_srv_t *srv, iplink_sdu_t *sdu)
errno_t           208 uspace/srv/net/loopip/loopip.c static errno_t loopip_send6(iplink_srv_t *srv, iplink_sdu6_t *sdu)
errno_t           237 uspace/srv/net/loopip/loopip.c static errno_t loopip_get_mtu(iplink_srv_t *srv, size_t *mtu)
errno_t           244 uspace/srv/net/loopip/loopip.c static errno_t loopip_get_mac48(iplink_srv_t *src, eth_addr_t *mac)
errno_t           250 uspace/srv/net/loopip/loopip.c static errno_t loopip_addr_add(iplink_srv_t *srv, inet_addr_t *addr)
errno_t           255 uspace/srv/net/loopip/loopip.c static errno_t loopip_addr_remove(iplink_srv_t *srv, inet_addr_t *addr)
errno_t           264 uspace/srv/net/loopip/loopip.c 	errno_t rc = log_init(NAME);
errno_t            51 uspace/srv/net/nconfsrv/iplink.c static errno_t ncs_link_add(service_id_t);
errno_t            56 uspace/srv/net/nconfsrv/iplink.c static errno_t ncs_link_check_new(void)
errno_t            62 uspace/srv/net/nconfsrv/iplink.c 	errno_t rc;
errno_t           126 uspace/srv/net/nconfsrv/iplink.c static errno_t ncs_link_add(service_id_t sid)
errno_t           129 uspace/srv/net/nconfsrv/iplink.c 	errno_t rc;
errno_t           177 uspace/srv/net/nconfsrv/iplink.c errno_t ncs_link_discovery_start(void)
errno_t           179 uspace/srv/net/nconfsrv/iplink.c 	errno_t rc;
errno_t           207 uspace/srv/net/nconfsrv/iplink.c errno_t ncs_link_get_id_list(sysarg_t **rid_list, size_t *rcount)
errno_t            43 uspace/srv/net/nconfsrv/iplink.h extern errno_t ncs_link_discovery_start(void);
errno_t            45 uspace/srv/net/nconfsrv/iplink.h extern errno_t ncs_link_get_id_list(sysarg_t **, size_t *);
errno_t            58 uspace/srv/net/nconfsrv/nconfsrv.c static errno_t ncs_init(void)
errno_t            62 uspace/srv/net/nconfsrv/nconfsrv.c 	errno_t rc;
errno_t           112 uspace/srv/net/nconfsrv/nconfsrv.c 	errno_t rc;
errno_t            61 uspace/srv/net/slip/slip.c static errno_t slip_open(iplink_srv_t *);
errno_t            62 uspace/srv/net/slip/slip.c static errno_t slip_close(iplink_srv_t *);
errno_t            63 uspace/srv/net/slip/slip.c static errno_t slip_send(iplink_srv_t *, iplink_sdu_t *);
errno_t            64 uspace/srv/net/slip/slip.c static errno_t slip_send6(iplink_srv_t *, iplink_sdu6_t *);
errno_t            65 uspace/srv/net/slip/slip.c static errno_t slip_get_mtu(iplink_srv_t *, size_t *);
errno_t            66 uspace/srv/net/slip/slip.c static errno_t slip_get_mac48(iplink_srv_t *, eth_addr_t *);
errno_t            67 uspace/srv/net/slip/slip.c static errno_t slip_addr_add(iplink_srv_t *, inet_addr_t *);
errno_t            68 uspace/srv/net/slip/slip.c static errno_t slip_addr_remove(iplink_srv_t *, inet_addr_t *);
errno_t            90 uspace/srv/net/slip/slip.c errno_t slip_open(iplink_srv_t *srv)
errno_t            96 uspace/srv/net/slip/slip.c errno_t slip_close(iplink_srv_t *srv)
errno_t           107 uspace/srv/net/slip/slip.c 		errno_t rc;
errno_t           130 uspace/srv/net/slip/slip.c errno_t slip_send(iplink_srv_t *srv, iplink_sdu_t *sdu)
errno_t           166 uspace/srv/net/slip/slip.c errno_t slip_send6(iplink_srv_t *srv, iplink_sdu6_t *sdu)
errno_t           173 uspace/srv/net/slip/slip.c errno_t slip_get_mtu(iplink_srv_t *srv, size_t *mtu)
errno_t           180 uspace/srv/net/slip/slip.c errno_t slip_get_mac48(iplink_srv_t *src, eth_addr_t *mac)
errno_t           186 uspace/srv/net/slip/slip.c errno_t slip_addr_add(iplink_srv_t *srv, inet_addr_t *addr)
errno_t           192 uspace/srv/net/slip/slip.c errno_t slip_addr_remove(iplink_srv_t *srv, inet_addr_t *addr)
errno_t           212 uspace/srv/net/slip/slip.c 		errno_t rc;
errno_t           232 uspace/srv/net/slip/slip.c static errno_t slip_recv_fibril(void *arg)
errno_t           238 uspace/srv/net/slip/slip.c 	errno_t rc;
errno_t           299 uspace/srv/net/slip/slip.c static errno_t slip_init(const char *svcstr, const char *linkstr)
errno_t           310 uspace/srv/net/slip/slip.c 	errno_t rc;
errno_t           427 uspace/srv/net/slip/slip.c 	errno_t rc;
errno_t            86 uspace/srv/net/tcp/conn.c errno_t tcp_conns_init(void)
errno_t            88 uspace/srv/net/tcp/conn.c 	errno_t rc;
errno_t           307 uspace/srv/net/tcp/conn.c errno_t tcp_conn_add(tcp_conn_t *conn)
errno_t           310 uspace/srv/net/tcp/conn.c 	errno_t rc;
errno_t           429 uspace/srv/net/tcp/conn.c 	errno_t rc;
errno_t          1234 uspace/srv/net/tcp/conn.c 	errno_t rc;
errno_t            42 uspace/srv/net/tcp/conn.h extern errno_t tcp_conns_init(void);
errno_t            46 uspace/srv/net/tcp/conn.h extern errno_t tcp_conn_add(tcp_conn_t *);
errno_t            52 uspace/srv/net/tcp/inet.c static errno_t tcp_inet_ev_recv(inet_dgram_t *dgram);
errno_t            60 uspace/srv/net/tcp/inet.c static errno_t tcp_inet_ev_recv(inet_dgram_t *dgram)
errno_t           124 uspace/srv/net/tcp/inet.c 	errno_t rc;
errno_t           172 uspace/srv/net/tcp/inet.c errno_t tcp_inet_init(void)
errno_t           174 uspace/srv/net/tcp/inet.c 	errno_t rc;
errno_t            40 uspace/srv/net/tcp/inet.h extern errno_t tcp_inet_init(void);
errno_t           139 uspace/srv/net/tcp/iqueue.c errno_t tcp_iqueue_get_ready_seg(tcp_iqueue_t *iqueue, tcp_segment_t **seg)
errno_t            43 uspace/srv/net/tcp/iqueue.h extern errno_t tcp_iqueue_get_ready_seg(tcp_iqueue_t *, tcp_segment_t **);
errno_t           125 uspace/srv/net/tcp/ncsim.c static errno_t tcp_ncsim_fibril(void *arg)
errno_t           130 uspace/srv/net/tcp/ncsim.c 	errno_t rc;
errno_t           193 uspace/srv/net/tcp/pdu.c static errno_t tcp_header_encode(inet_ep2_t *epp, tcp_segment_t *seg,
errno_t           297 uspace/srv/net/tcp/pdu.c errno_t tcp_pdu_decode(tcp_pdu_t *pdu, inet_ep2_t *epp, tcp_segment_t **seg)
errno_t           321 uspace/srv/net/tcp/pdu.c errno_t tcp_pdu_encode(inet_ep2_t *epp, tcp_segment_t *seg, tcp_pdu_t **pdu)
errno_t           326 uspace/srv/net/tcp/pdu.c 	errno_t rc;
errno_t            45 uspace/srv/net/tcp/pdu.h extern errno_t tcp_pdu_decode(tcp_pdu_t *, inet_ep2_t *, tcp_segment_t **);
errno_t            46 uspace/srv/net/tcp/pdu.h extern errno_t tcp_pdu_encode(inet_ep2_t *, tcp_segment_t *, tcp_pdu_t **);
errno_t           107 uspace/srv/net/tcp/rqueue.c static errno_t tcp_rqueue_fibril(void *arg)
errno_t            70 uspace/srv/net/tcp/service.c static errno_t tcp_cconn_create(tcp_client_t *, tcp_conn_t *, tcp_cconn_t **);
errno_t           135 uspace/srv/net/tcp/service.c 	errno_t rc;
errno_t           301 uspace/srv/net/tcp/service.c static errno_t tcp_cconn_create(tcp_client_t *client, tcp_conn_t *conn,
errno_t           348 uspace/srv/net/tcp/service.c static errno_t tcp_clistener_create(tcp_client_t *client, tcp_conn_t *conn,
errno_t           393 uspace/srv/net/tcp/service.c static errno_t tcp_cconn_get(tcp_client_t *client, sysarg_t id,
errno_t           415 uspace/srv/net/tcp/service.c static errno_t tcp_clistener_get(tcp_client_t *client, sysarg_t id,
errno_t           438 uspace/srv/net/tcp/service.c static errno_t tcp_conn_create_impl(tcp_client_t *client, inet_ep2_t *epp,
errno_t           443 uspace/srv/net/tcp/service.c 	errno_t rc;
errno_t           485 uspace/srv/net/tcp/service.c static errno_t tcp_conn_destroy_impl(tcp_client_t *client, sysarg_t conn_id)
errno_t           488 uspace/srv/net/tcp/service.c 	errno_t rc;
errno_t           512 uspace/srv/net/tcp/service.c static errno_t tcp_listener_create_impl(tcp_client_t *client, inet_ep_t *ep,
errno_t           518 uspace/srv/net/tcp/service.c 	errno_t rc;
errno_t           558 uspace/srv/net/tcp/service.c static errno_t tcp_listener_destroy_impl(tcp_client_t *client, sysarg_t lst_id)
errno_t           561 uspace/srv/net/tcp/service.c 	errno_t rc;
errno_t           585 uspace/srv/net/tcp/service.c static errno_t tcp_conn_send_fin_impl(tcp_client_t *client, sysarg_t conn_id)
errno_t           588 uspace/srv/net/tcp/service.c 	errno_t rc;
errno_t           610 uspace/srv/net/tcp/service.c static errno_t tcp_conn_push_impl(tcp_client_t *client, sysarg_t conn_id)
errno_t           613 uspace/srv/net/tcp/service.c 	errno_t rc;
errno_t           635 uspace/srv/net/tcp/service.c static errno_t tcp_conn_reset_impl(tcp_client_t *client, sysarg_t conn_id)
errno_t           638 uspace/srv/net/tcp/service.c 	errno_t rc;
errno_t           661 uspace/srv/net/tcp/service.c static errno_t tcp_conn_send_impl(tcp_client_t *client, sysarg_t conn_id,
errno_t           665 uspace/srv/net/tcp/service.c 	errno_t rc;
errno_t           691 uspace/srv/net/tcp/service.c static errno_t tcp_conn_recv_impl(tcp_client_t *client, sysarg_t conn_id,
errno_t           696 uspace/srv/net/tcp/service.c 	errno_t rc;
errno_t           761 uspace/srv/net/tcp/service.c 	errno_t rc;
errno_t           804 uspace/srv/net/tcp/service.c 	errno_t rc;
errno_t           827 uspace/srv/net/tcp/service.c 	errno_t rc;
errno_t           870 uspace/srv/net/tcp/service.c 	errno_t rc;
errno_t           890 uspace/srv/net/tcp/service.c 	errno_t rc;
errno_t           910 uspace/srv/net/tcp/service.c 	errno_t rc;
errno_t           930 uspace/srv/net/tcp/service.c 	errno_t rc;
errno_t           953 uspace/srv/net/tcp/service.c 	errno_t rc;
errno_t          1013 uspace/srv/net/tcp/service.c 	errno_t rc;
errno_t          1068 uspace/srv/net/tcp/service.c 	errno_t rc;
errno_t          1240 uspace/srv/net/tcp/service.c errno_t tcp_service_init(void)
errno_t          1242 uspace/srv/net/tcp/service.c 	errno_t rc;
errno_t            38 uspace/srv/net/tcp/service.h extern errno_t tcp_service_init(void);
errno_t            57 uspace/srv/net/tcp/tcp.c static errno_t tcp_init(void)
errno_t            59 uspace/srv/net/tcp/tcp.c 	errno_t rc;
errno_t            94 uspace/srv/net/tcp/tcp.c 	errno_t rc;
errno_t            49 uspace/srv/net/tcp/test.c static errno_t test_srv(void *arg)
errno_t            93 uspace/srv/net/tcp/test.c static errno_t test_cli(void *arg)
errno_t            48 uspace/srv/net/tcp/test/conn.c 	errno_t rc;
errno_t            91 uspace/srv/net/tcp/test/conn.c 	errno_t rc;
errno_t           121 uspace/srv/net/tcp/test/conn.c 	errno_t rc;
errno_t           154 uspace/srv/net/tcp/test/conn.c 	errno_t rc;
errno_t            47 uspace/srv/net/tcp/test/iqueue.c 	errno_t rc;
errno_t            73 uspace/srv/net/tcp/test/iqueue.c 	errno_t rc;
errno_t           119 uspace/srv/net/tcp/test/iqueue.c 	errno_t rc;
errno_t            49 uspace/srv/net/tcp/test/pdu.c 	errno_t rc;
errno_t            80 uspace/srv/net/tcp/test/pdu.c 	errno_t rc;
errno_t            61 uspace/srv/net/tcp/test/rqueue.c 	errno_t rc;
errno_t            56 uspace/srv/net/tcp/test/tqueue.c 	errno_t rc;
errno_t            62 uspace/srv/net/tcp/test/ucall.c 	errno_t rc;
errno_t            65 uspace/srv/net/tcp/tqueue.c errno_t tcp_tqueue_init(tcp_tqueue_t *tqueue, tcp_conn_t *conn,
errno_t            42 uspace/srv/net/tcp/tqueue.h extern errno_t tcp_tqueue_init(tcp_tqueue_t *, tcp_conn_t *,
errno_t            71 uspace/srv/net/tcp/ucall.c 	errno_t rc;
errno_t            56 uspace/srv/net/udp/assoc.c static errno_t udp_assoc_queue_msg(udp_assoc_t *, inet_ep2_t *, udp_msg_t *);
errno_t            60 uspace/srv/net/udp/assoc.c errno_t udp_assocs_init(udp_assocs_dep_t *dep)
errno_t            62 uspace/srv/net/udp/assoc.c 	errno_t rc;
errno_t           193 uspace/srv/net/udp/assoc.c errno_t udp_assoc_add(udp_assoc_t *assoc)
errno_t           196 uspace/srv/net/udp/assoc.c 	errno_t rc;
errno_t           254 uspace/srv/net/udp/assoc.c errno_t udp_assoc_send(udp_assoc_t *assoc, inet_ep_t *remote, udp_msg_t *msg)
errno_t           257 uspace/srv/net/udp/assoc.c 	errno_t rc;
errno_t           307 uspace/srv/net/udp/assoc.c errno_t udp_assoc_recv(udp_assoc_t *assoc, udp_msg_t **msg, inet_ep_t *remote)
errno_t           346 uspace/srv/net/udp/assoc.c 	errno_t rc;
errno_t           385 uspace/srv/net/udp/assoc.c static errno_t udp_assoc_queue_msg(udp_assoc_t *assoc, inet_ep2_t *epp,
errno_t           421 uspace/srv/net/udp/assoc.c 	errno_t rc;
errno_t            42 uspace/srv/net/udp/assoc.h extern errno_t udp_assocs_init(udp_assocs_dep_t *);
errno_t            46 uspace/srv/net/udp/assoc.h extern errno_t udp_assoc_add(udp_assoc_t *);
errno_t            51 uspace/srv/net/udp/assoc.h extern errno_t udp_assoc_send(udp_assoc_t *, inet_ep_t *, udp_msg_t *);
errno_t            52 uspace/srv/net/udp/assoc.h extern errno_t udp_assoc_recv(udp_assoc_t *, udp_msg_t **, inet_ep_t *);
errno_t            55 uspace/srv/net/udp/cassoc.c errno_t udp_cassoc_queue_msg(udp_cassoc_t *cassoc, inet_ep2_t *epp,
errno_t            86 uspace/srv/net/udp/cassoc.c errno_t udp_cassoc_create(udp_client_t *client, udp_assoc_t *assoc,
errno_t           131 uspace/srv/net/udp/cassoc.c errno_t udp_cassoc_get(udp_client_t *client, sysarg_t id,
errno_t            41 uspace/srv/net/udp/cassoc.h errno_t udp_cassoc_create(udp_client_t *, udp_assoc_t *, udp_cassoc_t **);
errno_t            43 uspace/srv/net/udp/cassoc.h errno_t udp_cassoc_get(udp_client_t *, sysarg_t, udp_cassoc_t **);
errno_t            44 uspace/srv/net/udp/cassoc.h errno_t udp_cassoc_queue_msg(udp_cassoc_t *, inet_ep2_t *, udp_msg_t *);
errno_t           164 uspace/srv/net/udp/pdu.c errno_t udp_pdu_decode(udp_pdu_t *pdu, inet_ep2_t *epp, udp_msg_t **msg)
errno_t           211 uspace/srv/net/udp/pdu.c errno_t udp_pdu_encode(inet_ep2_t *epp, udp_msg_t *msg, udp_pdu_t **pdu)
errno_t            44 uspace/srv/net/udp/pdu.h extern errno_t udp_pdu_decode(udp_pdu_t *, inet_ep2_t *, udp_msg_t **);
errno_t            45 uspace/srv/net/udp/pdu.h extern errno_t udp_pdu_encode(inet_ep2_t *, udp_msg_t *, udp_pdu_t **);
errno_t           108 uspace/srv/net/udp/service.c static errno_t udp_assoc_create_impl(udp_client_t *client, inet_ep2_t *epp,
errno_t           113 uspace/srv/net/udp/service.c 	errno_t rc;
errno_t           153 uspace/srv/net/udp/service.c static errno_t udp_assoc_destroy_impl(udp_client_t *client, sysarg_t assoc_id)
errno_t           156 uspace/srv/net/udp/service.c 	errno_t rc;
errno_t           179 uspace/srv/net/udp/service.c static errno_t udp_assoc_set_nolocal_impl(udp_client_t *client, sysarg_t assoc_id)
errno_t           182 uspace/srv/net/udp/service.c 	errno_t rc;
errno_t           208 uspace/srv/net/udp/service.c static errno_t udp_assoc_send_msg_impl(udp_client_t *client, sysarg_t assoc_id,
errno_t           213 uspace/srv/net/udp/service.c 	errno_t rc;
errno_t           264 uspace/srv/net/udp/service.c 	errno_t rc;
errno_t           307 uspace/srv/net/udp/service.c 	errno_t rc;
errno_t           327 uspace/srv/net/udp/service.c 	errno_t rc;
errno_t           351 uspace/srv/net/udp/service.c 	errno_t rc;
errno_t           447 uspace/srv/net/udp/service.c 	errno_t rc;
errno_t           495 uspace/srv/net/udp/service.c 	errno_t rc;
errno_t           645 uspace/srv/net/udp/service.c errno_t udp_service_init(void)
errno_t           647 uspace/srv/net/udp/service.c 	errno_t rc;
errno_t            38 uspace/srv/net/udp/service.h extern errno_t udp_service_init(void);
errno_t            48 uspace/srv/net/udp/test/assoc.c static errno_t test_get_srcaddr(inet_addr_t *, uint8_t, inet_addr_t *);
errno_t            49 uspace/srv/net/udp/test/assoc.c static errno_t test_transmit_msg(inet_ep2_t *, udp_msg_t *);
errno_t            61 uspace/srv/net/udp/test/assoc.c 	errno_t rc;
errno_t            94 uspace/srv/net/udp/test/assoc.c 	errno_t rc;
errno_t           150 uspace/srv/net/udp/test/assoc.c 	errno_t rc;
errno_t           185 uspace/srv/net/udp/test/assoc.c 	errno_t rc;
errno_t           218 uspace/srv/net/udp/test/assoc.c 	errno_t rc;
errno_t           260 uspace/srv/net/udp/test/assoc.c 	errno_t rc;
errno_t           306 uspace/srv/net/udp/test/assoc.c 	errno_t rc;
errno_t           345 uspace/srv/net/udp/test/assoc.c 	errno_t rc;
errno_t           396 uspace/srv/net/udp/test/assoc.c static errno_t test_get_srcaddr(inet_addr_t *remote, uint8_t tos,
errno_t           403 uspace/srv/net/udp/test/assoc.c static errno_t test_transmit_msg(inet_ep2_t *epp, udp_msg_t *msg)
errno_t            57 uspace/srv/net/udp/test/pdu.c 	errno_t rc;
errno_t            98 uspace/srv/net/udp/test/pdu.c 	errno_t rc;
errno_t            54 uspace/srv/net/udp/udp.c static errno_t udp_init(void)
errno_t            56 uspace/srv/net/udp/udp.c 	errno_t rc;
errno_t            83 uspace/srv/net/udp/udp.c 	errno_t rc;
errno_t            47 uspace/srv/net/udp/udp_inet.c static errno_t udp_inet_ev_recv(inet_dgram_t *dgram);
errno_t            55 uspace/srv/net/udp/udp_inet.c static errno_t udp_inet_ev_recv(inet_dgram_t *dgram)
errno_t            79 uspace/srv/net/udp/udp_inet.c errno_t udp_transmit_pdu(udp_pdu_t *pdu)
errno_t            81 uspace/srv/net/udp/udp_inet.c 	errno_t rc;
errno_t           121 uspace/srv/net/udp/udp_inet.c errno_t udp_inet_init(void)
errno_t           123 uspace/srv/net/udp/udp_inet.c 	errno_t rc;
errno_t           143 uspace/srv/net/udp/udp_inet.c errno_t udp_get_srcaddr(inet_addr_t *remote, uint8_t tos, inet_addr_t *local)
errno_t           149 uspace/srv/net/udp/udp_inet.c errno_t udp_transmit_msg(inet_ep2_t *epp, udp_msg_t *msg)
errno_t           152 uspace/srv/net/udp/udp_inet.c 	errno_t rc;
errno_t            42 uspace/srv/net/udp/udp_inet.h extern errno_t udp_inet_init(void);
errno_t            43 uspace/srv/net/udp/udp_inet.h extern errno_t udp_transmit_pdu(udp_pdu_t *);
errno_t            44 uspace/srv/net/udp/udp_inet.h extern errno_t udp_get_srcaddr(inet_addr_t *, uint8_t, inet_addr_t *);
errno_t            45 uspace/srv/net/udp/udp_inet.h extern errno_t udp_transmit_msg(inet_ep2_t *, udp_msg_t *);
errno_t            97 uspace/srv/net/udp/udp_type.h 	errno_t (*get_srcaddr)(inet_addr_t *, uint8_t, inet_addr_t *);
errno_t            98 uspace/srv/net/udp/udp_type.h 	errno_t (*transmit_msg)(inet_ep2_t *, udp_msg_t *);
errno_t            56 uspace/srv/ns/clonable.c errno_t ns_clonable_init(void)
errno_t           124 uspace/srv/ns/clonable.c 	errno_t rc = loader_spawn("loader");
errno_t            41 uspace/srv/ns/clonable.h extern errno_t ns_clonable_init(void);
errno_t            82 uspace/srv/ns/ns.c 		errno_t retval;
errno_t           138 uspace/srv/ns/ns.c 	errno_t rc = ns_service_init();
errno_t           144 uspace/srv/ns/service.c errno_t ns_service_init(void)
errno_t           213 uspace/srv/ns/service.c static errno_t ns_iface_register(hashed_service_t *hashed_service, iface_t iface)
errno_t           244 uspace/srv/ns/service.c static errno_t ns_broker_register(hashed_service_t *hashed_service)
errno_t           264 uspace/srv/ns/service.c errno_t ns_service_register(service_t service, iface_t iface)
errno_t           290 uspace/srv/ns/service.c 	errno_t rc = ns_iface_register(hashed_service, iface);
errno_t           307 uspace/srv/ns/service.c errno_t ns_service_register_broker(service_t service)
errno_t           333 uspace/srv/ns/service.c 	errno_t rc = ns_broker_register(hashed_service);
errno_t           344 uspace/srv/ns/service.c static errno_t ns_pending_conn_add(service_t service, iface_t iface,
errno_t           373 uspace/srv/ns/service.c 	errno_t retval;
errno_t           379 uspace/srv/ns/service.c 			errno_t rc = ns_pending_conn_add(service, iface, call);
errno_t           403 uspace/srv/ns/service.c 			errno_t rc = ns_pending_conn_add(service, iface, call);
errno_t            40 uspace/srv/ns/service.h extern errno_t ns_service_init(void);
errno_t            43 uspace/srv/ns/service.h extern errno_t ns_service_register(service_t, iface_t);
errno_t            44 uspace/srv/ns/service.h extern errno_t ns_service_register_broker(service_t);
errno_t           153 uspace/srv/ns/task.c errno_t task_init(void)
errno_t           227 uspace/srv/ns/task.c errno_t ns_task_id_intro(ipc_call_t *call)
errno_t           267 uspace/srv/ns/task.c static errno_t get_id_by_phone(sysarg_t label, task_id_t *id)
errno_t           280 uspace/srv/ns/task.c errno_t ns_task_retval(ipc_call_t *call)
errno_t           300 uspace/srv/ns/task.c errno_t ns_task_disconnect(ipc_call_t *call)
errno_t           303 uspace/srv/ns/task.c 	errno_t rc = get_id_by_phone(call->request_label, &id);
errno_t            39 uspace/srv/ns/task.h extern errno_t task_init(void);
errno_t            44 uspace/srv/ns/task.h extern errno_t ns_task_id_intro(ipc_call_t *);
errno_t            45 uspace/srv/ns/task.h extern errno_t ns_task_disconnect(ipc_call_t *);
errno_t            46 uspace/srv/ns/task.h extern errno_t ns_task_retval(ipc_call_t *);
errno_t            58 uspace/srv/taskmon/taskmon.c 	errno_t rc;
errno_t           154 uspace/srv/taskmon/taskmon.c 	errno_t rc = loc_server_register(NAME, &srv);
errno_t            49 uspace/srv/test/chardev-test/main.c static errno_t smallx_open(chardev_srvs_t *, chardev_srv_t *);
errno_t            50 uspace/srv/test/chardev-test/main.c static errno_t smallx_close(chardev_srv_t *);
errno_t            51 uspace/srv/test/chardev-test/main.c static errno_t smallx_write(chardev_srv_t *, const void *, size_t, size_t *);
errno_t            52 uspace/srv/test/chardev-test/main.c static errno_t smallx_read(chardev_srv_t *, void *, size_t, size_t *,
errno_t            55 uspace/srv/test/chardev-test/main.c static errno_t largex_open(chardev_srvs_t *, chardev_srv_t *);
errno_t            56 uspace/srv/test/chardev-test/main.c static errno_t largex_close(chardev_srv_t *);
errno_t            57 uspace/srv/test/chardev-test/main.c static errno_t largex_write(chardev_srv_t *, const void *, size_t, size_t *);
errno_t            58 uspace/srv/test/chardev-test/main.c static errno_t largex_read(chardev_srv_t *, void *, size_t, size_t *,
errno_t            61 uspace/srv/test/chardev-test/main.c static errno_t partialx_open(chardev_srvs_t *, chardev_srv_t *);
errno_t            62 uspace/srv/test/chardev-test/main.c static errno_t partialx_close(chardev_srv_t *);
errno_t            63 uspace/srv/test/chardev-test/main.c static errno_t partialx_write(chardev_srv_t *, const void *, size_t, size_t *);
errno_t            64 uspace/srv/test/chardev-test/main.c static errno_t partialx_read(chardev_srv_t *, void *, size_t, size_t *,
errno_t           119 uspace/srv/test/chardev-test/main.c 	errno_t rc;
errno_t           181 uspace/srv/test/chardev-test/main.c static errno_t smallx_open(chardev_srvs_t *srvs, chardev_srv_t *srv)
errno_t           186 uspace/srv/test/chardev-test/main.c static errno_t smallx_close(chardev_srv_t *srv)
errno_t           191 uspace/srv/test/chardev-test/main.c static errno_t smallx_write(chardev_srv_t *srv, const void *data, size_t size,
errno_t           203 uspace/srv/test/chardev-test/main.c static errno_t smallx_read(chardev_srv_t *srv, void *buf, size_t size,
errno_t           216 uspace/srv/test/chardev-test/main.c static errno_t largex_open(chardev_srvs_t *srvs, chardev_srv_t *srv)
errno_t           221 uspace/srv/test/chardev-test/main.c static errno_t largex_close(chardev_srv_t *srv)
errno_t           226 uspace/srv/test/chardev-test/main.c static errno_t largex_write(chardev_srv_t *srv, const void *data, size_t size,
errno_t           238 uspace/srv/test/chardev-test/main.c static errno_t largex_read(chardev_srv_t *srv, void *buf, size_t size,
errno_t           251 uspace/srv/test/chardev-test/main.c static errno_t partialx_open(chardev_srvs_t *srvs, chardev_srv_t *srv)
errno_t           256 uspace/srv/test/chardev-test/main.c static errno_t partialx_close(chardev_srv_t *srv)
errno_t           261 uspace/srv/test/chardev-test/main.c static errno_t partialx_write(chardev_srv_t *srv, const void *data, size_t size,
errno_t           273 uspace/srv/test/chardev-test/main.c static errno_t partialx_read(chardev_srv_t *srv, void *buf, size_t size,
errno_t            85 uspace/srv/test/ipc-test/main.c 	errno_t rc;
errno_t           102 uspace/srv/test/ipc-test/main.c 	errno_t rc;
errno_t           120 uspace/srv/test/ipc-test/main.c 	errno_t rc;
errno_t           160 uspace/srv/test/ipc-test/main.c 	errno_t rc;
errno_t           235 uspace/srv/test/ipc-test/main.c 	errno_t rc;
errno_t           267 uspace/srv/test/ipc-test/main.c 	errno_t rc;
errno_t           344 uspace/srv/test/ipc-test/main.c 	errno_t rc;
errno_t           128 uspace/srv/vfs/vfs.c 	errno_t rc = service_register(SERVICE_VFS, INTERFACE_PAGER, vfs_pager, NULL);
errno_t           180 uspace/srv/vfs/vfs.h extern errno_t vfs_get_fstypes(vfs_fstypes_t *);
errno_t           182 uspace/srv/vfs/vfs.h extern errno_t vfs_lookup_internal(vfs_node_t *, char *, int, vfs_lookup_res_t *);
errno_t           183 uspace/srv/vfs/vfs.h extern errno_t vfs_link_internal(vfs_node_t *, char *, vfs_triplet_t *);
errno_t           198 uspace/srv/vfs/vfs.h extern errno_t vfs_wait_handle_internal(bool, int *);
errno_t           202 uspace/srv/vfs/vfs.h extern errno_t vfs_fd_assign(vfs_file_t *, int);
errno_t           203 uspace/srv/vfs/vfs.h extern errno_t vfs_fd_alloc(vfs_file_t **file, bool desc, int *);
errno_t           204 uspace/srv/vfs/vfs.h extern errno_t vfs_fd_free(int);
errno_t           208 uspace/srv/vfs/vfs.h extern errno_t vfs_open_node_remote(vfs_node_t *);
errno_t           210 uspace/srv/vfs/vfs.h extern errno_t vfs_op_clone(int oldfd, int newfd, bool desc, int *);
errno_t           211 uspace/srv/vfs/vfs.h extern errno_t vfs_op_fsprobe(const char *, service_id_t, vfs_fs_probe_info_t *);
errno_t           212 uspace/srv/vfs/vfs.h extern errno_t vfs_op_mount(int mpfd, unsigned servid, unsigned flags, unsigned instance, const char *opts, const char *fsname, int *outfd);
errno_t           213 uspace/srv/vfs/vfs.h extern errno_t vfs_op_mtab_get(void);
errno_t           214 uspace/srv/vfs/vfs.h extern errno_t vfs_op_open(int fd, int flags);
errno_t           215 uspace/srv/vfs/vfs.h extern errno_t vfs_op_put(int fd);
errno_t           216 uspace/srv/vfs/vfs.h extern errno_t vfs_op_read(int fd, aoff64_t, size_t *out_bytes);
errno_t           217 uspace/srv/vfs/vfs.h extern errno_t vfs_op_rename(int basefd, char *old, char *new);
errno_t           218 uspace/srv/vfs/vfs.h extern errno_t vfs_op_resize(int fd, int64_t size);
errno_t           219 uspace/srv/vfs/vfs.h extern errno_t vfs_op_stat(int fd);
errno_t           220 uspace/srv/vfs/vfs.h extern errno_t vfs_op_statfs(int fd);
errno_t           221 uspace/srv/vfs/vfs.h extern errno_t vfs_op_sync(int fd);
errno_t           222 uspace/srv/vfs/vfs.h extern errno_t vfs_op_unlink(int parentfd, int expectfd, char *path);
errno_t           223 uspace/srv/vfs/vfs.h extern errno_t vfs_op_unmount(int mpfd);
errno_t           224 uspace/srv/vfs/vfs.h extern errno_t vfs_op_wait_handle(bool high_fd, int *out_fd);
errno_t           225 uspace/srv/vfs/vfs.h extern errno_t vfs_op_walk(int parentfd, int flags, char *path, int *out_fd);
errno_t           226 uspace/srv/vfs/vfs.h extern errno_t vfs_op_write(int fd, aoff64_t, size_t *out_bytes);
errno_t           237 uspace/srv/vfs/vfs.h extern errno_t vfs_rdwr_internal(int, aoff64_t, bool, rdwr_io_chunk_t *);
errno_t            66 uspace/srv/vfs/vfs_file.c static errno_t _vfs_fd_free(vfs_client_data_t *, int);
errno_t           135 uspace/srv/vfs/vfs_file.c static errno_t vfs_file_close_remote(vfs_file_t *file)
errno_t           147 uspace/srv/vfs/vfs_file.c 	errno_t rc;
errno_t           170 uspace/srv/vfs/vfs_file.c static errno_t vfs_file_delref(vfs_client_data_t *vfs_data, vfs_file_t *file)
errno_t           172 uspace/srv/vfs/vfs_file.c 	errno_t rc = EOK;
errno_t           194 uspace/srv/vfs/vfs_file.c static errno_t _vfs_fd_alloc(vfs_client_data_t *vfs_data, vfs_file_t **file, bool desc, int *out_fd)
errno_t           255 uspace/srv/vfs/vfs_file.c errno_t vfs_fd_alloc(vfs_file_t **file, bool desc, int *out_fd)
errno_t           260 uspace/srv/vfs/vfs_file.c static errno_t _vfs_fd_free_locked(vfs_client_data_t *vfs_data, int fd)
errno_t           266 uspace/srv/vfs/vfs_file.c 	errno_t rc = vfs_file_delref(vfs_data, vfs_data->files[fd]);
errno_t           271 uspace/srv/vfs/vfs_file.c static errno_t _vfs_fd_free(vfs_client_data_t *vfs_data, int fd)
errno_t           273 uspace/srv/vfs/vfs_file.c 	errno_t rc;
errno_t           292 uspace/srv/vfs/vfs_file.c errno_t vfs_fd_free(int fd)
errno_t           306 uspace/srv/vfs/vfs_file.c errno_t vfs_fd_assign(vfs_file_t *file, int fd)
errno_t           430 uspace/srv/vfs/vfs_file.c errno_t vfs_wait_handle_internal(bool high_fd, int *out_fd)
errno_t           444 uspace/srv/vfs/vfs_file.c 	errno_t rc = _vfs_fd_alloc(vfs_data, &file, high_fd, out_fd);
errno_t            44 uspace/srv/vfs/vfs_ipc.c 	errno_t rc = vfs_op_clone(oldfd, newfd, desc, &outfd);
errno_t            53 uspace/srv/vfs/vfs_ipc.c 	errno_t rc;
errno_t            88 uspace/srv/vfs/vfs_ipc.c 	errno_t rc;
errno_t           131 uspace/srv/vfs/vfs_ipc.c 	errno_t rc = async_data_write_accept((void **) &opts, true, 0,
errno_t           164 uspace/srv/vfs/vfs_ipc.c 	errno_t rc = vfs_op_open(fd, mode);
errno_t           171 uspace/srv/vfs/vfs_ipc.c 	errno_t rc = vfs_op_put(fd);
errno_t           182 uspace/srv/vfs/vfs_ipc.c 	errno_t rc = vfs_op_read(fd, pos, &bytes);
errno_t           192 uspace/srv/vfs/vfs_ipc.c 	errno_t rc;
errno_t           234 uspace/srv/vfs/vfs_ipc.c 	errno_t rc = vfs_op_resize(fd, size);
errno_t           241 uspace/srv/vfs/vfs_ipc.c 	errno_t rc = vfs_op_stat(fd);
errno_t           249 uspace/srv/vfs/vfs_ipc.c 	errno_t rc = vfs_op_statfs(fd);
errno_t           256 uspace/srv/vfs/vfs_ipc.c 	errno_t rc = vfs_op_sync(fd);
errno_t           266 uspace/srv/vfs/vfs_ipc.c 	errno_t rc = async_data_write_accept((void **) &path, true, 0, 0, 0, NULL);
errno_t           276 uspace/srv/vfs/vfs_ipc.c 	errno_t rc = vfs_op_unmount(mpfd);
errno_t           284 uspace/srv/vfs/vfs_ipc.c 	errno_t rc = vfs_op_wait_handle(high_fd, &fd);
errno_t           299 uspace/srv/vfs/vfs_ipc.c 	errno_t rc = async_data_write_accept((void **)&path, true, 0, 0, 0, NULL);
errno_t           314 uspace/srv/vfs/vfs_ipc.c 	errno_t rc = vfs_op_write(fd, pos, &bytes);
errno_t            55 uspace/srv/vfs/vfs_lookup.c static errno_t plb_insert_entry(plb_entry_t *entry, char *path, size_t *start,
errno_t           140 uspace/srv/vfs/vfs_lookup.c errno_t vfs_link_internal(vfs_node_t *base, char *path, vfs_triplet_t *child)
errno_t           150 uspace/srv/vfs/vfs_lookup.c 	errno_t rc;
errno_t           199 uspace/srv/vfs/vfs_lookup.c 	errno_t orig_rc;
errno_t           209 uspace/srv/vfs/vfs_lookup.c static errno_t out_lookup(vfs_triplet_t *base, size_t *pfirst, size_t *plen,
errno_t           215 uspace/srv/vfs/vfs_lookup.c 	errno_t rc;
errno_t           240 uspace/srv/vfs/vfs_lookup.c static errno_t _vfs_lookup_internal(vfs_node_t *base, char *path, int lflag,
errno_t           244 uspace/srv/vfs/vfs_lookup.c 	errno_t rc;
errno_t           336 uspace/srv/vfs/vfs_lookup.c errno_t vfs_lookup_internal(vfs_node_t *base, char *path, int lflag,
errno_t           343 uspace/srv/vfs/vfs_lookup.c 	errno_t rc;
errno_t           266 uspace/srv/vfs/vfs_node.c errno_t vfs_open_node_remote(vfs_node_t *node)
errno_t           276 uspace/srv/vfs/vfs_node.c 	errno_t rc;
errno_t           318 uspace/srv/vfs/vfs_node.c 	errno_t rc = async_req_2_0(exch, VFS_OUT_IS_EMPTY, node->service_id,
errno_t            54 uspace/srv/vfs/vfs_ops.c static errno_t vfs_truncate_internal(fs_handle_t, service_id_t, fs_index_t,
errno_t            88 uspace/srv/vfs/vfs_ops.c errno_t vfs_op_clone(int oldfd, int newfd, bool desc, int *out_fd)
errno_t            90 uspace/srv/vfs/vfs_ops.c 	errno_t rc;
errno_t           125 uspace/srv/vfs/vfs_ops.c errno_t vfs_op_put(int fd)
errno_t           130 uspace/srv/vfs/vfs_ops.c static errno_t vfs_connect_internal(service_id_t service_id, unsigned flags,
errno_t           156 uspace/srv/vfs/vfs_ops.c 	errno_t rc = async_data_write_start(exch, options, str_size(options));
errno_t           192 uspace/srv/vfs/vfs_ops.c errno_t vfs_op_fsprobe(const char *fs_name, service_id_t sid,
errno_t           196 uspace/srv/vfs/vfs_ops.c 	errno_t rc;
errno_t           197 uspace/srv/vfs/vfs_ops.c 	errno_t retval;
errno_t           226 uspace/srv/vfs/vfs_ops.c errno_t vfs_op_mount(int mpfd, unsigned service_id, unsigned flags,
errno_t           229 uspace/srv/vfs/vfs_ops.c 	errno_t rc;
errno_t           306 uspace/srv/vfs/vfs_ops.c errno_t vfs_op_open(int fd, int mode)
errno_t           340 uspace/srv/vfs/vfs_ops.c 	errno_t rc = vfs_open_node_remote(file->node);
errno_t           351 uspace/srv/vfs/vfs_ops.c typedef errno_t (*rdwr_ipc_cb_t)(async_exch_t *, vfs_file_t *, aoff64_t,
errno_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,
errno_t           358 uspace/srv/vfs/vfs_ops.c 	errno_t rc;
errno_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,
errno_t           396 uspace/srv/vfs/vfs_ops.c 	errno_t retval = async_data_read_start(exch, chunk->buffer, chunk->size);
errno_t           402 uspace/srv/vfs/vfs_ops.c 	errno_t rc;
errno_t           407 uspace/srv/vfs/vfs_ops.c 	return (errno_t) rc;
errno_t           410 uspace/srv/vfs/vfs_ops.c static errno_t vfs_rdwr(int fd, aoff64_t pos, bool read, rdwr_ipc_cb_t ipc_cb,
errno_t           479 uspace/srv/vfs/vfs_ops.c 	errno_t rc = ipc_cb(fs_exch, file, pos, &answer, read, ipc_cb_data);
errno_t           503 uspace/srv/vfs/vfs_ops.c errno_t vfs_rdwr_internal(int fd, aoff64_t pos, bool read, rdwr_io_chunk_t *chunk)
errno_t           508 uspace/srv/vfs/vfs_ops.c errno_t vfs_op_read(int fd, aoff64_t pos, size_t *out_bytes)
errno_t           513 uspace/srv/vfs/vfs_ops.c errno_t vfs_op_rename(int basefd, char *old, char *new)
errno_t           528 uspace/srv/vfs/vfs_ops.c 	errno_t rc;
errno_t           614 uspace/srv/vfs/vfs_ops.c errno_t vfs_op_resize(int fd, int64_t size)
errno_t           627 uspace/srv/vfs/vfs_ops.c 	errno_t rc = vfs_truncate_internal(file->node->fs_handle,
errno_t           637 uspace/srv/vfs/vfs_ops.c errno_t vfs_op_stat(int fd)
errno_t           646 uspace/srv/vfs/vfs_ops.c 	errno_t rc = async_data_read_forward_3_0(exch, VFS_OUT_STAT,
errno_t           654 uspace/srv/vfs/vfs_ops.c errno_t vfs_op_statfs(int fd)
errno_t           663 uspace/srv/vfs/vfs_ops.c 	errno_t rc = async_data_read_forward_3_0(exch, VFS_OUT_STATFS,
errno_t           671 uspace/srv/vfs/vfs_ops.c errno_t vfs_op_sync(int fd)
errno_t           686 uspace/srv/vfs/vfs_ops.c 	errno_t rc;
errno_t           694 uspace/srv/vfs/vfs_ops.c static errno_t vfs_truncate_internal(fs_handle_t fs_handle, service_id_t service_id,
errno_t           698 uspace/srv/vfs/vfs_ops.c 	errno_t rc = async_req_4_0(exch, VFS_OUT_TRUNCATE,
errno_t           703 uspace/srv/vfs/vfs_ops.c 	return (errno_t) rc;
errno_t           706 uspace/srv/vfs/vfs_ops.c errno_t vfs_op_unlink(int parentfd, int expectfd, char *path)
errno_t           708 uspace/srv/vfs/vfs_ops.c 	errno_t rc = EOK;
errno_t           787 uspace/srv/vfs/vfs_ops.c errno_t vfs_op_unmount(int mpfd)
errno_t           815 uspace/srv/vfs/vfs_ops.c 	errno_t rc = async_req_1_0(exch, VFS_OUT_UNMOUNTED,
errno_t           835 uspace/srv/vfs/vfs_ops.c errno_t vfs_op_wait_handle(bool high_fd, int *out_fd)
errno_t           871 uspace/srv/vfs/vfs_ops.c errno_t vfs_op_walk(int parentfd, int flags, char *path, int *out_fd)
errno_t           883 uspace/srv/vfs/vfs_ops.c 	errno_t rc = vfs_lookup_internal(parent->node, path,
errno_t           921 uspace/srv/vfs/vfs_ops.c errno_t vfs_op_write(int fd, aoff64_t pos, size_t *out_bytes)
errno_t            50 uspace/srv/vfs/vfs_pager.c 	errno_t rc;
errno_t           114 uspace/srv/vfs/vfs_register.c 	errno_t rc = async_data_write_accept((void **) &vfs_info, false,
errno_t           347 uspace/srv/vfs/vfs_register.c errno_t vfs_get_fstypes(vfs_fstypes_t *fstypes)
errno_t            46 uspace/srv/volsrv/empty.c static errno_t empty_get_bsize(void *, size_t *);
errno_t            47 uspace/srv/volsrv/empty.c static errno_t empty_get_nblocks(void *, aoff64_t *);
errno_t            48 uspace/srv/volsrv/empty.c static errno_t empty_read(void *, aoff64_t, size_t, void *);
errno_t            49 uspace/srv/volsrv/empty.c static errno_t empty_write(void *, aoff64_t, size_t, const void *);
errno_t            59 uspace/srv/volsrv/empty.c errno_t volsrv_part_is_empty(service_id_t sid, bool *rempty)
errno_t            61 uspace/srv/volsrv/empty.c 	errno_t rc;
errno_t            80 uspace/srv/volsrv/empty.c errno_t volsrv_part_empty(service_id_t sid)
errno_t            82 uspace/srv/volsrv/empty.c 	errno_t rc;
errno_t           102 uspace/srv/volsrv/empty.c static errno_t empty_get_bsize(void *arg, size_t *bsize)
errno_t           109 uspace/srv/volsrv/empty.c static errno_t empty_get_nblocks(void *arg, aoff64_t *nblocks)
errno_t           116 uspace/srv/volsrv/empty.c static errno_t empty_read(void *arg, aoff64_t ba, size_t cnt, void *buf)
errno_t           123 uspace/srv/volsrv/empty.c static errno_t empty_write(void *arg, aoff64_t ba, size_t cnt, const void *data)
errno_t            42 uspace/srv/volsrv/empty.h extern errno_t volsrv_part_is_empty(service_id_t, bool *);
errno_t            43 uspace/srv/volsrv/empty.h extern errno_t volsrv_part_empty(service_id_t);
errno_t            49 uspace/srv/volsrv/mkfs.c static errno_t cmd_runl(const char *path, ...)
errno_t            65 uspace/srv/volsrv/mkfs.c 	errno_t rc = task_spawn(&id, &wait, path, cnt, ap);
errno_t           103 uspace/srv/volsrv/mkfs.c errno_t volsrv_part_mkfs(service_id_t sid, vol_fstype_t fstype, const char *label)
errno_t           107 uspace/srv/volsrv/mkfs.c 	errno_t rc;
errno_t            43 uspace/srv/volsrv/mkfs.h extern errno_t volsrv_part_mkfs(service_id_t, vol_fstype_t, const char *);
errno_t            55 uspace/srv/volsrv/part.c static errno_t vol_part_add_locked(vol_parts_t *, service_id_t);
errno_t            57 uspace/srv/volsrv/part.c static errno_t vol_part_find_by_id_ref_locked(vol_parts_t *, service_id_t,
errno_t            90 uspace/srv/volsrv/part.c static errno_t vol_part_check_new(vol_parts_t *parts)
errno_t            99 uspace/srv/volsrv/part.c 	errno_t rc;
errno_t           203 uspace/srv/volsrv/part.c static errno_t vol_part_probe(vol_part_t *part)
errno_t           210 uspace/srv/volsrv/part.c 	errno_t rc;
errno_t           308 uspace/srv/volsrv/part.c static errno_t vol_part_determine_mount_path(vol_part_t *part, char **rpath,
errno_t           361 uspace/srv/volsrv/part.c static errno_t vol_part_mount(vol_part_t *part)
errno_t           365 uspace/srv/volsrv/part.c 	errno_t rc;
errno_t           408 uspace/srv/volsrv/part.c static errno_t vol_part_add_locked(vol_parts_t *parts, service_id_t sid)
errno_t           411 uspace/srv/volsrv/part.c 	errno_t rc;
errno_t           469 uspace/srv/volsrv/part.c errno_t vol_part_add_part(vol_parts_t *parts, service_id_t sid)
errno_t           471 uspace/srv/volsrv/part.c 	errno_t rc;
errno_t           487 uspace/srv/volsrv/part.c errno_t vol_parts_create(vol_volumes_t *volumes, vol_parts_t **rparts)
errno_t           512 uspace/srv/volsrv/part.c errno_t vol_part_discovery_start(vol_parts_t *parts)
errno_t           514 uspace/srv/volsrv/part.c 	errno_t rc;
errno_t           527 uspace/srv/volsrv/part.c errno_t vol_part_get_ids(vol_parts_t *parts, service_id_t *id_buf,
errno_t           556 uspace/srv/volsrv/part.c static errno_t vol_part_find_by_id_ref_locked(vol_parts_t *parts,
errno_t           573 uspace/srv/volsrv/part.c errno_t vol_part_find_by_id_ref(vol_parts_t *parts, service_id_t sid,
errno_t           576 uspace/srv/volsrv/part.c 	errno_t rc;
errno_t           592 uspace/srv/volsrv/part.c errno_t vol_part_find_by_path_ref(vol_parts_t *parts, const char *path,
errno_t           595 uspace/srv/volsrv/part.c 	errno_t rc;
errno_t           631 uspace/srv/volsrv/part.c errno_t vol_part_eject_part(vol_part_t *part)
errno_t           665 uspace/srv/volsrv/part.c errno_t vol_part_empty_part(vol_part_t *part)
errno_t           667 uspace/srv/volsrv/part.c 	errno_t rc;
errno_t           688 uspace/srv/volsrv/part.c errno_t vol_part_insert_part(vol_part_t *part)
errno_t           724 uspace/srv/volsrv/part.c static errno_t vol_part_mountp_set(vol_part_t *part, const char *mountp)
errno_t           726 uspace/srv/volsrv/part.c 	errno_t rc;
errno_t           749 uspace/srv/volsrv/part.c errno_t vol_part_mkfs_part(vol_part_t *part, vol_fstype_t fstype,
errno_t           752 uspace/srv/volsrv/part.c 	errno_t rc;
errno_t           802 uspace/srv/volsrv/part.c errno_t vol_part_set_mountp_part(vol_part_t *part, const char *mountp)
errno_t           804 uspace/srv/volsrv/part.c 	errno_t rc;
errno_t           823 uspace/srv/volsrv/part.c errno_t vol_part_get_info(vol_part_t *part, vol_part_info_t *pinfo)
errno_t            46 uspace/srv/volsrv/part.h extern errno_t vol_parts_create(vol_volumes_t *, vol_parts_t **);
errno_t            48 uspace/srv/volsrv/part.h extern errno_t vol_part_discovery_start(vol_parts_t *);
errno_t            49 uspace/srv/volsrv/part.h extern errno_t vol_part_add_part(vol_parts_t *, service_id_t);
errno_t            50 uspace/srv/volsrv/part.h extern errno_t vol_part_get_ids(vol_parts_t *, service_id_t *, size_t,
errno_t            52 uspace/srv/volsrv/part.h extern errno_t vol_part_find_by_id_ref(vol_parts_t *, service_id_t,
errno_t            54 uspace/srv/volsrv/part.h extern errno_t vol_part_find_by_path_ref(vol_parts_t *, const char *,
errno_t            57 uspace/srv/volsrv/part.h extern errno_t vol_part_eject_part(vol_part_t *);
errno_t            58 uspace/srv/volsrv/part.h extern errno_t vol_part_empty_part(vol_part_t *);
errno_t            59 uspace/srv/volsrv/part.h extern errno_t vol_part_insert_part(vol_part_t *);
errno_t            60 uspace/srv/volsrv/part.h extern errno_t vol_part_mkfs_part(vol_part_t *, vol_fstype_t, const char *,
errno_t            62 uspace/srv/volsrv/part.h extern errno_t vol_part_set_mountp_part(vol_part_t *, const char *);
errno_t            63 uspace/srv/volsrv/part.h extern errno_t vol_part_get_info(vol_part_t *, vol_part_info_t *);
errno_t            46 uspace/srv/volsrv/test/volume.c 	errno_t rc;
errno_t            71 uspace/srv/volsrv/test/volume.c 	errno_t rc;
errno_t           111 uspace/srv/volsrv/test/volume.c 	errno_t rc;
errno_t            59 uspace/srv/volsrv/volsrv.c static errno_t vol_init(void)
errno_t            61 uspace/srv/volsrv/volsrv.c 	errno_t rc;
errno_t           110 uspace/srv/volsrv/volsrv.c 	errno_t rc;
errno_t           132 uspace/srv/volsrv/volsrv.c 	errno_t retval = async_data_read_finalize(&call, id_buf, size);
errno_t           141 uspace/srv/volsrv/volsrv.c 	errno_t rc;
errno_t           159 uspace/srv/volsrv/volsrv.c 	errno_t rc;
errno_t           207 uspace/srv/volsrv/volsrv.c 	errno_t rc;
errno_t           233 uspace/srv/volsrv/volsrv.c 	errno_t rc;
errno_t           259 uspace/srv/volsrv/volsrv.c 	errno_t rc;
errno_t           297 uspace/srv/volsrv/volsrv.c 	errno_t rc;
errno_t           323 uspace/srv/volsrv/volsrv.c 	errno_t rc;
errno_t           363 uspace/srv/volsrv/volsrv.c 	errno_t rc;
errno_t           425 uspace/srv/volsrv/volsrv.c 	errno_t rc;
errno_t           467 uspace/srv/volsrv/volsrv.c 	errno_t rc;
errno_t           491 uspace/srv/volsrv/volsrv.c 	errno_t retval = async_data_read_finalize(&call, id_buf, size);
errno_t           502 uspace/srv/volsrv/volsrv.c 	errno_t rc;
errno_t           614 uspace/srv/volsrv/volsrv.c 	errno_t rc;
errno_t            59 uspace/srv/volsrv/volume.c static errno_t vol_volume_lookup_ref_locked(vol_volumes_t *, const char *,
errno_t            61 uspace/srv/volsrv/volume.c static errno_t vol_volumes_load(sif_node_t *, vol_volumes_t *);
errno_t           111 uspace/srv/volsrv/volume.c errno_t vol_volumes_create(const char *cfg_path,
errno_t           119 uspace/srv/volsrv/volume.c 	errno_t rc;
errno_t           240 uspace/srv/volsrv/volume.c static errno_t vol_volume_lookup_ref_locked(vol_volumes_t *volumes,
errno_t           287 uspace/srv/volsrv/volume.c errno_t vol_volume_lookup_ref(vol_volumes_t *volumes, const char *label,
errno_t           290 uspace/srv/volsrv/volume.c 	errno_t rc;
errno_t           307 uspace/srv/volsrv/volume.c static errno_t vol_volume_find_by_id_ref_locked(vol_volumes_t *volumes,
errno_t           339 uspace/srv/volsrv/volume.c errno_t vol_volume_find_by_id_ref(vol_volumes_t *volumes, volume_id_t vid,
errno_t           342 uspace/srv/volsrv/volume.c 	errno_t rc;
errno_t           381 uspace/srv/volsrv/volume.c errno_t vol_volume_set_mountp(vol_volume_t *volume, const char *mountp)
errno_t           385 uspace/srv/volsrv/volume.c 	errno_t rc;
errno_t           488 uspace/srv/volsrv/volume.c errno_t vol_get_ids(vol_volumes_t *volumes, volume_id_t *id_buf,
errno_t           530 uspace/srv/volsrv/volume.c static errno_t vol_volumes_load(sif_node_t *nvolumes, vol_volumes_t *volumes)
errno_t           536 uspace/srv/volsrv/volume.c 	errno_t rc;
errno_t           587 uspace/srv/volsrv/volume.c errno_t vol_volume_get_info(vol_volume_t *volume, vol_info_t *vinfo)
errno_t            43 uspace/srv/volsrv/volume.h extern errno_t vol_volumes_create(const char *, vol_volumes_t **);
errno_t            45 uspace/srv/volsrv/volume.h extern errno_t vol_volume_lookup_ref(vol_volumes_t *, const char *,
errno_t            47 uspace/srv/volsrv/volume.h extern errno_t vol_volume_find_by_id_ref(vol_volumes_t *, volume_id_t,
errno_t            50 uspace/srv/volsrv/volume.h extern errno_t vol_volume_set_mountp(vol_volume_t *, const char *);
errno_t            51 uspace/srv/volsrv/volume.h extern errno_t vol_get_ids(vol_volumes_t *, volume_id_t *, size_t,
errno_t            53 uspace/srv/volsrv/volume.h extern errno_t vol_volume_get_info(vol_volume_t *, vol_info_t *);
HelenOS homepage, sources at GitHub