Home
last modified time | relevance | path

Searched refs:fmd_hdl_alloc (Results 1 – 20 of 20) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dalloc.c94 retval = fmd_hdl_alloc(Hdl, nbytes + HDRSIZ, FMD_SLEEP); in alloc_malloc()
193 retval = fmd_hdl_alloc(Hdl, nbytes, FMD_SLEEP); in alloc_xmalloc()
/illumos-gate/usr/src/cmd/fm/modules/common/sw-diag-response/subsidiary/smf/
H A Dsmf_util.c73 bufp = fmd_hdl_alloc(hdl, len, FMD_SLEEP); in sw_smf_svcfmri2shortstr()
H A Dsmf_response.c196 uuid_cache = fmd_hdl_alloc(hdl, sz, FMD_SLEEP); in uuid_cache_restore()
/illumos-gate/usr/src/cmd/fm/modules/common/cpumem-retire/
H A Dcma_cpu_arch.c70 (fmribuf = fmd_hdl_alloc(hdl, fmrisz, FMD_SLEEP)) == NULL) { in cma_cpu_blacklist()
H A Dcma_main.c553 return (fmd_hdl_alloc(init_hdl, size, FMD_SLEEP)); in cma_init_alloc()
/illumos-gate/usr/src/cmd/fm/modules/common/ext-event-transport/
H A Dfmevt_inbound_smf.c84 fmristr = fmd_hdl_alloc(hdl, len, FMD_SLEEP); in shortfmri_to_fmristr()
H A Dfmevt_inbound.c169 ns = fmd_hdl_alloc(hdl, len + 1, FMD_SLEEP); in fmevt_rs_burst()
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_self.c51 self_case_t *scp = fmd_hdl_alloc(hdl, sizeof (self_case_t), FMD_SLEEP); in self_case_create()
H A Dfmd_api.h143 extern void *fmd_hdl_alloc(fmd_hdl_t *, size_t, int);
H A Dfmd_api.map63 fmd_hdl_alloc { TYPE = function; FLAGS = extern };
H A Dfmd_api.c781 fmd_hdl_alloc(fmd_hdl_t *hdl, size_t size, int flags) in fmd_hdl_alloc() function
795 void *data = fmd_hdl_alloc(hdl, size, flags); in fmd_hdl_zalloc()
826 p = fmd_hdl_alloc(hdl, strlen(s) + 1, flags); in fmd_hdl_strdup()
/illumos-gate/usr/src/cmd/fm/modules/common/io-retire/
H A Drio_main.c65 elem = fmd_hdl_alloc(hdl, in parse_exception_string()
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dutil.c174 return (fmd_hdl_alloc(g_fm_hdl, sz, FMD_SLEEP)); in dmalloc()
/illumos-gate/usr/src/cmd/fm/modules/common/disk-transport/
H A Ddisk_transport.c321 dmp->dm_sim_search = fmd_hdl_alloc(hdl, in _fmd_init()
/illumos-gate/usr/src/cmd/fm/modules/common/sw-diag-response/software-diagnosis/
H A Dswde_case.c145 subdata = fmd_hdl_alloc(hdl, sz, FMD_SLEEP); in swde_case_unserialize()
/illumos-gate/usr/src/cmd/fm/modules/common/fabric-xlate/
H A Dfx_subr.c277 query = fmd_hdl_alloc(hdl, len, FMD_SLEEP); in fab_hc2dev()
311 buf = fmd_hdl_alloc(hdl, buf_size, FMD_SLEEP); in fab_hc_path()
/illumos-gate/usr/src/cmd/fm/modules/common/syslog-msgs/
H A Dsyslog.c216 tmparr = fmd_hdl_alloc(hdl, nelem * sizeof (nvlist_t *), FMD_SLEEP); in get_notify_prefs()
/illumos-gate/usr/src/cmd/fm/modules/common/ip-transport/
H A Dip.c190 ipx->ipx_sndbuf.ipb_buf = fmd_hdl_alloc(hdl, in ip_fmdo_send()
275 ipx->ipx_rcvbuf.ipb_buf = buf = fmd_hdl_alloc(ip_hdl, in ip_xprt_recv()
/illumos-gate/usr/src/cmd/fm/modules/common/zfs-retire/
H A Dzfs_retire.c368 zrp = fmd_hdl_alloc(hdl, sizeof (zfs_retire_repaired_t), FMD_SLEEP); in zfs_vdev_repair()
/illumos-gate/usr/src/cmd/fm/modules/common/zfs-diagnosis/
H A Dzfs_de.c164 zcp->zc_fru = fmd_hdl_alloc(hdl, frulen + 1, FMD_SLEEP); in zfs_case_unserialize()