zephyr/include/sys
Spoorthy Priya Yerabolu 9247e8bc44 code-guideline: Tag name should be a unique identifier
Following are the changes to variable names that are matching
with tag names (Rule 5.7 violations)

In kernel.h, event_type is matching with a tag name in
lib/os/onoff.c. Added a _ prefix to event_type and
also to the macro argument names.

In userspace.c, *dyn_obj is matching with the tag name
dyn_obj in the file itslef. Changed it to dyn

In device.h, device_mmio.h, init.h and init.c,
changed the *device to dev. Except for one change in
init.h

Signed-off-by: Spoorthy Priya Yerabolu <spoorthy.priya.yerabolu@intel.com>
2020-09-01 08:03:23 -04:00
..
__assert.h
arch_interface.h kernel: add CONFIG_ARCH_MEM_DOMAIN_SYNCHRONOUS_API 2020-08-26 20:35:02 -04:00
atomic.h
base64.h
byteorder.h
check.h
crc.h
device_mmio.h code-guideline: Tag name should be a unique identifier 2020-09-01 08:03:23 -04:00
dlist.h
errno_private.h
fdtable.h net: getsockname: Call via vtable instead of ioctl 2020-08-14 09:47:51 -07:00
libc-hooks.h
list_gen.h
math_extras_impl.h
math_extras.h
mem_manage.h mem_manage: add private conversion APIs 2020-08-25 15:49:59 -04:00
mempool_base.h
mempool.h
mutex.h
notify.h
onoff.h sys: onoff: support clients using synchronous transitions 2020-08-14 17:53:39 +02:00
printk.h
rb.h
ring_buffer.h
sem.h
sflist.h
slist.h
speculation.h
sys_heap.h
sys_io.h
thread_stack.h kernel: introduce supervisor-only stacks 2020-07-30 21:11:14 -04:00
time_units.h
timeutil.h
util_internal.h sys/util: fix macro support when building with C++ 2020-08-12 16:39:37 -05:00
util.h sys/util.h: add FOR_EACH_NONEMPTY_TERM 2020-08-24 20:29:11 -04:00