Searched refs:get_space_list (Results 1 – 4 of 4) sorted by relevance
116 nvram_result_t (*get_space_list)(const struct nvram_device* device, member
154 nvram_result_t result = device->get_space_list(device, 0, NULL, &list_size); in HandleGetSpaceList()165 device->get_space_list(device, list_size, space_index_list, &list_size); in HandleGetSpaceList()
110 result = device_->get_space_list(device_, max_spaces, in GetSpaceList()
313 device_.get_space_list = device_get_space_list; in NvramDeviceAdapter()