fmd_hdl_alloc
void *data = fmd_hdl_alloc(hdl, size, flags);
p = fmd_hdl_alloc(hdl, strlen(s) + 1, flags);
extern void *fmd_hdl_alloc(fmd_hdl_t *, size_t, int);
self_case_t *scp = fmd_hdl_alloc(hdl, sizeof (self_case_t), FMD_SLEEP);
(fmribuf = fmd_hdl_alloc(hdl, fmrisz, FMD_SLEEP)) == NULL) {
return (fmd_hdl_alloc(init_hdl, size, FMD_SLEEP));
return (fmd_hdl_alloc(g_fm_hdl, sz, FMD_SLEEP));
dmp->dm_sim_search = fmd_hdl_alloc(hdl,
retval = fmd_hdl_alloc(Hdl, nbytes, FMD_SLEEP);
retval = fmd_hdl_alloc(Hdl, nbytes + HDRSIZ, FMD_SLEEP);
ns = fmd_hdl_alloc(hdl, len + 1, FMD_SLEEP);
fmristr = fmd_hdl_alloc(hdl, len, FMD_SLEEP);
query = fmd_hdl_alloc(hdl, len, FMD_SLEEP);
buf = fmd_hdl_alloc(hdl, buf_size, FMD_SLEEP);
elem = fmd_hdl_alloc(hdl,
ipx->ipx_sndbuf.ipb_buf = fmd_hdl_alloc(hdl,
ipx->ipx_rcvbuf.ipb_buf = buf = fmd_hdl_alloc(ip_hdl,
subdata = fmd_hdl_alloc(hdl, sz, FMD_SLEEP);
uuid_cache = fmd_hdl_alloc(hdl, sz, FMD_SLEEP);
bufp = fmd_hdl_alloc(hdl, len, FMD_SLEEP);
tmparr = fmd_hdl_alloc(hdl, nelem * sizeof (nvlist_t *), FMD_SLEEP);
zcp->zc_fru = fmd_hdl_alloc(hdl, frulen + 1, FMD_SLEEP);
sorted_spares = fmd_hdl_alloc(hdl, nspares * sizeof (nvlist_t *),
zrp = fmd_hdl_alloc(hdl, sizeof (zfs_retire_repaired_t), FMD_SLEEP);