Searched refs:fs (Results 1 – 16 of 16) sorted by relevance
245 struct dfs_filesystem *fs; in rt_module_open() local259 fs = dfs_filesystem_lookup(path); in rt_module_open()260 if ((fs == RT_NULL) || (strcmp(fs->ops->name,"wdir") != 0)) in rt_module_open()427 struct dfs_filesystem *fs; in rt_module_exec_cmd() local451 fs = dfs_filesystem_lookup(full_path); in rt_module_exec_cmd()452 if ((fs == RT_NULL) || (strcmp(fs->ops->name,"wdir") != 0)) in rt_module_exec_cmd()
90 struct dfs_filesystem *fs, in dfs_win32_mount() argument97 static int dfs_win32_unmount(struct dfs_filesystem *fs) in dfs_win32_unmount() argument107 static int dfs_win32_statfs(struct dfs_filesystem *fs, in dfs_win32_statfs() argument378 static int dfs_win32_unlink(struct dfs_filesystem *fs, const char *path) in dfs_win32_unlink() argument412 struct dfs_filesystem *fs, in dfs_win32_rename() argument438 static int dfs_win32_stat(struct dfs_filesystem *fs, const char *path, struct stat *st) in dfs_win32_stat() argument
287 (rx_desc_list_cur->rdes0_bm.fs == 1) && in enet_check_received_frame()344 if ((rx_desc_list_cur->rdes0_bm.fs == 1) && in enet_get_received_frame_interrupt()452 dma_tx_desc->tdes0_bm.fs = 1; in enet_prepare_tx_desc_with_ts_record()488 dma_tx_desc->tdes0_bm.fs = 0; in enet_prepare_tx_desc_with_ts_record()493 dma_tx_desc->tdes0_bm.fs = 1; in enet_prepare_tx_desc_with_ts_record()562 dma_tx_desc->tdes0_bm.fs = 1; in enet_prepare_tx_desc()581 dma_tx_desc->tdes0_bm.fs = 0; in enet_prepare_tx_desc()586 dma_tx_desc->tdes0_bm.fs = 1; in enet_prepare_tx_desc()644 dma_tx_desc->tdes0_bm.fs = 1; in enet_prepare_transmission_descriptors()662 dma_tx_desc->tdes0_bm.fs = 0; in enet_prepare_transmission_descriptors()[all …]
654 mm_segment_t fs; in load_wavedata() local669 fs = get_fs(); in load_wavedata()686 set_fs(fs); in load_wavedata()695 set_fs(fs); in load_wavedata()
251 mm_segment_t fs; in init_waveform() local270 fs = get_fs(); in init_waveform()335 set_fs(fs); in init_waveform()351 set_fs(fs); in init_waveform()
34 ../../../components/net/lwip/lwip-2.1.2/src/apps/http/fs.c
299 uint32_t fs: 1; /**< * First Segment */ member365 uint32_t fs : 1; /**< First Descriptor */ member
59 others need more tested. The upper layer (fs) should takes care of the
78 fs = <29>;
69 bool "Mount QSPI flash to / with little fs"
304 [E/DFS.fs] mount point (/proc) already mounted!
301 [E/DFS.fs] mount point (/proc) already mounted!
326 [W/DFS.fs] mount / failed with file system type: elm
324 [W/DFS.fs] mount / failed with file system type: elm
352 [W/DFS.fs] mount / failed with file system type: elm
351 [W/DFS.fs] mount / failed with file system type: elm
Completed in 38 milliseconds