zephyr/lib/os
Chris Friedt 9ada52f060 fdtable: replace z_ prefix with zvfs_ for fdtable.h functions
For each of the fdtable.h functions listed below, convert the
z_ prefixed semi-private functions to use the zvfs_ prefix.

ZVFS stands for Zephyr Virtual File System and
is intended to be a common library used by the C library,
POSIX API, Networking, Filesystem, and other areas.

There are already a few functions in fdtable.h that use the
zvfs_ prefix, so this change is mostly about unifying them in
a way that uses a suitable prefix ("namespace") so that it can
be considered a public API.

- z_alloc_fd
- z_fdtable_call_ioctl
- z_finalize_fd
- z_finalize_typed_fd
- z_free_fd
- z_get_fd_obj
- z_get_fd_obj_and_vtable
- z_get_obj_lock_and_cond
- z_reserve_fd

Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
2024-06-26 12:33:02 +02:00
..
zvfs fdtable: replace z_ prefix with zvfs_ for fdtable.h functions 2024-06-26 12:33:02 +02:00
assert.c
cbprintf_complete.c lib: avoided increments/decrements with side effects 2024-06-21 08:48:15 -04:00
cbprintf_nano.c
cbprintf_packaged.c lib: avoided increments/decrements with side effects 2024-06-21 08:48:15 -04:00
cbprintf.c
CMakeLists.txt posix: eventfd: fix dependency cycle between net and posix 2024-06-04 16:27:12 -05:00
fdtable.c fdtable: replace z_ prefix with zvfs_ for fdtable.h functions 2024-06-26 12:33:02 +02:00
Kconfig posix: eventfd: fix dependency cycle between net and posix 2024-06-04 16:27:12 -05:00
Kconfig.cbprintf
mpsc_pbuf.c lib: change controlling expressions in if/while to Boolean 2024-06-11 20:03:34 +03:00
mutex.c coding guidelines: comply with MISRA Rule 12.1. 2024-06-13 20:28:23 -04:00
p4wq.c
poweroff.c
printk.c lib: avoided increments/decrements with side effects 2024-06-21 08:48:15 -04:00
reboot.c lib: os: reboot: dump coverage info on sys_reboot 2024-06-15 04:39:53 -04:00
sem.c coding guidelines: comply with MISRA Rule 12.1. 2024-06-13 20:28:23 -04:00
spsc_pbuf.c spsc_pbuf: fix cache invalidation in spsc_pbuf_free 2024-02-01 13:10:28 -06:00
thread_entry.c
user_work.c