Searched refs:kfunc (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | modhash.c | 357 char kfunc[MDB_SYM_NAMLEN]; in modhash() local 461 if (mdb_lookup_by_addr((uintptr_t)mh.mh_keycmp, MDB_SYM_EXACT, kfunc, in modhash() 462 sizeof (kfunc), NULL) == -1) in modhash() 463 kfunc[0] = '\0'; in modhash() 465 if (strcmp(kfunc, htep->hte_comparator) == 0) in modhash() 473 mh.mh_keycmp, kfunc); in modhash()
|
/titanic_50/usr/src/head/ |
H A D | nss_dbdefs.h | 660 #define NSS_XbyY_INIT_EXT(str, res, bufp, len, func, kfunc) (\ argument 666 (str)->key2str = (kfunc), \
|