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

/illumos-gate/usr/src/cmd/lvm/rpc.metamedd/
H A Dmed_hash.h55 void (*kffunc)(void *); member in struct:cache_t
66 void (*kffunc)(void *), void (*dffunc)(void *));
H A Dmed_hash.c68 void (*kffunc)(void *),
103 if (kffunc != (void (*)()) NULL)
104 (*cp)->kffunc = kffunc;
106 (*cp)->kffunc = Free;
269 (void) (*cp->kffunc)(itemp->key);
310 (void) (*cp->kffunc)(titemp->key);

Completed in 60 milliseconds