| 87 | }; |
| 88 | |
| 89 | static uint32_t |
| 90 | hash_table_value(struct namedobj_instance *ni, const void *key, uint32_t kopt) |
| 91 | { |
| 92 | |
| 93 | return (hash32_buf(key, 56, 0)); |
| 94 | } |
| 95 | |
| 96 | static int |
| 97 | cmp_table_value(struct named_object *no, const void *key, uint32_t kopt) |
nothing calls this directly
no test coverage detected