Home
last modified time | relevance | path

Searched refs:api (Results 1 – 6 of 6) sorted by relevance

/lk-master/lib/fs/
A Dfs.c28 const struct fs_api *api; member
150 mount->api = api; in mount()
164 if (fs->api->format == NULL) { in fs_format_device()
175 return fs->api->format(dev, args); in fs_format_device()
238 !handle->mount->api || !handle->mount->api->file_ioctl)) { in fs_file_ioctl()
256 if (!mount->api->create) { in fs_create_file()
300 if (!mount->api->remove) { in fs_remove_file()
317 if (!handle->mount->api->write) in fs_write_file()
348 if (!mount->api->mkdir) { in fs_make_dir()
375 if (!mount->api->opendir) { in fs_open_dir()
[all …]
/lk-master/external/lib/lwip/
A Drules.mk13 $(LOCAL_DIR)/api/api_lib.c \
14 $(LOCAL_DIR)/api/api_msg.c \
15 $(LOCAL_DIR)/api/err.c \
16 $(LOCAL_DIR)/api/netbuf.c \
17 $(LOCAL_DIR)/api/netifapi.c \
18 $(LOCAL_DIR)/api/sockets.c \
19 $(LOCAL_DIR)/api/tcpip.c \
A DFILES1 api/ - The code for the high-level wrapper API. Not needed if
/lk-master/lib/fs/include/lib/
A Dfs.h111 const struct fs_api *api; member
116 { .name = #_name, .api = _api }
/lk-master/external/platform/lpc15xx/lpcopen/usbd_rom_cdc_uart/example/
A Dreadme.dox36 * The example uses UARTN api. Note, LPC15XX has two types of UARTs.
/lk-master/external/lib/lwip/core/
A Dtcp_out.c266 #define tcp_pbuf_prealloc(layer, length, mx, os, pcb, api, fst) pbuf_alloc((layer), (length), PBUF_… argument

Completed in 9 milliseconds