Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dst.c363 st_table *st_copy(st_table *old_table) in st_copy() argument
367 size_t i, num_bins = old_table->num_bins; in st_copy()
374 *new_table = *old_table; in st_copy()
385 ptr = old_table->bins[i]; in st_copy()