HomeSort by: relevance | last modified time | path
    Searched refs:hashtype (Results 1 - 5 of 5) sorted by relevancy

  /src/external/mpl/dhcp/dist/includes/omapip/
hash.h 78 #define HASH_FUNCTIONS_DECL(name, bufarg, type, hashtype) \
79 void name##_hash_add (hashtype *, bufarg, unsigned, type *, \
81 void name##_hash_delete (hashtype *, bufarg, unsigned, \
83 int name##_hash_lookup (type **, hashtype *, bufarg, unsigned, \
85 unsigned char * name##_hash_report(hashtype *); \
86 int name##_hash_foreach (hashtype *, hash_foreach_func); \
87 int name##_new_hash (hashtype **, unsigned, const char *, int); \
88 void name##_free_hash_table (hashtype **, const char *, int);
91 #define HASH_FUNCTIONS(name, bufarg, type, hashtype, ref, deref, hasher) \
92 void name##_hash_add (hashtype *table,
    [all...]
  /src/sys/kern/
subr_hash.c 56 hash_list_size(enum hashtype htype)
90 hashinit(u_int elements, enum hashtype htype, bool waitok, u_long *hashmask)
143 hashdone(void *hashtbl, enum hashtype htype, u_long hashmask)
  /src/sys/sys/
systm.h 186 enum hashtype { enum
241 void *hashinit(u_int, enum hashtype, bool, u_long *);
242 void hashdone(void *, enum hashtype, u_long);
  /src/usr.bin/vmstat/
vmstat.c 1898 enum hashtype { /* from <sys/systm.h> */ enum
1909 enum hashtype type; /* type of hash table */
  /src/sys/dev/pci/igc/
if_igc.c 2134 const uint16_t hashtype __unused =
2202 if (hashtype != IGC_RXDADV_RSSTYPE_NONE) {

Completed in 28 milliseconds