Home
last modified time | relevance | path

Searched refs:storage_pointer (Results 1 – 1 of 1) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_pima_storage_info_get.c88 UCHAR *storage_pointer; in _ux_host_class_pima_storage_info_get() local
136 storage_pointer = storage_buffer + UX_HOST_CLASS_PIMA_STORAGE_VARIABLE_OFFSET; in _ux_host_class_pima_storage_info_get()
139 unicode_string_length = (ULONG) *storage_pointer ; in _ux_host_class_pima_storage_info_get()
142 …_ux_utility_memory_copy(storage -> ux_host_class_pima_storage_description, storage_pointer, unicod… in _ux_host_class_pima_storage_info_get()
145storage_pointer = storage_buffer + UX_HOST_CLASS_PIMA_STORAGE_VARIABLE_OFFSET + unicode_string_le… in _ux_host_class_pima_storage_info_get()
148 unicode_string_length = (ULONG) *storage_pointer ; in _ux_host_class_pima_storage_info_get()
151 …_ux_utility_memory_copy(storage -> ux_host_class_pima_storage_volume_label, storage_pointer, unico… in _ux_host_class_pima_storage_info_get()