Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/libfmevent/common/
H A Dfmev_impl.h59 void *(*hc_alloc)(size_t); member
H A Dfmev_subscribe.c395 return (ihdl->sh_cmn.hc_alloc(sz)); in fmev_shdl_alloc()
432 if ((dst = ihdl->sh_cmn.hc_alloc(srclen + 1)) == NULL) { in fmev_shdl_strdup()
479 hc.hc_alloc = hdlalloc ? hdlalloc : dflt_alloc; in fmev_shdl_init()