Home
last modified time | relevance | path

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

/base/startup/init/interfaces/innerkits/fs_manager/libfs_dm/
H A Dfs_dm.c105 char *parasBuf = NULL; in LoadDmDeviceTable() local
115 parasBuf = calloc(1, parasTotalSize); in LoadDmDeviceTable()
116 if (parasBuf == NULL) { in LoadDmDeviceTable()
121 io = (struct dm_ioctl *)parasBuf; in LoadDmDeviceTable()
122 ts = (struct dm_target_spec *)(parasBuf + sizeof(*io)); in LoadDmDeviceTable()
123 paras = parasBuf + sizeof(*io) + sizeof((*ts)); in LoadDmDeviceTable()
164 free(parasBuf); in LoadDmDeviceTable()

Completed in 2 milliseconds