Home
last modified time | relevance | path

Searched refs:format_ptrhash (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmodhash.c61 static void format_ptrhash(const mod_hash_key_t, char *, size_t);
67 { "ptr", "mod_hash_ptrkey_cmp", format_ptrhash },
527 format_ptrhash(const mod_hash_key_t key, char *keystr, size_t keystrlen) in format_ptrhash() function