zephyr/doc/connectivity/networking/api
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
..
images doc: connectivity: networking: fix typo 2024-01-26 13:16:18 +01:00
8021Qav.rst
apis.rst
buf_mgmt.rst
capture.rst doc: net: Add information for cooked mode capture 2024-04-04 17:02:11 +02:00
coap_client.rst net: doc: Reference the Kconfig option that enables app libraries 2023-12-07 10:37:15 +00:00
coap_server.rst doc: connectivity: networking: fix typo 2024-01-26 13:16:18 +01:00
coap.rst net: doc: Reference the Kconfig option that enables app libraries 2023-12-07 10:37:15 +00:00
dhcpv4.rst doc: net: Fix DHCPv4 info as server is also supported 2024-06-03 03:01:42 -07:00
dhcpv6.rst doc: net: Add DHCPv6 information 2024-06-03 03:01:42 -07:00
dns_resolve.rst
ethernet_mgmt.rst
ethernet.rst
gptp.rst
http_client.rst doc: net: Add HTTP server documentation 2024-05-10 14:43:38 -05:00
http_server.rst everywhere: replace double words 2024-06-25 06:05:35 -04:00
ieee802154.rst Network: L2: remove IPSP 2024-04-11 12:48:50 +02:00
index.rst drivers: modem: remove gsm_ppp.c device driver 2024-05-29 10:49:08 -07:00
ip_4_6.rst
lldp.rst
lwm2m.rst everywhere: replace double words 2024-06-25 06:05:35 -04:00
mqtt_sn.rst doc: fix incorrect bullet lists 2024-06-20 14:07:32 -04:00
mqtt.rst doc: mqtt: Fix incorrect usage of poll() 2024-01-29 10:25:32 -06:00
net_buf.rst
net_config.rst Network: L2: remove IPSP 2024-04-11 12:48:50 +02:00
net_context.rst
net_core.rst
net_hostname.rst
net_if.rst
net_l2.rst Network: L2: remove IPSP 2024-04-11 12:48:50 +02:00
net_linkaddr.rst
net_mgmt.rst
net_offload.rst
net_pkt_filter.rst
net_pkt.rst
net_shell.rst
net_stats.rst
net_tech.rst
net_time.rst
net_timeout.rst
ppp.rst doc: net: ppp: Fix the point-to-point documentation 2024-01-10 12:06:19 +01:00
promiscuous.rst
protocols.rst doc: net: ptp: Add PTP library documentation 2024-06-13 05:40:41 -04:00
ptp_time.rst
ptp.rst doc: net: ptp: Add PTP library documentation 2024-06-13 05:40:41 -04:00
sntp.rst
sockets.rst fdtable: replace z_ prefix with zvfs_ for fdtable.h functions 2024-06-26 12:33:02 +02:00
socks5.rst
system_mgmt.rst doc: net: Add DHCPv6 information 2024-06-03 03:01:42 -07:00
tftp.rst net: doc: Reference the Kconfig option that enables app libraries 2023-12-07 10:37:15 +00:00
thread.rst
tls_credentials_shell.rst doc: connectivity: networking: fix typo 2024-01-26 13:16:18 +01:00
traffic-class.rst
trickle.rst
tsn.rst doc: net: ptp: Add PTP library documentation 2024-06-13 05:40:41 -04:00
vlan.rst
websocket.rst doc: connectivity: networking: fix typo 2024-01-26 13:16:18 +01:00
wifi.rst
zperf.rst