/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | alloc.c | 94 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 D | smf_util.c | 73 bufp = fmd_hdl_alloc(hdl, len, FMD_SLEEP); in sw_smf_svcfmri2shortstr()
|
H A D | smf_response.c | 196 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 D | cma_cpu_arch.c | 70 (fmribuf = fmd_hdl_alloc(hdl, fmrisz, FMD_SLEEP)) == NULL) { in cma_cpu_blacklist()
|
H A D | cma_main.c | 553 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 D | fmevt_inbound_smf.c | 84 fmristr = fmd_hdl_alloc(hdl, len, FMD_SLEEP); in shortfmri_to_fmristr()
|
H A D | fmevt_inbound.c | 169 ns = fmd_hdl_alloc(hdl, len + 1, FMD_SLEEP); in fmevt_rs_burst()
|
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_self.c | 51 self_case_t *scp = fmd_hdl_alloc(hdl, sizeof (self_case_t), FMD_SLEEP); in self_case_create()
|
H A D | fmd_api.h | 143 extern void *fmd_hdl_alloc(fmd_hdl_t *, size_t, int);
|
H A D | fmd_api.map | 63 fmd_hdl_alloc { TYPE = function; FLAGS = extern };
|
H A D | fmd_api.c | 781 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/zfs-retire/ |
H A D | zfs_retire.c | 302 sorted_spares = fmd_hdl_alloc(hdl, nspares * sizeof (nvlist_t *), in replace_with_spare() 413 zrp = fmd_hdl_alloc(hdl, sizeof (zfs_retire_repaired_t), FMD_SLEEP); in zfs_vdev_repair()
|
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/ |
H A D | util.c | 174 return (fmd_hdl_alloc(g_fm_hdl, sz, FMD_SLEEP)); in dmalloc()
|
/illumos-gate/usr/src/cmd/fm/modules/common/io-retire/ |
H A D | rio_main.c | 65 elem = fmd_hdl_alloc(hdl, in parse_exception_string()
|
/illumos-gate/usr/src/cmd/fm/modules/common/disk-transport/ |
H A D | disk_transport.c | 321 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 D | swde_case.c | 145 subdata = fmd_hdl_alloc(hdl, sz, FMD_SLEEP); in swde_case_unserialize()
|
/illumos-gate/usr/src/cmd/fm/modules/common/fabric-xlate/ |
H A D | fx_subr.c | 281 query = fmd_hdl_alloc(hdl, len, FMD_SLEEP); in fab_hc2dev() 315 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 D | syslog.c | 216 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 D | ip.c | 190 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-diagnosis/ |
H A D | zfs_de.c | 164 zcp->zc_fru = fmd_hdl_alloc(hdl, frulen + 1, FMD_SLEEP); in zfs_case_unserialize()
|