Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dst.c209 st_table *st_init_table(struct st_hash_type *type) in st_init_table() function
216 return st_init_table(&type_numhash); in st_init_numtable()
226 return st_init_table(&type_strhash); in st_init_strtable()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dst.h76 st_table *st_init_table(struct st_hash_type *);