Home
last modified time | relevance | path

Searched refs:TagDeviceDesc (Results 1 - 3 of 3) sorted by relevance

/kernel/uniproton/src/fs/vfs/
H A Dvfs_partition.c24 static struct TagDeviceDesc *g_deviceList;
56 struct TagDeviceDesc *OsGetDeviceList(void) in OsGetDeviceList()
61 static void OsFreeDeviceDesc(struct TagDeviceDesc *prev) in OsFreeDeviceDesc()
84 struct TagDeviceDesc *prev = NULL; in OsAddDevice()
97 prev = (struct TagDeviceDesc *)malloc(sizeof(struct TagDeviceDesc)); in OsAddDevice()
H A Dvfs_partition.h25 struct TagDeviceDesc *OsGetDeviceList(void);
27 struct TagDeviceDesc { struct
29 struct TagDeviceDesc *dNext; /* 指向下一个挂载节点 */
/kernel/uniproton/src/fs/littlefs/
H A Dlfs_adapter.c28 static struct TagDeviceDesc *g_lfsDevice;
33 struct TagDeviceDesc *device = NULL; in OsLfsGetStartAddr()

Completed in 4 milliseconds