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

/illumos-gate/usr/src/cmd/lvm/rpc.metamedd/
H A Dmed_hash.h56 void (*dffunc)(void *); member in struct:cache_t
66 void (*kffunc)(void *), void (*dffunc)(void *));
H A Dmed_hash.c69 void (*dffunc)(void *)
109 if (dffunc != (void (*)()) NULL)
110 (*cp)->dffunc = dffunc;
112 (*cp)->dffunc = Free;
271 (void) (*cp->dffunc)(itemp->data);
312 (void) (*cp->dffunc)(titemp->data);

Completed in 59 milliseconds