zephyr/subsys
Patrik Flykt 4344e27c26 all: Update reserved function names
Update reserved function names starting with one underscore, replacing
them as follows:
   '_k_' with 'z_'
   '_K_' with 'Z_'
   '_handler_' with 'z_handl_'
   '_Cstart' with 'z_cstart'
   '_Swap' with 'z_swap'

This renaming is done on both global and those static function names
in kernel/include and include/. Other static function names in kernel/
are renamed by removing the leading underscore. Other function names
not starting with any prefix listed above are renamed starting with
a 'z_' or 'Z_' prefix.

Function names starting with two or three leading underscores are not
automatcally renamed since these names will collide with the variants
with two or three leading underscores.

Various generator scripts have also been updated as well as perf,
linker and usb files. These are
   drivers/serial/uart_handlers.c
   include/linker/kobject-text.ld
   kernel/include/syscall_handler.h
   scripts/gen_kobject_list.py
   scripts/gen_syscall_header.py

Signed-off-by: Patrik Flykt <patrik.flykt@intel.com>
2019-03-11 13:48:42 -04:00
..
bluetooth all: Update reserved function names 2019-03-11 13:48:42 -04:00
console console: tty: Remove dependency on older "consoles" 2019-02-28 16:57:50 -08:00
cpp
debug segger: sysview: Fix constness of char pointer 2019-03-04 18:59:55 -08:00
dfu kconfig: subsys: dfu: Remove redundant IMG_MANAGER dep. 2019-03-09 10:03:45 -05:00
disk
fb
fs subsys/fs/shell: fix unchecked return from fs_seek in cmd_read 2019-03-02 12:28:03 +01:00
jwt
logging all: Update reserved function names 2019-03-11 13:48:42 -04:00
mgmt
net all: Update reserved function names 2019-03-11 13:48:42 -04:00
power power: don't switch to power modes not enabled in Kconfig 2019-03-07 07:18:10 -05:00
random
settings settings: enable logging 2019-03-09 11:07:15 -05:00
shell shell: fix coverity issue 2019-03-04 09:41:13 -05:00
stats
storage
testsuite all: Update reserved function names 2019-03-11 13:48:42 -04:00
usb kconfig: subsys: usb: Remove redundant USB_DEVICE_STACK deps. 2019-03-09 10:03:27 -05:00
CMakeLists.txt userspace: remove APP_SHARED_MEM Kconfig 2019-02-23 07:43:55 -05:00
Kconfig userspace: remove APP_SHARED_MEM Kconfig 2019-02-23 07:43:55 -05:00