Searched refs:init_hdl (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/fm/modules/common/cpumem-retire/ |
H A D | cma_main.c | 41 static fmd_hdl_t *init_hdl; variable 553 return (fmd_hdl_alloc(init_hdl, size, FMD_SLEEP)); in cma_init_alloc() 559 fmd_hdl_free(init_hdl, addr, size); in cma_init_free() 674 init_hdl = hdl; in _fmd_init()
|
/titanic_41/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/ |
H A D | cmd_main.c | 59 static fmd_hdl_t *init_hdl; variable 627 return (fmd_hdl_alloc(init_hdl, size, FMD_SLEEP)); in cpumem_diagnosis_init_alloc() 633 fmd_hdl_free(init_hdl, addr, size); in cpumem_diagnosis_init_free() 875 init_hdl = hdl; in _fmd_init()
|
/titanic_41/usr/src/cmd/fm/modules/sun4v/etm/ |
H A D | etm.c | 170 *init_hdl = NULL; /* used in mem allocator and several other places */ variable 2782 return (fmd_hdl_alloc(init_hdl, size, FMD_SLEEP)); in etm_init_alloc() 2788 fmd_hdl_free(init_hdl, addr, size); in etm_init_free() 3280 fmd_hdl_t *fmd_hdl = init_hdl; /* fmd handle */ in etm_send_to_remote_root() 3409 fmd_hdl_t *fmd_hdl = init_hdl; in etm_recv_from_remote_root() 3695 init_hdl = hdl; in _fmd_init()
|