Searched defs:nvram_device (Results 1 – 2 of 2) sorted by relevance
48 struct nvram_device { struct62 * device - The nvram_device instance. argument77 const struct nvram_device* device, uint64_t* available_size); argument88 const struct nvram_device* device, uint64_t* max_space_size); argument99 nvram_result_t (*get_max_spaces)(const struct nvram_device* device, argument116 nvram_result_t (*get_space_list)(const struct nvram_device* device, argument128 nvram_result_t (*get_space_size)(const struct nvram_device* device, argument187 nvram_result_t (*create_space)(const struct nvram_device* device, argument207 nvram_result_t (*delete_space)(const struct nvram_device* device, argument241 nvram_result_t (*write_space)(const struct nvram_device* device, argument[all …]
399 nvram_device_t* nvram_device = NULL; in main() local