/illumos-gate/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/ |
H A D | cmd_opl.c | 49 opl_cpu = fmd_hdl_alloc(hdl, sizeof (opl_cpu_t), FMD_SLEEP); 62 opl_cpu = fmd_hdl_alloc(hdl, sizeof (opl_cpu_t), 84 opl_cpu = fmd_hdl_alloc(hdl,
|
H A D | cmd_memerr_arch.c | 736 cpuid = fmd_hdl_alloc(hdl, max_rpt * sizeof (uint32_t), FMD_SLEEP); 773 fault_list[k] = fmd_hdl_alloc(hdl, 854 fault_list = fmd_hdl_alloc(hdl,
|
/illumos-gate/usr/src/cmd/fm/modules/sun4v/generic-mem/ |
H A D | gmem_mem.c | 50 char *nm = fmd_hdl_alloc(hdl, sz, FMD_SLEEP); 62 char *nm = fmd_hdl_alloc(hdl, sz, FMD_SLEEP); 74 char *nm = fmd_hdl_alloc(hdl, sz, FMD_SLEEP);
|
H A D | gmem_state.c | 54 cl = fmd_hdl_alloc(hdl, sizeof (gmem_case_closer_t), FMD_SLEEP); 144 cl = fmd_hdl_alloc(hdl, sizeof (gmem_case_closer_t), FMD_SLEEP);
|
H A D | gmem_fmri.c | 48 fmri->fmri_packbuf = fmd_hdl_alloc(hdl, fmri->fmri_packsz, FMD_SLEEP);
|
H A D | gmem_util.c | 56 buf = fmd_hdl_alloc(hdl, bufsz, FMD_SLEEP);
|
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | alloc.c | 96 retval = fmd_hdl_alloc(Hdl, nbytes + HDRSIZ, FMD_SLEEP); 98 /* retval can't be NULL since fmd_hdl_alloc() sleeps for memory */ 195 retval = fmd_hdl_alloc(Hdl, nbytes, FMD_SLEEP);
|
/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);
|
H A D | smf_response.c | 196 uuid_cache = fmd_hdl_alloc(hdl, sz, FMD_SLEEP);
|
/illumos-gate/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/ |
H A D | cmd_mem.c | 73 char *nm = fmd_hdl_alloc(hdl, sz, FMD_SLEEP); 85 char *nm = fmd_hdl_alloc(hdl, sz, FMD_SLEEP); 97 char *nm = fmd_hdl_alloc(hdl, sz, FMD_SLEEP); 211 mn.m_name = fmd_hdl_alloc(hdl, mn.m_namelen, FMD_SLEEP);
|
H A D | cmd_util.c | 56 buf = fmd_hdl_alloc(hdl, bufsz, FMD_SLEEP);
|
H A D | cmd_fmri.c | 50 fmri->fmri_packbuf = fmd_hdl_alloc(hdl, fmri->fmri_packsz, FMD_SLEEP);
|
H A D | cmd_state.c | 123 cl = fmd_hdl_alloc(hdl, sizeof (cmd_case_closer_t), FMD_SLEEP); 222 cl = fmd_hdl_alloc(hdl, sizeof (cmd_case_closer_t), FMD_SLEEP);
|
/illumos-gate/usr/src/cmd/fm/modules/common/cpumem-retire/ |
H A D | cma_cpu_arch.c | 72 (fmribuf = fmd_hdl_alloc(hdl, fmrisz, FMD_SLEEP)) == NULL) {
|
/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);
|
H A D | fmevt_inbound.c | 169 ns = fmd_hdl_alloc(hdl, len + 1, FMD_SLEEP); 379 * it must fmd_hdl_alloc and we'll free below). We will free
|
/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);
|
H A D | fmd_api.h | 143 extern void *fmd_hdl_alloc(fmd_hdl_t *, size_t, int);
|
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/ |
H A D | util.c | 176 return (fmd_hdl_alloc(g_fm_hdl, sz, FMD_SLEEP));
|
/illumos-gate/usr/src/cmd/fm/modules/common/disk-transport/ |
H A D | disk_transport.c | 316 dmp->dm_sim_search = fmd_hdl_alloc(hdl,
|
/illumos-gate/usr/src/cmd/fm/modules/common/io-retire/ |
H A D | rio_main.c | 65 elem = fmd_hdl_alloc(hdl,
|
/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);
|
/illumos-gate/usr/src/cmd/fm/modules/sun4v/cpumem-diagnosis/ |
H A D | cmd_cpu_arch.c | 427 s1 = fmd_hdl_alloc(hdl, frustrlen, FMD_SLEEP);
|
/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);
|
/illumos-gate/usr/src/cmd/fm/modules/common/zfs-retire/ |
H A D | zfs_retire.c | 343 zrp = fmd_hdl_alloc(hdl, sizeof (zfs_retire_repaired_t), FMD_SLEEP);
|