Home
last modified time | relevance | path

Searched defs:ocs_varray_s (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/ocs_fc/
H A Docs_utils.c217 struct ocs_varray_s { struct
218 ocs_os_handle_t os;
219 uint32_t array_count; /*>> maximum entry count in array */
220 void **array; /*>> pointer to allocated array memory */
221 uint32_t entry_count; /*>> number of entries added to the array */
222 uint32_t next_index; /*>> iterator next index */
223 ocs_lock_t lock; /*>> iterator lock */