Searched defs:init_hdl (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/cpumem-retire/
H A Dcma_main.c41 static fmd_hdl_t *init_hdl; variable
553 return (fmd_hdl_alloc(init_hdl, size, FMD_SLEEP));
559 fmd_hdl_free(init_hdl, addr, size);
674 init_hdl = hdl;
/illumos-gate/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/
H A Dcmd_main.c59 static fmd_hdl_t *init_hdl; variable
627 return (fmd_hdl_alloc(init_hdl, size, FMD_SLEEP));
633 fmd_hdl_free(init_hdl, addr, size);
875 init_hdl = hdl;
/illumos-gate/usr/src/cmd/fm/modules/sun4v/etm/
H A Detm.c170 *init_hdl = NULL; /* used in mem allocator and several other places */ variable
2782 return (fmd_hdl_alloc(init_hdl, size, FMD_SLEEP));
2788 fmd_hdl_free(init_hdl, addr, size);
3280 fmd_hdl_t *fmd_hdl = init_hdl; /* fmd handle */
3409 fmd_hdl_t *fmd_hdl = init_hdl;
3695 init_hdl = hdl;

Completed in 70 milliseconds