zephyr/kernel/microkernel
Yonattan Louise 65ffb9e81e Rename K_MbxList to _k_mbox_list
Updating global variable's name to follow a consistent naming convention.

Change accomplished with the following script:

   #!/bin/bash
   echo "Searching for ${1} to replace with ${2}"
   find ./ \( -name "*.[chs]" -o -name "sysgen.py" -o -name "*.kconf" \) \
            ! -path "./host/src/genIdt/*" \
            ! -path "*/outdir/*" | xargs sed -i 's/\b'${1}'\b/'${2}'/g';

Change-Id: Ibe83bc837cdae54cf553b80efd989ad321447873
Signed-off-by: Yonattan Louise <yonattan.a.louise.mendoza@intel.com>
2016-02-05 20:13:43 -05:00
..
channel
core Rename _minik_args to _k_server_command_stack_storage 2016-02-05 20:13:42 -05:00
include Rename K_MbxList to _k_mbox_list 2016-02-05 20:13:43 -05:00
movedata
timer
defs.objs
idle.c
k_event.c
k_irq.c
k_mbox.c Rename K_MbxList to _k_mbox_list 2016-02-05 20:13:43 -05:00
k_memmap.c Rename K_MapList to _k_mem_map_list 2016-02-05 20:13:43 -05:00
k_mempool.c
k_mutex.c
k_nop.c
k_offload.c
k_queue.c
k_sema.c
k_task.c Rename K_TaskCount to _k_task_count 2016-02-05 20:13:43 -05:00
k_timer.c
power.c
task_monitor.c