Home
last modified time | relevance | path

Searched refs:fs_open (Results 1 - 5 of 5) sorted by relevance

/third_party/lwip/src/include/lwip/apps/
H A Dfs.h89 err_t fs_open(struct fs_file *file, const char *name);
/third_party/lwip/src/apps/http/
H A Dhttpd.c1664 if (fs_open(&hs->file_handle, uri1) == ERR_OK) {
1666 } else if (fs_open(&hs->file_handle, uri2) == ERR_OK) {
1668 } else if (fs_open(&hs->file_handle, uri3) == ERR_OK) {
1694 err = fs_open(&hs->file_handle, *uri);
1698 err = fs_open(&hs->file_handle, *uri);
1702 err = fs_open(&hs->file_handle, *uri);
2240 err = fs_open(&hs->file_handle, file_name);
2283 err = fs_open(&hs->file_handle, uri);
H A Dfs.c57 fs_open(struct fs_file *file, const char *name) in fs_open() function
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_ioctl.h230 struct usb_fs_open fs_open; member
H A Dusb_generic.c1416 error = copyin((const void *)u.addr, &open.fs_open, sizeof(struct usb_fs_open)); in ugen_ioctl()
1420 u.popen = &open.fs_open; in ugen_ioctl()
1440 error = copyout((const void *)&open.fs_open, addr, sizeof(struct usb_fs_open)); in ugen_ioctl()
1522 error = copyout((const void *)&open.fs_open, addr, sizeof(struct usb_fs_open)); in ugen_ioctl()

Completed in 8 milliseconds