zephyr/kernel/microkernel/channel
Yonattan Louise f282dbcb1f Rename K_PipeCount to _k_pipe_count
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: I10a1bff593c56cf6703920b9feccd10e32cc65ef
Signed-off-by: Yonattan Louise <yonattan.a.louise.mendoza@intel.com>
2016-02-05 20:13:43 -05:00
..
ch_addit.c Use <> for include files instead of "" 2016-02-05 20:13:41 -05:00
ch_buff.c Use <> for include files instead of "" 2016-02-05 20:13:41 -05:00
ch_buffm.c Use <> for include files instead of "" 2016-02-05 20:13:41 -05:00
InitChan.c Rename K_PipeCount to _k_pipe_count 2016-02-05 20:13:43 -05:00
K_Ch_Mvd.c Remove private routine declarations from k_chstr.h 2016-02-05 20:13:42 -05:00
K_Ch_RO.c Remove private routine declarations from k_chstr.h 2016-02-05 20:13:42 -05:00
K_Ch_WO.c Remove private routine declarations from k_chstr.h 2016-02-05 20:13:42 -05:00
K_Ch_WR.c Remove 'srcnode' from moved_req structure 2016-02-05 20:13:41 -05:00
K_ChGAck.c Use <> for include files instead of "" 2016-02-05 20:13:41 -05:00
K_ChGReq.c Rename K_PipeList to _k_pipe_list 2016-02-05 20:13:43 -05:00
K_ChGRpl.c Use <> for include files instead of "" 2016-02-05 20:13:41 -05:00
K_ChGTmo.c Use <> for include files instead of "" 2016-02-05 20:13:41 -05:00
K_ChPAck.c Use <> for include files instead of "" 2016-02-05 20:13:41 -05:00
K_ChPReq.c Rename K_PipeList to _k_pipe_list 2016-02-05 20:13:43 -05:00
K_ChProc.c Remove private routine declarations from k_chstr.h 2016-02-05 20:13:42 -05:00
K_ChPRpl.c Use <> for include files instead of "" 2016-02-05 20:13:41 -05:00
K_ChPTmo.c Use <> for include files instead of "" 2016-02-05 20:13:41 -05:00
KS_Chan.c Remove references to host server channels 2016-02-05 20:13:42 -05:00
KS_ChGet.c Use <> for include files instead of "" 2016-02-05 20:13:41 -05:00
KS_ChPtA.c Use <> for include files instead of "" 2016-02-05 20:13:41 -05:00
KS_ChPut.c Use <> for include files instead of "" 2016-02-05 20:13:41 -05:00