zephyr/kernel
Andrew Boie 9d14874db1 kernel: expose device_get_binding() to user mode
User mode may need to use this API to get a handle on
devices by name, expose as a system call. We impose
a maximum name length as the system call handler needs
to make a copy of the string passed in from user mode.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2018-11-13 19:06:05 -05:00
..
include kernel: Remove duplicated identifier 2018-11-04 11:37:24 -05:00
alert.c
atomic_c.c
CMakeLists.txt
compiler_stack_protect.c
device.c kernel: expose device_get_binding() to user mode 2018-11-13 19:06:05 -05:00
errno.c
idle.c
init.c kernel: Delimiting the scope of some variables 2018-11-04 11:37:24 -05:00
int_latency_bench.c
Kconfig drivers/timer: Select tickless via driver kconfig flag 2018-11-13 17:10:07 -05:00
Kconfig.power_mgmt
mailbox.c kernel: Delimiting the scope of some variables 2018-11-04 11:37:24 -05:00
mem_domain.c
mem_slab.c
mempool.c
msg_q.c
mutex.c
pipes.c kernel: Delimiting the scope of some variables 2018-11-04 11:37:24 -05:00
poll.c kernel: Change k_poll_signal api 2018-11-04 11:37:24 -05:00
queue.c
sched.c kernel/sched: Fix race in k_sched_time_slice_set() 2018-11-13 17:10:07 -05:00
sem.c
smp.c
stack.c kernel: stack: Making if's body a compound statement 2018-11-04 11:37:24 -05:00
system_work_q.c
thread_abort.c
thread.c
timeout.c
timer.c
userspace_handler.c
userspace.c kernel: Make tag identifiers unique 2018-11-06 16:20:15 -05:00
version.c
work_q.c