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

/freebsd-11-stable/libexec/bootpd/
H A Dhash.c83 hash_tbl *hashtblptr;
89 hashtblptr = (hash_tbl *) malloc(totalsize);
90 if (hashtblptr) {
91 bzero((char *) hashtblptr, totalsize);
92 hashtblptr->size = tablesize; /* Success! */
93 hashtblptr->bucketnum = 0;
94 hashtblptr->member = (hashtblptr->table)[0];
97 hashtblptr = NULL; /* Disallow zero-length tables */
99 return hashtblptr; /* NUL
82 hash_tbl *hashtblptr; local
[all...]

Completed in 55 milliseconds