Searched refs:st_ptr_t (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/ofed/management/opensm/include/opensm/
H A Dst.h52 #define st_ptr_t unsigned long macro
53 typedef st_ptr_t st_data_t;
61 st_ptr_t(*hash) (void *);
/freebsd-9.3-release/contrib/ofed/management/opensm/opensm/
H A Dst.c72 static st_ptr_t numhash(void *);
81 static inline st_ptr_t st_strhash(void *key)
581 return (st_ptr_t) x != (st_ptr_t) y;
584 static st_ptr_t numhash(n)
587 return (st_ptr_t) n;

Completed in 105 milliseconds