Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/lvm/rpc.metamedd/
H A Dmed_hash.c69 void (*dffunc)(void *) in init_cache()
109 if (dffunc != (void (*)()) NULL) in init_cache()
110 (*cp)->dffunc = dffunc; in init_cache()
112 (*cp)->dffunc = Free; in init_cache()
271 (void) (*cp->dffunc)(itemp->data); in des_cache()
312 (void) (*cp->dffunc)(titemp->data); in del_cache()
H A Dmed_hash.h62 void (*dffunc)(void *); member
72 void (*kffunc)(void *), void (*dffunc)(void *));