Lines Matching refs:common_data
127 struct common_data *common_data) in hp_get_common_data_from_buffer() argument
133 ret = hp_get_string_from_buffer(buffer_ptr, buffer_size, common_data->path, in hp_get_common_data_from_buffer()
134 sizeof(common_data->path)); in hp_get_common_data_from_buffer()
140 &common_data->is_readonly); in hp_get_common_data_from_buffer()
146 &common_data->display_in_ui); in hp_get_common_data_from_buffer()
152 &common_data->requires_physical_presence); in hp_get_common_data_from_buffer()
158 &common_data->sequence); in hp_get_common_data_from_buffer()
164 &common_data->prerequisites_size); in hp_get_common_data_from_buffer()
168 if (common_data->prerequisites_size > MAX_PREREQUISITES_SIZE) { in hp_get_common_data_from_buffer()
171 common_data->prerequisites_size = MAX_PREREQUISITES_SIZE; in hp_get_common_data_from_buffer()
175 for (reqs = 0; reqs < common_data->prerequisites_size; reqs++) { in hp_get_common_data_from_buffer()
177 common_data->prerequisites[reqs], in hp_get_common_data_from_buffer()
178 sizeof(common_data->prerequisites[reqs])); in hp_get_common_data_from_buffer()
185 &common_data->security_level); in hp_get_common_data_from_buffer()