Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dhash.h124 struct hashalloc_args { struct
125 u_int version; /* for extendability, now 0 */
126 int error; /* out: error on failure */
127 size_t size; /* in: wanted, out: allocated */
128 size_t hdrsize; /* size of bucket header, 0 = auto */
129 enum {
132 } type;
133 enum {
158 void *hashalloc(struct hashalloc_args *); argument